Report: Compare NICs
[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 env 4
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 env 4
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 env 4
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 env 4
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 env4
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 env4
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 env 4
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 env 4
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 env4
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 env4
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 env 4
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 env 4
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 env4
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 env4
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 env 4
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 env 4
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 env 4
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 env 4
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 env4
463
464     vpp-nic-comparison-2n-skx:
465       # TODO: Add:
466       csit-vpp-perf-report-iterative-2009-2n-skx:
467         - 3  # RC1 NDRPDR sel env4
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 env 4
688
689     dpdk-perf-results-3n-skx:
690       csit-dpdk-perf-report-iterative-2009-3n-skx:
691         - 3  # RC1 NDRPDR sel env 4
692
693     dpdk-perf-results-2n-skx:
694       csit-dpdk-perf-report-iterative-2009-2n-skx:
695         - 3  # RC1 NDRPDR sel env 4
696
697     dpdk-perf-results-2n-clx:
698       csit-dpdk-perf-report-iterative-2009-2n-clx:
699         - 3  # RC1 NDRPDR sel env 4
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 env 4
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 env 4
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 env4
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 env4
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 env4
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 env 4
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 env 4
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 env 4
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 env 4
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 env 4
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 env 4
1362     vpp-compare-testbeds-cmp:
1363       # TODO: Add:
1364       csit-vpp-perf-report-iterative-2009-3n-skx:
1365         - 3  # RC1 NDRPDR sel env4
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 env4
1371     vpp-compare-testbeds-skx-clx-cmp:
1372       # TODO: Add:
1373       csit-vpp-perf-report-iterative-2009-2n-clx:
1374         - 3  # RC1 NDRPDR sel env4
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 env 4
1380     vpp-compare-testbeds-hsw-clx-cmp:
1381       # TODO: Add:
1382       csit-vpp-perf-report-iterative-2009-2n-clx:
1383         - 3  # RC1 NDRPDR sel env4
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 env 4
1422     dpdk-compare-testbeds-cmp:
1423       # TODO: Add:
1424       csit-dpdk-perf-report-iterative-2009-3n-skx:
1425         - 3  # RC1 NDRPDR sel env 4
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 env 4
1431     dpdk-compare-testbeds-skx-clx-cmp:
1432       # TODO: Add:
1433       csit-dpdk-perf-report-iterative-2009-2n-clx:
1434         - 3  # RC1 NDRPDR sel env 4
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 env4
1442     vpp-compare-topologies-cmp:
1443       # TODO: Add:
1444       csit-vpp-perf-report-iterative-2009-2n-skx:
1445         - 3  # RC1 NDRPDR sel env4
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 env 4
1462     dpdk-compare-topologies-cmp:
1463       # TODO: Add:
1464       csit-dpdk-perf-report-iterative-2009-2n-skx:
1465         - 3  # RC1 NDRPDR sel env 4
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 env 4
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 env4
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 env4
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 env4
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: Replace:
2311     # csit-vpp-perf-report-iterative-2009-3n-tsh:
2312
2313     csit-vpp-perf-verify-2001-3n-dnv:
2314       - 5   # NDRPDR sel
2315       - 6   # NDRPDR sel
2316       - 7   # NDRPDR sel
2317       - 8   # NDRPDR sel
2318       - 9   # NDRPDR sel
2319       - 10  # NDRPDR sel
2320       - 12  # NDRPDR sel
2321       - 16  # NDRPDR sel
2322       - 17  # NDRPDR sel
2323       - 18  # NDRPDR sel
2324       - 11  # MRR sel
2325     csit-vpp-perf-report-iterative-2005-3n-dnv:
2326       - 2   # NDRPDR sel
2327       - 3   # NDRPDR sel
2328       - 4   # NDRPDR sel
2329       - 5   # NDRPDR sel
2330       - 6   # NDRPDR sel
2331       - 7   # NDRPDR sel
2332       - 9   # NDRPDR sel
2333       - 10  # NDRPDR sel
2334       - 11  # NDRPDR sel
2335       - 12  # NDRPDR sel
2336       - 8   # MRR
2337     csit-vpp-perf-report-coverage-2005-3n-dnv:
2338       - 1   # perf-full-3n-dnv-crypto_I
2339       - 24  # perf-full-3n-dnv-crypto_II
2340       - 5   # perf-full-3n-dnv-ip4_I
2341       - 13  # perf-full-3n-dnv-ip4_II
2342       - 17  # perf-full-3n-dnv-ip6_I
2343       - 18  # perf-full-3n-dnv-ip6_II
2344       - 21  # perf-full-3n-dnv-l2_I
2345       - 22  # perf-full-3n-dnv-l2_II
2346       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2347     # TODO: Add:
2348     # csit-vpp-perf-report-iterative-2009-3n-dnv:
2349     # TODO: Add:
2350     # csit-vpp-perf-report-coverage-2009-3n-dnv:
2351
2352     csit-vpp-perf-verify-2001-2n-dnv:
2353       - 4   # NDRPDR sel
2354       - 5   # NDRPDR sel
2355       - 6   # NDRPDR sel
2356       - 7   # NDRPDR sel
2357       - 8   # NDRPDR sel
2358       - 9   # NDRPDR sel
2359       - 10  # NDRPDR sel
2360       - 11  # NDRPDR sel
2361       - 13  # NDRPDR sel
2362       - 16  # NDRPDR sel
2363       - 12  # MRR sel
2364     csit-vpp-perf-report-iterative-2005-2n-dnv:
2365       - 3   # NDRPDR sel
2366       - 6   # NDRPDR sel
2367       - 7   # NDRPDR sel
2368       - 8   # NDRPDR sel
2369       - 9   # NDRPDR sel
2370       - 10  # NDRPDR sel
2371       - 11  # NDRPDR sel
2372       - 12  # NDRPDR sel
2373       - 13  # NDRPDR sel
2374       - 14  # NDRPDR sel
2375       - 15  # MRR sel
2376     csit-vpp-perf-report-coverage-2005-2n-dnv:
2377       - 1   # perf-full-2n-dnv-ip4_I
2378       - 2   # perf-full-2n-dnv-ip4_II
2379       - 3   # perf-full-2n-dnv-ip6_I
2380       - 4   # perf-full-2n-dnv-ip6_II
2381       - 5   # perf-full-2n-dnv-l2_I
2382       - 6   # perf-full-2n-dnv-l2_II
2383     # TODO: Add:
2384     # csit-vpp-perf-report-iterative-2009-2n-dnv:
2385     # TODO: Add:
2386     # csit-vpp-perf-report-coverage-2009-2n-dnv:
2387
2388     csit-dpdk-perf-verify-2001-3n-hsw:
2389       - 4   # NDRPDR sel
2390       - 5   # NDRPDR sel
2391       - 6   # NDRPDR sel
2392       - 7   # NDRPDR sel
2393       - 8   # NDRPDR sel
2394       - 9   # NDRPDR sel
2395       - 10  # NDRPDR sel
2396       - 11  # NDRPDR sel
2397       - 12  # NDRPDR sel
2398       - 13  # NDRPDR sel
2399       - 15  # NDRPDR sel
2400       - 16  # NDRPDR sel
2401       - 17  # NDRPDR sel
2402       - 18  # NDRPDR sel
2403       - 19  # NDRPDR sel
2404       - 20  # NDRPDR sel
2405       - 21  # NDRPDR sel
2406       - 22  # NDRPDR sel
2407       - 23  # NDRPDR sel
2408       - 24  # NDRPDR sel
2409     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2410       - 25  # NDRPDR iter
2411       - 26  # NDRPDR iter
2412       - 27  # NDRPDR iter
2413       - 28  # NDRPDR iter
2414       - 29  # NDRPDR iter
2415       - 30  # NDRPDR iter
2416       - 31  # NDRPDR iter
2417       - 32  # NDRPDR iter
2418       - 33  # NDRPDR iter
2419       - 34  # NDRPDR iter
2420     # TODO: Add:
2421     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2422       - 3  # RC1 NDRPDR sel env 4
2423
2424     csit-dpdk-perf-verify-2001-3n-skx:
2425       - 29  # NDRPDR sel xxv710
2426       - 33  # NDRPDR sel xxv710
2427       - 34  # NDRPDR sel xxv710
2428       - 35  # NDRPDR sel xxv710
2429       - 36  # NDRPDR sel xxv710
2430       - 37  # NDRPDR sel xxv710
2431       - 41  # NDRPDR sel xxv710
2432       - 42  # NDRPDR sel xxv710
2433       - 43  # NDRPDR sel xxv710
2434       - 45  # NDRPDR sel xxv710
2435       - 30  # NDRPDR sel x710
2436       - 31  # NDRPDR sel x710
2437       - 32  # NDRPDR sel x710
2438       - 38  # NDRPDR sel x710
2439       - 39  # NDRPDR sel x710
2440       - 40  # NDRPDR sel x710
2441       - 44  # NDRPDR sel x710
2442       - 46  # NDRPDR sel x710
2443       - 47  # NDRPDR sel x710
2444       - 48  # NDRPDR sel x710
2445     csit-dpdk-perf-report-iterative-2005-3n-skx:
2446       - 28  # NDRPDR iter
2447       - 29  # NDRPDR iter
2448       - 30  # NDRPDR iter
2449       - 31  # NDRPDR iter
2450       - 32  # NDRPDR iter
2451       - 33  # NDRPDR iter
2452       - 34  # NDRPDR iter
2453       - 35  # NDRPDR iter
2454       - 36  # NDRPDR iter
2455       - 37  # NDRPDR iter
2456     # TODO: Add:
2457     csit-dpdk-perf-report-iterative-2009-3n-skx:
2458       - 3  # RC1 NDRPDR sel env 4
2459
2460     csit-dpdk-perf-verify-2001-2n-skx:
2461       - 35  # NDRPDR sel xxv710
2462       - 36  # NDRPDR sel xxv710
2463       - 37  # NDRPDR sel xxv710
2464       - 41  # NDRPDR sel xxv710
2465       - 42  # NDRPDR sel xxv710
2466       - 43  # NDRPDR sel xxv710
2467       - 46  # NDRPDR sel xxv710
2468       - 47  # NDRPDR sel xxv710
2469       - 52  # NDRPDR sel xxv710
2470       - 53  # NDRPDR sel xxv710
2471       - 38  # NDRPDR sel x710
2472       - 39  # NDRPDR sel x710
2473       - 40  # NDRPDR sel x710
2474       - 44  # NDRPDR sel x710
2475       - 45  # NDRPDR sel x710
2476       - 48  # NDRPDR sel x710
2477       - 49  # NDRPDR sel x710
2478       - 50  # NDRPDR sel x710
2479       - 51  # NDRPDR sel x710
2480       - 54  # NDRPDR sel x710
2481     csit-dpdk-perf-report-iterative-2005-2n-skx:
2482       - 20  # NDRPDR iter
2483       - 21  # NDRPDR iter
2484       - 22  # NDRPDR iter
2485       - 23  # NDRPDR iter
2486       - 24  # NDRPDR iter
2487       - 25  # NDRPDR iter
2488       - 26  # NDRPDR iter
2489       - 27  # NDRPDR iter
2490       - 28  # NDRPDR iter
2491       - 29  # NDRPDR iter
2492     # TODO: Add:
2493     csit-dpdk-perf-report-iterative-2009-2n-skx:
2494       - 3  # RC1 NDRPDR sel env 4
2495
2496     csit-dpdk-perf-verify-2001-2n-clx:
2497       - 15  # NDRPDR sel
2498       - 16  # NDRPDR sel
2499       - 17  # NDRPDR sel
2500       - 18  # NDRPDR sel
2501       - 19  # NDRPDR sel
2502       - 20  # NDRPDR sel
2503       - 21  # NDRPDR sel
2504       - 22  # NDRPDR sel
2505       - 23  # NDRPDR sel
2506       - 24  # NDRPDR sel
2507       - 25  # NDRPDR sel
2508       - 26  # NDRPDR sel
2509       - 27  # NDRPDR sel
2510       - 28  # NDRPDR sel
2511       - 29  # NDRPDR sel
2512       - 30  # NDRPDR sel
2513       - 31  # NDRPDR sel
2514       - 32  # NDRPDR sel
2515       - 33  # NDRPDR sel
2516       - 34  # NDRPDR sel
2517     csit-dpdk-perf-report-iterative-2005-2n-clx:
2518       - 20  # NDRPDR iter
2519       - 21  # NDRPDR iter
2520       - 22  # NDRPDR iter
2521       - 23  # NDRPDR iter
2522       - 24  # NDRPDR iter
2523       - 25  # NDRPDR iter
2524       - 26  # NDRPDR iter
2525       - 27  # NDRPDR iter
2526       - 28  # NDRPDR iter
2527       - 29  # NDRPDR iter
2528     # TODO: Add:
2529     csit-dpdk-perf-report-iterative-2009-2n-clx:
2530       - 3  # RC1 NDRPDR sel env 4
2531
2532     csit-dpdk-perf-verify-2001-2n-dnv:
2533       - 9   # NDRPDR sel
2534       - 10  # NDRPDR sel
2535       - 11  # NDRPDR sel
2536       - 12  # NDRPDR sel
2537       - 13  # NDRPDR sel
2538       - 14  # NDRPDR sel
2539       - 15  # NDRPDR sel
2540       - 16  # NDRPDR sel
2541       - 17  # NDRPDR sel
2542       - 18  # NDRPDR sel
2543     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2544       - 8   # NDRPDR sel
2545       - 9   # NDRPDR sel
2546       - 10  # NDRPDR sel
2547       - 11  # NDRPDR sel
2548       - 12  # NDRPDR sel
2549       - 13  # NDRPDR sel
2550       - 14  # NDRPDR sel
2551       - 15  # NDRPDR sel
2552       - 16  # NDRPDR sel
2553       - 17  # NDRPDR sel
2554     # TODO: Add:
2555     # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2556
2557     csit-dpdk-perf-verify-2001-3n-dnv:
2558       - 12  # NDRPDR sel
2559       - 13  # NDRPDR sel
2560       - 14  # NDRPDR sel
2561       - 15  # NDRPDR sel
2562       - 16  # NDRPDR sel
2563       - 17  # NDRPDR sel
2564       - 18  # NDRPDR sel
2565       - 19  # NDRPDR sel
2566       - 20  # NDRPDR sel
2567       - 22  # NDRPDR sel
2568     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2569       - 6   # NDRPDR sel
2570       - 7   # NDRPDR sel
2571       - 8   # NDRPDR sel
2572       - 9   # NDRPDR sel
2573       - 10  # NDRPDR sel
2574       - 11  # NDRPDR sel
2575       - 12  # NDRPDR sel
2576       - 13  # NDRPDR sel
2577       - 14  # NDRPDR sel
2578       - 16  # NDRPDR sel
2579     # TODO: Add:
2580     # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2581
2582     csit-dpdk-perf-verify-2001-3n-tsh:
2583       - 3   # NDRPDR sel
2584       - 4   # NDRPDR sel
2585       - 5   # NDRPDR sel
2586       - 9   # NDRPDR sel
2587       - 10  # NDRPDR sel
2588       - 11  # NDRPDR sel
2589       - 12  # NDRPDR sel
2590       - 14  # NDRPDR sel
2591       - 15  # NDRPDR sel
2592       - 18  # NDRPDR sel
2593     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2594       - 5   # NDRPDR sel
2595     # TODO: Add:
2596     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2597       - 1  # RC1 NDRPDR sel env 4
2598
2599     csit-vpp-device-2005-ubuntu1804-1n-skx:
2600       - 35
2601     # TODO: Add:
2602     # csit-vpp-device-2009-ubuntu1804-1n-skx:
2603
2604 - type: "output"
2605   output: "report"
2606   format:
2607     html:
2608     - full
2609     pdf:
2610     - minimal
2611
2612 ################################################################################
2613 ###                               T A B L E S                                ###
2614 ################################################################################
2615
2616 # VPP Soak vs NDR - 2n-skx
2617 - type: "table"
2618   title: "VPP Soak vs NDR 2n-skx"
2619   algorithm: "table_soak_vs_ndr"
2620   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2621   reference:
2622     title: "NDR"
2623     data: "vpp-soak-vs-ndr-2n-skx-ref"
2624   compare:
2625     title: "Soak"
2626     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2627   data: "vpp-soak-vs-ndr-2n-skx"
2628   include-tests: "NDR"
2629   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2630   parameters:
2631     - "throughput"
2632     - "name"
2633     - "parent"
2634
2635 # VPP Soak vs NDR - 2n-clx
2636 - type: "table"
2637   title: "VPP Soak vs NDR 2n-clx"
2638   algorithm: "table_soak_vs_ndr"
2639   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2640   reference:
2641     title: "NDR"
2642     data: "vpp-soak-vs-ndr-2n-clx-ref"
2643   compare:
2644     title: "Soak"
2645     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2646   data: "vpp-soak-vs-ndr-2n-clx"
2647   include-tests: "NDR"
2648   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2649   parameters:
2650     - "throughput"
2651     - "name"
2652     - "parent"
2653
2654 ################################################################################
2655
2656 ## VPP Compare NICs 3n-skx 2t1c ndr
2657 #- type: "table"
2658 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2659 #  algorithm: "table_comparison"
2660 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2661 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2662 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2663 #  columns:
2664 #    - title: "x710"
2665 #      data-set: "vpp-nic-comparison-3n-skx"
2666 #      tag: "NIC_Intel-X710"
2667 #    - title: "xxv710"
2668 #      data-set: "vpp-nic-comparison-3n-skx"
2669 #      tag: "NIC_Intel-XXV710"
2670 #  comparisons:
2671 #    - title: "Diff"
2672 #      reference: 1
2673 #      compare: 2
2674 #  legend:
2675 #    - ""
2676 #    - "x710, xxv710 - NICs tested."
2677 #    - "Diff - difference between x710 and xxv710 NIC."
2678 #
2679 ## VPP Compare NICs 3n-skx 4t2c ndr
2680 #- type: "table"
2681 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2682 #  algorithm: "table_comparison"
2683 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2684 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2685 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2686 #  columns:
2687 #    - title: "x710"
2688 #      data-set: "vpp-nic-comparison-3n-skx"
2689 #      tag: "NIC_Intel-X710"
2690 #    - title: "xxv710"
2691 #      data-set: "vpp-nic-comparison-3n-skx"
2692 #      tag: "NIC_Intel-XXV710"
2693 #  comparisons:
2694 #    - title: "Diff"
2695 #      reference: 1
2696 #      compare: 2
2697 #  legend:
2698 #    - ""
2699 #    - "x710, xxv710 - NICs tested."
2700 #    - "Diff - difference between x710 and xxv710 NIC."
2701 #
2702 ## VPP Compare NICs 3n-skx 2t1c pdr
2703 #- type: "table"
2704 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2705 #  algorithm: "table_comparison"
2706 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2707 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2708 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2709 #  columns:
2710 #    - title: "x710"
2711 #      data-set: "vpp-nic-comparison-3n-skx"
2712 #      tag: "NIC_Intel-X710"
2713 #    - title: "xxv710"
2714 #      data-set: "vpp-nic-comparison-3n-skx"
2715 #      tag: "NIC_Intel-XXV710"
2716 #  comparisons:
2717 #    - title: "Diff"
2718 #      reference: 1
2719 #      compare: 2
2720 #  legend:
2721 #    - ""
2722 #    - "x710, xxv710 - NICs tested."
2723 #    - "Diff - difference between x710 and xxv710 NIC."
2724 #
2725 ## VPP Compare NICs 3n-skx 4t2c pdr
2726 #- type: "table"
2727 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2728 #  algorithm: "table_comparison"
2729 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2730 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2731 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2732 #  columns:
2733 #    - title: "x710"
2734 #      data-set: "vpp-nic-comparison-3n-skx"
2735 #      tag: "NIC_Intel-X710"
2736 #    - title: "xxv710"
2737 #      data-set: "vpp-nic-comparison-3n-skx"
2738 #      tag: "NIC_Intel-XXV710"
2739 #  comparisons:
2740 #    - title: "Diff"
2741 #      reference: 1
2742 #      compare: 2
2743 #  legend:
2744 #    - ""
2745 #    - "x710, xxv710 - NICs tested."
2746 #    - "Diff - difference between x710 and xxv710 NIC."
2747
2748 ## VPP Compare NICs 3n-skx 2t1c mrr
2749 #- type: "table"
2750 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2751 #  algorithm: "table_comparison"
2752 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2753 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2754 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2755 #  columns:
2756 #    - title: "x710"
2757 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2758 #      tag: "NIC_Intel-X710"
2759 #    - title: "xxv710"
2760 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2761 #      tag: "NIC_Intel-XXV710"
2762 #  comparisons:
2763 #    - title: "Diff"
2764 #      reference: 1
2765 #      compare: 2
2766 #  legend:
2767 #    - ""
2768 #    - "x710, xxv710 - NICs tested."
2769 #    - "Diff - difference between x710 and xxv710 NIC."
2770 #
2771 ## VPP Compare NICs 3n-skx 4t2c mrr
2772 #- type: "table"
2773 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2774 #  algorithm: "table_comparison"
2775 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2776 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2777 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2778 #  columns:
2779 #    - title: "x710"
2780 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2781 #      tag: "NIC_Intel-X710"
2782 #    - title: "xxv710"
2783 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2784 #      tag: "NIC_Intel-XXV710"
2785 #  comparisons:
2786 #    - title: "Diff"
2787 #      reference: 1
2788 #      compare: 2
2789 #  legend:
2790 #    - ""
2791 #    - "x710, xxv710 - NICs tested."
2792 #    - "Diff - difference between x710 and xxv710 NIC."
2793 #
2794 ## VPP Compare NICs 3n-skx 8t4c mrr
2795 #- type: "table"
2796 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2797 #  algorithm: "table_comparison"
2798 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2799 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2800 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2801 #  columns:
2802 #    - title: "x710"
2803 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2804 #      tag: "NIC_Intel-X710"
2805 #    - title: "xxv710"
2806 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2807 #      tag: "NIC_Intel-XXV710"
2808 #  comparisons:
2809 #    - title: "Diff"
2810 #      reference: 1
2811 #      compare: 2
2812 #  legend:
2813 #    - ""
2814 #    - "x710, xxv710 - NICs tested."
2815 #    - "Diff - difference between x710 and xxv710 NIC."
2816
2817 # VPP Compare NICs 2n-skx 2t1c ndr
2818 - type: "table"
2819   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2820   algorithm: "table_comparison"
2821   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2822   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2823   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2824   columns:
2825     - title: "x710"
2826       data-set: "vpp-nic-comparison-2n-skx"
2827       tag: "NIC_Intel-X710"
2828     - title: "xxv710"
2829       data-set: "vpp-nic-comparison-2n-skx"
2830       tag: "NIC_Intel-XXV710"
2831   comparisons:
2832     - title: "Diff"
2833       reference: 1
2834       compare: 2
2835   legend:
2836     - ""
2837     - "x710, xxv710 - NICs tested."
2838     - "Diff - difference between x710 and xxv710 NIC."
2839
2840 # VPP Compare NICs 2n-skx 4t2c ndr
2841 - type: "table"
2842   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2843   algorithm: "table_comparison"
2844   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2845   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2846   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2847   columns:
2848     - title: "x710"
2849       data-set: "vpp-nic-comparison-2n-skx"
2850       tag: "NIC_Intel-X710"
2851     - title: "xxv710"
2852       data-set: "vpp-nic-comparison-2n-skx"
2853       tag: "NIC_Intel-XXV710"
2854   comparisons:
2855     - title: "Diff"
2856       reference: 1
2857       compare: 2
2858   legend:
2859     - ""
2860     - "x710, xxv710 - NICs tested."
2861     - "Diff - difference between x710 and xxv710 NIC."
2862
2863 # VPP Compare NICs 2n-skx 2t1c pdr
2864 - type: "table"
2865   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2866   algorithm: "table_comparison"
2867   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2868   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2869   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2870   columns:
2871     - title: "x710"
2872       data-set: "vpp-nic-comparison-2n-skx"
2873       tag: "NIC_Intel-X710"
2874     - title: "xxv710"
2875       data-set: "vpp-nic-comparison-2n-skx"
2876       tag: "NIC_Intel-XXV710"
2877   comparisons:
2878     - title: "Diff"
2879       reference: 1
2880       compare: 2
2881   legend:
2882     - ""
2883     - "x710, xxv710 - NICs tested."
2884     - "Diff - difference between x710 and xxv710 NIC."
2885
2886 # VPP Compare NICs 2n-skx 4t2c pdr
2887 - type: "table"
2888   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2889   algorithm: "table_comparison"
2890   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2891   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2892   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2893   columns:
2894     - title: "x710"
2895       data-set: "vpp-nic-comparison-2n-skx"
2896       tag: "NIC_Intel-X710"
2897     - title: "xxv710"
2898       data-set: "vpp-nic-comparison-2n-skx"
2899       tag: "NIC_Intel-XXV710"
2900   comparisons:
2901     - title: "Diff"
2902       reference: 1
2903       compare: 2
2904   legend:
2905     - ""
2906     - "x710, xxv710 - NICs tested."
2907     - "Diff - difference between x710 and xxv710 NIC."
2908
2909 # VPP Compare NICs 2n-skx 2t1c mrr
2910 - type: "table"
2911   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2912   algorithm: "table_comparison"
2913   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2914   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2915   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2916   columns:
2917     - title: "x710"
2918       data-set: "vpp-nic-comparison-2n-skx-mrr"
2919       tag: "NIC_Intel-X710"
2920     - title: "xxv710"
2921       data-set: "vpp-nic-comparison-2n-skx-mrr"
2922       tag: "NIC_Intel-XXV710"
2923   comparisons:
2924     - title: "Diff"
2925       reference: 1
2926       compare: 2
2927   legend:
2928     - ""
2929     - "x710, xxv710 - NICs tested."
2930     - "Diff - difference between x710 and xxv710 NIC."
2931
2932 # VPP Compare NICs 2n-skx 4t2c mrr
2933 - type: "table"
2934   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2935   algorithm: "table_comparison"
2936   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2937   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2938   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2939   columns:
2940     - title: "x710"
2941       data-set: "vpp-nic-comparison-2n-skx-mrr"
2942       tag: "NIC_Intel-X710"
2943     - title: "xxv710"
2944       data-set: "vpp-nic-comparison-2n-skx-mrr"
2945       tag: "NIC_Intel-XXV710"
2946   comparisons:
2947     - title: "Diff"
2948       reference: 1
2949       compare: 2
2950   legend:
2951     - ""
2952     - "x710, xxv710 - NICs tested."
2953     - "Diff - difference between x710 and xxv710 NIC."
2954
2955 # VPP Compare NICs 2n-skx 8t4c mrr
2956 - type: "table"
2957   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2958   algorithm: "table_comparison"
2959   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2960   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2961   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2962   columns:
2963     - title: "x710"
2964       data-set: "vpp-nic-comparison-2n-skx-mrr"
2965       tag: "NIC_Intel-X710"
2966     - title: "xxv710"
2967       data-set: "vpp-nic-comparison-2n-skx-mrr"
2968       tag: "NIC_Intel-XXV710"
2969   comparisons:
2970     - title: "Diff"
2971       reference: 1
2972       compare: 2
2973   legend:
2974     - ""
2975     - "x710, xxv710 - NICs tested."
2976     - "Diff - difference between x710 and xxv710 NIC."
2977
2978 ################################################################################
2979 # VPP
2980
2981 # VPP Performance Changes 3n-hsw 1t1c pdr
2982 - type: "table"
2983   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2984   algorithm: "table_comparison"
2985   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2986   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2987   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
2988   columns:
2989     - title: "2001.0-4"
2990       data-set: "vpp-performance-changes-3n-hsw-h1"
2991     - title: "2005.0-4"
2992       data-set: "vpp-performance-changes-3n-hsw-ref"
2993     - title: "2009.0-4"
2994       data-set: "vpp-performance-changes-3n-hsw-cmp"
2995   comparisons:
2996     - title: "2009.0-4 vs 2005.0-4"
2997       reference: 2
2998       compare: 3
2999 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3000   legend:
3001     - ''
3002     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3003     - '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).'
3004     - '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.'
3005     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3006
3007 # VPP Performance Changes 3n-hsw 2t2c pdr
3008 - type: "table"
3009   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3010   algorithm: "table_comparison"
3011   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3012   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3013   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3014   columns:
3015     - title: "2001.0-4"
3016       data-set: "vpp-performance-changes-3n-hsw-h1"
3017     - title: "2005.0-4"
3018       data-set: "vpp-performance-changes-3n-hsw-ref"
3019     - title: "2009.0-4"
3020       data-set: "vpp-performance-changes-3n-hsw-cmp"
3021   comparisons:
3022     - title: "2009.0-4 vs 2005.0-4"
3023       reference: 2
3024       compare: 3
3025 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3026   legend:
3027     - ''
3028     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3029     - '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).'
3030     - '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.'
3031     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3032
3033 # VPP Performance Changes 3n-hsw 1t1c ndr
3034 - type: "table"
3035   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3036   algorithm: "table_comparison"
3037   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3038   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3039   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3040   columns:
3041     - title: "2001.0-4"
3042       data-set: "vpp-performance-changes-3n-hsw-h1"
3043     - title: "2005.0-4"
3044       data-set: "vpp-performance-changes-3n-hsw-ref"
3045     - title: "2009.0-4"
3046       data-set: "vpp-performance-changes-3n-hsw-cmp"
3047   comparisons:
3048     - title: "2009.0-4 vs 2005.0-4"
3049       reference: 2
3050       compare: 3
3051 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3052   legend:
3053     - ''
3054     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3055     - '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).'
3056     - '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.'
3057     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3058
3059 # VPP Performance Changes 3n-hsw 2t2c ndr
3060 - type: "table"
3061   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3062   algorithm: "table_comparison"
3063   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3064   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3065   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3066   columns:
3067     - title: "2001.0-4"
3068       data-set: "vpp-performance-changes-3n-hsw-h1"
3069     - title: "2005.0-4"
3070       data-set: "vpp-performance-changes-3n-hsw-ref"
3071     - title: "2009.0-4"
3072       data-set: "vpp-performance-changes-3n-hsw-cmp"
3073   comparisons:
3074     - title: "2009.0-4 vs 2005.0-4"
3075       reference: 2
3076       compare: 3
3077 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3078   legend:
3079     - ''
3080     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3081     - '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).'
3082     - '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.'
3083     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3084
3085 # VPP Performance Changes 3n-skx 2t1c pdr
3086 - type: "table"
3087   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3088   algorithm: "table_comparison"
3089   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3090   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3091   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3092   columns:
3093     - title: "2001.0-4"
3094       data-set: "vpp-performance-changes-3n-skx-h1"
3095     - title: "2005.0-4"
3096       data-set: "vpp-performance-changes-3n-skx-ref"
3097     - title: "2009.0-4"
3098       data-set: "vpp-performance-changes-3n-skx-cmp"
3099   comparisons:
3100     - title: "2009.0-4 vs 2005.0-4"
3101       reference: 2
3102       compare: 3
3103 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3104   legend:
3105     - ''
3106     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3107     - '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).'
3108     - '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.'
3109     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3110
3111 # VPP Performance Changes 3n-skx 4t2c pdr
3112 - type: "table"
3113   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3114   algorithm: "table_comparison"
3115   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3116   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3117   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3118   columns:
3119     - title: "2001.0-4"
3120       data-set: "vpp-performance-changes-3n-skx-h1"
3121     - title: "2005.0-4"
3122       data-set: "vpp-performance-changes-3n-skx-ref"
3123     - title: "2009.0-4"
3124       data-set: "vpp-performance-changes-3n-skx-cmp"
3125   comparisons:
3126     - title: "2009.0-4 vs 2005.0-4"
3127       reference: 2
3128       compare: 3
3129 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3130   legend:
3131     - ''
3132     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3133     - '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).'
3134     - '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.'
3135     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3136
3137 # VPP Performance Changes 3n-skx 2t1c ndr
3138 - type: "table"
3139   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3140   algorithm: "table_comparison"
3141   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3142   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3143   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3144   columns:
3145     - title: "2001.0-4"
3146       data-set: "vpp-performance-changes-3n-skx-h1"
3147     - title: "2005.0-4"
3148       data-set: "vpp-performance-changes-3n-skx-ref"
3149     - title: "2009.0-4"
3150       data-set: "vpp-performance-changes-3n-skx-cmp"
3151   comparisons:
3152     - title: "2009.0-4 vs 2005.0-4"
3153       reference: 2
3154       compare: 3
3155 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3156   legend:
3157     - ''
3158     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3159     - '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).'
3160     - '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.'
3161     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3162
3163 # VPP Performance Changes 3n-skx 4t2c ndr
3164 - type: "table"
3165   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3166   algorithm: "table_comparison"
3167   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3168   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3169   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3170   columns:
3171     - title: "2001.0-4"
3172       data-set: "vpp-performance-changes-3n-skx-h1"
3173     - title: "2005.0-4"
3174       data-set: "vpp-performance-changes-3n-skx-ref"
3175     - title: "2009.0-4"
3176       data-set: "vpp-performance-changes-3n-skx-cmp"
3177   comparisons:
3178     - title: "2009.0-4 vs 2005.0-4"
3179       reference: 2
3180       compare: 3
3181 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3182   legend:
3183     - ''
3184     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3185     - '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).'
3186     - '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.'
3187     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3188
3189 # VPP Performance Changes 2n-skx 2t1c pdr
3190 - type: "table"
3191   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3192   algorithm: "table_comparison"
3193   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3194   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3195   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3196   columns:
3197     - title: "2001.0-4"
3198       data-set: "vpp-performance-changes-2n-skx-h1"
3199     - title: "2005.0-4"
3200       data-set: "vpp-performance-changes-2n-skx-ref"
3201     - title: "2009.0-4"
3202       data-set: "vpp-performance-changes-2n-skx-cmp"
3203   comparisons:
3204     - title: "2009.0-4 vs 2005.0-4"
3205       reference: 2
3206       compare: 3
3207 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3208   legend:
3209     - ''
3210     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3211     - '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).'
3212     - '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.'
3213     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3214
3215 # VPP Performance Changes 2n-skx 4t2c pdr
3216 - type: "table"
3217   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3218   algorithm: "table_comparison"
3219   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3220   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3221   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3222   columns:
3223     - title: "2001.0-4"
3224       data-set: "vpp-performance-changes-2n-skx-h1"
3225     - title: "2005.0-4"
3226       data-set: "vpp-performance-changes-2n-skx-ref"
3227     - title: "2009.0-4"
3228       data-set: "vpp-performance-changes-2n-skx-cmp"
3229   comparisons:
3230     - title: "2009.0-4 vs 2005.0-4"
3231       reference: 2
3232       compare: 3
3233 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3234   legend:
3235     - ''
3236     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3237     - '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).'
3238     - '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.'
3239     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3240
3241 # VPP Performance Changes 2n-skx 2t1c ndr
3242 - type: "table"
3243   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3244   algorithm: "table_comparison"
3245   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3247   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3248   columns:
3249     - title: "2001.0-4"
3250       data-set: "vpp-performance-changes-2n-skx-h1"
3251     - title: "2005.0-4"
3252       data-set: "vpp-performance-changes-2n-skx-ref"
3253     - title: "2009.0-4"
3254       data-set: "vpp-performance-changes-2n-skx-cmp"
3255   comparisons:
3256     - title: "2009.0-4 vs 2005.0-4"
3257       reference: 2
3258       compare: 3
3259 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3260   legend:
3261     - ''
3262     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3263     - '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).'
3264     - '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.'
3265     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3266
3267 # VPP Performance Changes 2n-skx 4t2c ndr
3268 - type: "table"
3269   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3270   algorithm: "table_comparison"
3271   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3272   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3273   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3274   columns:
3275     - title: "2001.0-4"
3276       data-set: "vpp-performance-changes-2n-skx-h1"
3277     - title: "2005.0-4"
3278       data-set: "vpp-performance-changes-2n-skx-ref"
3279     - title: "2009.0-4"
3280       data-set: "vpp-performance-changes-2n-skx-cmp"
3281   comparisons:
3282     - title: "2009.0-4 vs 2005.0-4"
3283       reference: 2
3284       compare: 3
3285 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3286   legend:
3287     - ''
3288     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3289     - '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).'
3290     - '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.'
3291     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3292
3293 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3294 - type: "table"
3295   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3296   algorithm: "table_comparison"
3297   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3298   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3299   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3300   columns:
3301     - title: "2001.0-4"
3302       data-set: "vpp-performance-changes-2n-clx-h1"
3303     - title: "2005.0-4"
3304       data-set: "vpp-performance-changes-2n-clx-ref"
3305     - title: "2009.0-4"
3306       data-set: "vpp-performance-changes-2n-clx-cmp"
3307   comparisons:
3308     - title: "2009.0-4 vs 2005.0-4"
3309       reference: 2
3310       compare: 3
3311 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3312   legend:
3313     - ''
3314     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3315     - '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).'
3316     - '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.'
3317     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3318
3319 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3320 - type: "table"
3321   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3322   algorithm: "table_comparison"
3323   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3324   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3325   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3326   columns:
3327     - title: "2001.0-4"
3328       data-set: "vpp-performance-changes-2n-clx-h1"
3329     - title: "2005.0-4"
3330       data-set: "vpp-performance-changes-2n-clx-ref"
3331     - title: "2009.0-4"
3332       data-set: "vpp-performance-changes-2n-clx-cmp"
3333   comparisons:
3334     - title: "2009.0-4 vs 2005.0-4"
3335       reference: 2
3336       compare: 3
3337 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3338   legend:
3339     - ''
3340     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3341     - '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).'
3342     - '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.'
3343     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3344
3345 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3346 - type: "table"
3347   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3348   algorithm: "table_comparison"
3349   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3350   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3351   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3352   columns:
3353     - title: "2001.0-4"
3354       data-set: "vpp-performance-changes-2n-clx-h1"
3355     - title: "2005.0-4"
3356       data-set: "vpp-performance-changes-2n-clx-ref"
3357     - title: "2009.0-4"
3358       data-set: "vpp-performance-changes-2n-clx-cmp"
3359   comparisons:
3360     - title: "2009.0-4 vs 2005.0-4"
3361       reference: 2
3362       compare: 3
3363 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3364   legend:
3365     - ''
3366     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3367     - '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).'
3368     - '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.'
3369     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3370
3371 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3372 - type: "table"
3373   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3374   algorithm: "table_comparison"
3375   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3376   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3377   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3378   columns:
3379     - title: "2001.0-4"
3380       data-set: "vpp-performance-changes-2n-clx-h1"
3381     - title: "2005.0-4"
3382       data-set: "vpp-performance-changes-2n-clx-ref"
3383     - title: "2009.0-4"
3384       data-set: "vpp-performance-changes-2n-clx-cmp"
3385   comparisons:
3386     - title: "2009.0-4 vs 2005.0-4"
3387       reference: 2
3388       compare: 3
3389 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3390   legend:
3391     - ''
3392     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3393     - '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).'
3394     - '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.'
3395     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3396
3397 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3398 #- type: "table"
3399 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3400 #  algorithm: "table_comparison"
3401 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3402 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3403 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3404 #  columns:
3405 #    - title: "2001.0-2"
3406 #      data-set: "vpp-performance-changes-2n-clx-ref"
3407 #    - title: "2005.0-3"
3408 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3409 #  comparisons:
3410 #    - title: "Diff"
3411 #      reference: 1
3412 #      compare: 2
3413 #  legend:
3414 #    - ''
3415 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3416 #    - '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).'
3417 #    - '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.'
3418 #    - '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.'
3419 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3420 #
3421 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3422 #- type: "table"
3423 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3424 #  algorithm: "table_comparison"
3425 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3426 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3427 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3428 #  columns:
3429 #    - title: "2001.0-2"
3430 #      data-set: "vpp-performance-changes-2n-clx-ref"
3431 #    - title: "2005.0-3"
3432 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3433 #  comparisons:
3434 #    - title: "Diff"
3435 #      reference: 1
3436 #      compare: 2
3437 #  legend:
3438 #    - ''
3439 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3440 #    - '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).'
3441 #    - '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.'
3442 #    - '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.'
3443 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3444 #
3445 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3446 #- type: "table"
3447 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3448 #  algorithm: "table_comparison"
3449 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3450 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3451 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3452 #  columns:
3453 #    - title: "2001.0-2"
3454 #      data-set: "vpp-performance-changes-2n-clx-ref"
3455 #    - title: "2005.0-3"
3456 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3457 #  comparisons:
3458 #    - title: "Diff"
3459 #      reference: 1
3460 #      compare: 2
3461 #  legend:
3462 #    - ''
3463 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3464 #    - '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).'
3465 #    - '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.'
3466 #    - '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.'
3467 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3468 #
3469 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3470 #- type: "table"
3471 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3472 #  algorithm: "table_comparison"
3473 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3474 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3475 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3476 #  columns:
3477 #    - title: "2001.0-2"
3478 #      data-set: "vpp-performance-changes-2n-clx-ref"
3479 #    - title: "2005.0-3"
3480 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3481 #  comparisons:
3482 #    - title: "Diff"
3483 #      reference: 1
3484 #      compare: 2
3485 #  legend:
3486 #    - ''
3487 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3488 #    - '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).'
3489 #    - '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.'
3490 #    - '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.'
3491 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3492
3493 # VPP Performance Changes 2n-dnv 1t1c pdr
3494 - type: "table"
3495   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3496   algorithm: "table_comparison"
3497   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3498   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3499   filter: "'1T1C'"
3500   columns:
3501     - title: "2001.0-2"
3502       data-set: "vpp-performance-changes-2n-dnv-h1"
3503     - title: "2005.0-3"
3504       data-set: "vpp-performance-changes-2n-dnv-ref"
3505     - title: "2009.0-4"
3506       data-set: "vpp-performance-changes-2n-dnv-cmp"
3507   comparisons:
3508     - title: "2009.0-4 vs 2005.0-3"
3509       reference: 2
3510       compare: 3
3511   legend:
3512     - ''
3513     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3514     - '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).'
3515     - '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.'
3516     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3517
3518 # VPP Performance Changes 2n-dnv 2t2c pdr
3519 - type: "table"
3520   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3521   algorithm: "table_comparison"
3522   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3523   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3524   filter: "'2T2C'"
3525   columns:
3526     - title: "2001.0-2"
3527       data-set: "vpp-performance-changes-2n-dnv-h1"
3528     - title: "2005.0-3"
3529       data-set: "vpp-performance-changes-2n-dnv-ref"
3530     - title: "2009.0-4"
3531       data-set: "vpp-performance-changes-2n-dnv-cmp"
3532   comparisons:
3533     - title: "2009.0-4 vs 2005.0-3"
3534       reference: 2
3535       compare: 3
3536   legend:
3537     - ''
3538     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3539     - '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).'
3540     - '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.'
3541     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3542
3543 # VPP Performance Changes 2n-dnv 1t1c ndr
3544 - type: "table"
3545   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3546   algorithm: "table_comparison"
3547   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3549   filter: "'1T1C'"
3550   columns:
3551     - title: "2001.0-2"
3552       data-set: "vpp-performance-changes-2n-dnv-h1"
3553     - title: "2005.0-3"
3554       data-set: "vpp-performance-changes-2n-dnv-ref"
3555     - title: "2009.0-4"
3556       data-set: "vpp-performance-changes-2n-dnv-cmp"
3557   comparisons:
3558     - title: "2009.0-4 vs 2005.0-3"
3559       reference: 2
3560       compare: 3
3561   legend:
3562     - ''
3563     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3564     - '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).'
3565     - '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.'
3566     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3567
3568 # VPP Performance Changes 2n-dnv 2t2c ndr
3569 - type: "table"
3570   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3571   algorithm: "table_comparison"
3572   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3573   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3574   filter: "'2T2C'"
3575   columns:
3576     - title: "2001.0-2"
3577       data-set: "vpp-performance-changes-2n-dnv-h1"
3578     - title: "2005.0-3"
3579       data-set: "vpp-performance-changes-2n-dnv-ref"
3580     - title: "2009.0-4"
3581       data-set: "vpp-performance-changes-2n-dnv-cmp"
3582   comparisons:
3583     - title: "2009.0-4 vs 2005.0-3"
3584       reference: 2
3585       compare: 3
3586   legend:
3587     - ''
3588     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3589     - '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).'
3590     - '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.'
3591     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3592
3593 # VPP Performance Changes 3n-dnv 1t1c pdr
3594 - type: "table"
3595   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3596   algorithm: "table_comparison"
3597   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3598   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3599   filter: "'1T1C'"
3600   columns:
3601     - title: "2001.0-2"
3602       data-set: "vpp-performance-changes-3n-dnv-h1"
3603     - title: "2005.0-3"
3604       data-set: "vpp-performance-changes-3n-dnv-ref"
3605     - title: "2009.0-4"
3606       data-set: "vpp-performance-changes-3n-dnv-cmp"
3607   comparisons:
3608     - title: "2009.0-4 vs 2005.0-3"
3609       reference: 2
3610       compare: 3
3611   legend:
3612     - ''
3613     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3614     - '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).'
3615     - '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.'
3616     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3617
3618 # VPP Performance Changes 3n-dnv 2t2c pdr
3619 - type: "table"
3620   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3621   algorithm: "table_comparison"
3622   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3623   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3624   filter: "'2T2C'"
3625   columns:
3626     - title: "2001.0-2"
3627       data-set: "vpp-performance-changes-3n-dnv-h1"
3628     - title: "2005.0-3"
3629       data-set: "vpp-performance-changes-3n-dnv-ref"
3630     - title: "2009.0-4"
3631       data-set: "vpp-performance-changes-3n-dnv-cmp"
3632   comparisons:
3633     - title: "2009.0-4 vs 2005.0-3"
3634       reference: 2
3635       compare: 3
3636   legend:
3637     - ''
3638     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3639     - '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).'
3640     - '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.'
3641     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3642
3643 # VPP Performance Changes 3n-dnv 1t1c ndr
3644 - type: "table"
3645   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3646   algorithm: "table_comparison"
3647   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3648   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3649   filter: "'1T1C'"
3650   columns:
3651     - title: "2001.0-2"
3652       data-set: "vpp-performance-changes-3n-dnv-h1"
3653     - title: "2005.0-3"
3654       data-set: "vpp-performance-changes-3n-dnv-ref"
3655     - title: "2009.0-4"
3656       data-set: "vpp-performance-changes-3n-dnv-cmp"
3657   comparisons:
3658     - title: "2009.0-4 vs 2005.0-3"
3659       reference: 2
3660       compare: 3
3661   legend:
3662     - ''
3663     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3664     - '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).'
3665     - '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.'
3666     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3667
3668 # VPP Performance Changes 3n-dnv 2t2c ndr
3669 - type: "table"
3670   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3671   algorithm: "table_comparison"
3672   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3673   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3674   filter: "'2T2C'"
3675   columns:
3676     - title: "2001.0-2"
3677       data-set: "vpp-performance-changes-3n-dnv-h1"
3678     - title: "2005.0-3"
3679       data-set: "vpp-performance-changes-3n-dnv-ref"
3680     - title: "2009.0-4"
3681       data-set: "vpp-performance-changes-3n-dnv-cmp"
3682   comparisons:
3683     - title: "2009.0-4 vs 2005.0-3"
3684       reference: 2
3685       compare: 3
3686   legend:
3687     - ''
3688     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3689     - '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).'
3690     - '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.'
3691     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3692
3693 # VPP Performance Changes 3n-tsh 1t1c pdr
3694 - type: "table"
3695   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3696   algorithm: "table_comparison"
3697   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3698   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3699   filter: "'1T1C'"
3700   columns:
3701     - title: "2001.0-4"
3702       data-set: "vpp-performance-changes-3n-tsh-h1"
3703     - title: "2005.0-4"
3704       data-set: "vpp-performance-changes-3n-tsh-ref"
3705     - title: "2009.0-4"
3706       data-set: "vpp-performance-changes-3n-tsh-cmp"
3707   comparisons:
3708     - title: "2009.0-4 vs 2005.0-4"
3709       reference: 2
3710       compare: 3
3711 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3712   legend:
3713     - ''
3714     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3715     - '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).'
3716     - '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.'
3717     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3718
3719 # VPP Performance Changes 3n-tsh 2t2c pdr
3720 - type: "table"
3721   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3722   algorithm: "table_comparison"
3723   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3724   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3725   filter: "'2T2C'"
3726   columns:
3727     - title: "2001.0-4"
3728       data-set: "vpp-performance-changes-3n-tsh-h1"
3729     - title: "2005.0-4"
3730       data-set: "vpp-performance-changes-3n-tsh-ref"
3731     - title: "2009.0-4"
3732       data-set: "vpp-performance-changes-3n-tsh-cmp"
3733   comparisons:
3734     - title: "2009.0-4 vs 2005.0-4"
3735       reference: 2
3736       compare: 3
3737 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3738   legend:
3739     - ''
3740     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3741     - '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).'
3742     - '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.'
3743     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3744
3745 # VPP Performance Changes 3n-tsh 1t1c ndr
3746 - type: "table"
3747   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3748   algorithm: "table_comparison"
3749   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3750   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3751   filter: "'1T1C'"
3752   columns:
3753     - title: "2001.0-4"
3754       data-set: "vpp-performance-changes-3n-tsh-h1"
3755     - title: "2005.0-4"
3756       data-set: "vpp-performance-changes-3n-tsh-ref"
3757     - title: "2009.0-4"
3758       data-set: "vpp-performance-changes-3n-tsh-cmp"
3759   comparisons:
3760     - title: "2009.0-4 vs 2005.0-4"
3761       reference: 2
3762       compare: 3
3763 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3764   legend:
3765     - ''
3766     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
3767     - '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).'
3768     - '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.'
3769     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3770
3771 # VPP Performance Changes 3n-tsh 2t2c ndr
3772 - type: "table"
3773   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3774   algorithm: "table_comparison"
3775   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3776   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3777   filter: "'2T2C'"
3778   columns:
3779     - title: "2001.0-4"
3780       data-set: "vpp-performance-changes-3n-tsh-h1"
3781     - title: "2005.0-4"
3782       data-set: "vpp-performance-changes-3n-tsh-ref"
3783     - title: "2009.0-4"
3784       data-set: "vpp-performance-changes-3n-tsh-cmp"
3785   comparisons:
3786     - title: "2009.0-4 vs 2005.0-4"
3787       reference: 2
3788       compare: 3
3789 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3790   legend:
3791     - ''
3792     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
3793     - '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).'
3794     - '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.'
3795     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3796
3797 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3798 - type: "table"
3799   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3800   algorithm: "table_comparison"
3801   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3802   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3803   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3804   columns:
3805     - title: "3n-hsw xl710"
3806       data-set: "vpp-compare-testbeds-ref"
3807       tag: "NIC_Intel-XL710"
3808     - title: "3n-skx xxv710"
3809       data-set: "vpp-compare-testbeds-cmp"
3810       tag: "NIC_Intel-XXV710"
3811   comparisons:
3812     - title: "Diff"
3813       reference: 1
3814       compare: 2
3815   legend:
3816     - ""
3817     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3818     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3819
3820 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3821 - type: "table"
3822   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3823   algorithm: "table_comparison"
3824   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3825   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3826   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3827   columns:
3828     - title: "3n-hsw xl710"
3829       data-set: "vpp-compare-testbeds-ref"
3830       tag: "NIC_Intel-XL710"
3831     - title: "3n-skx xxv710"
3832       data-set: "vpp-compare-testbeds-cmp"
3833       tag: "NIC_Intel-XXV710"
3834   comparisons:
3835     - title: "Diff"
3836       reference: 1
3837       compare: 2
3838   legend:
3839     - ""
3840     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3841     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3842
3843 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3844 - type: "table"
3845   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3846   algorithm: "table_comparison"
3847   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3848   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3849   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3850   columns:
3851     - title: "3n-hsw xl710"
3852       data-set: "vpp-compare-testbeds-ref"
3853       tag: "NIC_Intel-XL710"
3854     - title: "3n-skx xxv710"
3855       data-set: "vpp-compare-testbeds-cmp"
3856       tag: "NIC_Intel-XXV710"
3857   comparisons:
3858     - title: "Diff"
3859       reference: 1
3860       compare: 2
3861   legend:
3862     - ""
3863     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3864     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3865
3866 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3867 - type: "table"
3868   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3869   algorithm: "table_comparison"
3870   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3871   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3872   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3873   columns:
3874     - title: "3n-hsw xl710"
3875       data-set: "vpp-compare-testbeds-ref"
3876       tag: "NIC_Intel-XL710"
3877     - title: "3n-skx xxv710"
3878       data-set: "vpp-compare-testbeds-cmp"
3879       tag: "NIC_Intel-XXV710"
3880   comparisons:
3881     - title: "Diff"
3882       reference: 1
3883       compare: 2
3884   legend:
3885     - ""
3886     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3887     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3888
3889 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3890 - type: "table"
3891   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3892   algorithm: "table_comparison"
3893   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3894   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3895   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3896   columns:
3897     - title: "2n-skx"
3898       data-set: "vpp-compare-testbeds-skx-clx-ref"
3899     - title: "2n-clx"
3900       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3901   comparisons:
3902     - title: "Diff"
3903       reference: 1
3904       compare: 2
3905   legend:
3906     - ""
3907     - "2n-skx, 2n-clx - testbeds and NICs tested."
3908     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3909
3910 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3911 - type: "table"
3912   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3913   algorithm: "table_comparison"
3914   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3916   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3917   columns:
3918     - title: "2n-skx"
3919       data-set: "vpp-compare-testbeds-skx-clx-ref"
3920     - title: "2n-clx"
3921       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3922   comparisons:
3923     - title: "Diff"
3924       reference: 1
3925       compare: 2
3926   legend:
3927     - ""
3928     - "2n-skx, 2n-clx - testbeds and NICs tested."
3929     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3930
3931 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3932 - type: "table"
3933   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3934   algorithm: "table_comparison"
3935   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3936   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3937   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3938   columns:
3939     - title: "2n-skx"
3940       data-set: "vpp-compare-testbeds-skx-clx-ref"
3941     - title: "2n-clx"
3942       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3943   comparisons:
3944     - title: "Diff"
3945       reference: 1
3946       compare: 2
3947   legend:
3948     - ""
3949     - "2n-skx, 2n-clx - testbeds and NICs tested."
3950     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3951
3952 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3953 - type: "table"
3954   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3955   algorithm: "table_comparison"
3956   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3957   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3958   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3959   columns:
3960     - title: "2n-skx"
3961       data-set: "vpp-compare-testbeds-skx-clx-ref"
3962     - title: "2n-clx"
3963       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3964   comparisons:
3965     - title: "Diff"
3966       reference: 1
3967       compare: 2
3968   legend:
3969     - ""
3970     - "2n-skx, 2n-clx - testbeds and NICs tested."
3971     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3972
3973 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3974 - type: "table"
3975   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3976   algorithm: "table_comparison"
3977   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3978   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3979   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3980   columns:
3981     - title: "3n-hsw xl710"
3982       data-set: "vpp-compare-testbeds-hsw-clx-ref"
3983       tag: "NIC_Intel-XL710"
3984     - title: "2n-clx xxv710"
3985       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
3986       tag: "NIC_Intel-XXV710"
3987   comparisons:
3988     - title: "Diff"
3989       reference: 1
3990       compare: 2
3991   legend:
3992     - ""
3993     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
3994     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
3995
3996 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3997 - type: "table"
3998   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3999   algorithm: "table_comparison"
4000   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4001   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4002   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4003   columns:
4004     - title: "3n-hsw xl710"
4005       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4006       tag: "NIC_Intel-XL710"
4007     - title: "2n-clx xxv710"
4008       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4009       tag: "NIC_Intel-XXV710"
4010   comparisons:
4011     - title: "Diff"
4012       reference: 1
4013       compare: 2
4014   legend:
4015     - ""
4016     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4017     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4018
4019 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4020 - type: "table"
4021   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4022   algorithm: "table_comparison"
4023   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4024   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4025   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4026   columns:
4027     - title: "3n-hsw xl710"
4028       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4029       tag: "NIC_Intel-XL710"
4030     - title: "2n-clx xxv710"
4031       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4032       tag: "NIC_Intel-XXV710"
4033   comparisons:
4034     - title: "Diff"
4035       reference: 1
4036       compare: 2
4037   legend:
4038     - ""
4039     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4040     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4041
4042 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4043 - type: "table"
4044   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4045   algorithm: "table_comparison"
4046   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4047   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4048   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4049   columns:
4050     - title: "3n-hsw xl710"
4051       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4052       tag: "NIC_Intel-XL710"
4053     - title: "2n-clx xxv710"
4054       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4055       tag: "NIC_Intel-XXV710"
4056   comparisons:
4057     - title: "Diff"
4058       reference: 1
4059       compare: 2
4060   legend:
4061     - ""
4062     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4063     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4064
4065 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4066 - type: "table"
4067   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4068   algorithm: "table_comparison"
4069   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4070   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4071   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4072   columns:
4073     - title: "3n-skx"
4074       data-set: "vpp-compare-topologies-ref"
4075     - title: "2n-skx"
4076       data-set: "vpp-compare-topologies-cmp"
4077   comparisons:
4078     - title: "Diff"
4079       reference: 1
4080       compare: 2
4081   legend:
4082     - ""
4083     - "3n-skx, 2n-skx - topologies tested."
4084     - "Diff - difference between 3n-skx and 2n-skx topologies."
4085
4086 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4087 - type: "table"
4088   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4089   algorithm: "table_comparison"
4090   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4091   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4092   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4093   columns:
4094     - title: "3n-skx"
4095       data-set: "vpp-compare-topologies-ref"
4096     - title: "2n-skx"
4097       data-set: "vpp-compare-topologies-cmp"
4098   comparisons:
4099     - title: "Diff"
4100       reference: 1
4101       compare: 2
4102   legend:
4103     - ""
4104     - "3n-skx, 2n-skx - topologies tested."
4105     - "Diff - difference between 3n-skx and 2n-skx topologies."
4106
4107 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4108 - type: "table"
4109   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4110   algorithm: "table_comparison"
4111   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4112   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4113   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4114   columns:
4115     - title: "3n-skx"
4116       data-set: "vpp-compare-topologies-ref"
4117     - title: "2n-skx"
4118       data-set: "vpp-compare-topologies-cmp"
4119   comparisons:
4120     - title: "Diff"
4121       reference: 1
4122       compare: 2
4123   legend:
4124     - ""
4125     - "3n-skx, 2n-skx - topologies tested."
4126     - "Diff - difference between 3n-skx and 2n-skx topologies."
4127
4128 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4129 - type: "table"
4130   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4131   algorithm: "table_comparison"
4132   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4133   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4134   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4135   columns:
4136     - title: "3n-skx"
4137       data-set: "vpp-compare-topologies-ref"
4138     - title: "2n-skx"
4139       data-set: "vpp-compare-topologies-cmp"
4140   comparisons:
4141     - title: "Diff"
4142       reference: 1
4143       compare: 2
4144   legend:
4145     - ""
4146     - "3n-skx, 2n-skx - topologies tested."
4147     - "Diff - difference between 3n-skx and 2n-skx topologies."
4148
4149 # VPP Performance Changes 3n-hsw 1t1c mrr
4150 - type: "table"
4151   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4152   algorithm: "table_comparison"
4153   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4154   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4155   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4156   columns:
4157     - title: "2001.0-2"
4158       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4159     - title: "2005.0-4"
4160       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4161     - title: "2009.0-4"
4162       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4163   comparisons:
4164     - title: "2009.0-4 vs 2005.0-4"
4165       reference: 2
4166       compare: 3
4167 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4168   legend:
4169     - ''
4170     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4171     - '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).'
4172     - '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.'
4173     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4174
4175 # VPP Performance Changes 3n-hsw 2t2c mrr
4176 - type: "table"
4177   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4178   algorithm: "table_comparison"
4179   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4180   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4181   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4182   columns:
4183     - title: "2001.0-2"
4184       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4185     - title: "2005.0-4"
4186       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4187     - title: "2009.0-4"
4188       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4189   comparisons:
4190     - title: "2009.0-4 vs 2005.0-4"
4191       reference: 2
4192       compare: 3
4193 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4194   legend:
4195     - ''
4196     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4197     - '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).'
4198     - '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.'
4199     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4200
4201 # VPP Performance Changes 3n-hsw 4t4c mrr
4202 - type: "table"
4203   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4204   algorithm: "table_comparison"
4205   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4206   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4207   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4208   columns:
4209     - title: "2001.0-2"
4210       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4211     - title: "2005.0-4"
4212       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4213     - title: "2009.0-4"
4214       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4215   comparisons:
4216     - title: "2009.0-4 vs 2005.0-4"
4217       reference: 2
4218       compare: 3
4219 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4220   legend:
4221     - ''
4222     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4223     - '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).'
4224     - '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.'
4225     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4226
4227 # VPP Performance Changes 3n-skx 2t1c mrr
4228 - type: "table"
4229   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4230   algorithm: "table_comparison"
4231   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4232   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4233   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4234   columns:
4235     - title: "2001.0-2"
4236       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4237     - title: "2005.0-4"
4238       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4239     - title: "2009.0-4"
4240       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4241   comparisons:
4242     - title: "2009.0-4 vs 2005.0-4"
4243       reference: 2
4244       compare: 3
4245 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4246   legend:
4247     - ''
4248     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4249     - '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).'
4250     - '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.'
4251     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4252
4253 # VPP Performance Changes 3n-skx 4t2c mrr
4254 - type: "table"
4255   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4256   algorithm: "table_comparison"
4257   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4258   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4259   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4260   columns:
4261     - title: "2001.0-2"
4262       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4263     - title: "2005.0-4"
4264       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4265     - title: "2009.0-4"
4266       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4267   comparisons:
4268     - title: "2009.0-4 vs 2005.0-4"
4269       reference: 2
4270       compare: 3
4271 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4272   legend:
4273     - ''
4274     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4275     - '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).'
4276     - '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.'
4277     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4278
4279 # VPP Performance Changes 3n-skx 8t4c mrr
4280 - type: "table"
4281   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4282   algorithm: "table_comparison"
4283   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4284   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4285   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4286   columns:
4287     - title: "2001.0-2"
4288       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4289     - title: "2005.0-4"
4290       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4291     - title: "2009.0-4"
4292       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4293   comparisons:
4294     - title: "2009.0-4 vs 2005.0-4"
4295       reference: 2
4296       compare: 3
4297 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4298   legend:
4299     - ''
4300     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4301     - '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).'
4302     - '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.'
4303     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4304
4305 # VPP Performance Changes 2n-skx 2t1c mrr
4306 - type: "table"
4307   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4308   algorithm: "table_comparison"
4309   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4310   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4311   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4312   columns:
4313     - title: "2001.0-2"
4314       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4315     - title: "2005.0-4"
4316       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4317     - title: "2009.0-4"
4318       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4319   comparisons:
4320     - title: "2009.0-4 vs 2005.0-4"
4321       reference: 2
4322       compare: 3
4323 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4324   legend:
4325     - ''
4326     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4327     - '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).'
4328     - '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.'
4329     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4330
4331 # VPP Performance Changes 2n-skx 4t2c mrr
4332 - type: "table"
4333   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4334   algorithm: "table_comparison"
4335   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4336   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4337   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4338   columns:
4339     - title: "2001.0-2"
4340       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4341     - title: "2005.0-4"
4342       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4343     - title: "2009.0-4"
4344       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4345   comparisons:
4346     - title: "2009.0-4 vs 2005.0-4"
4347       reference: 2
4348       compare: 3
4349 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4350   legend:
4351     - ''
4352     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4353     - '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).'
4354     - '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.'
4355     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4356
4357 # VPP Performance Changes 2n-skx 8t4c mrr
4358 - type: "table"
4359   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4360   algorithm: "table_comparison"
4361   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4362   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4363   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4364   columns:
4365     - title: "2001.0-2"
4366       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4367     - title: "2005.0-4"
4368       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4369     - title: "2009.0-4"
4370       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4371   comparisons:
4372     - title: "2009.0-4 vs 2005.0-4"
4373       reference: 2
4374       compare: 3
4375 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4376   legend:
4377     - ''
4378     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4379     - '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).'
4380     - '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.'
4381     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4382
4383 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4384 - type: "table"
4385   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4386   algorithm: "table_comparison"
4387   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4388   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4389   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4390   columns:
4391     - title: "2001.0-2"
4392       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4393     - title: "2005.0-4"
4394       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4395     - title: "2009.0-4"
4396       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4397   comparisons:
4398     - title: "2009.0-4 vs 2005.0-4"
4399       reference: 2
4400       compare: 3
4401 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4402   legend:
4403     - ''
4404     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4405     - '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).'
4406     - '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.'
4407     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4408
4409 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4410 - type: "table"
4411   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4412   algorithm: "table_comparison"
4413   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4414   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4415   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4416   columns:
4417     - title: "2001.0-2"
4418       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4419     - title: "2005.0-4"
4420       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4421     - title: "2009.0-4"
4422       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4423   comparisons:
4424     - title: "2009.0-4 vs 2005.0-4"
4425       reference: 2
4426       compare: 3
4427 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4428   legend:
4429     - ''
4430     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4431     - '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).'
4432     - '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.'
4433     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4434
4435 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4436 - type: "table"
4437   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4438   algorithm: "table_comparison"
4439   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4440   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4441   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4442   columns:
4443     - title: "2001.0-2"
4444       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4445     - title: "2005.0-4"
4446       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4447     - title: "2009.0-4"
4448       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4449   comparisons:
4450     - title: "2009.0-4 vs 2005.0-4"
4451       reference: 2
4452       compare: 3
4453 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4454   legend:
4455     - ''
4456     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4457     - '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).'
4458     - '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.'
4459     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4460
4461 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4462 #- type: "table"
4463 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4464 #  algorithm: "table_comparison"
4465 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4466 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4467 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4468 #  columns:
4469 #    - title: "2001"
4470 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4471 #    - title: "2005"
4472 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4473 #  comparisons:
4474 #    - title: "Diff"
4475 #      reference: 1
4476 #      compare: 2
4477 #  legend:
4478 #    - ""
4479 #    - "2001, 2005 - VPP versions tested."
4480 #    - "Diff - difference between 2001 and 2005 VPP version."
4481 #
4482 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4483 #- type: "table"
4484 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4485 #  algorithm: "table_comparison"
4486 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4487 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4488 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4489 #  columns:
4490 #    - title: "2001"
4491 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4492 #    - title: "2005"
4493 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4494 #  comparisons:
4495 #    - title: "Diff"
4496 #      reference: 1
4497 #      compare: 2
4498 #  legend:
4499 #    - ""
4500 #    - "2001, 2005 - VPP versions tested."
4501 #    - "Diff - difference between 2001 and 2005 VPP version."
4502 #
4503 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4504 #- type: "table"
4505 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4506 #  algorithm: "table_comparison"
4507 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4508 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4509 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4510 #  columns:
4511 #    - title: "2001"
4512 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4513 #    - title: "2005"
4514 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4515 #  comparisons:
4516 #    - title: "Diff"
4517 #      reference: 1
4518 #      compare: 2
4519 #  legend:
4520 #    - ""
4521 #    - "2001, 2005 - VPP versions tested."
4522 #    - "Diff - difference between 2001 and 2005 VPP version."
4523
4524 # VPP Performance Changes 2n-dnv 1t1c mrr
4525 - type: "table"
4526   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4527   algorithm: "table_comparison"
4528   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4529   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4530   filter: "'1T1C'"
4531   columns:
4532     - title: "2001.0-2"
4533       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4534     - title: "2005.0-3"
4535       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4536     - title: "2009.0-4"
4537       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4538   comparisons:
4539     - title: "2009.0-4 vs 2005.0-3"
4540       reference: 2
4541       compare: 3
4542   legend:
4543     - ''
4544     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4545     - '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).'
4546     - '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.'
4547     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4548
4549 # VPP Performance Changes 2n-dnv 2t2c mrr
4550 - type: "table"
4551   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4552   algorithm: "table_comparison"
4553   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4554   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4555   filter: "'2T2C'"
4556   columns:
4557     - title: "2001.0-2"
4558       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4559     - title: "2005.0-3"
4560       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4561     - title: "2009.0-4"
4562       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4563   comparisons:
4564     - title: "2009.0-4 vs 2005.0-3"
4565       reference: 2
4566       compare: 3
4567   legend:
4568     - ''
4569     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4570     - '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).'
4571     - '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.'
4572     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4573
4574 # VPP Performance Changes 2n-dnv 4t4c mrr
4575 - type: "table"
4576   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4577   algorithm: "table_comparison"
4578   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4579   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4580   filter: "'4T4C'"
4581   columns:
4582     - title: "2001.0-2"
4583       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4584     - title: "2005.0-3"
4585       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4586     - title: "2009.0-4"
4587       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4588   comparisons:
4589     - title: "2009.0-4 vs 2005.0-3"
4590       reference: 2
4591       compare: 3
4592   legend:
4593     - ''
4594     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4595     - '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).'
4596     - '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.'
4597     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4598
4599 # VPP Performance Changes 3n-dnv 1t1c mrr
4600 - type: "table"
4601   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4602   algorithm: "table_comparison"
4603   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4604   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4605   filter: "'1T1C'"
4606   columns:
4607     - title: "2001.0-2"
4608       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4609     - title: "2005.0-3"
4610       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4611     - title: "2009.0-4"
4612       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4613   comparisons:
4614     - title: "2009.0-4 vs 2005.0-3"
4615       reference: 2
4616       compare: 3
4617   legend:
4618     - ''
4619     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4620     - '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).'
4621     - '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.'
4622     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4623
4624 # VPP Performance Changes 3n-dnv 2t2c mrr
4625 - type: "table"
4626   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4627   algorithm: "table_comparison"
4628   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4629   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4630   filter: "'2T2C'"
4631   columns:
4632     - title: "2001.0-2"
4633       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4634     - title: "2005.0-3"
4635       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4636     - title: "2009.0-4"
4637       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4638   comparisons:
4639     - title: "2009.0-4 vs 2005.0-3"
4640       reference: 2
4641       compare: 3
4642   legend:
4643     - ''
4644     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4645     - '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).'
4646     - '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.'
4647     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4648
4649 # VPP Performance Changes 3n-dnv 4t4c mrr
4650 - type: "table"
4651   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4652   algorithm: "table_comparison"
4653   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4654   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4655   filter: "'4T4C'"
4656   columns:
4657     - title: "2001.0-2"
4658       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4659     - title: "2005.0-3"
4660       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4661     - title: "2009.0-4"
4662       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4663   comparisons:
4664     - title: "2009.0-4 vs 2005.0-3"
4665       reference: 2
4666       compare: 3
4667   legend:
4668     - ''
4669     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4670     - '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).'
4671     - '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.'
4672     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4673
4674 # VPP Performance Changes 3n-tsh 1t1c mrr
4675 - type: "table"
4676   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4677   algorithm: "table_comparison"
4678   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4679   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4680   filter: "'1T1C'"
4681   columns:
4682     - title: "2001.0-2"
4683       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4684     - title: "2005.0-4"
4685       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4686     - title: "2009.0-4"
4687       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4688   comparisons:
4689     - title: "2009.0-4 vs 2005.0-4"
4690       reference: 2
4691       compare: 3
4692 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
4693   legend:
4694     - ''
4695     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4696     - '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).'
4697     - '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.'
4698     - '2009.0-4 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4699
4700 # VPP Performance Changes 3n-tsh 2t2c mrr
4701 - type: "table"
4702   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4703   algorithm: "table_comparison"
4704   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4705   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4706   filter: "'2T2C'"
4707   columns:
4708     - title: "2001.0-2"
4709       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4710     - title: "2005.0-4"
4711       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4712     - title: "2009.0-4"
4713       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4714   comparisons:
4715     - title: "2009.0-4 vs 2005.0-4"
4716       reference: 2
4717       compare: 3
4718 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
4719   legend:
4720     - ''
4721     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4722     - '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).'
4723     - '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.'
4724     - '2009.0-4 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4725
4726 # VPP Performance Changes 3n-tsh 4t4c mrr
4727 - type: "table"
4728   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4729   algorithm: "table_comparison"
4730   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4731   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4732   filter: "'4T4C'"
4733   columns:
4734     - title: "2001.0-2"
4735       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4736     - title: "2005.0-4"
4737       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4738     - title: "2009.0-4"
4739       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4740   comparisons:
4741     - title: "2009.0-4 vs 2005.0-4"
4742       reference: 2
4743       compare: 3
4744 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
4745   legend:
4746     - ''
4747     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4748     - '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).'
4749     - '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.'
4750     - '2009.0-4 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4751
4752 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4753 - type: "table"
4754   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4755   algorithm: "table_comparison"
4756   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4757   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4758   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4759   columns:
4760     - title: "3n-hsw xl710"
4761       data-set: "vpp-compare-testbeds-mrr-ref"
4762       tag: "NIC_Intel-XL710"
4763     - title: "3n-skx xxv710"
4764       data-set: "vpp-compare-testbeds-mrr-cmp"
4765       tag: "NIC_Intel-XXV710"
4766   comparisons:
4767     - title: "Diff"
4768       reference: 1
4769       compare: 2
4770   legend:
4771     - ""
4772     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4773     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4774
4775 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4776 - type: "table"
4777   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4778   algorithm: "table_comparison"
4779   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4780   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4781   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4782   columns:
4783     - title: "3n-hsw xl710"
4784       data-set: "vpp-compare-testbeds-mrr-ref"
4785       tag: "NIC_Intel-XL710"
4786     - title: "3n-skx xxv710"
4787       data-set: "vpp-compare-testbeds-mrr-cmp"
4788       tag: "NIC_Intel-XXV710"
4789   comparisons:
4790     - title: "Diff"
4791       reference: 1
4792       compare: 2
4793   legend:
4794     - ""
4795     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4796     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4797
4798 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4799 - type: "table"
4800   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4801   algorithm: "table_comparison"
4802   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4803   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4804   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4805   columns:
4806     - title: "3n-hsw xl710"
4807       data-set: "vpp-compare-testbeds-mrr-ref"
4808       tag: "NIC_Intel-XL710"
4809     - title: "3n-skx xxv710"
4810       data-set: "vpp-compare-testbeds-mrr-cmp"
4811       tag: "NIC_Intel-XXV710"
4812   comparisons:
4813     - title: "Diff"
4814       reference: 1
4815       compare: 2
4816   legend:
4817     - ""
4818     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4819     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4820
4821 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4822 - type: "table"
4823   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4824   algorithm: "table_comparison"
4825   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4826   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4827   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4828   columns:
4829     - title: "2n-skx"
4830       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4831     - title: "2n-clx"
4832       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4833   comparisons:
4834     - title: "Diff"
4835       reference: 1
4836       compare: 2
4837   legend:
4838     - ""
4839     - "2n-skx, 2n-clx - testbeds and NICs tested."
4840     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4841
4842 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4843 - type: "table"
4844   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4845   algorithm: "table_comparison"
4846   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4847   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4848   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4849   columns:
4850     - title: "2n-skx"
4851       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4852     - title: "2n-clx"
4853       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4854   comparisons:
4855     - title: "Diff"
4856       reference: 1
4857       compare: 2
4858   legend:
4859     - ""
4860     - "2n-skx, 2n-clx - testbeds and NICs tested."
4861     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4862
4863 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4864 - type: "table"
4865   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4866   algorithm: "table_comparison"
4867   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4868   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4869   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4870   columns:
4871     - title: "2n-skx"
4872       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4873     - title: "2n-clx"
4874       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4875   comparisons:
4876     - title: "Diff"
4877       reference: 1
4878       compare: 2
4879   legend:
4880     - ""
4881     - "2n-skx, 2n-clx - testbeds and NICs tested."
4882     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4883
4884 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4885 - type: "table"
4886   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4887   algorithm: "table_comparison"
4888   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4889   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4890   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
4891   columns:
4892     - title: "3n-skx"
4893       data-set: "vpp-compare-topologies-mrr-ref"
4894     - title: "2n-skx"
4895       data-set: "vpp-compare-topologies-mrr-cmp"
4896   comparisons:
4897     - title: "Diff"
4898       reference: 1
4899       compare: 2
4900   legend:
4901     - ""
4902     - "3n-skx, 2n-skx - topologies tested."
4903     - "Diff - difference between 3n-skx and 2n-skx topologies."
4904
4905 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4906 - type: "table"
4907   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4908   algorithm: "table_comparison"
4909   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4910   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4911   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
4912   columns:
4913     - title: "3n-skx"
4914       data-set: "vpp-compare-topologies-mrr-ref"
4915     - title: "2n-skx"
4916       data-set: "vpp-compare-topologies-mrr-cmp"
4917   comparisons:
4918     - title: "Diff"
4919       reference: 1
4920       compare: 2
4921   legend:
4922     - ""
4923     - "3n-skx, 2n-skx - topologies tested."
4924     - "Diff - difference between 3n-skx and 2n-skx topologies."
4925
4926 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4927 - type: "table"
4928   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4929   algorithm: "table_comparison"
4930   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4931   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4932   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
4933   columns:
4934     - title: "3n-skx"
4935       data-set: "vpp-compare-topologies-mrr-ref"
4936     - title: "2n-skx"
4937       data-set: "vpp-compare-topologies-mrr-cmp"
4938   comparisons:
4939     - title: "Diff"
4940       reference: 1
4941       compare: 2
4942   legend:
4943     - ""
4944     - "3n-skx, 2n-skx - topologies tested."
4945     - "Diff - difference between 3n-skx and 2n-skx topologies."
4946
4947 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4948 - type: "table"
4949   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4950   algorithm: "table_comparison"
4951   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4952   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4953   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4954   columns:
4955     - title: "3n-hsw xl710"
4956       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4957       tag: "NIC_Intel-XL710"
4958     - title: "2n-clx xxv710"
4959       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4960       tag: "NIC_Intel-XXV710"
4961   comparisons:
4962     - title: "Diff"
4963       reference: 1
4964       compare: 2
4965   legend:
4966     - ""
4967     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4968     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4969
4970 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4971 - type: "table"
4972   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4973   algorithm: "table_comparison"
4974   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4975   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4976   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4977   columns:
4978     - title: "3n-hsw xl710"
4979       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4980       tag: "NIC_Intel-XL710"
4981     - title: "2n-clx xxv710"
4982       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4983       tag: "NIC_Intel-XXV710"
4984   comparisons:
4985     - title: "Diff"
4986       reference: 1
4987       compare: 2
4988   legend:
4989     - ""
4990     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4991     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4992
4993 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4994 - type: "table"
4995   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4996   algorithm: "table_comparison"
4997   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4998   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4999   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5000   columns:
5001     - title: "3n-hsw xl710"
5002       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5003       tag: "NIC_Intel-XL710"
5004     - title: "2n-clx xxv710"
5005       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5006       tag: "NIC_Intel-XXV710"
5007   comparisons:
5008     - title: "Diff"
5009       reference: 1
5010       compare: 2
5011   legend:
5012     - ""
5013     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5014     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5015
5016 # Detailed Test Results - VPP Performance Results 3n-hsw
5017 - type: "table"
5018   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5019   algorithm: "table_merged_details"
5020   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5021   columns:
5022     - title: " |prein| Test Name |preout| "
5023       data: "data name"
5024     - 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| "
5025       data: "data msg"
5026   data: "vpp-perf-results-3n-hsw"
5027   filter: "all"
5028   parameters:
5029   - "name"
5030   - "parent"
5031   - "msg"
5032
5033 # Detailed Test Results - VPP Performance Results 3n-skx
5034 - type: "table"
5035   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5036   algorithm: "table_merged_details"
5037   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5038   columns:
5039     - title: " |prein| Test Name |preout| "
5040       data: "data name"
5041     - 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| "
5042       data: "data msg"
5043   data: "vpp-perf-results-3n-skx"
5044   filter: "all"
5045   remove-ndr: False
5046   parameters:
5047   - "name"
5048   - "parent"
5049   - "msg"
5050
5051 # Detailed Test Results - VPP Performance Results 2n-skx
5052 - type: "table"
5053   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5054   algorithm: "table_merged_details"
5055   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5056   columns:
5057     - title: " |prein| Test Name |preout| "
5058       data: "data name"
5059     - 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| "
5060       data: "data msg"
5061   data: "vpp-perf-results-2n-skx"
5062   filter: "all"
5063   remove-ndr: False
5064   parameters:
5065   - "name"
5066   - "parent"
5067   - "msg"
5068
5069 # Detailed Test Results - VPP Performance Results 2n-clx
5070 - type: "table"
5071   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5072   algorithm: "table_merged_details"
5073   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5074   columns:
5075     - title: " |prein| Test Name |preout| "
5076       data: "data name"
5077     - 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| "
5078       data: "data msg"
5079   data: "vpp-perf-results-2n-clx"
5080   filter: "all"
5081   parameters:
5082   - "name"
5083   - "parent"
5084   - "msg"
5085
5086 # Detailed Test Results - VPP Performance Results 3n-tsh
5087 - type: "table"
5088   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5089   algorithm: "table_merged_details"
5090   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5091   columns:
5092     - title: " |prein| Test Name |preout| "
5093       data: "data name"
5094     - 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| "
5095       data: "data msg"
5096   data: "vpp-perf-results-3n-tsh"
5097   filter: "all"
5098   parameters:
5099   - "name"
5100   - "parent"
5101   - "msg"
5102
5103 # Detailed Test Results - VPP Performance Results 3n-dnv
5104 - type: "table"
5105   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5106   algorithm: "table_merged_details"
5107   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5108   columns:
5109     - title: " |prein| Test Name |preout| "
5110       data: "data name"
5111     - 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| "
5112       data: "data msg"
5113   data: "vpp-perf-results-3n-dnv"
5114   filter: "all"
5115   parameters:
5116   - "name"
5117   - "parent"
5118   - "msg"
5119
5120 # Detailed Test Results - VPP Performance Results 2n-dnv
5121 - type: "table"
5122   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5123   algorithm: "table_merged_details"
5124   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5125   columns:
5126     - title: " |prein| Test Name |preout| "
5127       data: "data name"
5128     - 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| "
5129       data: "data msg"
5130   data: "vpp-perf-results-2n-dnv"
5131   filter: "all"
5132   parameters:
5133   - "name"
5134   - "parent"
5135   - "msg"
5136
5137 # Test configuration - VPP Performance Test Configs 3n-hsw
5138 - type: "table"
5139   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5140   algorithm: "table_merged_details"
5141   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5142   columns:
5143     - title: " |prein| Test Name |preout| "
5144       data: "data name"
5145     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5146       data: "data conf-history"
5147   data: "vpp-perf-results-3n-hsw"
5148   filter: "all"
5149   parameters:
5150   - "parent"
5151   - "name"
5152   - "conf-history"
5153
5154 # Test configuration - VPP Performance Test Configs 3n-skx
5155 - type: "table"
5156   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5157   algorithm: "table_merged_details"
5158   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5159   columns:
5160     - title: " |prein| Test Name |preout| "
5161       data: "data name"
5162     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5163       data: "data conf-history"
5164   data: "vpp-perf-results-3n-skx"
5165   filter: "all"
5166   parameters:
5167   - "parent"
5168   - "name"
5169   - "conf-history"
5170
5171 # Test configuration - VPP Performance Test Configs 2n-skx
5172 - type: "table"
5173   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5174   algorithm: "table_merged_details"
5175   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5176   columns:
5177     - title: " |prein| Test Name |preout| "
5178       data: "data name"
5179     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5180       data: "data conf-history"
5181   data: "vpp-perf-results-2n-skx"
5182   filter: "all"
5183   parameters:
5184   - "parent"
5185   - "name"
5186   - "conf-history"
5187
5188 # Test configuration - VPP Performance Test Configs 2n-clx
5189 - type: "table"
5190   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5191   algorithm: "table_merged_details"
5192   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5193   columns:
5194     - title: " |prein| Test Name |preout| "
5195       data: "data name"
5196     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5197       data: "data conf-history"
5198   data: "vpp-perf-results-2n-clx"
5199   filter: "all"
5200   parameters:
5201   - "parent"
5202   - "name"
5203   - "conf-history"
5204
5205 # Test configuration - VPP Performance Test Configs 3n-tsh
5206 - type: "table"
5207   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5208   algorithm: "table_merged_details"
5209   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5210   columns:
5211     - title: " |prein| Test Name |preout| "
5212       data: "data name"
5213     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5214       data: "data conf-history"
5215   data: "vpp-perf-results-3n-tsh"
5216   filter: "all"
5217   parameters:
5218   - "parent"
5219   - "name"
5220   - "conf-history"
5221
5222 # Test configuration - VPP Performance Test Configs 3n-dnv
5223 - type: "table"
5224   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5225   algorithm: "table_merged_details"
5226   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5227   columns:
5228     - title: " |prein| Test Name |preout| "
5229       data: "data name"
5230     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5231       data: "data conf-history"
5232   data: "vpp-perf-results-3n-dnv"
5233   filter: "all"
5234   parameters:
5235   - "parent"
5236   - "name"
5237   - "conf-history"
5238
5239 # Test configuration - VPP Performance Test Configs 2n-dnv
5240 - type: "table"
5241   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5242   algorithm: "table_merged_details"
5243   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5244   columns:
5245     - title: " |prein| Test Name |preout| "
5246       data: "data name"
5247     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5248       data: "data conf-history"
5249   data: "vpp-perf-results-2n-dnv"
5250   filter: "all"
5251   parameters:
5252   - "parent"
5253   - "name"
5254   - "conf-history"
5255
5256 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5257 - type: "table"
5258   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5259   algorithm: "table_oper_data_html"
5260   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5261   data: "vpp-perf-results-3n-hsw"
5262   filter: "all"
5263
5264 # Test Operational Data - VPP Performance Operational Data 3n-skx
5265 - type: "table"
5266   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5267   algorithm: "table_oper_data_html"
5268   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5269   data: "vpp-perf-results-3n-skx"
5270   filter: "all"
5271
5272 # Test Operational Data - VPP Performance Operational Data 2n-skx
5273 - type: "table"
5274   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5275   algorithm: "table_oper_data_html"
5276   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5277   data: "vpp-perf-results-2n-skx"
5278   filter: "all"
5279
5280 # Test Operational Data - VPP Performance Operational Data 2n-clx
5281 - type: "table"
5282   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5283   algorithm: "table_oper_data_html"
5284   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5285   data: "vpp-perf-results-2n-clx"
5286   filter: "all"
5287
5288 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5289 - type: "table"
5290   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5291   algorithm: "table_oper_data_html"
5292   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5293   data: "vpp-perf-results-3n-tsh"
5294   filter: "all"
5295
5296 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5297 - type: "table"
5298   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5299   algorithm: "table_oper_data_html"
5300   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5301   data: "vpp-perf-results-3n-dnv"
5302   filter: "all"
5303
5304 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5305 - type: "table"
5306   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5307   algorithm: "table_oper_data_html"
5308   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5309   data: "vpp-perf-results-2n-dnv"
5310   filter: "all"
5311
5312 # Detailed Test Results - VPP MRR Results 3n-hsw
5313 - type: "table"
5314   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5315   algorithm: "table_merged_details"
5316   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5317   columns:
5318     - title: " |prein| Test Name |preout| "
5319       data: "data name"
5320     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5321       data: "data msg"
5322   data: "vpp-mrr-results-3n-hsw"
5323   filter: "all"
5324   parameters:
5325   - "name"
5326   - "parent"
5327   - "msg"
5328
5329 # Detailed Test Results - VPP MRR Results 3n-skx
5330 - type: "table"
5331   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5332   algorithm: "table_merged_details"
5333   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5334   columns:
5335     - title: " |prein| Test Name |preout| "
5336       data: "data name"
5337     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5338       data: "data msg"
5339   data: "vpp-mrr-results-3n-skx"
5340   filter: "all"
5341   parameters:
5342   - "name"
5343   - "parent"
5344   - "msg"
5345
5346 # Detailed Test Results - VPP MRR Results 2n-skx
5347 - type: "table"
5348   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5349   algorithm: "table_merged_details"
5350   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5351   columns:
5352     - title: " |prein| Test Name |preout| "
5353       data: "data name"
5354     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5355       data: "data msg"
5356   data: "vpp-mrr-results-2n-skx"
5357   filter: "all"
5358   parameters:
5359   - "name"
5360   - "parent"
5361   - "msg"
5362
5363 # Detailed Test Results - VPP MRR Results 2n-clx
5364 - type: "table"
5365   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5366   algorithm: "table_merged_details"
5367   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5368   columns:
5369     - title: " |prein| Test Name |preout| "
5370       data: "data name"
5371     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5372       data: "data msg"
5373   data: "vpp-mrr-results-2n-clx"
5374   filter: "all"
5375   parameters:
5376   - "name"
5377   - "parent"
5378   - "msg"
5379
5380 # Detailed Test Results - VPP MRR Results 3n-tsh
5381 - type: "table"
5382   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5383   algorithm: "table_merged_details"
5384   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5385   columns:
5386     - title: " |prein| Test Name |preout| "
5387       data: "data name"
5388     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5389       data: "data msg"
5390   data: "vpp-mrr-results-3n-tsh"
5391   filter: "all"
5392   parameters:
5393   - "name"
5394   - "parent"
5395   - "msg"
5396
5397 # Detailed Test Results - VPP MRR Results 3n-dnv
5398 - type: "table"
5399   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5400   algorithm: "table_merged_details"
5401   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5402   columns:
5403     - title: " |prein| Test Name |preout| "
5404       data: "data name"
5405     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5406       data: "data msg"
5407   data: "vpp-mrr-results-3n-dnv"
5408   filter: "all"
5409   parameters:
5410   - "name"
5411   - "parent"
5412   - "msg"
5413
5414 # Detailed Test Results - VPP MRR Results 2n-dnv
5415 - type: "table"
5416   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5417   algorithm: "table_merged_details"
5418   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5419   columns:
5420     - title: " |prein| Test Name |preout| "
5421       data: "data name"
5422     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5423       data: "data msg"
5424   data: "vpp-mrr-results-2n-dnv"
5425   filter: "all"
5426   parameters:
5427   - "name"
5428   - "parent"
5429   - "msg"
5430
5431 # Test configuration - VPP MRR Test Configs 3n-hsw
5432 - type: "table"
5433   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5434   algorithm: "table_merged_details"
5435   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5436   columns:
5437     - title: " |prein| Test Name |preout| "
5438       data: "data name"
5439     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5440       data: "data conf-history"
5441   data: "vpp-mrr-results-3n-hsw"
5442   filter: "all"
5443   parameters:
5444   - "parent"
5445   - "name"
5446   - "conf-history"
5447
5448 # Test configuration - VPP MRR Test Configs 3n-skx
5449 - type: "table"
5450   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5451   algorithm: "table_merged_details"
5452   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5453   columns:
5454     - title: " |prein| Test Name |preout| "
5455       data: "data name"
5456     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5457       data: "data conf-history"
5458   data: "vpp-mrr-results-3n-skx"
5459   filter: "all"
5460   parameters:
5461   - "parent"
5462   - "name"
5463   - "conf-history"
5464
5465 # Test configuration - VPP MRR Test Configs 2n-skx
5466 - type: "table"
5467   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5468   algorithm: "table_merged_details"
5469   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5470   columns:
5471     - title: " |prein| Test Name |preout| "
5472       data: "data name"
5473     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5474       data: "data conf-history"
5475   data: "vpp-mrr-results-2n-skx"
5476   filter: "all"
5477   parameters:
5478   - "parent"
5479   - "name"
5480   - "conf-history"
5481
5482 # Test configuration - VPP MRR Test Configs 2n-clx
5483 - type: "table"
5484   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5485   algorithm: "table_merged_details"
5486   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5487   columns:
5488     - title: " |prein| Test Name |preout| "
5489       data: "data name"
5490     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5491       data: "data conf-history"
5492   data: "vpp-mrr-results-2n-clx"
5493   filter: "all"
5494   parameters:
5495   - "parent"
5496   - "name"
5497   - "conf-history"
5498
5499 # Test configuration - VPP MRR Test Configs 3n-tsh
5500 - type: "table"
5501   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5502   algorithm: "table_merged_details"
5503   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5504   columns:
5505     - title: " |prein| Test Name |preout| "
5506       data: "data name"
5507     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5508       data: "data conf-history"
5509   data: "vpp-mrr-results-3n-tsh"
5510   filter: "all"
5511   parameters:
5512   - "parent"
5513   - "name"
5514   - "conf-history"
5515
5516 # Test configuration - VPP MRR Test Configs 3n-dnv
5517 - type: "table"
5518   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5519   algorithm: "table_merged_details"
5520   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5521   columns:
5522     - title: " |prein| Test Name |preout| "
5523       data: "data name"
5524     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5525       data: "data conf-history"
5526   data: "vpp-mrr-results-3n-dnv"
5527   filter: "all"
5528   parameters:
5529   - "parent"
5530   - "name"
5531   - "conf-history"
5532
5533 # Test configuration - VPP MRR Test Configs 2n-dnv
5534 - type: "table"
5535   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5536   algorithm: "table_merged_details"
5537   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5538   columns:
5539     - title: " |prein| Test Name |preout| "
5540       data: "data name"
5541     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5542       data: "data conf-history"
5543   data: "vpp-mrr-results-2n-dnv"
5544   filter: "all"
5545   parameters:
5546   - "parent"
5547   - "name"
5548   - "conf-history"
5549
5550 # Detailed Test Results - VPP Device Results - Ubuntu
5551 - type: "table"
5552   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5553   algorithm: "table_merged_details"
5554   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5555   columns:
5556     - title: " |prein| Test Name |preout| "
5557       data: "data name"
5558     - title: " |prein| Status |preout| "
5559       data: "data status"
5560   data: "vpp-device-results-ubuntu"
5561   filter: "all"
5562   parameters:
5563   - "name"
5564   - "parent"
5565   - "doc"
5566   - "status"
5567
5568 # Test configuration - VPP Device Test Configs - Ubuntu
5569 - type: "table"
5570   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5571   algorithm: "table_merged_details"
5572   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5573   columns:
5574     - title: " |prein| Test Name |preout| "
5575       data: "data name"
5576     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5577       data: "data conf-history"
5578   data: "vpp-device-results-ubuntu"
5579   filter: "all"
5580   parameters:
5581   - "parent"
5582   - "name"
5583   - "conf-history"
5584
5585 ################################################################################
5586
5587 # DPDK Performance Changes 3n-hsw 1t1c pdr
5588 - type: "table"
5589   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5590   algorithm: "table_comparison"
5591   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5592   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5593   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5594   columns:
5595     - title: "2001"
5596       data-set: "dpdk-performance-changes-3n-hsw-h1"
5597     - title: "2005"
5598       data-set: "dpdk-performance-changes-3n-hsw-ref"
5599     - title: "2009"
5600       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5601   comparisons:
5602     - title: "Diff"
5603       reference: 2
5604       compare: 3
5605   legend:
5606     - ""
5607     - "2001, 2005, 2009 - DPDK versions tested."
5608     - "Diff - difference between 2005 and 2009 DPDK version."
5609
5610 # DPDK Performance Changes 3n-hsw 2t2c pdr
5611 - type: "table"
5612   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5613   algorithm: "table_comparison"
5614   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5616   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5617   columns:
5618     - title: "2001"
5619       data-set: "dpdk-performance-changes-3n-hsw-h1"
5620     - title: "2005"
5621       data-set: "dpdk-performance-changes-3n-hsw-ref"
5622     - title: "2009"
5623       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5624   comparisons:
5625     - title: "Diff"
5626       reference: 2
5627       compare: 3
5628   legend:
5629     - ""
5630     - "2001, 2005, 2009 - DPDK versions tested."
5631     - "Diff - difference between 2005 and 2009 DPDK version."
5632
5633 # DPDK Performance Changes 3n-hsw 1t1c pdr
5634 - type: "table"
5635   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5636   algorithm: "table_comparison"
5637   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5638   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5639   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5640   columns:
5641     - title: "2001"
5642       data-set: "dpdk-performance-changes-3n-hsw-h1"
5643     - title: "2005"
5644       data-set: "dpdk-performance-changes-3n-hsw-ref"
5645     - title: "2009"
5646       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5647   comparisons:
5648     - title: "Diff"
5649       reference: 2
5650       compare: 3
5651   legend:
5652     - ""
5653     - "2001, 2005, 2009 - DPDK versions tested."
5654     - "Diff - difference between 2005 and 2009 DPDK version."
5655
5656 # DPDK Performance Changes 3n-hsw 2t2c ndr
5657 - type: "table"
5658   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5659   algorithm: "table_comparison"
5660   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5661   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5662   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5663   columns:
5664     - title: "2001"
5665       data-set: "dpdk-performance-changes-3n-hsw-h1"
5666     - title: "2005"
5667       data-set: "dpdk-performance-changes-3n-hsw-ref"
5668     - title: "2009"
5669       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5670   comparisons:
5671     - title: "Diff"
5672       reference: 2
5673       compare: 3
5674   legend:
5675     - ""
5676     - "2001, 2005, 2009 - DPDK versions tested."
5677     - "Diff - difference between 2005 and 2009 DPDK version."
5678
5679 # DPDK Performance Changes 3n-skx 2t1c pdr
5680 - type: "table"
5681   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5682   algorithm: "table_comparison"
5683   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5684   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5685   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5686   columns:
5687     - title: "2001"
5688       data-set: "dpdk-performance-changes-3n-skx-h1"
5689     - title: "2005"
5690       data-set: "dpdk-performance-changes-3n-skx-ref"
5691     - title: "2009"
5692       data-set: "dpdk-performance-changes-3n-skx-cmp"
5693   comparisons:
5694     - title: "Diff"
5695       reference: 2
5696       compare: 3
5697   legend:
5698     - ""
5699     - "2001, 2005, 2009 - DPDK versions tested."
5700     - "Diff - difference between 2005 and 2009 DPDK version."
5701
5702 # DPDK Performance Changes 3n-skx 4t2c pdr
5703 - type: "table"
5704   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5705   algorithm: "table_comparison"
5706   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5707   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5708   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5709   columns:
5710     - title: "2001"
5711       data-set: "dpdk-performance-changes-3n-skx-h1"
5712     - title: "2005"
5713       data-set: "dpdk-performance-changes-3n-skx-ref"
5714     - title: "2009"
5715       data-set: "dpdk-performance-changes-3n-skx-cmp"
5716   comparisons:
5717     - title: "Diff"
5718       reference: 2
5719       compare: 3
5720   legend:
5721     - ""
5722     - "2001, 2005, 2009 - DPDK versions tested."
5723     - "Diff - difference between 2005 and 2009 DPDK version."
5724
5725 # DPDK Performance Changes 3n-skx 2t1c ndr
5726 - type: "table"
5727   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5728   algorithm: "table_comparison"
5729   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5730   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5731   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5732   columns:
5733     - title: "2001"
5734       data-set: "dpdk-performance-changes-3n-skx-h1"
5735     - title: "2005"
5736       data-set: "dpdk-performance-changes-3n-skx-ref"
5737     - title: "2009"
5738       data-set: "dpdk-performance-changes-3n-skx-cmp"
5739   comparisons:
5740     - title: "Diff"
5741       reference: 2
5742       compare: 3
5743   legend:
5744     - ""
5745     - "2001, 2005, 2009 - DPDK versions tested."
5746     - "Diff - difference between 2005 and 2009 DPDK version."
5747
5748 # DPDK Performance Changes 3n-skx 4t2c ndr
5749 - type: "table"
5750   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5751   algorithm: "table_comparison"
5752   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5753   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5754   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5755   columns:
5756     - title: "2001"
5757       data-set: "dpdk-performance-changes-3n-skx-h1"
5758     - title: "2005"
5759       data-set: "dpdk-performance-changes-3n-skx-ref"
5760     - title: "2009"
5761       data-set: "dpdk-performance-changes-3n-skx-cmp"
5762   comparisons:
5763     - title: "Diff"
5764       reference: 2
5765       compare: 3
5766   legend:
5767     - ""
5768     - "2001, 2005, 2009 - DPDK versions tested."
5769     - "Diff - difference between 2005 and 2009 DPDK version."
5770
5771 # DPDK Performance Changes 2n-skx 2t1c pdr
5772 - type: "table"
5773   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5774   algorithm: "table_comparison"
5775   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5776   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5777   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5778   columns:
5779     - title: "2001"
5780       data-set: "dpdk-performance-changes-2n-skx-h1"
5781     - title: "2005"
5782       data-set: "dpdk-performance-changes-2n-skx-ref"
5783     - title: "2009"
5784       data-set: "dpdk-performance-changes-2n-skx-cmp"
5785   comparisons:
5786     - title: "Diff"
5787       reference: 2
5788       compare: 3
5789   legend:
5790     - ""
5791     - "2001, 2005, 2009 - DPDK versions tested."
5792     - "Diff - difference between 2005 and 2009 DPDK version."
5793
5794 # DPDK Performance Changes 2n-skx 4t2c pdr
5795 - type: "table"
5796   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5797   algorithm: "table_comparison"
5798   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5799   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5800   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5801   columns:
5802     - title: "2001"
5803       data-set: "dpdk-performance-changes-2n-skx-h1"
5804     - title: "2005"
5805       data-set: "dpdk-performance-changes-2n-skx-ref"
5806     - title: "2009"
5807       data-set: "dpdk-performance-changes-2n-skx-cmp"
5808   comparisons:
5809     - title: "Diff"
5810       reference: 2
5811       compare: 3
5812   legend:
5813     - ""
5814     - "2001, 2005, 2009 - DPDK versions tested."
5815     - "Diff - difference between 2005 and 2009 DPDK version."
5816
5817 # DPDK Performance Changes 2n-skx 2t1c ndr
5818 - type: "table"
5819   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5820   algorithm: "table_comparison"
5821   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5822   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5823   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5824   columns:
5825     - title: "2001"
5826       data-set: "dpdk-performance-changes-2n-skx-h1"
5827     - title: "2005"
5828       data-set: "dpdk-performance-changes-2n-skx-ref"
5829     - title: "2009"
5830       data-set: "dpdk-performance-changes-2n-skx-cmp"
5831   comparisons:
5832     - title: "Diff"
5833       reference: 2
5834       compare: 3
5835   legend:
5836     - ""
5837     - "2001, 2005, 2009 - DPDK versions tested."
5838     - "Diff - difference between 2005 and 2009 DPDK version."
5839
5840 # DPDK Performance Changes 2n-skx 4t2c ndr
5841 - type: "table"
5842   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5843   algorithm: "table_comparison"
5844   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5845   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5846   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5847   columns:
5848     - title: "2001"
5849       data-set: "dpdk-performance-changes-2n-skx-h1"
5850     - title: "2005"
5851       data-set: "dpdk-performance-changes-2n-skx-ref"
5852     - title: "2009"
5853       data-set: "dpdk-performance-changes-2n-skx-cmp"
5854   comparisons:
5855     - title: "Diff"
5856       reference: 2
5857       compare: 3
5858   legend:
5859     - ""
5860     - "2001, 2005, 2009 - DPDK versions tested."
5861     - "Diff - difference between 2005 and 2009 DPDK version."
5862
5863 # DPDK Performance Changes 2n-clx 2t1c pdr
5864 - type: "table"
5865   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
5866   algorithm: "table_comparison"
5867   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
5868   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5869   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5870   columns:
5871     - title: "2001"
5872       data-set: "dpdk-performance-changes-2n-clx-h1"
5873     - title: "2005"
5874       data-set: "dpdk-performance-changes-2n-clx-ref"
5875     - title: "2009"
5876       data-set: "dpdk-performance-changes-2n-clx-cmp"
5877   comparisons:
5878     - title: "Diff"
5879       reference: 2
5880       compare: 3
5881   legend:
5882     - ""
5883     - "2001, 2005, 2009 - DPDK versions tested."
5884     - "Diff - difference between 2005 and 2009 DPDK version."
5885
5886 # DPDK Performance Changes 2n-clx 4t2c pdr
5887 - type: "table"
5888   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
5889   algorithm: "table_comparison"
5890   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
5891   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5892   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5893   columns:
5894     - title: "2001"
5895       data-set: "dpdk-performance-changes-2n-clx-h1"
5896     - title: "2005"
5897       data-set: "dpdk-performance-changes-2n-clx-ref"
5898     - title: "2009"
5899       data-set: "dpdk-performance-changes-2n-clx-cmp"
5900   comparisons:
5901     - title: "Diff"
5902       reference: 2
5903       compare: 3
5904   legend:
5905     - ""
5906     - "2001, 2005, 2009 - DPDK versions tested."
5907     - "Diff - difference between 2005 and 2009 DPDK version."
5908
5909 # DPDK Performance Changes 2n-clx 2t1c ndr
5910 - type: "table"
5911   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
5912   algorithm: "table_comparison"
5913   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
5914   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5915   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5916   columns:
5917     - title: "2001"
5918       data-set: "dpdk-performance-changes-2n-clx-h1"
5919     - title: "2005"
5920       data-set: "dpdk-performance-changes-2n-clx-ref"
5921     - title: "2009"
5922       data-set: "dpdk-performance-changes-2n-clx-cmp"
5923   comparisons:
5924     - title: "Diff"
5925       reference: 2
5926       compare: 3
5927   legend:
5928     - ""
5929     - "2001, 2005, 2009 - DPDK versions tested."
5930     - "Diff - difference between 2005 and 2009 DPDK version."
5931
5932 # DPDK Performance Changes 2n-clx 4t2c ndr
5933 - type: "table"
5934   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
5935   algorithm: "table_comparison"
5936   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
5937   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5938   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5939   columns:
5940     - title: "2001"
5941       data-set: "dpdk-performance-changes-2n-clx-h1"
5942     - title: "2005"
5943       data-set: "dpdk-performance-changes-2n-clx-ref"
5944     - title: "2009"
5945       data-set: "dpdk-performance-changes-2n-clx-cmp"
5946   comparisons:
5947     - title: "Diff"
5948       reference: 2
5949       compare: 3
5950   legend:
5951     - ""
5952     - "2001, 2005, 2009 - DPDK versions tested."
5953     - "Diff - difference between 2005 and 2009 DPDK version."
5954
5955 # DPDK Performance Changes 2n-dnv 1t1c pdr
5956 - type: "table"
5957   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
5958   algorithm: "table_comparison"
5959   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
5960   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5961   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
5962   columns:
5963     - title: "2001"
5964       data-set: "dpdk-performance-changes-2n-dnv-h1"
5965     - title: "2005"
5966       data-set: "dpdk-performance-changes-2n-dnv-ref"
5967     - title: "2009"
5968       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5969   comparisons:
5970     - title: "Diff"
5971       reference: 2
5972       compare: 3
5973   legend:
5974     - ""
5975     - "2001, 2005, 2009 - DPDK versions tested."
5976     - "Diff - difference between 2005 and 2009 DPDK version."
5977
5978 # DPDK Performance Changes 2n-dnv 2t2c pdr
5979 - type: "table"
5980   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
5981   algorithm: "table_comparison"
5982   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
5983   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5984   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
5985   columns:
5986     - title: "2001"
5987       data-set: "dpdk-performance-changes-2n-dnv-h1"
5988     - title: "2005"
5989       data-set: "dpdk-performance-changes-2n-dnv-ref"
5990     - title: "2009"
5991       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5992   comparisons:
5993     - title: "Diff"
5994       reference: 2
5995       compare: 3
5996   legend:
5997     - ""
5998     - "2001, 2005, 2009 - DPDK versions tested."
5999     - "Diff - difference between 2005 and 2009 DPDK version."
6000
6001 # DPDK Performance Changes 2n-dnv 1t1c ndr
6002 - type: "table"
6003   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6004   algorithm: "table_comparison"
6005   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6006   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6007   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6008   columns:
6009     - title: "2001"
6010       data-set: "dpdk-performance-changes-2n-dnv-h1"
6011     - title: "2005"
6012       data-set: "dpdk-performance-changes-2n-dnv-ref"
6013     - title: "2009"
6014       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6015   comparisons:
6016     - title: "Diff"
6017       reference: 2
6018       compare: 3
6019   legend:
6020     - ""
6021     - "2001, 2005, 2009 - DPDK versions tested."
6022     - "Diff - difference between 2005 and 2009 DPDK version."
6023
6024 # DPDK Performance Changes 2n-dnv 2t2c ndr
6025 - type: "table"
6026   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6027   algorithm: "table_comparison"
6028   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6029   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6030   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6031   columns:
6032     - title: "2001"
6033       data-set: "dpdk-performance-changes-2n-dnv-h1"
6034     - title: "2005"
6035       data-set: "dpdk-performance-changes-2n-dnv-ref"
6036     - title: "2009"
6037       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6038   comparisons:
6039     - title: "Diff"
6040       reference: 2
6041       compare: 3
6042   legend:
6043     - ""
6044     - "2001, 2005, 2009 - DPDK versions tested."
6045     - "Diff - difference between 2005 and 2009 DPDK version."
6046
6047 # DPDK Performance Changes 3n-dnv 1t1c pdr
6048 - type: "table"
6049   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6050   algorithm: "table_comparison"
6051   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6052   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6053   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6054   columns:
6055     - title: "2001"
6056       data-set: "dpdk-performance-changes-3n-dnv-h1"
6057     - title: "2005"
6058       data-set: "dpdk-performance-changes-3n-dnv-ref"
6059     - title: "2009"
6060       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6061   comparisons:
6062     - title: "Diff"
6063       reference: 2
6064       compare: 3
6065   legend:
6066     - ""
6067     - "2001, 2005, 2009 - DPDK versions tested."
6068     - "Diff - difference between 2005 and 2009 DPDK version."
6069
6070 # DPDK Performance Changes 3n-dnv 2t2c pdr
6071 - type: "table"
6072   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6073   algorithm: "table_comparison"
6074   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6075   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6076   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6077   columns:
6078     - title: "2001"
6079       data-set: "dpdk-performance-changes-3n-dnv-h1"
6080     - title: "2005"
6081       data-set: "dpdk-performance-changes-3n-dnv-ref"
6082     - title: "2009"
6083       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6084   comparisons:
6085     - title: "Diff"
6086       reference: 2
6087       compare: 3
6088   legend:
6089     - ""
6090     - "2001, 2005, 2009 - DPDK versions tested."
6091     - "Diff - difference between 2005 and 2009 DPDK version."
6092
6093 # DPDK Performance Changes 3n-dnv 1t1c ndr
6094 - type: "table"
6095   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6096   algorithm: "table_comparison"
6097   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6098   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6099   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6100   columns:
6101     - title: "2001"
6102       data-set: "dpdk-performance-changes-3n-dnv-h1"
6103     - title: "2005"
6104       data-set: "dpdk-performance-changes-3n-dnv-ref"
6105     - title: "2009"
6106       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6107   comparisons:
6108     - title: "Diff"
6109       reference: 2
6110       compare: 3
6111   legend:
6112     - ""
6113     - "2001, 2005, 2009 - DPDK versions tested."
6114     - "Diff - difference between 2005 and 2009 DPDK version."
6115
6116 # DPDK Performance Changes 3n-dnv 2t2c ndr
6117 - type: "table"
6118   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6119   algorithm: "table_comparison"
6120   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6121   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6122   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6123   columns:
6124     - title: "2001"
6125       data-set: "dpdk-performance-changes-3n-dnv-h1"
6126     - title: "2005"
6127       data-set: "dpdk-performance-changes-3n-dnv-ref"
6128     - title: "2009"
6129       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6130   comparisons:
6131     - title: "Diff"
6132       reference: 2
6133       compare: 3
6134   legend:
6135     - ""
6136     - "2001, 2005, 2009 - DPDK versions tested."
6137     - "Diff - difference between 2005 and 2009 DPDK version."
6138
6139 # DPDK Performance Changes 3n-tsh 1t1c pdr
6140 - type: "table"
6141   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6142   algorithm: "table_comparison"
6143   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6144   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6145   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6146   columns:
6147     - title: "2001"
6148       data-set: "dpdk-performance-changes-3n-tsh-h1"
6149     - title: "2005"
6150       data-set: "dpdk-performance-changes-3n-tsh-ref"
6151     - title: "2009"
6152       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6153   comparisons:
6154     - title: "Diff"
6155       reference: 2
6156       compare: 3
6157   legend:
6158     - ""
6159     - "2001, 2005, 2009 - DPDK versions tested."
6160     - "Diff - difference between 2005 and 2009 DPDK version."
6161
6162 # DPDK Performance Changes 3n-tsh 2t2c pdr
6163 - type: "table"
6164   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6165   algorithm: "table_comparison"
6166   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6167   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6168   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6169   columns:
6170     - title: "2001"
6171       data-set: "dpdk-performance-changes-3n-tsh-h1"
6172     - title: "2005"
6173       data-set: "dpdk-performance-changes-3n-tsh-ref"
6174     - title: "2009"
6175       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6176   comparisons:
6177     - title: "Diff"
6178       reference: 2
6179       compare: 3
6180   legend:
6181     - ""
6182     - "2001, 2005, 2009 - DPDK versions tested."
6183     - "Diff - difference between 2005 and 2009 DPDK version."
6184
6185 # DPDK Performance Changes 3n-tsh 1t1c ndr
6186 - type: "table"
6187   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6188   algorithm: "table_comparison"
6189   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6190   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6191   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6192   columns:
6193     - title: "2001"
6194       data-set: "dpdk-performance-changes-3n-tsh-h1"
6195     - title: "2005"
6196       data-set: "dpdk-performance-changes-3n-tsh-ref"
6197     - title: "2009"
6198       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6199   comparisons:
6200     - title: "Diff"
6201       reference: 2
6202       compare: 3
6203   legend:
6204     - ""
6205     - "2001, 2005, 2009 - DPDK versions tested."
6206     - "Diff - difference between 2005 and 2009 DPDK version."
6207
6208 # DPDK Performance Changes 3n-tsh 2t2c ndr
6209 - type: "table"
6210   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6211   algorithm: "table_comparison"
6212   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6213   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6214   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6215   columns:
6216     - title: "2001"
6217       data-set: "dpdk-performance-changes-3n-tsh-h1"
6218     - title: "2005"
6219       data-set: "dpdk-performance-changes-3n-tsh-ref"
6220     - title: "2009"
6221       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6222   comparisons:
6223     - title: "Diff"
6224       reference: 2
6225       compare: 3
6226   legend:
6227     - ""
6228     - "2001, 2005, 2009 - DPDK versions tested."
6229     - "Diff - difference between 2005 and 2009 DPDK version."
6230
6231 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6232 - type: "table"
6233   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6234   algorithm: "table_comparison"
6235   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6236   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6237   filter: "'NIC_Intel-X710'"
6238   columns:
6239     - title: "3n-hsw x710"
6240       data-set: "dpdk-compare-testbeds-ref"
6241     - title: "3n-skx x710"
6242       data-set: "dpdk-compare-testbeds-cmp"
6243   comparisons:
6244     - title: "Diff"
6245       reference: 1
6246       compare: 2
6247   legend:
6248     - ""
6249     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6250     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6251
6252 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6253 - type: "table"
6254   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6255   algorithm: "table_comparison"
6256   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6257   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6258   filter: "'NIC_Intel-X710'"
6259   columns:
6260     - title: "3n-hsw x710"
6261       data-set: "dpdk-compare-testbeds-ref"
6262     - title: "3n-skx x710"
6263       data-set: "dpdk-compare-testbeds-cmp"
6264   comparisons:
6265     - title: "Diff"
6266       reference: 1
6267       compare: 2
6268   legend:
6269     - ""
6270     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6271     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6272
6273 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6274 - type: "table"
6275   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6276   algorithm: "table_comparison"
6277   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6278   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6279   filter: "'NIC_Intel-XXV710'"
6280   columns:
6281     - title: "2n-skx"
6282       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6283     - title: "2n-clx"
6284       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6285   comparisons:
6286     - title: "Diff"
6287       reference: 1
6288       compare: 2
6289   legend:
6290     - ""
6291     - "2n-skx, 2n-clx - testbeds and NICs tested."
6292     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6293
6294 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6295 - type: "table"
6296   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6297   algorithm: "table_comparison"
6298   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6299   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6300   filter: "'NIC_Intel-XXV710'"
6301   columns:
6302     - title: "2n-skx"
6303       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6304     - title: "2n-clx"
6305       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6306   comparisons:
6307     - title: "Diff"
6308       reference: 1
6309       compare: 2
6310   legend:
6311     - ""
6312     - "2n-skx, 2n-clx - testbeds and NICs tested."
6313     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6314
6315 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6316 - type: "table"
6317   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6318   algorithm: "table_comparison"
6319   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6320   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6321   filter: "'NIC_Intel-XXV710'"
6322   columns:
6323     - title: "3n-skx"
6324       data-set: "dpdk-compare-topologies-ref"
6325     - title: "2n-skx"
6326       data-set: "dpdk-compare-topologies-cmp"
6327   comparisons:
6328     - title: "Diff"
6329       reference: 1
6330       compare: 2
6331   legend:
6332     - ""
6333     - "3n-skx, 2n-skx - topologies tested."
6334     - "Diff - difference between 3n-skx and 2n-skx topologies."
6335
6336 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6337 - type: "table"
6338   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6339   algorithm: "table_comparison"
6340   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6341   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6342   filter: "'NIC_Intel-XXV710'"
6343   columns:
6344     - title: "3n-skx"
6345       data-set: "dpdk-compare-topologies-ref"
6346     - title: "2n-skx"
6347       data-set: "dpdk-compare-topologies-cmp"
6348   comparisons:
6349     - title: "Diff"
6350       reference: 1
6351       compare: 2
6352   legend:
6353     - ""
6354     - "3n-skx, 2n-skx - topologies tested."
6355     - "Diff - difference between 3n-skx and 2n-skx topologies."
6356
6357 # Detailed Test Results - DPDK Performance Results 3n-hsw
6358 - type: "table"
6359   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6360   algorithm: "table_merged_details"
6361   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6362   columns:
6363     - title: " |prein| Test Name |preout| "
6364       data: "data name"
6365     - 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| "
6366       data: "data msg"
6367   data: "dpdk-perf-results-3n-hsw"
6368   filter: "all"
6369   parameters:
6370   - "name"
6371   - "parent"
6372   - "msg"
6373
6374 # Detailed Test Results - DPDK Performance Results 3n-skx
6375 - type: "table"
6376   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6377   algorithm: "table_merged_details"
6378   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6379   columns:
6380     - title: " |prein| Test Name |preout| "
6381       data: "data name"
6382     - 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| "
6383       data: "data msg"
6384   data: "dpdk-perf-results-3n-skx"
6385   filter: "all"
6386   remove-ndr: False
6387   parameters:
6388   - "name"
6389   - "parent"
6390   - "msg"
6391
6392 # Detailed Test Results - DPDK Performance Results 2n-skx
6393 - type: "table"
6394   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6395   algorithm: "table_merged_details"
6396   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6397   columns:
6398     - title: " |prein| Test Name |preout| "
6399       data: "data name"
6400     - 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| "
6401       data: "data msg"
6402   data: "dpdk-perf-results-2n-skx"
6403   filter: "all"
6404   remove-ndr: False
6405   parameters:
6406   - "name"
6407   - "parent"
6408   - "msg"
6409
6410 # Detailed Test Results - DPDK Performance Results 2n-clx
6411 - type: "table"
6412   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6413   algorithm: "table_merged_details"
6414   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6415   columns:
6416     - title: " |prein| Test Name |preout| "
6417       data: "data name"
6418     - 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| "
6419       data: "data msg"
6420   data: "dpdk-perf-results-2n-clx"
6421   filter: "all"
6422   parameters:
6423   - "name"
6424   - "parent"
6425   - "msg"
6426
6427 # Detailed Test Results - DPDK Performance Results 2n-dnv
6428 - type: "table"
6429   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6430   algorithm: "table_merged_details"
6431   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6432   columns:
6433     - title: " |prein| Test Name |preout| "
6434       data: "data name"
6435     - 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| "
6436       data: "data msg"
6437   data: "dpdk-perf-results-2n-dnv"
6438   filter: "all"
6439   parameters:
6440   - "name"
6441   - "parent"
6442   - "msg"
6443
6444 # Detailed Test Results - DPDK Performance Results 3n-dnv
6445 - type: "table"
6446   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6447   algorithm: "table_merged_details"
6448   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6449   columns:
6450     - title: " |prein| Test Name |preout| "
6451       data: "data name"
6452     - 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| "
6453       data: "data msg"
6454   data: "dpdk-perf-results-3n-dnv"
6455   filter: "all"
6456   parameters:
6457   - "name"
6458   - "parent"
6459   - "msg"
6460
6461 # Detailed Test Results - DPDK Performance Results 3n-tsh
6462 - type: "table"
6463   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6464   algorithm: "table_merged_details"
6465   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6466   columns:
6467     - title: " |prein| Test Name |preout| "
6468       data: "data name"
6469     - 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| "
6470       data: "data msg"
6471   data: "dpdk-perf-results-3n-tsh"
6472   filter: "all"
6473   parameters:
6474   - "name"
6475   - "parent"
6476   - "msg"
6477
6478 ################################################################################
6479 ###                                F I L E S                                 ###
6480 ################################################################################
6481
6482 # VPP Performance Results
6483 - type: "file"
6484   title: "VPP Performance Results"
6485   algorithm: "file_details_split"
6486   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6487   dir-tables:
6488     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6489     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6490     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6491     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6492     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6493 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6494 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6495   data:
6496     - "vpp-perf-results-2n-skx"
6497     - "vpp-perf-results-3n-skx"
6498     - "vpp-perf-results-2n-clx"
6499     - "vpp-perf-results-3n-hsw"
6500     - "vpp-perf-results-3n-tsh"
6501 #    - "vpp-perf-results-2n-dnv"
6502 #    - "vpp-perf-results-3n-dnv"
6503   filter: "all"
6504   data-start-level: 4
6505   order-chapters:
6506     level-1:
6507       - "l2"
6508       - "ip4"
6509       - "ip6"
6510       - "srv6"
6511       - "ip4_tunnels"
6512       - "ip6_tunnels"
6513       - "vm_vhost"
6514       - "container_memif"
6515       - "crypto"
6516       - "vts"
6517       - "lb"
6518       - "nfv_density"
6519       - "hoststack"
6520     level-2:
6521       - "2n-skx"
6522       - "3n-skx"
6523       - "2n-clx"
6524       - "3n-hsw"
6525       - "3n-tsh"
6526       - "2n-dnv"
6527       - "3n-dnv"
6528     level-3:
6529       - "xl710"
6530       - "x520"
6531       - "xxv710"
6532       - "x710"
6533       - "x553"
6534       - "cx556a"
6535       - "vic1227"
6536       - "vic1385"
6537
6538 # VPP Performance Configuration
6539 - type: "file"
6540   title: "VPP Performance Configuration"
6541   algorithm: "file_details_split"
6542   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6543   dir-tables:
6544     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6545     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6546     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6547     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6548     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6549 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6550 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6551   data:
6552     - "vpp-perf-results-2n-skx"
6553     - "vpp-perf-results-3n-skx"
6554     - "vpp-perf-results-2n-clx"
6555     - "vpp-perf-results-3n-hsw"
6556     - "vpp-perf-results-3n-tsh"
6557 #    - "vpp-perf-results-2n-dnv"
6558 #    - "vpp-perf-results-3n-dnv"
6559   filter: "all"
6560   data-start-level: 4
6561   order-chapters:
6562     level-1:
6563       - "l2"
6564       - "ip4"
6565       - "ip6"
6566       - "srv6"
6567       - "ip4_tunnels"
6568       - "ip6_tunnels"
6569       - "vm_vhost"
6570       - "container_memif"
6571       - "crypto"
6572       - "vts"
6573       - "lb"
6574       - "nfv_density"
6575       - "hoststack"
6576     level-2:
6577       - "2n-skx"
6578       - "3n-skx"
6579       - "2n-clx"
6580       - "3n-hsw"
6581       - "3n-tsh"
6582       - "2n-dnv"
6583       - "3n-dnv"
6584     level-3:
6585       - "xl710"
6586       - "x520"
6587       - "xxv710"
6588       - "x710"
6589       - "x553"
6590       - "cx556a"
6591       - "vic1227"
6592       - "vic1385"
6593
6594 # VPP Performance Operational
6595 - type: "file"
6596   title: "VPP Performance Operational"
6597   algorithm: "file_details_split_html"
6598   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6599   dir-tables:
6600     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6601     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6602     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6603     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6604     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6605 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6606 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6607   data:
6608     - "vpp-perf-results-2n-skx"
6609     - "vpp-perf-results-3n-skx"
6610     - "vpp-perf-results-2n-clx"
6611     - "vpp-perf-results-3n-hsw"
6612     - "vpp-perf-results-3n-tsh"
6613 #    - "vpp-perf-results-2n-dnv"
6614 #    - "vpp-perf-results-3n-dnv"
6615   filter: "all"
6616   data-start-level: 4
6617   order-chapters:
6618     level-1:
6619       - "l2"
6620       - "ip4"
6621       - "ip6"
6622       - "srv6"
6623       - "ip4_tunnels"
6624       - "ip6_tunnels"
6625       - "vm_vhost"
6626       - "container_memif"
6627       - "crypto"
6628       - "vts"
6629       - "lb"
6630       - "nfv_density"
6631       - "hoststack"
6632     level-2:
6633       - "2n-skx"
6634       - "3n-skx"
6635       - "2n-clx"
6636       - "3n-hsw"
6637       - "3n-tsh"
6638       - "2n-dnv"
6639       - "3n-dnv"
6640     level-3:
6641       - "xl710"
6642       - "x520"
6643       - "xxv710"
6644       - "x710"
6645       - "x553"
6646       - "cx556a"
6647       - "vic1227"
6648       - "vic1385"
6649
6650 # VPP MRR Results
6651 - type: "file"
6652   title: "VPP MRR Results"
6653   algorithm: "file_details_split"
6654   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6655   dir-tables:
6656     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6657     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6658     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6659     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6660     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6661 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6662 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6663   data:
6664     - "vpp-mrr-results-2n-skx"
6665     - "vpp-mrr-results-3n-skx"
6666     - "vpp-mrr-results-2n-clx"
6667     - "vpp-mrr-results-3n-hsw"
6668     - "vpp-mrr-results-3n-tsh"
6669 #    - "vpp-mrr-results-2n-dnv"
6670 #    - "vpp-mrr-results-3n-dnv"
6671   filter: "all"
6672   data-start-level: 4
6673   order-chapters:
6674     level-1:
6675       - "l2"
6676       - "ip4"
6677       - "ip6"
6678       - "srv6"
6679       - "ip4_tunnels"
6680       - "ip6_tunnels"
6681       - "vm_vhost"
6682       - "container_memif"
6683       - "crypto"
6684       - "vts"
6685       - "lb"
6686       - "nfv_density"
6687       - "hoststack"
6688     level-2:
6689       - "2n-skx"
6690       - "3n-skx"
6691       - "2n-clx"
6692       - "3n-hsw"
6693       - "3n-tsh"
6694       - "2n-dnv"
6695       - "3n-dnv"
6696     level-3:
6697       - "xl710"
6698       - "x520"
6699       - "xxv710"
6700       - "x710"
6701       - "x553"
6702       - "cx556a"
6703       - "vic1227"
6704       - "vic1385"
6705
6706 # VPP MRR Configuration
6707 - type: "file"
6708   title: "VPP MRR Configuration"
6709   algorithm: "file_details_split"
6710   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6711   dir-tables:
6712     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6713     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6714     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6715     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6716     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6717     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6718     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6719   data:
6720     - "vpp-mrr-results-2n-skx"
6721     - "vpp-mrr-results-3n-skx"
6722     - "vpp-mrr-results-2n-clx"
6723     - "vpp-mrr-results-3n-hsw"
6724     - "vpp-mrr-results-3n-tsh"
6725 #    - "vpp-mrr-results-2n-dnv"
6726 #    - "vpp-mrr-results-3n-dnv"
6727   filter: "all"
6728   data-start-level: 4
6729   order-chapters:
6730     level-1:
6731       - "l2"
6732       - "ip4"
6733       - "ip6"
6734       - "srv6"
6735       - "ip4_tunnels"
6736       - "ip6_tunnels"
6737       - "vm_vhost"
6738       - "container_memif"
6739       - "crypto"
6740       - "vts"
6741       - "lb"
6742       - "nfv_density"
6743       - "hoststack"
6744     level-2:
6745       - "2n-skx"
6746       - "3n-skx"
6747       - "2n-clx"
6748       - "3n-hsw"
6749       - "3n-tsh"
6750       - "2n-dnv"
6751       - "3n-dnv"
6752     level-3:
6753       - "xl710"
6754       - "x520"
6755       - "xxv710"
6756       - "x710"
6757       - "x553"
6758       - "cx556a"
6759       - "vic1227"
6760       - "vic1385"
6761
6762 # VPP Device Results - Ubuntu
6763 - type: "file"
6764   title: "VPP Device Results - Ubuntu"
6765   algorithm: "file_test_results"
6766   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6767   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6768   data: "vpp-device-results-ubuntu"
6769   filter: "all"
6770   data-start-level: 4
6771
6772 # VPP Device Configuration - Ubuntu
6773 - type: "file"
6774   title: "VPP Device Configuration - Ubuntu"
6775   algorithm: "file_test_results"
6776   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6777   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6778   data: "vpp-device-results-ubuntu"
6779   filter: "all"
6780   data-start-level: 4
6781
6782 # DPDK Performance Results 3n-hsw
6783 - type: "file"
6784   title: "DPDK Performance Results 3n-hsw"
6785   algorithm: "file_test_results"
6786   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6787   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6788   data: "dpdk-perf-results-3n-hsw"
6789   filter: "all"
6790   data-start-level: 4
6791
6792 # DPDK Performance Results 3n-skx
6793 - type: "file"
6794   title: "DPDK Performance Results 3n-skx"
6795   algorithm: "file_test_results"
6796   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6797   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6798   data: "dpdk-perf-results-3n-skx"
6799   filter: "all"
6800   data-start-level: 4
6801
6802 # DPDK Performance Results 2n-skx
6803 - type: "file"
6804   title: "DPDK Performance Results 2n-skx"
6805   algorithm: "file_test_results"
6806   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6807   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6808   data: "dpdk-perf-results-2n-skx"
6809   filter: "all"
6810   data-start-level: 4
6811
6812 # DPDK Performance Results 2n-clx
6813 - type: "file"
6814   title: "DPDK Performance Results 2n-clx"
6815   algorithm: "file_test_results"
6816   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6817   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6818   data: "dpdk-perf-results-2n-clx"
6819   filter: "all"
6820   data-start-level: 4
6821
6822 # DPDK Performance Results 2n-dnv
6823 - type: "file"
6824   title: "DPDK Performance Results 2n-dnv"
6825   algorithm: "file_test_results"
6826   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6827   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6828   data: "dpdk-perf-results-2n-dnv"
6829   filter: "all"
6830   data-start-level: 4
6831
6832 # DPDK Performance Results 3n-dnv
6833 - type: "file"
6834   title: "DPDK Performance Results 3n-dnv"
6835   algorithm: "file_test_results"
6836   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6837   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6838   data: "dpdk-perf-results-3n-dnv"
6839   filter: "all"
6840   data-start-level: 4
6841
6842 # DPDK Performance Results 3n-tsh
6843 - type: "file"
6844   title: "DPDK Performance Results 3n-tsh"
6845   algorithm: "file_test_results"
6846   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6847   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6848   data: "dpdk-perf-results-3n-tsh"
6849   filter: "all"
6850   data-start-level: 4
6851
6852 ################################################################################
6853 ###                                P L O T S                                 ###
6854 ################################################################################
6855
6856 # Hoststack tests 3n-hsw
6857
6858 - type: "plot"
6859   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6860   algorithm: "plot_perf_box_name"
6861   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6862   data: "plot-vpp-hoststack-3n-hsw"
6863   include:
6864     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6865     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6866   layout:
6867     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6868     layout: "plot-hoststack"
6869
6870 - type: "plot"
6871   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6872   algorithm: "plot_perf_box_name"
6873   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6874   data: "plot-vpp-hoststack-3n-hsw"
6875   include:
6876     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6877     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6878   layout:
6879     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6880     layout: "plot-hoststack"
6881
6882 - type: "plot"
6883   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6884   algorithm: "plot_perf_box_name"
6885   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6886   data: "plot-vpp-hoststack-3n-hsw"
6887   include:
6888     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6889     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6890     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6891     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6892   layout:
6893     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6894     layout: "plot-hoststack"
6895
6896 ################################################################################
6897
6898 # Soak Test (PLRsearch), boxes - 2n-clx
6899 - type: "plot"
6900   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6901   algorithm: "plot_perf_box_name"
6902   output-file-type: ".html"
6903   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6904   data: "plot-vpp-soak-2n-clx"
6905   include:
6906     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6908     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6912   layout:
6913     title: "30 Minutes Soak Test (PLRsearch)"
6914     layout: "plot-soak-throughput"
6915
6916 # Soak Test (PLRsearch), boxes - 2n-clx
6917 - type: "plot"
6918   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6919   algorithm: "plot_perf_box_name"
6920   output-file-type: ".html"
6921   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6922   data: "plot-vpp-soak-2n-clx"
6923   include:
6924     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6925     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6926     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6927     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6929     - "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"
6930   layout:
6931     title: "30 Minutes Soak Test (PLRsearch)"
6932     layout: "plot-soak-throughput"
6933
6934 # Soak Test (PLRsearch), boxes - 2n-skx
6935 - type: "plot"
6936   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6937   algorithm: "plot_perf_box_name"
6938   output-file-type: ".html"
6939   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6940   data: "plot-vpp-soak-2n-skx"
6941   include:
6942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6948   layout:
6949     title: "30 Minutes Soak Test (PLRsearch)"
6950     layout: "plot-soak-throughput"
6951
6952 # Soak Test (PLRsearch), boxes - 2n-skx
6953 - type: "plot"
6954   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6955   algorithm: "plot_perf_box_name"
6956   output-file-type: ".html"
6957   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6958   data: "plot-vpp-soak-2n-skx"
6959   include:
6960     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6962     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6963     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6965     - "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"
6966   layout:
6967     title: "30 Minutes Soak Test (PLRsearch)"
6968     layout: "plot-soak-throughput"
6969
6970 ###############################################################################
6971
6972 # Reconf tests 2n-skx
6973
6974 - type: "plot"
6975   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6976   algorithm: "plot_nf_reconf_box_name"
6977   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6978   data: "plot-vpp-nfv-reconf-2n-skx"
6979   include:
6980     - "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"
6981     - "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"
6982     - "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"
6983     - "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"
6984     - "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"
6985     - "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"
6986   layout:
6987     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6988     layout: "plot-throughput"
6989
6990 - type: "plot"
6991   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6992   algorithm: "plot_nf_reconf_box_name"
6993   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6994   data: "plot-vpp-nfv-reconf-2n-skx"
6995   include:
6996     - "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"
6997     - "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"
6998     - "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"
6999     - "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"
7000     - "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"
7001     - "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"
7002   layout:
7003     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7004     layout: "plot-throughput"
7005
7006 - type: "plot"
7007   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7008   algorithm: "plot_nf_reconf_box_name"
7009   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7010   data: "plot-vpp-nfv-reconf-2n-skx"
7011   include:
7012     - "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"
7013     - "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"
7014     - "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"
7015     - "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"
7016     - "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"
7017     - "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"
7018   layout:
7019     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7020     layout: "plot-throughput"
7021
7022 ###############################################################################
7023
7024 # Reconf tests 2n-clx
7025
7026 - type: "plot"
7027   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7028   algorithm: "plot_nf_reconf_box_name"
7029   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7030   data: "plot-vpp-nfv-reconf-2n-clx"
7031   include:
7032     - "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"
7033     - "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"
7034     - "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"
7035     - "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"
7036   layout:
7037     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7038     layout: "plot-throughput"
7039
7040 - type: "plot"
7041   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7042   algorithm: "plot_nf_reconf_box_name"
7043   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7044   data: "plot-vpp-nfv-reconf-2n-clx"
7045   include:
7046     - "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"
7047     - "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"
7048     - "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"
7049     - "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"
7050   layout:
7051     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7052     layout: "plot-throughput"
7053
7054 - type: "plot"
7055   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7056   algorithm: "plot_nf_reconf_box_name"
7057   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7058   data: "plot-vpp-nfv-reconf-2n-clx"
7059   include:
7060     - "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"
7061     - "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"
7062     - "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"
7063     - "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"
7064   layout:
7065     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7066     layout: "plot-throughput"
7067
7068 ###############################################################################
7069
7070 # Plots - NF Density - VSC - MRR IMIX
7071 - type: "plot"
7072   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7073   algorithm: "plot_nf_heatmap"
7074   output-file-type: ".html"
7075   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7076   data: "plot-vpp-nfv-2n-skx-mrr"
7077   filter: "'NIC_Intel-XXV710' and
7078            'NF_DENSITY' and
7079            'VHOST' and
7080            not 'VXLAN' and
7081            'CHAIN' and
7082            'NF_VPPIP4' and
7083            'IMIX' and
7084            '2T1C' and
7085            'MRR'"
7086   parameters:
7087   - "result"
7088   - "name"
7089   - "tags"
7090   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7091   x-axis: "X = VNFs per Service Chain"
7092   y-axis: "Y = Number of Service Chains"
7093   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7094   layout:
7095     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7096     layout: "plot-service-density"
7097
7098 - type: "plot"
7099   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7100   algorithm: "plot_nf_heatmap"
7101   output-file-type: ".html"
7102   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7103   data: "plot-vpp-nfv-2n-skx-mrr"
7104   filter: "'NIC_Intel-XXV710' and
7105            'NF_DENSITY' and
7106            'VHOST' and
7107            not 'VXLAN' and
7108            'CHAIN' and
7109            'NF_VPPIP4' and
7110            'IMIX' and
7111            '4T2C' and
7112            'MRR'"
7113   parameters:
7114   - "result"
7115   - "name"
7116   - "tags"
7117   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7118   x-axis: "X = VNFs per Service Chain"
7119   y-axis: "Y = Number of Service Chains"
7120   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7121   layout:
7122     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7123     layout: "plot-service-density"
7124
7125 - type: "plot"
7126   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7127   algorithm: "plot_nf_heatmap"
7128   output-file-type: ".html"
7129   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7130   data: "plot-vpp-nfv-2n-skx-mrr"
7131   filter: "'NIC_Intel-XXV710' and
7132            'NF_DENSITY' and
7133            'VHOST' and
7134            not 'VXLAN' and
7135            'CHAIN' and
7136            'NF_VPPIP4' and
7137            'IMIX' and
7138            '8T4C' and
7139            'MRR'"
7140   parameters:
7141   - "result"
7142   - "name"
7143   - "tags"
7144   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7145   x-axis: "X = VNFs per Service Chain"
7146   y-axis: "Y = Number of Service Chains"
7147   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7148   layout:
7149     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7150     layout: "plot-service-density"
7151
7152 # Plots - NF Density - VSC - NDR IMIX
7153 - type: "plot"
7154   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7155   algorithm: "plot_nf_heatmap"
7156   output-file-type: ".html"
7157   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7158   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7159   filter: "'NIC_Intel-XXV710' and
7160            'NF_DENSITY' and
7161            'VHOST' and
7162            not 'VXLAN' and
7163            'CHAIN' and
7164            'NF_VPPIP4' and
7165            'IMIX' and
7166            '2T1C' and
7167            'NDRPDR'"
7168   parameters:
7169   - "throughput"
7170   - "name"
7171   - "tags"
7172   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7173   x-axis: "X = VNFs per Service Chain"
7174   y-axis: "Y = Number of Service Chains"
7175   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7176   layout:
7177     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7178     layout: "plot-service-density"
7179
7180 - type: "plot"
7181   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7182   algorithm: "plot_nf_heatmap"
7183   output-file-type: ".html"
7184   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7185   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7186   filter: "'NIC_Intel-XXV710' and
7187            'NF_DENSITY' and
7188            'VHOST' and
7189            not 'VXLAN' and
7190            'CHAIN' and
7191            'NF_VPPIP4' and
7192            'IMIX' and
7193            '4T2C' and
7194            'NDRPDR'"
7195   parameters:
7196   - "throughput"
7197   - "name"
7198   - "tags"
7199   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7200   x-axis: "X = VNFs per Service Chain"
7201   y-axis: "Y = Number of Service Chains"
7202   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7203   layout:
7204     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7205     layout: "plot-service-density"
7206
7207 - type: "plot"
7208   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7209   algorithm: "plot_nf_heatmap"
7210   output-file-type: ".html"
7211   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7212   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7213   filter: "'NIC_Intel-XXV710' and
7214            'NF_DENSITY' and
7215            'VHOST' and
7216            not 'VXLAN' and
7217            'CHAIN' and
7218            'NF_VPPIP4' and
7219            'IMIX' and
7220            '8T4C' and
7221            'NDRPDR'"
7222   parameters:
7223   - "throughput"
7224   - "name"
7225   - "tags"
7226   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7227   x-axis: "X = VNFs per Service Chain"
7228   y-axis: "Y = Number of Service Chains"
7229   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7230   layout:
7231     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7232     layout: "plot-service-density"
7233
7234 # Plots - NF Density - VSC - PDR IMIX
7235 - type: "plot"
7236   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7237   algorithm: "plot_nf_heatmap"
7238   output-file-type: ".html"
7239   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7240   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7241   filter: "'NIC_Intel-XXV710' and
7242            'NF_DENSITY' and
7243            'VHOST' and
7244            not 'VXLAN' and
7245            'CHAIN' and
7246            'NF_VPPIP4' and
7247            'IMIX' and
7248            '2T1C' and
7249            'NDRPDR'"
7250   parameters:
7251   - "throughput"
7252   - "name"
7253   - "tags"
7254   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7255   x-axis: "X = VNFs per Service Chain"
7256   y-axis: "Y = Number of Service Chains"
7257   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7258   layout:
7259     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7260     layout: "plot-service-density"
7261
7262 - type: "plot"
7263   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7264   algorithm: "plot_nf_heatmap"
7265   output-file-type: ".html"
7266   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7267   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7268   filter: "'NIC_Intel-XXV710' and
7269            'NF_DENSITY' and
7270            'VHOST' and
7271            not 'VXLAN' and
7272            'CHAIN' and
7273            'NF_VPPIP4' and
7274            'IMIX' and
7275            '4T2C' and
7276            'NDRPDR'"
7277   parameters:
7278   - "throughput"
7279   - "name"
7280   - "tags"
7281   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7282   x-axis: "X = VNFs per Service Chain"
7283   y-axis: "Y = Number of Service Chains"
7284   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7285   layout:
7286     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7287     layout: "plot-service-density"
7288
7289 - type: "plot"
7290   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7291   algorithm: "plot_nf_heatmap"
7292   output-file-type: ".html"
7293   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7294   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7295   filter: "'NIC_Intel-XXV710' and
7296            'NF_DENSITY' and
7297            'VHOST' and
7298            not 'VXLAN' and
7299            'CHAIN' and
7300            'NF_VPPIP4' and
7301            'IMIX' and
7302            '8T4C' and
7303            'NDRPDR'"
7304   parameters:
7305   - "throughput"
7306   - "name"
7307   - "tags"
7308   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7309   x-axis: "X = VNFs per Service Chain"
7310   y-axis: "Y = Number of Service Chains"
7311   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7312   layout:
7313     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7314     layout: "plot-service-density"
7315
7316 ###############################################################################
7317
7318 # Plots - NF Density - VSC - MRR IMIX
7319 - type: "plot"
7320   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7321   algorithm: "plot_nf_heatmap"
7322   output-file-type: ".html"
7323   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7324   data: "plot-vpp-nfv-2n-skx-mrr"
7325   filter: "'NIC_Intel-XXV710' and
7326            'NF_DENSITY' and
7327            'VHOST' and
7328            'VXLAN' and
7329            'CHAIN' and
7330            'IMIX' and
7331            '2T1C' and
7332            'MRR'"
7333   parameters:
7334   - "result"
7335   - "name"
7336   - "tags"
7337   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7338   x-axis: "X = VNFs per Service Chain"
7339   y-axis: "Y = Number of Service Chains"
7340   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7341   layout:
7342     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7343     layout: "plot-service-density"
7344
7345 - type: "plot"
7346   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7347   algorithm: "plot_nf_heatmap"
7348   output-file-type: ".html"
7349   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7350   data: "plot-vpp-nfv-2n-skx-mrr"
7351   filter: "'NIC_Intel-XXV710' and
7352            'NF_DENSITY' and
7353            'VHOST' and
7354            'VXLAN' and
7355            'CHAIN' and
7356            'IMIX' and
7357            '4T2C' and
7358            'MRR'"
7359   parameters:
7360   - "result"
7361   - "name"
7362   - "tags"
7363   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7364   x-axis: "X = VNFs per Service Chain"
7365   y-axis: "Y = Number of Service Chains"
7366   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7367   layout:
7368     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7369     layout: "plot-service-density"
7370
7371 - type: "plot"
7372   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7373   algorithm: "plot_nf_heatmap"
7374   output-file-type: ".html"
7375   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7376   data: "plot-vpp-nfv-2n-skx-mrr"
7377   filter: "'NIC_Intel-XXV710' and
7378            'NF_DENSITY' and
7379            'VHOST' and
7380            'VXLAN' and
7381            'CHAIN' and
7382            'IMIX' and
7383            '8T4C' and
7384            'MRR'"
7385   parameters:
7386   - "result"
7387   - "name"
7388   - "tags"
7389   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7390   x-axis: "X = VNFs per Service Chain"
7391   y-axis: "Y = Number of Service Chains"
7392   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7393   layout:
7394     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7395     layout: "plot-service-density"
7396
7397 # Plots - NF Density - VSC - NDR IMIX
7398 - type: "plot"
7399   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7400   algorithm: "plot_nf_heatmap"
7401   output-file-type: ".html"
7402   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7403   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7404   filter: "'NIC_Intel-XXV710' and
7405            'NF_DENSITY' and
7406            'VHOST' and
7407            'VXLAN' and
7408            'CHAIN' and
7409            'IMIX' and
7410            '2T1C' and
7411            'NDRPDR'"
7412   parameters:
7413   - "throughput"
7414   - "name"
7415   - "tags"
7416   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7417   x-axis: "X = VNFs per Service Chain"
7418   y-axis: "Y = Number of Service Chains"
7419   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7420   layout:
7421     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7422     layout: "plot-service-density"
7423
7424 - type: "plot"
7425   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7426   algorithm: "plot_nf_heatmap"
7427   output-file-type: ".html"
7428   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7429   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7430   filter: "'NIC_Intel-XXV710' and
7431            'NF_DENSITY' and
7432            'VHOST' and
7433            'VXLAN' and
7434            'CHAIN' and
7435            'IMIX' and
7436            '4T2C' and
7437            'NDRPDR'"
7438   parameters:
7439   - "throughput"
7440   - "name"
7441   - "tags"
7442   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7443   x-axis: "X = VNFs per Service Chain"
7444   y-axis: "Y = Number of Service Chains"
7445   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7446   layout:
7447     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7448     layout: "plot-service-density"
7449
7450 - type: "plot"
7451   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7452   algorithm: "plot_nf_heatmap"
7453   output-file-type: ".html"
7454   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7455   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7456   filter: "'NIC_Intel-XXV710' and
7457            'NF_DENSITY' and
7458            'VHOST' and
7459            'VXLAN' and
7460            'CHAIN' and
7461            'IMIX' and
7462            '8T4C' and
7463            'NDRPDR'"
7464   parameters:
7465   - "throughput"
7466   - "name"
7467   - "tags"
7468   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7469   x-axis: "X = VNFs per Service Chain"
7470   y-axis: "Y = Number of Service Chains"
7471   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7472   layout:
7473     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7474     layout: "plot-service-density"
7475
7476 # Plots - NF Density - VSC - PDR IMIX
7477 - type: "plot"
7478   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7479   algorithm: "plot_nf_heatmap"
7480   output-file-type: ".html"
7481   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7482   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7483   filter: "'NIC_Intel-XXV710' and
7484            'NF_DENSITY' and
7485            'VHOST' and
7486            'VXLAN' and
7487            'CHAIN' and
7488            'IMIX' and
7489            '2T1C' and
7490            'NDRPDR'"
7491   parameters:
7492   - "throughput"
7493   - "name"
7494   - "tags"
7495   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7496   x-axis: "X = VNFs per Service Chain"
7497   y-axis: "Y = Number of Service Chains"
7498   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7499   layout:
7500     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7501     layout: "plot-service-density"
7502
7503 - type: "plot"
7504   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7505   algorithm: "plot_nf_heatmap"
7506   output-file-type: ".html"
7507   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7508   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7509   filter: "'NIC_Intel-XXV710' and
7510            'NF_DENSITY' and
7511            'VHOST' and
7512            'VXLAN' and
7513            'CHAIN' and
7514            'IMIX' and
7515            '4T2C' and
7516            'NDRPDR'"
7517   parameters:
7518   - "throughput"
7519   - "name"
7520   - "tags"
7521   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7522   x-axis: "X = VNFs per Service Chain"
7523   y-axis: "Y = Number of Service Chains"
7524   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7525   layout:
7526     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7527     layout: "plot-service-density"
7528
7529 - type: "plot"
7530   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7531   algorithm: "plot_nf_heatmap"
7532   output-file-type: ".html"
7533   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7534   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7535   filter: "'NIC_Intel-XXV710' and
7536            'NF_DENSITY' and
7537            'VHOST' and
7538            'VXLAN' and
7539            'CHAIN' and
7540            'IMIX' and
7541            '8T4C' and
7542            'NDRPDR'"
7543   parameters:
7544   - "throughput"
7545   - "name"
7546   - "tags"
7547   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7548   x-axis: "X = VNFs per Service Chain"
7549   y-axis: "Y = Number of Service Chains"
7550   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7551   layout:
7552     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7553     layout: "plot-service-density"
7554
7555 ###############################################################################
7556
7557 # Plots - NF Density - CSC - MRR IMIX
7558 - type: "plot"
7559   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7560   algorithm: "plot_nf_heatmap"
7561   output-file-type: ".html"
7562   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7563   data: "plot-vpp-nfv-2n-skx-mrr"
7564   filter: "'NIC_Intel-XXV710' and
7565            'NF_DENSITY' and
7566            'DOCKER' and
7567            'CHAIN' and
7568            'NF_VPPIP4' and
7569            'IMIX' and
7570            '2T1C' and
7571            'MRR'"
7572   parameters:
7573   - "result"
7574   - "name"
7575   - "tags"
7576   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7577   x-axis: "X = CNFs per Service Chain"
7578   y-axis: "Y = Number of Service Chains"
7579   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7580   layout:
7581     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7582     layout: "plot-service-density"
7583
7584 - type: "plot"
7585   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7586   algorithm: "plot_nf_heatmap"
7587   output-file-type: ".html"
7588   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7589   data: "plot-vpp-nfv-2n-skx-mrr"
7590   filter: "'NIC_Intel-XXV710' and
7591            'NF_DENSITY' and
7592            'DOCKER' and
7593            'CHAIN' and
7594            'NF_VPPIP4' and
7595            'IMIX' and
7596            '4T2C' and
7597            'MRR'"
7598   parameters:
7599   - "result"
7600   - "name"
7601   - "tags"
7602   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7603   x-axis: "X = CNFs per Service Chain"
7604   y-axis: "Y = Number of Service Chains"
7605   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7606   layout:
7607     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7608     layout: "plot-service-density"
7609
7610 - type: "plot"
7611   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7612   algorithm: "plot_nf_heatmap"
7613   output-file-type: ".html"
7614   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7615   data: "plot-vpp-nfv-2n-skx-mrr"
7616   filter: "'NIC_Intel-XXV710' and
7617            'NF_DENSITY' and
7618            'DOCKER' and
7619            'CHAIN' and
7620            'NF_VPPIP4' and
7621            'IMIX' and
7622            '8T4C' and
7623            'MRR'"
7624   parameters:
7625   - "result"
7626   - "name"
7627   - "tags"
7628   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7629   x-axis: "X = CNFs per Service Chain"
7630   y-axis: "Y = Number of Service Chains"
7631   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7632   layout:
7633     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7634     layout: "plot-service-density"
7635
7636 # Plots - NF Density - CSC - NDR IMIX
7637 - type: "plot"
7638   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7639   algorithm: "plot_nf_heatmap"
7640   output-file-type: ".html"
7641   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7642   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7643   filter: "'NIC_Intel-XXV710' and
7644            'NF_DENSITY' and
7645            'DOCKER' and
7646            'CHAIN' and
7647            'NF_VPPIP4' and
7648            'IMIX' and
7649            '2T1C' and
7650            'NDRPDR'"
7651   parameters:
7652   - "throughput"
7653   - "name"
7654   - "tags"
7655   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7656   x-axis: "X = CNFs per Service Chain"
7657   y-axis: "Y = Number of Service Chains"
7658   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7659   layout:
7660     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7661     layout: "plot-service-density"
7662
7663 - type: "plot"
7664   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7665   algorithm: "plot_nf_heatmap"
7666   output-file-type: ".html"
7667   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7668   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7669   filter: "'NIC_Intel-XXV710' and
7670            'NF_DENSITY' and
7671            'DOCKER' and
7672            'CHAIN' and
7673            'NF_VPPIP4' and
7674            'IMIX' and
7675            '4T2C' and
7676            'NDRPDR'"
7677   parameters:
7678   - "throughput"
7679   - "name"
7680   - "tags"
7681   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7682   x-axis: "X = CNFs per Service Chain"
7683   y-axis: "Y = Number of Service Chains"
7684   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7685   layout:
7686     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7687     layout: "plot-service-density"
7688
7689 - type: "plot"
7690   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7691   algorithm: "plot_nf_heatmap"
7692   output-file-type: ".html"
7693   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7694   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7695   filter: "'NIC_Intel-XXV710' and
7696            'NF_DENSITY' and
7697            'DOCKER' and
7698            'CHAIN' and
7699            'NF_VPPIP4' and
7700            'IMIX' and
7701            '8T4C' and
7702            'NDRPDR'"
7703   parameters:
7704   - "throughput"
7705   - "name"
7706   - "tags"
7707   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7708   x-axis: "X = CNFs per Service Chain"
7709   y-axis: "Y = Number of Service Chains"
7710   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7711   layout:
7712     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7713     layout: "plot-service-density"
7714
7715 # Plots - NF Density - CSC - PDR IMIX
7716 - type: "plot"
7717   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7718   algorithm: "plot_nf_heatmap"
7719   output-file-type: ".html"
7720   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7721   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7722   filter: "'NIC_Intel-XXV710' and
7723            'NF_DENSITY' and
7724            'DOCKER' and
7725            'CHAIN' and
7726            'NF_VPPIP4' and
7727            'IMIX' and
7728            '2T1C' and
7729            'NDRPDR'"
7730   parameters:
7731   - "throughput"
7732   - "name"
7733   - "tags"
7734   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7735   x-axis: "X = CNFs per Service Chain"
7736   y-axis: "Y = Number of Service Chains"
7737   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7738   layout:
7739     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7740     layout: "plot-service-density"
7741
7742 - type: "plot"
7743   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7744   algorithm: "plot_nf_heatmap"
7745   output-file-type: ".html"
7746   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7747   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7748   filter: "'NIC_Intel-XXV710' and
7749            'NF_DENSITY' and
7750            'DOCKER' and
7751            'CHAIN' and
7752            'NF_VPPIP4' and
7753            'IMIX' and
7754            '4T2C' and
7755            'NDRPDR'"
7756   parameters:
7757   - "throughput"
7758   - "name"
7759   - "tags"
7760   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7761   x-axis: "X = CNFs per Service Chain"
7762   y-axis: "Y = Number of Service Chains"
7763   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7764   layout:
7765     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7766     layout: "plot-service-density"
7767
7768 - type: "plot"
7769   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7770   algorithm: "plot_nf_heatmap"
7771   output-file-type: ".html"
7772   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7773   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7774   filter: "'NIC_Intel-XXV710' and
7775            'NF_DENSITY' and
7776            'DOCKER' and
7777            'CHAIN' and
7778            'NF_VPPIP4' and
7779            'IMIX' and
7780            '8T4C' and
7781            'NDRPDR'"
7782   parameters:
7783   - "throughput"
7784   - "name"
7785   - "tags"
7786   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7787   x-axis: "X = CNFs per Service Chain"
7788   y-axis: "Y = Number of Service Chains"
7789   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7790   layout:
7791     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7792     layout: "plot-service-density"
7793
7794 ################################################################################
7795 #
7796 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7797 #- type: "plot"
7798 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7799 #  algorithm: "plot_nf_heatmap"
7800 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7801 #  data: "plot-vpp-nfv-3n-skx-mrr"
7802 #  filter: "'NIC_Intel-XXV710' and
7803 #           'NF_DENSITY' and
7804 #           'DOCKER' and
7805 #           'CHAIN' and
7806 #           'NF_VPPIP4' and
7807 #           'IPSEC' and
7808 #           'TNL_4' and
7809 #           'IMIX' and
7810 #           '2T1C' and
7811 #           'MRR'"
7812 #  parameters:
7813 #  - "result"
7814 #  - "name"
7815 #  - "tags"
7816 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7817 #  x-axis: "X = CNFs per Service Chain"
7818 #  y-axis: "Y = Number of Service Chains"
7819 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7820 #  layout:
7821 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7822 #    layout: "plot-service-density"
7823 #
7824 #- type: "plot"
7825 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7826 #  algorithm: "plot_nf_heatmap"
7827 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7828 #  data: "plot-vpp-nfv-3n-skx-mrr"
7829 #  filter: "'NIC_Intel-XXV710' and
7830 #           'NF_DENSITY' and
7831 #           'DOCKER' and
7832 #           'CHAIN' and
7833 #           'NF_VPPIP4' and
7834 #           'IPSEC' and
7835 #           'TNL_4' and
7836 #           'IMIX' and
7837 #           '4T2C' and
7838 #           'MRR'"
7839 #  parameters:
7840 #  - "result"
7841 #  - "name"
7842 #  - "tags"
7843 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7844 #  x-axis: "X = CNFs per Service Chain"
7845 #  y-axis: "Y = Number of Service Chains"
7846 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7847 #  layout:
7848 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7849 #    layout: "plot-service-density"
7850 #
7851 #- type: "plot"
7852 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7853 #  algorithm: "plot_nf_heatmap"
7854 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7855 #  data: "plot-vpp-nfv-3n-skx-mrr"
7856 #  filter: "'NIC_Intel-XXV710' and
7857 #           'NF_DENSITY' and
7858 #           'DOCKER' and
7859 #           'CHAIN' and
7860 #           'NF_VPPIP4' and
7861 #           'IPSEC' and
7862 #           'TNL_4' and
7863 #           'IMIX' and
7864 #           '8T4C' and
7865 #           'MRR'"
7866 #  parameters:
7867 #  - "result"
7868 #  - "name"
7869 #  - "tags"
7870 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7871 #  x-axis: "X = CNFs per Service Chain"
7872 #  y-axis: "Y = Number of Service Chains"
7873 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7874 #  layout:
7875 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7876 #    layout: "plot-service-density"
7877
7878 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7879 - type: "plot"
7880   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7881   algorithm: "plot_nf_heatmap"
7882   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7883   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7884   filter: "'NIC_Intel-XXV710' and
7885            'NF_DENSITY' and
7886            'DOCKER' and
7887            'CHAIN' and
7888            'NF_VPPIP4' and
7889            'IPSEC' and
7890            'TNL_4' and
7891            'IMIX' and
7892            '2T1C' and
7893            'NDRPDR'"
7894   parameters:
7895   - "throughput"
7896   - "name"
7897   - "tags"
7898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7899   x-axis: "X = CNFs per Service Chain"
7900   y-axis: "Y = Number of Service Chains"
7901   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7902   layout:
7903     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7904     layout: "plot-service-density"
7905
7906 - type: "plot"
7907   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7908   algorithm: "plot_nf_heatmap"
7909   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7910   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7911   filter: "'NIC_Intel-XXV710' and
7912            'NF_DENSITY' and
7913            'DOCKER' and
7914            'CHAIN' and
7915            'NF_VPPIP4' and
7916            'IPSEC' and
7917            'TNL_4' and
7918            'IMIX' and
7919            '4T2C' and
7920            'NDRPDR'"
7921   parameters:
7922   - "throughput"
7923   - "name"
7924   - "tags"
7925   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7926   x-axis: "X = CNFs per Service Chain"
7927   y-axis: "Y = Number of Service Chains"
7928   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7929   layout:
7930     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7931     layout: "plot-service-density"
7932
7933 - type: "plot"
7934   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7935   algorithm: "plot_nf_heatmap"
7936   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7937   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7938   filter: "'NIC_Intel-XXV710' and
7939            'NF_DENSITY' and
7940            'DOCKER' and
7941            'CHAIN' and
7942            'NF_VPPIP4' and
7943            'IPSEC' and
7944            'TNL_4' and
7945            'IMIX' and
7946            '8T4C' and
7947            'NDRPDR'"
7948   parameters:
7949   - "throughput"
7950   - "name"
7951   - "tags"
7952   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7953   x-axis: "X = CNFs per Service Chain"
7954   y-axis: "Y = Number of Service Chains"
7955   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7956   layout:
7957     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7958     layout: "plot-service-density"
7959
7960 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7961 - type: "plot"
7962   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7963   algorithm: "plot_nf_heatmap"
7964   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7965   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7966   filter: "'NIC_Intel-XXV710' and
7967            'NF_DENSITY' and
7968            'DOCKER' and
7969            'CHAIN' and
7970            'NF_VPPIP4' and
7971            'IPSEC' and
7972            'TNL_4' and
7973            'IMIX' and
7974            '2T1C' and
7975            'NDRPDR'"
7976   parameters:
7977   - "throughput"
7978   - "name"
7979   - "tags"
7980   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7981   x-axis: "X = CNFs per Service Chain"
7982   y-axis: "Y = Number of Service Chains"
7983   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7984   layout:
7985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7986     layout: "plot-service-density"
7987
7988 - type: "plot"
7989   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7990   algorithm: "plot_nf_heatmap"
7991   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7992   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7993   filter: "'NIC_Intel-XXV710' and
7994            'NF_DENSITY' and
7995            'DOCKER' and
7996            'CHAIN' and
7997            'NF_VPPIP4' and
7998            'IPSEC' and
7999            'TNL_4' and
8000            'IMIX' and
8001            '4T2C' and
8002            'NDRPDR'"
8003   parameters:
8004   - "throughput"
8005   - "name"
8006   - "tags"
8007   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8008   x-axis: "X = CNFs per Service Chain"
8009   y-axis: "Y = Number of Service Chains"
8010   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8011   layout:
8012     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8013     layout: "plot-service-density"
8014
8015 - type: "plot"
8016   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8017   algorithm: "plot_nf_heatmap"
8018   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8019   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8020   filter: "'NIC_Intel-XXV710' and
8021            'NF_DENSITY' and
8022            'DOCKER' and
8023            'CHAIN' and
8024            'NF_VPPIP4' and
8025            'IPSEC' and
8026            'TNL_4' and
8027            'IMIX' and
8028            '8T4C' and
8029            'NDRPDR'"
8030   parameters:
8031   - "throughput"
8032   - "name"
8033   - "tags"
8034   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8035   x-axis: "X = CNFs per Service Chain"
8036   y-axis: "Y = Number of Service Chains"
8037   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8038   layout:
8039     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8040     layout: "plot-service-density"
8041
8042 ###############################################################################
8043
8044 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8045 #- type: "plot"
8046 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8047 #  algorithm: "plot_nf_heatmap"
8048 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8049 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8050 #  filter: "'NIC_Intel-XL710' and
8051 #           'NF_DENSITY' and
8052 #           'DOCKER' and
8053 #           'CHAIN' and
8054 #           'NF_VPPIP4' and
8055 #           'IMIX' and
8056 #           'TNL_4' and
8057 #           '1T1C' and
8058 #           'MRR'"
8059 #  parameters:
8060 #  - "result"
8061 #  - "name"
8062 #  - "tags"
8063 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8064 #  x-axis: "X = CNFs per Service Chain"
8065 #  y-axis: "Y = Number of Service Chains"
8066 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8067 #  layout:
8068 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8069 #    layout: "plot-service-density"
8070 #
8071 #- type: "plot"
8072 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8073 #  algorithm: "plot_nf_heatmap"
8074 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8075 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8076 #  filter: "'NIC_Intel-XL710' and
8077 #           'NF_DENSITY' and
8078 #           'DOCKER' and
8079 #           'CHAIN' and
8080 #           'NF_VPPIP4' and
8081 #           'IPSEC' and
8082 #           'TNL_4' and
8083 #           'IMIX' and
8084 #           '2T2C' and
8085 #           'MRR'"
8086 #  parameters:
8087 #  - "result"
8088 #  - "name"
8089 #  - "tags"
8090 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8091 #  x-axis: "X = CNFs per Service Chain"
8092 #  y-axis: "Y = Number of Service Chains"
8093 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8094 #  layout:
8095 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8096 #    layout: "plot-service-density"
8097 #
8098 #- type: "plot"
8099 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8100 #  algorithm: "plot_nf_heatmap"
8101 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8102 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8103 #  filter: "'NIC_Intel-XL710' and
8104 #           'NF_DENSITY' and
8105 #           'DOCKER' and
8106 #           'CHAIN' and
8107 #           'NF_VPPIP4' and
8108 #           'IPSEC' and
8109 #           'TNL_4' and
8110 #           'IMIX' and
8111 #           '4T4C' and
8112 #           'MRR'"
8113 #  parameters:
8114 #  - "result"
8115 #  - "name"
8116 #  - "tags"
8117 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8118 #  x-axis: "X = CNFs per Service Chain"
8119 #  y-axis: "Y = Number of Service Chains"
8120 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8121 #  layout:
8122 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8123 #    layout: "plot-service-density"
8124
8125 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8126 #- type: "plot"
8127 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8128 #  algorithm: "plot_nf_heatmap"
8129 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8130 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8131 #  filter: "'NIC_Intel-XL710' and
8132 #           'NF_DENSITY' and
8133 #           'DOCKER' and
8134 #           'CHAIN' and
8135 #           'NF_VPPIP4' and
8136 #           'IPSEC' and
8137 #           'TNL_4' and
8138 #           'IMIX' and
8139 #           '1T1C' and
8140 #           'NDRPDR'"
8141 #  parameters:
8142 #  - "throughput"
8143 #  - "name"
8144 #  - "tags"
8145 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8146 #  x-axis: "X = CNFs per Service Chain"
8147 #  y-axis: "Y = Number of Service Chains"
8148 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8149 #  layout:
8150 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8151 #    layout: "plot-service-density"
8152 #
8153 #- type: "plot"
8154 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8155 #  algorithm: "plot_nf_heatmap"
8156 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8157 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8158 #  filter: "'NIC_Intel-XL710' and
8159 #           'NF_DENSITY' and
8160 #           'DOCKER' and
8161 #           'CHAIN' and
8162 #           'NF_VPPIP4' and
8163 #           'IPSEC' and
8164 #           'TNL_4' and
8165 #           'IMIX' and
8166 #           '2T2C' and
8167 #           'NDRPDR'"
8168 #  parameters:
8169 #  - "throughput"
8170 #  - "name"
8171 #  - "tags"
8172 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8173 #  x-axis: "X = CNFs per Service Chain"
8174 #  y-axis: "Y = Number of Service Chains"
8175 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8176 #  layout:
8177 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8178 #    layout: "plot-service-density"
8179 #
8180 #- type: "plot"
8181 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8182 #  algorithm: "plot_nf_heatmap"
8183 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8184 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8185 #  filter: "'NIC_Intel-XL710' and
8186 #           'NF_DENSITY' and
8187 #           'DOCKER' and
8188 #           'CHAIN' and
8189 #           'NF_VPPIP4' and
8190 #           'IPSEC' and
8191 #           'TNL_4' and
8192 #           'IMIX' and
8193 #           '4T4C' and
8194 #           'NDRPDR'"
8195 #  parameters:
8196 #  - "throughput"
8197 #  - "name"
8198 #  - "tags"
8199 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8200 #  x-axis: "X = CNFs per Service Chain"
8201 #  y-axis: "Y = Number of Service Chains"
8202 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8203 #  layout:
8204 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8205 #    layout: "plot-service-density"
8206 #
8207 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8208 #- type: "plot"
8209 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8210 #  algorithm: "plot_nf_heatmap"
8211 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8212 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8213 #  filter: "'NIC_Intel-XL710' and
8214 #           'NF_DENSITY' and
8215 #           'DOCKER' and
8216 #           'CHAIN' and
8217 #           'NF_VPPIP4' and
8218 #           'IPSEC' and
8219 #           'TNL_4' and
8220 #           'IMIX' and
8221 #           '1T1C' and
8222 #           'NDRPDR'"
8223 #  parameters:
8224 #  - "throughput"
8225 #  - "name"
8226 #  - "tags"
8227 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8228 #  x-axis: "X = CNFs per Service Chain"
8229 #  y-axis: "Y = Number of Service Chains"
8230 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8231 #  layout:
8232 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8233 #    layout: "plot-service-density"
8234 #
8235 #- type: "plot"
8236 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8237 #  algorithm: "plot_nf_heatmap"
8238 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8239 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8240 #  filter: "'NIC_Intel-XL710' and
8241 #           'NF_DENSITY' and
8242 #           'DOCKER' and
8243 #           'CHAIN' and
8244 #           'NF_VPPIP4' and
8245 #           'IPSEC' and
8246 #           'TNL_4' and
8247 #           'IMIX' and
8248 #           '2T2C' and
8249 #           'NDRPDR'"
8250 #  parameters:
8251 #  - "throughput"
8252 #  - "name"
8253 #  - "tags"
8254 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8255 #  x-axis: "X = CNFs per Service Chain"
8256 #  y-axis: "Y = Number of Service Chains"
8257 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8258 #  layout:
8259 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8260 #    layout: "plot-service-density"
8261 #
8262 #- type: "plot"
8263 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8264 #  algorithm: "plot_nf_heatmap"
8265 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8266 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8267 #  filter: "'NIC_Intel-XL710' and
8268 #           'NF_DENSITY' and
8269 #           'DOCKER' and
8270 #           'CHAIN' and
8271 #           'NF_VPPIP4' and
8272 #           'IPSEC' and
8273 #           'TNL_4' and
8274 #           'IMIX' and
8275 #           '4T4C' and
8276 #           'NDRPDR'"
8277 #  parameters:
8278 #  - "throughput"
8279 #  - "name"
8280 #  - "tags"
8281 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8282 #  x-axis: "X = CNFs per Service Chain"
8283 #  y-axis: "Y = Number of Service Chains"
8284 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8285 #  layout:
8286 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8287 #    layout: "plot-service-density"
8288
8289 ###############################################################################
8290
8291 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8292 #- type: "plot"
8293 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8294 #  algorithm: "plot_nf_heatmap"
8295 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8296 #  data: "plot-vpp-nfv-3n-skx-mrr"
8297 #  filter: "'NIC_Intel-XXV710' and
8298 #           'NF_DENSITY' and
8299 #           'DOCKER' and
8300 #           'CHAIN' and
8301 #           'NF_VPPIP4' and
8302 #           'IPSEC' and
8303 #           'TNL_1000' and
8304 #           'IMIX' and
8305 #           '2T1C' and
8306 #           'MRR'"
8307 #  parameters:
8308 #  - "result"
8309 #  - "name"
8310 #  - "tags"
8311 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8312 #  x-axis: "X = CNFs per Service Chain"
8313 #  y-axis: "Y = Number of Service Chains"
8314 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8315 #  layout:
8316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8317 #    layout: "plot-service-density"
8318 #
8319 #- type: "plot"
8320 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8321 #  algorithm: "plot_nf_heatmap"
8322 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8323 #  data: "plot-vpp-nfv-3n-skx-mrr"
8324 #  filter: "'NIC_Intel-XXV710' and
8325 #           'NF_DENSITY' and
8326 #           'DOCKER' and
8327 #           'CHAIN' and
8328 #           'NF_VPPIP4' and
8329 #           'IPSEC' and
8330 #           'TNL_1000' and
8331 #           'IMIX' and
8332 #           '4T2C' and
8333 #           'MRR'"
8334 #  parameters:
8335 #  - "result"
8336 #  - "name"
8337 #  - "tags"
8338 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8339 #  x-axis: "X = CNFs per Service Chain"
8340 #  y-axis: "Y = Number of Service Chains"
8341 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8342 #  layout:
8343 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8344 #    layout: "plot-service-density"
8345 #
8346 #- type: "plot"
8347 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8348 #  algorithm: "plot_nf_heatmap"
8349 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8350 #  data: "plot-vpp-nfv-3n-skx-mrr"
8351 #  filter: "'NIC_Intel-XXV710' and
8352 #           'NF_DENSITY' and
8353 #           'DOCKER' and
8354 #           'CHAIN' and
8355 #           'NF_VPPIP4' and
8356 #           'IPSEC' and
8357 #           'TNL_1000' and
8358 #           'IMIX' and
8359 #           '8T4C' and
8360 #           'MRR'"
8361 #  parameters:
8362 #  - "result"
8363 #  - "name"
8364 #  - "tags"
8365 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8366 #  x-axis: "X = CNFs per Service Chain"
8367 #  y-axis: "Y = Number of Service Chains"
8368 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8369 #  layout:
8370 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8371 #    layout: "plot-service-density"
8372
8373 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8374 - type: "plot"
8375   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8376   algorithm: "plot_nf_heatmap"
8377   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8378   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8379   filter: "'NIC_Intel-XXV710' and
8380            'NF_DENSITY' and
8381            'DOCKER' and
8382            'CHAIN' and
8383            'NF_VPPIP4' and
8384            'IPSEC' and
8385            'TNL_1000' and
8386            'IMIX' and
8387            '2T1C' and
8388            'NDRPDR'"
8389   parameters:
8390   - "throughput"
8391   - "name"
8392   - "tags"
8393   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8394   x-axis: "X = CNFs per Service Chain"
8395   y-axis: "Y = Number of Service Chains"
8396   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8397   layout:
8398     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8399     layout: "plot-service-density"
8400
8401 - type: "plot"
8402   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8403   algorithm: "plot_nf_heatmap"
8404   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8405   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8406   filter: "'NIC_Intel-XXV710' and
8407            'NF_DENSITY' and
8408            'DOCKER' and
8409            'CHAIN' and
8410            'NF_VPPIP4' and
8411            'IPSEC' and
8412            'TNL_1000' and
8413            'IMIX' and
8414            '4T2C' and
8415            'NDRPDR'"
8416   parameters:
8417   - "throughput"
8418   - "name"
8419   - "tags"
8420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8421   x-axis: "X = CNFs per Service Chain"
8422   y-axis: "Y = Number of Service Chains"
8423   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8424   layout:
8425     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8426     layout: "plot-service-density"
8427
8428 - type: "plot"
8429   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8430   algorithm: "plot_nf_heatmap"
8431   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8432   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8433   filter: "'NIC_Intel-XXV710' and
8434            'NF_DENSITY' and
8435            'DOCKER' and
8436            'CHAIN' and
8437            'NF_VPPIP4' and
8438            'IPSEC' and
8439            'TNL_1000' and
8440            'IMIX' and
8441            '8T4C' and
8442            'NDRPDR'"
8443   parameters:
8444   - "throughput"
8445   - "name"
8446   - "tags"
8447   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8448   x-axis: "X = CNFs per Service Chain"
8449   y-axis: "Y = Number of Service Chains"
8450   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8451   layout:
8452     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8453     layout: "plot-service-density"
8454
8455 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8456 - type: "plot"
8457   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8458   algorithm: "plot_nf_heatmap"
8459   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8460   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8461   filter: "'NIC_Intel-XXV710' and
8462            'NF_DENSITY' and
8463            'DOCKER' and
8464            'CHAIN' and
8465            'NF_VPPIP4' and
8466            'IPSEC' and
8467            'TNL_1000' and
8468            'IMIX' and
8469            '2T1C' and
8470            'NDRPDR'"
8471   parameters:
8472   - "throughput"
8473   - "name"
8474   - "tags"
8475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8476   x-axis: "X = CNFs per Service Chain"
8477   y-axis: "Y = Number of Service Chains"
8478   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8479   layout:
8480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8481     layout: "plot-service-density"
8482
8483 - type: "plot"
8484   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8485   algorithm: "plot_nf_heatmap"
8486   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8487   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8488   filter: "'NIC_Intel-XXV710' and
8489            'NF_DENSITY' and
8490            'DOCKER' and
8491            'CHAIN' and
8492            'NF_VPPIP4' and
8493            'IPSEC' and
8494            'TNL_1000' and
8495            'IMIX' and
8496            '4T2C' and
8497            'NDRPDR'"
8498   parameters:
8499   - "throughput"
8500   - "name"
8501   - "tags"
8502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8503   x-axis: "X = CNFs per Service Chain"
8504   y-axis: "Y = Number of Service Chains"
8505   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8506   layout:
8507     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8508     layout: "plot-service-density"
8509
8510 - type: "plot"
8511   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8512   algorithm: "plot_nf_heatmap"
8513   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8514   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8515   filter: "'NIC_Intel-XXV710' and
8516            'NF_DENSITY' and
8517            'DOCKER' and
8518            'CHAIN' and
8519            'NF_VPPIP4' and
8520            'IPSEC' and
8521            'TNL_1000' and
8522            'IMIX' and
8523            '8T4C' and
8524            'NDRPDR'"
8525   parameters:
8526   - "throughput"
8527   - "name"
8528   - "tags"
8529   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8530   x-axis: "X = CNFs per Service Chain"
8531   y-axis: "Y = Number of Service Chains"
8532   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8533   layout:
8534     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8535     layout: "plot-service-density"
8536
8537 ###############################################################################
8538
8539 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8540 #- type: "plot"
8541 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8542 #  algorithm: "plot_nf_heatmap"
8543 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8544 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8545 #  filter: "'NIC_Intel-XL710' and
8546 #           'NF_DENSITY' and
8547 #           'DOCKER' and
8548 #           'CHAIN' and
8549 #           'NF_VPPIP4' and
8550 #           'IMIX' and
8551 #           'TNL_1000' and
8552 #           '1T1C' and
8553 #           'MRR'"
8554 #  parameters:
8555 #  - "result"
8556 #  - "name"
8557 #  - "tags"
8558 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8559 #  x-axis: "X = CNFs per Service Chain"
8560 #  y-axis: "Y = Number of Service Chains"
8561 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8562 #  layout:
8563 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8564 #    layout: "plot-service-density"
8565 #
8566 #- type: "plot"
8567 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8568 #  algorithm: "plot_nf_heatmap"
8569 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8570 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8571 #  filter: "'NIC_Intel-XL710' and
8572 #           'NF_DENSITY' and
8573 #           'DOCKER' and
8574 #           'CHAIN' and
8575 #           'NF_VPPIP4' and
8576 #           'IPSEC' and
8577 #           'TNL_1000' and
8578 #           'IMIX' and
8579 #           '2T2C' and
8580 #           'MRR'"
8581 #  parameters:
8582 #  - "result"
8583 #  - "name"
8584 #  - "tags"
8585 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8586 #  x-axis: "X = CNFs per Service Chain"
8587 #  y-axis: "Y = Number of Service Chains"
8588 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8589 #  layout:
8590 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8591 #    layout: "plot-service-density"
8592 #
8593 #- type: "plot"
8594 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8595 #  algorithm: "plot_nf_heatmap"
8596 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8597 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8598 #  filter: "'NIC_Intel-XL710' and
8599 #           'NF_DENSITY' and
8600 #           'DOCKER' and
8601 #           'CHAIN' and
8602 #           'NF_VPPIP4' and
8603 #           'IPSEC' and
8604 #           'TNL_1000' and
8605 #           'IMIX' and
8606 #           '4T4C' and
8607 #           'MRR'"
8608 #  parameters:
8609 #  - "result"
8610 #  - "name"
8611 #  - "tags"
8612 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8613 #  x-axis: "X = CNFs per Service Chain"
8614 #  y-axis: "Y = Number of Service Chains"
8615 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8616 #  layout:
8617 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8618 #    layout: "plot-service-density"
8619
8620 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8621 #- type: "plot"
8622 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8623 #  algorithm: "plot_nf_heatmap"
8624 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8625 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8626 #  filter: "'NIC_Intel-XL710' and
8627 #           'NF_DENSITY' and
8628 #           'DOCKER' and
8629 #           'CHAIN' and
8630 #           'NF_VPPIP4' and
8631 #           'IPSEC' and
8632 #           'TNL_1000' and
8633 #           'IMIX' and
8634 #           '1T1C' and
8635 #           'NDRPDR'"
8636 #  parameters:
8637 #  - "throughput"
8638 #  - "name"
8639 #  - "tags"
8640 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8641 #  x-axis: "X = CNFs per Service Chain"
8642 #  y-axis: "Y = Number of Service Chains"
8643 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8644 #  layout:
8645 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8646 #    layout: "plot-service-density"
8647 #
8648 #- type: "plot"
8649 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8650 #  algorithm: "plot_nf_heatmap"
8651 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8652 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8653 #  filter: "'NIC_Intel-XL710' and
8654 #           'NF_DENSITY' and
8655 #           'DOCKER' and
8656 #           'CHAIN' and
8657 #           'NF_VPPIP4' and
8658 #           'IPSEC' and
8659 #           'TNL_1000' and
8660 #           'IMIX' and
8661 #           '2T2C' and
8662 #           'NDRPDR'"
8663 #  parameters:
8664 #  - "throughput"
8665 #  - "name"
8666 #  - "tags"
8667 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8668 #  x-axis: "X = CNFs per Service Chain"
8669 #  y-axis: "Y = Number of Service Chains"
8670 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8671 #  layout:
8672 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8673 #    layout: "plot-service-density"
8674 #
8675 #- type: "plot"
8676 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8677 #  algorithm: "plot_nf_heatmap"
8678 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8679 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8680 #  filter: "'NIC_Intel-XL710' and
8681 #           'NF_DENSITY' and
8682 #           'DOCKER' and
8683 #           'CHAIN' and
8684 #           'NF_VPPIP4' and
8685 #           'IPSEC' and
8686 #           'TNL_1000' and
8687 #           'IMIX' and
8688 #           '4T4C' and
8689 #           'NDRPDR'"
8690 #  parameters:
8691 #  - "throughput"
8692 #  - "name"
8693 #  - "tags"
8694 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8695 #  x-axis: "X = CNFs per Service Chain"
8696 #  y-axis: "Y = Number of Service Chains"
8697 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8698 #  layout:
8699 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8700 #    layout: "plot-service-density"
8701 #
8702 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8703 #- type: "plot"
8704 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8705 #  algorithm: "plot_nf_heatmap"
8706 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8707 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8708 #  filter: "'NIC_Intel-XL710' and
8709 #           'NF_DENSITY' and
8710 #           'DOCKER' and
8711 #           'CHAIN' and
8712 #           'NF_VPPIP4' and
8713 #           'IPSEC' and
8714 #           'TNL_1000' and
8715 #           'IMIX' and
8716 #           '1T1C' and
8717 #           'NDRPDR'"
8718 #  parameters:
8719 #  - "throughput"
8720 #  - "name"
8721 #  - "tags"
8722 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8723 #  x-axis: "X = CNFs per Service Chain"
8724 #  y-axis: "Y = Number of Service Chains"
8725 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8726 #  layout:
8727 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8728 #    layout: "plot-service-density"
8729 #
8730 #- type: "plot"
8731 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8732 #  algorithm: "plot_nf_heatmap"
8733 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8734 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8735 #  filter: "'NIC_Intel-XL710' and
8736 #           'NF_DENSITY' and
8737 #           'DOCKER' and
8738 #           'CHAIN' and
8739 #           'NF_VPPIP4' and
8740 #           'IPSEC' and
8741 #           'TNL_1000' and
8742 #           'IMIX' and
8743 #           '2T2C' and
8744 #           'NDRPDR'"
8745 #  parameters:
8746 #  - "throughput"
8747 #  - "name"
8748 #  - "tags"
8749 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8750 #  x-axis: "X = CNFs per Service Chain"
8751 #  y-axis: "Y = Number of Service Chains"
8752 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8753 #  layout:
8754 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8755 #    layout: "plot-service-density"
8756 #
8757 #- type: "plot"
8758 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8759 #  algorithm: "plot_nf_heatmap"
8760 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8761 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8762 #  filter: "'NIC_Intel-XL710' and
8763 #           'NF_DENSITY' and
8764 #           'DOCKER' and
8765 #           'CHAIN' and
8766 #           'NF_VPPIP4' and
8767 #           'IPSEC' and
8768 #           'TNL_1000' and
8769 #           'IMIX' and
8770 #           '4T4C' and
8771 #           'NDRPDR'"
8772 #  parameters:
8773 #  - "throughput"
8774 #  - "name"
8775 #  - "tags"
8776 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8777 #  x-axis: "X = CNFs per Service Chain"
8778 #  y-axis: "Y = Number of Service Chains"
8779 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8780 #  layout:
8781 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8782 #    layout: "plot-service-density"
8783
8784 ###############################################################################
8785
8786 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8787 #- type: "plot"
8788 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8789 #  algorithm: "plot_nf_heatmap"
8790 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8791 #  data: "plot-vpp-nfv-3n-skx-mrr"
8792 #  filter: "'NIC_Intel-XXV710' and
8793 #           'NF_DENSITY' and
8794 #           'DOCKER' and
8795 #           'CHAIN' and
8796 #           'NF_VPPIP4' and
8797 #           'IPSEC' and
8798 #           'TNL_10000' and
8799 #           'IMIX' and
8800 #           '2T1C' and
8801 #           'MRR'"
8802 #  parameters:
8803 #  - "result"
8804 #  - "name"
8805 #  - "tags"
8806 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8807 #  x-axis: "X = CNFs per Service Chain"
8808 #  y-axis: "Y = Number of Service Chains"
8809 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8810 #  layout:
8811 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8812 #    layout: "plot-service-density"
8813 #
8814 #- type: "plot"
8815 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8816 #  algorithm: "plot_nf_heatmap"
8817 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8818 #  data: "plot-vpp-nfv-3n-skx-mrr"
8819 #  filter: "'NIC_Intel-XXV710' and
8820 #           'NF_DENSITY' and
8821 #           'DOCKER' and
8822 #           'CHAIN' and
8823 #           'NF_VPPIP4' and
8824 #           'IPSEC' and
8825 #           'TNL_10000' and
8826 #           'IMIX' and
8827 #           '4T2C' and
8828 #           'MRR'"
8829 #  parameters:
8830 #  - "result"
8831 #  - "name"
8832 #  - "tags"
8833 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8834 #  x-axis: "X = CNFs per Service Chain"
8835 #  y-axis: "Y = Number of Service Chains"
8836 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8837 #  layout:
8838 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8839 #    layout: "plot-service-density"
8840 #
8841 #- type: "plot"
8842 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8843 #  algorithm: "plot_nf_heatmap"
8844 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8845 #  data: "plot-vpp-nfv-3n-skx-mrr"
8846 #  filter: "'NIC_Intel-XXV710' and
8847 #           'NF_DENSITY' and
8848 #           'DOCKER' and
8849 #           'CHAIN' and
8850 #           'NF_VPPIP4' and
8851 #           'IPSEC' and
8852 #           'TNL_10000' and
8853 #           'IMIX' and
8854 #           '8T4C' and
8855 #           'MRR'"
8856 #  parameters:
8857 #  - "result"
8858 #  - "name"
8859 #  - "tags"
8860 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8861 #  x-axis: "X = CNFs per Service Chain"
8862 #  y-axis: "Y = Number of Service Chains"
8863 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8864 #  layout:
8865 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8866 #    layout: "plot-service-density"
8867
8868 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8869 - type: "plot"
8870   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8871   algorithm: "plot_nf_heatmap"
8872   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8873   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8874   filter: "'NIC_Intel-XXV710' and
8875            'NF_DENSITY' and
8876            'DOCKER' and
8877            'CHAIN' and
8878            'NF_VPPIP4' and
8879            'IPSEC' and
8880            'TNL_10000' and
8881            'IMIX' and
8882            '2T1C' and
8883            'NDRPDR'"
8884   parameters:
8885   - "throughput"
8886   - "name"
8887   - "tags"
8888   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8889   x-axis: "X = CNFs per Service Chain"
8890   y-axis: "Y = Number of Service Chains"
8891   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8892   layout:
8893     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8894     layout: "plot-service-density"
8895
8896 - type: "plot"
8897   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8898   algorithm: "plot_nf_heatmap"
8899   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8900   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8901   filter: "'NIC_Intel-XXV710' and
8902            'NF_DENSITY' and
8903            'DOCKER' and
8904            'CHAIN' and
8905            'NF_VPPIP4' and
8906            'IPSEC' and
8907            'TNL_10000' and
8908            'IMIX' and
8909            '4T2C' and
8910            'NDRPDR'"
8911   parameters:
8912   - "throughput"
8913   - "name"
8914   - "tags"
8915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8916   x-axis: "X = CNFs per Service Chain"
8917   y-axis: "Y = Number of Service Chains"
8918   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8919   layout:
8920     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8921     layout: "plot-service-density"
8922
8923 - type: "plot"
8924   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8925   algorithm: "plot_nf_heatmap"
8926   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8927   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8928   filter: "'NIC_Intel-XXV710' and
8929            'NF_DENSITY' and
8930            'DOCKER' and
8931            'CHAIN' and
8932            'NF_VPPIP4' and
8933            'IPSEC' and
8934            'TNL_10000' and
8935            'IMIX' and
8936            '8T4C' and
8937            'NDRPDR'"
8938   parameters:
8939   - "throughput"
8940   - "name"
8941   - "tags"
8942   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8943   x-axis: "X = CNFs per Service Chain"
8944   y-axis: "Y = Number of Service Chains"
8945   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8946   layout:
8947     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8948     layout: "plot-service-density"
8949
8950 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8951 - type: "plot"
8952   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8953   algorithm: "plot_nf_heatmap"
8954   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8955   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8956   filter: "'NIC_Intel-XXV710' and
8957            'NF_DENSITY' and
8958            'DOCKER' and
8959            'CHAIN' and
8960            'NF_VPPIP4' and
8961            'IPSEC' and
8962            'TNL_10000' and
8963            'IMIX' and
8964            '2T1C' and
8965            'NDRPDR'"
8966   parameters:
8967   - "throughput"
8968   - "name"
8969   - "tags"
8970   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8971   x-axis: "X = CNFs per Service Chain"
8972   y-axis: "Y = Number of Service Chains"
8973   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8974   layout:
8975     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8976     layout: "plot-service-density"
8977
8978 - type: "plot"
8979   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8980   algorithm: "plot_nf_heatmap"
8981   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8982   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8983   filter: "'NIC_Intel-XXV710' and
8984            'NF_DENSITY' and
8985            'DOCKER' and
8986            'CHAIN' and
8987            'NF_VPPIP4' and
8988            'IPSEC' and
8989            'TNL_10000' and
8990            'IMIX' and
8991            '4T2C' and
8992            'NDRPDR'"
8993   parameters:
8994   - "throughput"
8995   - "name"
8996   - "tags"
8997   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8998   x-axis: "X = CNFs per Service Chain"
8999   y-axis: "Y = Number of Service Chains"
9000   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9001   layout:
9002     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9003     layout: "plot-service-density"
9004
9005 - type: "plot"
9006   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9007   algorithm: "plot_nf_heatmap"
9008   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9009   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9010   filter: "'NIC_Intel-XXV710' and
9011            'NF_DENSITY' and
9012            'DOCKER' and
9013            'CHAIN' and
9014            'NF_VPPIP4' and
9015            'IPSEC' and
9016            'TNL_10000' and
9017            'IMIX' and
9018            '8T4C' and
9019            'NDRPDR'"
9020   parameters:
9021   - "throughput"
9022   - "name"
9023   - "tags"
9024   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9025   x-axis: "X = CNFs per Service Chain"
9026   y-axis: "Y = Number of Service Chains"
9027   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9028   layout:
9029     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9030     layout: "plot-service-density"
9031
9032 ###############################################################################
9033
9034 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9035 #- type: "plot"
9036 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9037 #  algorithm: "plot_nf_heatmap"
9038 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9039 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9040 #  filter: "'NIC_Intel-XL710' and
9041 #           'NF_DENSITY' and
9042 #           'DOCKER' and
9043 #           'CHAIN' and
9044 #           'NF_VPPIP4' and
9045 #           'IMIX' and
9046 #           'TNL_10000' and
9047 #           '1T1C' and
9048 #           'MRR'"
9049 #  parameters:
9050 #  - "result"
9051 #  - "name"
9052 #  - "tags"
9053 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9054 #  x-axis: "X = CNFs per Service Chain"
9055 #  y-axis: "Y = Number of Service Chains"
9056 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9057 #  layout:
9058 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9059 #    layout: "plot-service-density"
9060 #
9061 #- type: "plot"
9062 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9063 #  algorithm: "plot_nf_heatmap"
9064 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9065 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9066 #  filter: "'NIC_Intel-XL710' and
9067 #           'NF_DENSITY' and
9068 #           'DOCKER' and
9069 #           'CHAIN' and
9070 #           'NF_VPPIP4' and
9071 #           'IPSEC' and
9072 #           'TNL_10000' and
9073 #           'IMIX' and
9074 #           '2T2C' and
9075 #           'MRR'"
9076 #  parameters:
9077 #  - "result"
9078 #  - "name"
9079 #  - "tags"
9080 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9081 #  x-axis: "X = CNFs per Service Chain"
9082 #  y-axis: "Y = Number of Service Chains"
9083 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9084 #  layout:
9085 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9086 #    layout: "plot-service-density"
9087 #
9088 #- type: "plot"
9089 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9090 #  algorithm: "plot_nf_heatmap"
9091 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9092 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9093 #  filter: "'NIC_Intel-XL710' and
9094 #           'NF_DENSITY' and
9095 #           'DOCKER' and
9096 #           'CHAIN' and
9097 #           'NF_VPPIP4' and
9098 #           'IPSEC' and
9099 #           'TNL_10000' and
9100 #           'IMIX' and
9101 #           '4T4C' and
9102 #           'MRR'"
9103 #  parameters:
9104 #  - "result"
9105 #  - "name"
9106 #  - "tags"
9107 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9108 #  x-axis: "X = CNFs per Service Chain"
9109 #  y-axis: "Y = Number of Service Chains"
9110 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9111 #  layout:
9112 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9113 #    layout: "plot-service-density"
9114
9115 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9116 #- type: "plot"
9117 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9118 #  algorithm: "plot_nf_heatmap"
9119 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9120 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9121 #  filter: "'NIC_Intel-XL710' and
9122 #           'NF_DENSITY' and
9123 #           'DOCKER' and
9124 #           'CHAIN' and
9125 #           'NF_VPPIP4' and
9126 #           'IPSEC' and
9127 #           'TNL_10000' and
9128 #           'IMIX' and
9129 #           '1T1C' and
9130 #           'NDRPDR'"
9131 #  parameters:
9132 #  - "throughput"
9133 #  - "name"
9134 #  - "tags"
9135 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9136 #  x-axis: "X = CNFs per Service Chain"
9137 #  y-axis: "Y = Number of Service Chains"
9138 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9139 #  layout:
9140 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9141 #    layout: "plot-service-density"
9142 #
9143 #- type: "plot"
9144 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9145 #  algorithm: "plot_nf_heatmap"
9146 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9147 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9148 #  filter: "'NIC_Intel-XL710' and
9149 #           'NF_DENSITY' and
9150 #           'DOCKER' and
9151 #           'CHAIN' and
9152 #           'NF_VPPIP4' and
9153 #           'IPSEC' and
9154 #           'TNL_10000' and
9155 #           'IMIX' and
9156 #           '2T2C' and
9157 #           'NDRPDR'"
9158 #  parameters:
9159 #  - "throughput"
9160 #  - "name"
9161 #  - "tags"
9162 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9163 #  x-axis: "X = CNFs per Service Chain"
9164 #  y-axis: "Y = Number of Service Chains"
9165 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9166 #  layout:
9167 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9168 #    layout: "plot-service-density"
9169 #
9170 #- type: "plot"
9171 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9172 #  algorithm: "plot_nf_heatmap"
9173 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9174 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9175 #  filter: "'NIC_Intel-XL710' and
9176 #           'NF_DENSITY' and
9177 #           'DOCKER' and
9178 #           'CHAIN' and
9179 #           'NF_VPPIP4' and
9180 #           'IPSEC' and
9181 #           'TNL_10000' and
9182 #           'IMIX' and
9183 #           '4T4C' and
9184 #           'NDRPDR'"
9185 #  parameters:
9186 #  - "throughput"
9187 #  - "name"
9188 #  - "tags"
9189 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9190 #  x-axis: "X = CNFs per Service Chain"
9191 #  y-axis: "Y = Number of Service Chains"
9192 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9193 #  layout:
9194 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9195 #    layout: "plot-service-density"
9196 #
9197 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9198 #- type: "plot"
9199 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9200 #  algorithm: "plot_nf_heatmap"
9201 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9202 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9203 #  filter: "'NIC_Intel-XL710' and
9204 #           'NF_DENSITY' and
9205 #           'DOCKER' and
9206 #           'CHAIN' and
9207 #           'NF_VPPIP4' and
9208 #           'IPSEC' and
9209 #           'TNL_10000' and
9210 #           'IMIX' and
9211 #           '1T1C' and
9212 #           'NDRPDR'"
9213 #  parameters:
9214 #  - "throughput"
9215 #  - "name"
9216 #  - "tags"
9217 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9218 #  x-axis: "X = CNFs per Service Chain"
9219 #  y-axis: "Y = Number of Service Chains"
9220 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9221 #  layout:
9222 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9223 #    layout: "plot-service-density"
9224 #
9225 #- type: "plot"
9226 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9227 #  algorithm: "plot_nf_heatmap"
9228 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9229 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9230 #  filter: "'NIC_Intel-XL710' and
9231 #           'NF_DENSITY' and
9232 #           'DOCKER' and
9233 #           'CHAIN' and
9234 #           'NF_VPPIP4' and
9235 #           'IPSEC' and
9236 #           'TNL_10000' and
9237 #           'IMIX' and
9238 #           '2T2C' and
9239 #           'NDRPDR'"
9240 #  parameters:
9241 #  - "throughput"
9242 #  - "name"
9243 #  - "tags"
9244 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9245 #  x-axis: "X = CNFs per Service Chain"
9246 #  y-axis: "Y = Number of Service Chains"
9247 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9248 #  layout:
9249 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9250 #    layout: "plot-service-density"
9251 #
9252 #- type: "plot"
9253 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9254 #  algorithm: "plot_nf_heatmap"
9255 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9256 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9257 #  filter: "'NIC_Intel-XL710' and
9258 #           'NF_DENSITY' and
9259 #           'DOCKER' and
9260 #           'CHAIN' and
9261 #           'NF_VPPIP4' and
9262 #           'IPSEC' and
9263 #           'TNL_10000' and
9264 #           'IMIX' and
9265 #           '4T4C' and
9266 #           'NDRPDR'"
9267 #  parameters:
9268 #  - "throughput"
9269 #  - "name"
9270 #  - "tags"
9271 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9272 #  x-axis: "X = CNFs per Service Chain"
9273 #  y-axis: "Y = Number of Service Chains"
9274 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9275 #  layout:
9276 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9277 #    layout: "plot-service-density"
9278
9279 ###############################################################################
9280
9281 # Plots - NF Density - CSP - MRR IMIX
9282 - type: "plot"
9283   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9284   algorithm: "plot_nf_heatmap"
9285   output-file-type: ".html"
9286   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9287   data: "plot-vpp-nfv-2n-skx-mrr"
9288   filter: "'NIC_Intel-XXV710' and
9289            'NF_DENSITY' and
9290            'DOCKER' and
9291            'PIPELINE' and
9292            'NF_VPPIP4' and
9293            'IMIX' and
9294            '2T1C' and
9295            'MRR'"
9296   parameters:
9297   - "result"
9298   - "name"
9299   - "tags"
9300   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9301   x-axis: "X = CNFs per Service Pipeline"
9302   y-axis: "Y = Number of Service Pipelines"
9303   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9304   layout:
9305     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9306     layout: "plot-service-density"
9307
9308 - type: "plot"
9309   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9310   algorithm: "plot_nf_heatmap"
9311   output-file-type: ".html"
9312   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9313   data: "plot-vpp-nfv-2n-skx-mrr"
9314   filter: "'NIC_Intel-XXV710' and
9315            'NF_DENSITY' and
9316            'DOCKER' and
9317            'PIPELINE' and
9318            'NF_VPPIP4' and
9319            'IMIX' and
9320            '4T2C' and
9321            'MRR'"
9322   parameters:
9323   - "result"
9324   - "name"
9325   - "tags"
9326   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9327   x-axis: "X = CNFs per Service Pipeline"
9328   y-axis: "Y = Number of Service Pipelines"
9329   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9330   layout:
9331     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9332     layout: "plot-service-density"
9333
9334 - type: "plot"
9335   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9336   algorithm: "plot_nf_heatmap"
9337   output-file-type: ".html"
9338   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9339   data: "plot-vpp-nfv-2n-skx-mrr"
9340   filter: "'NIC_Intel-XXV710' and
9341            'NF_DENSITY' and
9342            'DOCKER' and
9343            'PIPELINE' and
9344            'NF_VPPIP4' and
9345            'IMIX' and
9346            '8T4C' and
9347            'MRR'"
9348   parameters:
9349   - "result"
9350   - "name"
9351   - "tags"
9352   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9353   x-axis: "X = CNFs per Service Pipeline"
9354   y-axis: "Y = Number of Service Pipelines"
9355   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9356   layout:
9357     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9358     layout: "plot-service-density"
9359
9360 # Plots - NF Density - CSP - NDR IMIX
9361 - type: "plot"
9362   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9363   algorithm: "plot_nf_heatmap"
9364   output-file-type: ".html"
9365   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9366   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9367   filter: "'NIC_Intel-XXV710' and
9368            'NF_DENSITY' and
9369            'DOCKER' and
9370            'PIPELINE' and
9371            'NF_VPPIP4' and
9372            'IMIX' and
9373            '2T1C' and
9374            'NDRPDR'"
9375   parameters:
9376   - "throughput"
9377   - "name"
9378   - "tags"
9379   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9380   x-axis: "X = CNFs per Service Pipeline"
9381   y-axis: "Y = Number of Service Pipelines"
9382   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9383   layout:
9384     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9385     layout: "plot-service-density"
9386
9387 - type: "plot"
9388   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9389   algorithm: "plot_nf_heatmap"
9390   output-file-type: ".html"
9391   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9392   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9393   filter: "'NIC_Intel-XXV710' and
9394            'NF_DENSITY' and
9395            'DOCKER' and
9396            'PIPELINE' and
9397            'NF_VPPIP4' and
9398            'IMIX' and
9399            '4T2C' and
9400            'NDRPDR'"
9401   parameters:
9402   - "throughput"
9403   - "name"
9404   - "tags"
9405   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9406   x-axis: "X = CNFs per Service Pipeline"
9407   y-axis: "Y = Number of Service Pipelines"
9408   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9409   layout:
9410     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9411     layout: "plot-service-density"
9412
9413 - type: "plot"
9414   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9415   algorithm: "plot_nf_heatmap"
9416   output-file-type: ".html"
9417   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9418   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9419   filter: "'NIC_Intel-XXV710' and
9420            'NF_DENSITY' and
9421            'DOCKER' and
9422            'PIPELINE' and
9423            'NF_VPPIP4' and
9424            'IMIX' and
9425            '8T4C' and
9426            'NDRPDR'"
9427   parameters:
9428   - "throughput"
9429   - "name"
9430   - "tags"
9431   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9432   x-axis: "X = CNFs per Service Pipeline"
9433   y-axis: "Y = Number of Service Pipelines"
9434   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9435   layout:
9436     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9437     layout: "plot-service-density"
9438
9439 # Plots - NF Density - CSP - PDR IMIX
9440 - type: "plot"
9441   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9442   algorithm: "plot_nf_heatmap"
9443   output-file-type: ".html"
9444   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9445   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9446   filter: "'NIC_Intel-XXV710' and
9447            'NF_DENSITY' and
9448            'DOCKER' and
9449            'PIPELINE' and
9450            'NF_VPPIP4' and
9451            'IMIX' and
9452            '2T1C' and
9453            'NDRPDR'"
9454   parameters:
9455   - "throughput"
9456   - "name"
9457   - "tags"
9458   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9459   x-axis: "X = CNFs per Service Pipeline"
9460   y-axis: "Y = Number of Service Pipelines"
9461   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9462   layout:
9463     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9464     layout: "plot-service-density"
9465
9466 - type: "plot"
9467   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9468   algorithm: "plot_nf_heatmap"
9469   output-file-type: ".html"
9470   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9471   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9472   filter: "'NIC_Intel-XXV710' and
9473            'NF_DENSITY' and
9474            'DOCKER' and
9475            'PIPELINE' and
9476            'NF_VPPIP4' and
9477            'IMIX' and
9478            '4T2C' and
9479            'NDRPDR'"
9480   parameters:
9481   - "throughput"
9482   - "name"
9483   - "tags"
9484   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9485   x-axis: "X = CNFs per Service Pipeline"
9486   y-axis: "Y = Number of Service Pipelines"
9487   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9488   layout:
9489     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9490     layout: "plot-service-density"
9491
9492 - type: "plot"
9493   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9494   algorithm: "plot_nf_heatmap"
9495   output-file-type: ".html"
9496   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9497   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9498   filter: "'NIC_Intel-XXV710' and
9499            'NF_DENSITY' and
9500            'DOCKER' and
9501            'PIPELINE' and
9502            'NF_VPPIP4' and
9503            'IMIX' and
9504            '8T4C' and
9505            'NDRPDR'"
9506   parameters:
9507   - "throughput"
9508   - "name"
9509   - "tags"
9510   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9511   x-axis: "X = CNFs per Service Pipeline"
9512   y-axis: "Y = Number of Service Pipelines"
9513   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9514   layout:
9515     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9516     layout: "plot-service-density"
9517
9518 ###############################################################################
9519 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9520
9521 - type: "plot"
9522   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9523   algorithm: "plot_nf_heatmap"
9524   output-file-type: ".html"
9525   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9526   data: "plot-vpp-nfv-2n-clx-mrr"
9527   filter: "'NIC_Intel-XXV710' and
9528            'NF_DENSITY' and
9529            'VHOST' and
9530            not 'VXLAN' and
9531            'CHAIN' and
9532            'NF_VPPIP4' and
9533            'IMIX' and
9534            '2T1C' and
9535            'MRR'"
9536   parameters:
9537   - "result"
9538   - "name"
9539   - "tags"
9540   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9541   x-axis: "X = VNFs per Service Chain"
9542   y-axis: "Y = Number of Service Chains"
9543   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9544   layout:
9545     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9546     layout: "plot-service-density"
9547
9548 - type: "plot"
9549   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9550   algorithm: "plot_nf_heatmap"
9551   output-file-type: ".html"
9552   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9553   data: "plot-vpp-nfv-2n-clx-mrr"
9554   filter: "'NIC_Intel-XXV710' and
9555            'NF_DENSITY' and
9556            'VHOST' and
9557            not 'VXLAN' and
9558            'CHAIN' and
9559            'NF_VPPIP4' and
9560            'IMIX' and
9561            '4T2C' and
9562            'MRR'"
9563   parameters:
9564   - "result"
9565   - "name"
9566   - "tags"
9567   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9568   x-axis: "X = VNFs per Service Chain"
9569   y-axis: "Y = Number of Service Chains"
9570   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9571   layout:
9572     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9573     layout: "plot-service-density"
9574
9575 - type: "plot"
9576   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9577   algorithm: "plot_nf_heatmap"
9578   output-file-type: ".html"
9579   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9580   data: "plot-vpp-nfv-2n-clx-mrr"
9581   filter: "'NIC_Intel-XXV710' and
9582            'NF_DENSITY' and
9583            'VHOST' and
9584            not 'VXLAN' and
9585            'CHAIN' and
9586            'NF_VPPIP4' and
9587            'IMIX' and
9588            '8T4C' and
9589            'MRR'"
9590   parameters:
9591   - "result"
9592   - "name"
9593   - "tags"
9594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9595   x-axis: "X = VNFs per Service Chain"
9596   y-axis: "Y = Number of Service Chains"
9597   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9598   layout:
9599     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9600     layout: "plot-service-density"
9601
9602 # Plots - NF Density - VSC - NDR IMIX
9603 - type: "plot"
9604   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9605   algorithm: "plot_nf_heatmap"
9606   output-file-type: ".html"
9607   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9608   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9609   filter: "'NIC_Intel-XXV710' and
9610            'NF_DENSITY' and
9611            'VHOST' and
9612            not 'VXLAN' and
9613            'CHAIN' and
9614            'NF_VPPIP4' and
9615            'IMIX' and
9616            '2T1C' and
9617            'NDRPDR'"
9618   parameters:
9619   - "throughput"
9620   - "name"
9621   - "tags"
9622   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9623   x-axis: "X = VNFs per Service Chain"
9624   y-axis: "Y = Number of Service Chains"
9625   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9626   layout:
9627     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9628     layout: "plot-service-density"
9629
9630 - type: "plot"
9631   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9632   algorithm: "plot_nf_heatmap"
9633   output-file-type: ".html"
9634   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9635   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9636   filter: "'NIC_Intel-XXV710' and
9637            'NF_DENSITY' and
9638            'VHOST' and
9639            not 'VXLAN' and
9640            'CHAIN' and
9641            'NF_VPPIP4' and
9642            'IMIX' and
9643            '4T2C' and
9644            'NDRPDR'"
9645   parameters:
9646   - "throughput"
9647   - "name"
9648   - "tags"
9649   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9650   x-axis: "X = VNFs per Service Chain"
9651   y-axis: "Y = Number of Service Chains"
9652   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9653   layout:
9654     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9655     layout: "plot-service-density"
9656
9657 - type: "plot"
9658   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9659   algorithm: "plot_nf_heatmap"
9660   output-file-type: ".html"
9661   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9662   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9663   filter: "'NIC_Intel-XXV710' and
9664            'NF_DENSITY' and
9665            'VHOST' and
9666            not 'VXLAN' and
9667            'CHAIN' and
9668            'NF_VPPIP4' and
9669            'IMIX' and
9670            '8T4C' and
9671            'NDRPDR'"
9672   parameters:
9673   - "throughput"
9674   - "name"
9675   - "tags"
9676   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9677   x-axis: "X = VNFs per Service Chain"
9678   y-axis: "Y = Number of Service Chains"
9679   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9680   layout:
9681     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9682     layout: "plot-service-density"
9683
9684 # Plots - NF Density - VSC - PDR IMIX
9685 - type: "plot"
9686   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9687   algorithm: "plot_nf_heatmap"
9688   output-file-type: ".html"
9689   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9690   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9691   filter: "'NIC_Intel-XXV710' and
9692            'NF_DENSITY' and
9693            'VHOST' and
9694            not 'VXLAN' and
9695            'CHAIN' and
9696            'NF_VPPIP4' and
9697            'IMIX' and
9698            '2T1C' and
9699            'NDRPDR'"
9700   parameters:
9701   - "throughput"
9702   - "name"
9703   - "tags"
9704   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9705   x-axis: "X = VNFs per Service Chain"
9706   y-axis: "Y = Number of Service Chains"
9707   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9708   layout:
9709     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9710     layout: "plot-service-density"
9711
9712 - type: "plot"
9713   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9714   algorithm: "plot_nf_heatmap"
9715   output-file-type: ".html"
9716   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9717   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9718   filter: "'NIC_Intel-XXV710' and
9719            'NF_DENSITY' and
9720            'VHOST' and
9721            not 'VXLAN' and
9722            'CHAIN' and
9723            'NF_VPPIP4' and
9724            'IMIX' and
9725            '4T2C' and
9726            'NDRPDR'"
9727   parameters:
9728   - "throughput"
9729   - "name"
9730   - "tags"
9731   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9732   x-axis: "X = VNFs per Service Chain"
9733   y-axis: "Y = Number of Service Chains"
9734   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9735   layout:
9736     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9737     layout: "plot-service-density"
9738
9739 - type: "plot"
9740   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9741   algorithm: "plot_nf_heatmap"
9742   output-file-type: ".html"
9743   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9744   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9745   filter: "'NIC_Intel-XXV710' and
9746            'NF_DENSITY' and
9747            'VHOST' and
9748            not 'VXLAN' and
9749            'CHAIN' and
9750            'NF_VPPIP4' and
9751            'IMIX' and
9752            '8T4C' and
9753            'NDRPDR'"
9754   parameters:
9755   - "throughput"
9756   - "name"
9757   - "tags"
9758   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9759   x-axis: "X = VNFs per Service Chain"
9760   y-axis: "Y = Number of Service Chains"
9761   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9762   layout:
9763     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9764     layout: "plot-service-density"
9765
9766 # Plots - NF Density - VSC - MRR IMIX
9767 - type: "plot"
9768   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9769   algorithm: "plot_nf_heatmap"
9770   output-file-type: ".html"
9771   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9772   data: "plot-vpp-nfv-2n-clx-mrr"
9773   filter: "'NIC_Intel-XXV710' and
9774            'NF_DENSITY' and
9775            'VHOST' and
9776            'VXLAN' and
9777            'CHAIN' and
9778            'IMIX' and
9779            '2T1C' and
9780            'MRR'"
9781   parameters:
9782   - "result"
9783   - "name"
9784   - "tags"
9785   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9786   x-axis: "X = VNFs per Service Chain"
9787   y-axis: "Y = Number of Service Chains"
9788   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9789   layout:
9790     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9791     layout: "plot-service-density"
9792
9793 - type: "plot"
9794   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9795   algorithm: "plot_nf_heatmap"
9796   output-file-type: ".html"
9797   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9798   data: "plot-vpp-nfv-2n-clx-mrr"
9799   filter: "'NIC_Intel-XXV710' and
9800            'NF_DENSITY' and
9801            'VHOST' and
9802            'VXLAN' and
9803            'CHAIN' and
9804            'IMIX' and
9805            '4T2C' and
9806            'MRR'"
9807   parameters:
9808   - "result"
9809   - "name"
9810   - "tags"
9811   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9812   x-axis: "X = VNFs per Service Chain"
9813   y-axis: "Y = Number of Service Chains"
9814   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9815   layout:
9816     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9817     layout: "plot-service-density"
9818
9819 - type: "plot"
9820   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9821   algorithm: "plot_nf_heatmap"
9822   output-file-type: ".html"
9823   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9824   data: "plot-vpp-nfv-2n-clx-mrr"
9825   filter: "'NIC_Intel-XXV710' and
9826            'NF_DENSITY' and
9827            'VHOST' and
9828            'VXLAN' and
9829            'CHAIN' and
9830            'IMIX' and
9831            '8T4C' and
9832            'MRR'"
9833   parameters:
9834   - "result"
9835   - "name"
9836   - "tags"
9837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9838   x-axis: "X = VNFs per Service Chain"
9839   y-axis: "Y = Number of Service Chains"
9840   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9841   layout:
9842     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9843     layout: "plot-service-density"
9844
9845 # Plots - NF Density - VSC - NDR IMIX
9846 - type: "plot"
9847   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9848   algorithm: "plot_nf_heatmap"
9849   output-file-type: ".html"
9850   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9851   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9852   filter: "'NIC_Intel-XXV710' and
9853            'NF_DENSITY' and
9854            'VHOST' and
9855            'VXLAN' and
9856            'CHAIN' and
9857            'IMIX' and
9858            '2T1C' and
9859            'NDRPDR'"
9860   parameters:
9861   - "throughput"
9862   - "name"
9863   - "tags"
9864   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9865   x-axis: "X = VNFs per Service Chain"
9866   y-axis: "Y = Number of Service Chains"
9867   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9868   layout:
9869     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9870     layout: "plot-service-density"
9871
9872 - type: "plot"
9873   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9874   algorithm: "plot_nf_heatmap"
9875   output-file-type: ".html"
9876   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9877   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9878   filter: "'NIC_Intel-XXV710' and
9879            'NF_DENSITY' and
9880            'VHOST' and
9881            'VXLAN' and
9882            'CHAIN' and
9883            'IMIX' and
9884            '4T2C' and
9885            'NDRPDR'"
9886   parameters:
9887   - "throughput"
9888   - "name"
9889   - "tags"
9890   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9891   x-axis: "X = VNFs per Service Chain"
9892   y-axis: "Y = Number of Service Chains"
9893   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9894   layout:
9895     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9896     layout: "plot-service-density"
9897
9898 - type: "plot"
9899   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9900   algorithm: "plot_nf_heatmap"
9901   output-file-type: ".html"
9902   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9903   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9904   filter: "'NIC_Intel-XXV710' and
9905            'NF_DENSITY' and
9906            'VHOST' and
9907            'VXLAN' and
9908            'CHAIN' and
9909            'IMIX' and
9910            '8T4C' and
9911            'NDRPDR'"
9912   parameters:
9913   - "throughput"
9914   - "name"
9915   - "tags"
9916   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9917   x-axis: "X = VNFs per Service Chain"
9918   y-axis: "Y = Number of Service Chains"
9919   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9920   layout:
9921     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9922     layout: "plot-service-density"
9923
9924 # Plots - NF Density - VSC - PDR IMIX
9925 - type: "plot"
9926   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9927   algorithm: "plot_nf_heatmap"
9928   output-file-type: ".html"
9929   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9930   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9931   filter: "'NIC_Intel-XXV710' and
9932            'NF_DENSITY' and
9933            'VHOST' and
9934            'VXLAN' and
9935            'CHAIN' and
9936            'IMIX' and
9937            '2T1C' and
9938            'NDRPDR'"
9939   parameters:
9940   - "throughput"
9941   - "name"
9942   - "tags"
9943   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9944   x-axis: "X = VNFs per Service Chain"
9945   y-axis: "Y = Number of Service Chains"
9946   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9947   layout:
9948     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9949     layout: "plot-service-density"
9950
9951 - type: "plot"
9952   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9953   algorithm: "plot_nf_heatmap"
9954   output-file-type: ".html"
9955   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9956   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9957   filter: "'NIC_Intel-XXV710' and
9958            'NF_DENSITY' and
9959            'VHOST' and
9960            'VXLAN' and
9961            'CHAIN' and
9962            'IMIX' and
9963            '4T2C' and
9964            'NDRPDR'"
9965   parameters:
9966   - "throughput"
9967   - "name"
9968   - "tags"
9969   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9970   x-axis: "X = VNFs per Service Chain"
9971   y-axis: "Y = Number of Service Chains"
9972   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9973   layout:
9974     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9975     layout: "plot-service-density"
9976
9977 - type: "plot"
9978   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9979   algorithm: "plot_nf_heatmap"
9980   output-file-type: ".html"
9981   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9982   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9983   filter: "'NIC_Intel-XXV710' and
9984            'NF_DENSITY' and
9985            'VHOST' and
9986            'VXLAN' and
9987            'CHAIN' and
9988            'IMIX' and
9989            '8T4C' and
9990            'NDRPDR'"
9991   parameters:
9992   - "throughput"
9993   - "name"
9994   - "tags"
9995   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9996   x-axis: "X = VNFs per Service Chain"
9997   y-axis: "Y = Number of Service Chains"
9998   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9999   layout:
10000     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10001     layout: "plot-service-density"
10002
10003 # Plots - NF Density - CSC - MRR IMIX
10004 - type: "plot"
10005   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10006   algorithm: "plot_nf_heatmap"
10007   output-file-type: ".html"
10008   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10009   data: "plot-vpp-nfv-2n-clx-mrr"
10010   filter: "'NIC_Intel-XXV710' and
10011            'NF_DENSITY' and
10012            'DOCKER' and
10013            'CHAIN' and
10014            'NF_VPPIP4' and
10015            'IMIX' and
10016            '2T1C' and
10017            'MRR'"
10018   parameters:
10019   - "result"
10020   - "name"
10021   - "tags"
10022   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10023   x-axis: "X = CNFs per Service Chain"
10024   y-axis: "Y = Number of Service Chains"
10025   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10026   layout:
10027     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10028     layout: "plot-service-density"
10029
10030 - type: "plot"
10031   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10032   algorithm: "plot_nf_heatmap"
10033   output-file-type: ".html"
10034   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10035   data: "plot-vpp-nfv-2n-clx-mrr"
10036   filter: "'NIC_Intel-XXV710' and
10037            'NF_DENSITY' and
10038            'DOCKER' and
10039            'CHAIN' and
10040            'NF_VPPIP4' and
10041            'IMIX' and
10042            '4T2C' and
10043            'MRR'"
10044   parameters:
10045   - "result"
10046   - "name"
10047   - "tags"
10048   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10049   x-axis: "X = CNFs per Service Chain"
10050   y-axis: "Y = Number of Service Chains"
10051   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10052   layout:
10053     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10054     layout: "plot-service-density"
10055
10056 - type: "plot"
10057   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10058   algorithm: "plot_nf_heatmap"
10059   output-file-type: ".html"
10060   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10061   data: "plot-vpp-nfv-2n-clx-mrr"
10062   filter: "'NIC_Intel-XXV710' and
10063            'NF_DENSITY' and
10064            'DOCKER' and
10065            'CHAIN' and
10066            'NF_VPPIP4' and
10067            'IMIX' and
10068            '8T4C' and
10069            'MRR'"
10070   parameters:
10071   - "result"
10072   - "name"
10073   - "tags"
10074   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10075   x-axis: "X = CNFs per Service Chain"
10076   y-axis: "Y = Number of Service Chains"
10077   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10078   layout:
10079     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10080     layout: "plot-service-density"
10081
10082 # Plots - NF Density - CSC - NDR IMIX
10083 - type: "plot"
10084   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10085   algorithm: "plot_nf_heatmap"
10086   output-file-type: ".html"
10087   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10088   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10089   filter: "'NIC_Intel-XXV710' and
10090            'NF_DENSITY' and
10091            'DOCKER' and
10092            'CHAIN' and
10093            'NF_VPPIP4' and
10094            'IMIX' and
10095            '2T1C' and
10096            'NDRPDR'"
10097   parameters:
10098   - "throughput"
10099   - "name"
10100   - "tags"
10101   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10102   x-axis: "X = CNFs per Service Chain"
10103   y-axis: "Y = Number of Service Chains"
10104   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10105   layout:
10106     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10107     layout: "plot-service-density"
10108
10109 - type: "plot"
10110   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10111   algorithm: "plot_nf_heatmap"
10112   output-file-type: ".html"
10113   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10114   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10115   filter: "'NIC_Intel-XXV710' and
10116            'NF_DENSITY' and
10117            'DOCKER' and
10118            'CHAIN' and
10119            'NF_VPPIP4' and
10120            'IMIX' and
10121            '4T2C' and
10122            'NDRPDR'"
10123   parameters:
10124   - "throughput"
10125   - "name"
10126   - "tags"
10127   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10128   x-axis: "X = CNFs per Service Chain"
10129   y-axis: "Y = Number of Service Chains"
10130   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10131   layout:
10132     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10133     layout: "plot-service-density"
10134
10135 - type: "plot"
10136   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10137   algorithm: "plot_nf_heatmap"
10138   output-file-type: ".html"
10139   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10140   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10141   filter: "'NIC_Intel-XXV710' and
10142            'NF_DENSITY' and
10143            'DOCKER' and
10144            'CHAIN' and
10145            'NF_VPPIP4' and
10146            'IMIX' and
10147            '8T4C' and
10148            'NDRPDR'"
10149   parameters:
10150   - "throughput"
10151   - "name"
10152   - "tags"
10153   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10154   x-axis: "X = CNFs per Service Chain"
10155   y-axis: "Y = Number of Service Chains"
10156   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10157   layout:
10158     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10159     layout: "plot-service-density"
10160
10161 # Plots - NF Density - CSC - PDR IMIX
10162 - type: "plot"
10163   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10164   algorithm: "plot_nf_heatmap"
10165   output-file-type: ".html"
10166   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10167   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10168   filter: "'NIC_Intel-XXV710' and
10169            'NF_DENSITY' and
10170            'DOCKER' and
10171            'CHAIN' and
10172            'NF_VPPIP4' and
10173            'IMIX' and
10174            '2T1C' and
10175            'NDRPDR'"
10176   parameters:
10177   - "throughput"
10178   - "name"
10179   - "tags"
10180   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10181   x-axis: "X = CNFs per Service Chain"
10182   y-axis: "Y = Number of Service Chains"
10183   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10184   layout:
10185     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10186     layout: "plot-service-density"
10187
10188 - type: "plot"
10189   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10190   algorithm: "plot_nf_heatmap"
10191   output-file-type: ".html"
10192   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10193   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10194   filter: "'NIC_Intel-XXV710' and
10195            'NF_DENSITY' and
10196            'DOCKER' and
10197            'CHAIN' and
10198            'NF_VPPIP4' and
10199            'IMIX' and
10200            '4T2C' and
10201            'NDRPDR'"
10202   parameters:
10203   - "throughput"
10204   - "name"
10205   - "tags"
10206   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10207   x-axis: "X = CNFs per Service Chain"
10208   y-axis: "Y = Number of Service Chains"
10209   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10210   layout:
10211     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10212     layout: "plot-service-density"
10213
10214 - type: "plot"
10215   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10216   algorithm: "plot_nf_heatmap"
10217   output-file-type: ".html"
10218   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10219   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10220   filter: "'NIC_Intel-XXV710' and
10221            'NF_DENSITY' and
10222            'DOCKER' and
10223            'CHAIN' and
10224            'NF_VPPIP4' and
10225            'IMIX' and
10226            '8T4C' and
10227            'NDRPDR'"
10228   parameters:
10229   - "throughput"
10230   - "name"
10231   - "tags"
10232   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10233   x-axis: "X = CNFs per Service Chain"
10234   y-axis: "Y = Number of Service Chains"
10235   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10236   layout:
10237     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10238     layout: "plot-service-density"
10239
10240 # Plots - NF Density - CSP - MRR IMIX
10241 - type: "plot"
10242   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10243   algorithm: "plot_nf_heatmap"
10244   output-file-type: ".html"
10245   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10246   data: "plot-vpp-nfv-2n-clx-mrr"
10247   filter: "'NIC_Intel-XXV710' and
10248            'NF_DENSITY' and
10249            'DOCKER' and
10250            'PIPELINE' and
10251            'NF_VPPIP4' and
10252            'IMIX' and
10253            '2T1C' and
10254            'MRR'"
10255   parameters:
10256   - "result"
10257   - "name"
10258   - "tags"
10259   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10260   x-axis: "X = CNFs per Service Pipeline"
10261   y-axis: "Y = Number of Service Pipelines"
10262   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10263   layout:
10264     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10265     layout: "plot-service-density"
10266
10267 - type: "plot"
10268   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10269   algorithm: "plot_nf_heatmap"
10270   output-file-type: ".html"
10271   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10272   data: "plot-vpp-nfv-2n-clx-mrr"
10273   filter: "'NIC_Intel-XXV710' and
10274            'NF_DENSITY' and
10275            'DOCKER' and
10276            'PIPELINE' and
10277            'NF_VPPIP4' and
10278            'IMIX' and
10279            '4T2C' and
10280            'MRR'"
10281   parameters:
10282   - "result"
10283   - "name"
10284   - "tags"
10285   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10286   x-axis: "X = CNFs per Service Pipeline"
10287   y-axis: "Y = Number of Service Pipelines"
10288   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10289   layout:
10290     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10291     layout: "plot-service-density"
10292
10293 - type: "plot"
10294   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10295   algorithm: "plot_nf_heatmap"
10296   output-file-type: ".html"
10297   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10298   data: "plot-vpp-nfv-2n-clx-mrr"
10299   filter: "'NIC_Intel-XXV710' and
10300            'NF_DENSITY' and
10301            'DOCKER' and
10302            'PIPELINE' and
10303            'NF_VPPIP4' and
10304            'IMIX' and
10305            '8T4C' and
10306            'MRR'"
10307   parameters:
10308   - "result"
10309   - "name"
10310   - "tags"
10311   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10312   x-axis: "X = CNFs per Service Pipeline"
10313   y-axis: "Y = Number of Service Pipelines"
10314   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10315   layout:
10316     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10317     layout: "plot-service-density"
10318
10319 # Plots - NF Density - CSP - NDR IMIX
10320 - type: "plot"
10321   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10322   algorithm: "plot_nf_heatmap"
10323   output-file-type: ".html"
10324   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10325   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10326   filter: "'NIC_Intel-XXV710' and
10327            'NF_DENSITY' and
10328            'DOCKER' and
10329            'PIPELINE' and
10330            'NF_VPPIP4' and
10331            'IMIX' and
10332            '2T1C' and
10333            'NDRPDR'"
10334   parameters:
10335   - "throughput"
10336   - "name"
10337   - "tags"
10338   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10339   x-axis: "X = CNFs per Service Pipeline"
10340   y-axis: "Y = Number of Service Pipelines"
10341   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10342   layout:
10343     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10344     layout: "plot-service-density"
10345
10346 - type: "plot"
10347   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10348   algorithm: "plot_nf_heatmap"
10349   output-file-type: ".html"
10350   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10351   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10352   filter: "'NIC_Intel-XXV710' and
10353            'NF_DENSITY' and
10354            'DOCKER' and
10355            'PIPELINE' and
10356            'NF_VPPIP4' and
10357            'IMIX' and
10358            '4T2C' and
10359            'NDRPDR'"
10360   parameters:
10361   - "throughput"
10362   - "name"
10363   - "tags"
10364   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10365   x-axis: "X = CNFs per Service Pipeline"
10366   y-axis: "Y = Number of Service Pipelines"
10367   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10368   layout:
10369     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10370     layout: "plot-service-density"
10371
10372 - type: "plot"
10373   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10374   algorithm: "plot_nf_heatmap"
10375   output-file-type: ".html"
10376   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10377   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10378   filter: "'NIC_Intel-XXV710' and
10379            'NF_DENSITY' and
10380            'DOCKER' and
10381            'PIPELINE' and
10382            'NF_VPPIP4' and
10383            'IMIX' and
10384            '8T4C' and
10385            'NDRPDR'"
10386   parameters:
10387   - "throughput"
10388   - "name"
10389   - "tags"
10390   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10391   x-axis: "X = CNFs per Service Pipeline"
10392   y-axis: "Y = Number of Service Pipelines"
10393   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10394   layout:
10395     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10396     layout: "plot-service-density"
10397
10398 # Plots - NF Density - CSP - PDR IMIX
10399 - type: "plot"
10400   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10401   algorithm: "plot_nf_heatmap"
10402   output-file-type: ".html"
10403   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10404   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10405   filter: "'NIC_Intel-XXV710' and
10406            'NF_DENSITY' and
10407            'DOCKER' and
10408            'PIPELINE' and
10409            'NF_VPPIP4' and
10410            'IMIX' and
10411            '2T1C' and
10412            'NDRPDR'"
10413   parameters:
10414   - "throughput"
10415   - "name"
10416   - "tags"
10417   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10418   x-axis: "X = CNFs per Service Pipeline"
10419   y-axis: "Y = Number of Service Pipelines"
10420   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10421   layout:
10422     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10423     layout: "plot-service-density"
10424
10425 - type: "plot"
10426   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10427   algorithm: "plot_nf_heatmap"
10428   output-file-type: ".html"
10429   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10430   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10431   filter: "'NIC_Intel-XXV710' and
10432            'NF_DENSITY' and
10433            'DOCKER' and
10434            'PIPELINE' and
10435            'NF_VPPIP4' and
10436            'IMIX' and
10437            '4T2C' and
10438            'NDRPDR'"
10439   parameters:
10440   - "throughput"
10441   - "name"
10442   - "tags"
10443   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10444   x-axis: "X = CNFs per Service Pipeline"
10445   y-axis: "Y = Number of Service Pipelines"
10446   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10447   layout:
10448     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10449     layout: "plot-service-density"
10450
10451 - type: "plot"
10452   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10453   algorithm: "plot_nf_heatmap"
10454   output-file-type: ".html"
10455   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10456   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10457   filter: "'NIC_Intel-XXV710' and
10458            'NF_DENSITY' and
10459            'DOCKER' and
10460            'PIPELINE' and
10461            'NF_VPPIP4' and
10462            'IMIX' and
10463            '8T4C' and
10464            'NDRPDR'"
10465   parameters:
10466   - "throughput"
10467   - "name"
10468   - "tags"
10469   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10470   x-axis: "X = CNFs per Service Pipeline"
10471   y-axis: "Y = Number of Service Pipelines"
10472   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10473   layout:
10474     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10475     layout: "plot-service-density"
10476
10477 ################################################################################
10478
10479 # Packet Throughput
10480
10481 - type: "plot"
10482   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10483   algorithm: "plot_perf_box_name"
10484   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10485   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10486   include:
10487     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10488     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10489     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10490     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10491   layout:
10492     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10493     layout: "plot-throughput"
10494
10495 - type: "plot"
10496   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10497   algorithm: "plot_perf_box_name"
10498   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10499   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10500   include:
10501     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10502     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10503     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10504     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10505   layout:
10506     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10507     layout: "plot-throughput"
10508
10509 - type: "plot"
10510   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10511   algorithm: "plot_perf_box_name"
10512   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10513   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10514   include:
10515     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10516     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10517     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10518     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10519   layout:
10520     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10521     layout: "plot-throughput"
10522
10523 - type: "plot"
10524   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10525   algorithm: "plot_perf_box_name"
10526   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10527   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10528   include:
10529     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10530     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10531     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10532     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10533   layout:
10534     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10535     layout: "plot-throughput"
10536
10537 - type: "plot"
10538   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10539   algorithm: "plot_perf_box_name"
10540   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10542   include:
10543     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10544     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10545     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10546     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10547     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10548   layout:
10549     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10550     layout: "plot-throughput"
10551
10552 - type: "plot"
10553   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10554   algorithm: "plot_perf_box_name"
10555   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10556   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10557   include:
10558     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10559     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10560     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10561     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10562     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10563   layout:
10564     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10565     layout: "plot-throughput"
10566
10567 - type: "plot"
10568   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10569   algorithm: "plot_perf_box_name"
10570   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10572   include:
10573     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10574     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10575     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10576     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10577     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10578   layout:
10579     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10580     layout: "plot-throughput"
10581
10582 - type: "plot"
10583   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10584   algorithm: "plot_perf_box_name"
10585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10587   include:
10588     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10589     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10590     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10591     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10592     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10593   layout:
10594     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10595     layout: "plot-throughput"
10596
10597 - type: "plot"
10598   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10599   algorithm: "plot_perf_box_name"
10600   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10601   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10602   include:
10603     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10604     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10605     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10606     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10607     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10608   layout:
10609     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10610     layout: "plot-throughput"
10611
10612 - type: "plot"
10613   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10614   algorithm: "plot_perf_box_name"
10615   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10616   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10617   include:
10618     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10619     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10620     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10621     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10622     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10623   layout:
10624     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10625     layout: "plot-throughput"
10626
10627 - type: "plot"
10628   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10629   algorithm: "plot_perf_box_name"
10630   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10631   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10632   include:
10633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10639   layout:
10640     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10641     layout: "plot-throughput"
10642
10643 - type: "plot"
10644   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10645   algorithm: "plot_perf_box_name"
10646   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10647   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10648   include:
10649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10650     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10652     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10653     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10654     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10655   layout:
10656     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10657     layout: "plot-throughput"
10658
10659 - type: "plot"
10660   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10661   algorithm: "plot_perf_box_name"
10662   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10663   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10664   include:
10665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10670   layout:
10671     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10672     layout: "plot-throughput"
10673
10674 - type: "plot"
10675   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10676   algorithm: "plot_perf_box_name"
10677   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10678   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10679   include:
10680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10685   layout:
10686     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10687     layout: "plot-throughput"
10688
10689 - type: "plot"
10690   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10691   algorithm: "plot_perf_box_name"
10692   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10693   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10694   include:
10695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10698   layout:
10699     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10700     layout: "plot-throughput"
10701
10702 - type: "plot"
10703   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10704   algorithm: "plot_perf_box_name"
10705   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10706   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10707   include:
10708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10711   layout:
10712     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10713     layout: "plot-throughput"
10714
10715 - type: "plot"
10716   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10717   algorithm: "plot_perf_box_name"
10718   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10719   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10720   include:
10721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10726   layout:
10727     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10728     layout: "plot-throughput"
10729
10730 - type: "plot"
10731   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10732   algorithm: "plot_perf_box_name"
10733   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10734   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10735   include:
10736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10741   layout:
10742     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10743     layout: "plot-throughput"
10744
10745 - type: "plot"
10746   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10747   algorithm: "plot_perf_box_name"
10748   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10749   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10750   include:
10751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10754   layout:
10755     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10756     layout: "plot-throughput"
10757
10758 - type: "plot"
10759   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10760   algorithm: "plot_perf_box_name"
10761   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10762   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10763   include:
10764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10767   layout:
10768     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10769     layout: "plot-throughput"
10770
10771 - type: "plot"
10772   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10773   algorithm: "plot_perf_box_name"
10774   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10775   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10776   include:
10777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
10782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
10783   layout:
10784     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10785     layout: "plot-throughput"
10786
10787 - type: "plot"
10788   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10789   algorithm: "plot_perf_box_name"
10790   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10791   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10792   include:
10793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
10798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
10799   layout:
10800     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10801     layout: "plot-throughput"
10802
10803 - type: "plot"
10804   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10805   algorithm: "plot_perf_box_name"
10806   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10807   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10808   include:
10809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
10815   layout:
10816     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10817     layout: "plot-throughput"
10818
10819 - type: "plot"
10820   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10821   algorithm: "plot_perf_box_name"
10822   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10823   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10824   include:
10825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
10831   layout:
10832     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10833     layout: "plot-throughput"
10834
10835 - type: "plot"
10836   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10837   algorithm: "plot_perf_box_name"
10838   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10839   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10840   include:
10841     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10842     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10843     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10844   layout:
10845     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10846     layout: "plot-throughput"
10847
10848 - type: "plot"
10849   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10850   algorithm: "plot_perf_box_name"
10851   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10852   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10853   include:
10854     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10855     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10856     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10857   layout:
10858     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10859     layout: "plot-throughput"
10860
10861 - type: "plot"
10862   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10863   algorithm: "plot_perf_box_name"
10864   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10865   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10866   include:
10867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10869 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10870 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10871 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10872   layout:
10873     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10874     layout: "plot-throughput"
10875
10876 - type: "plot"
10877   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10878   algorithm: "plot_perf_box_name"
10879   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10880   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10881   include:
10882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10884 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10885 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10886 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10887   layout:
10888     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10889     layout: "plot-throughput"
10890
10891 - type: "plot"
10892   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10893   algorithm: "plot_perf_box_name"
10894   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10895   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10896   include:
10897     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10898     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10899     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10900     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10901     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10902   layout:
10903     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10904     layout: "plot-throughput"
10905
10906 - type: "plot"
10907   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10908   algorithm: "plot_perf_box_name"
10909   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10910   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10911   include:
10912     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10913     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10914     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10915     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10916     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10917   layout:
10918     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10919     layout: "plot-throughput"
10920
10921 - type: "plot"
10922   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10923   algorithm: "plot_perf_box_name"
10924   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10926   include:
10927     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10930     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10931     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10932   layout:
10933     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10934     layout: "plot-throughput"
10935
10936 - type: "plot"
10937   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10938   algorithm: "plot_perf_box_name"
10939   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10940   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10941   include:
10942     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10943     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10946     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10947   layout:
10948     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10949     layout: "plot-throughput"
10950
10951 - type: "plot"
10952   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10953   algorithm: "plot_perf_box_name"
10954   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10955   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10956   include:
10957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10961   layout:
10962     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10963     layout: "plot-throughput"
10964
10965 - type: "plot"
10966   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10967   algorithm: "plot_perf_box_name"
10968   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10970   include:
10971     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10975   layout:
10976     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10977     layout: "plot-throughput"
10978
10979 - type: "plot"
10980   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10981   algorithm: "plot_perf_box_name"
10982   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10983   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10984   include:
10985     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10986     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10987     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10988     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10989     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10990   layout:
10991     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10992     layout: "plot-throughput"
10993
10994 - type: "plot"
10995   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10996   algorithm: "plot_perf_box_name"
10997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10999   include:
11000     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11001     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11002     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11003     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11004     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11005   layout:
11006     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11007     layout: "plot-throughput"
11008
11009 - type: "plot"
11010   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11011   algorithm: "plot_perf_box_name"
11012   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11013   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11014   include:
11015     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11016     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11017     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11018     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11019     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11020   layout:
11021     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11022     layout: "plot-throughput"
11023
11024 - type: "plot"
11025   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11026   algorithm: "plot_perf_box_name"
11027   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11028   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11029   include:
11030     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11031     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11032     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11033     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11034     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11035   layout:
11036     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11037     layout: "plot-throughput"
11038
11039 - type: "plot"
11040   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11041   algorithm: "plot_perf_box_name"
11042   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11043   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11044   include:
11045     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11046     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11047     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11048     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11049   layout:
11050     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11051     layout: "plot-throughput"
11052
11053 - type: "plot"
11054   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11055   algorithm: "plot_perf_box_name"
11056   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11057   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11058   include:
11059     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11060     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11061     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11062     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11063   layout:
11064     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11065     layout: "plot-throughput"
11066
11067 - type: "plot"
11068   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11069   algorithm: "plot_perf_box_name"
11070   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11071   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11072   include:
11073     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11074     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11075     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11076     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11077     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11078   layout:
11079     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11080     layout: "plot-throughput"
11081
11082 - type: "plot"
11083   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11084   algorithm: "plot_perf_box_name"
11085   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11086   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11087   include:
11088     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11089     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11091     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11092     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11093   layout:
11094     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11095     layout: "plot-throughput"
11096
11097 - type: "plot"
11098   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11099   algorithm: "plot_perf_box_name"
11100   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11101   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11102   include:
11103     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11106     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11107     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11108     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
11109   layout:
11110     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11111     layout: "plot-throughput"
11112
11113 - type: "plot"
11114   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11115   algorithm: "plot_perf_box_name"
11116   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11117   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11118   include:
11119     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11120     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11121     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11122     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11123     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11124     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
11125   layout:
11126     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11127     layout: "plot-throughput"
11128
11129 - type: "plot"
11130   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11131   algorithm: "plot_perf_box_name"
11132   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11133   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11134   include:
11135     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11136     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11137     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11138     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11139     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11140   layout:
11141     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11142     layout: "plot-throughput"
11143
11144 - type: "plot"
11145   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11146   algorithm: "plot_perf_box_name"
11147   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11148   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11149   include:
11150     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11151     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11152     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11153     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11154     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11155   layout:
11156     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11157     layout: "plot-throughput"
11158
11159 - type: "plot"
11160   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11161   algorithm: "plot_perf_box_name"
11162   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11163   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11164   include:
11165     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11166     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11167     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11168     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11169     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11170   layout:
11171     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11172     layout: "plot-throughput"
11173
11174 - type: "plot"
11175   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11176   algorithm: "plot_perf_box_name"
11177   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11178   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11179   include:
11180     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11181     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11182     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11183     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11184     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11185   layout:
11186     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11187     layout: "plot-throughput"
11188
11189 - type: "plot"
11190   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11191   algorithm: "plot_perf_box_name"
11192   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11193   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11194   include:
11195     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11196     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11197   layout:
11198     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11199     layout: "plot-throughput"
11200
11201 - type: "plot"
11202   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11203   algorithm: "plot_perf_box_name"
11204   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11205   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11206   include:
11207     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11208     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11209   layout:
11210     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11211     layout: "plot-throughput"
11212
11213 - type: "plot"
11214   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11215   algorithm: "plot_perf_box_name"
11216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11218   include:
11219     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11221     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11222     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11223   layout:
11224     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11225     layout: "plot-throughput"
11226
11227 - type: "plot"
11228   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11229   algorithm: "plot_perf_box_name"
11230   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11231   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11232   include:
11233     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11234     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11235     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11236     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11237   layout:
11238     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11239     layout: "plot-throughput"
11240
11241 - type: "plot"
11242   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11243   algorithm: "plot_perf_box_name"
11244   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11246   include:
11247     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11248     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11249     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11250     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11251   layout:
11252     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11253     layout: "plot-throughput"
11254
11255 - type: "plot"
11256   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11257   algorithm: "plot_perf_box_name"
11258   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11260   include:
11261     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11262     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11263     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11264     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11265   layout:
11266     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11267     layout: "plot-throughput"
11268
11269 - type: "plot"
11270   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11271   algorithm: "plot_perf_box_name"
11272   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11273   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11274   include:
11275     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11276     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11277     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11278     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11279   layout:
11280     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11281     layout: "plot-throughput"
11282
11283 - type: "plot"
11284   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11285   algorithm: "plot_perf_box_name"
11286   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11287   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11288   include:
11289     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11290     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11291     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11292     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11293   layout:
11294     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11295     layout: "plot-throughput"
11296
11297 - type: "plot"
11298   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11299   algorithm: "plot_perf_box_name"
11300   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11301   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11302   include:
11303     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11306     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11307   layout:
11308     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11309     layout: "plot-throughput"
11310
11311 - type: "plot"
11312   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11313   algorithm: "plot_perf_box_name"
11314   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11315   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11316   include:
11317     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11318     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11321   layout:
11322     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11323     layout: "plot-throughput"
11324
11325 - type: "plot"
11326   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11327   algorithm: "plot_perf_box_name"
11328   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11329   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11330   include:
11331     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11332     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11336     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11337   layout:
11338     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11339     layout: "plot-throughput"
11340
11341 - type: "plot"
11342   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11343   algorithm: "plot_perf_box_name"
11344   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11345   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11346   include:
11347     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11349     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11350     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11351     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11352     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11353   layout:
11354     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11355     layout: "plot-throughput"
11356
11357 - type: "plot"
11358   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11359   algorithm: "plot_perf_box_name"
11360   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11361   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11362   include:
11363     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11367     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11368   layout:
11369     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11370     layout: "plot-throughput"
11371
11372 - type: "plot"
11373   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11374   algorithm: "plot_perf_box_name"
11375   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11376   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11377   include:
11378     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11379     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11380     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11381     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11382     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11383   layout:
11384     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11385     layout: "plot-throughput"
11386
11387 - type: "plot"
11388   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11389   algorithm: "plot_perf_box_name"
11390   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11391   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11392   include:
11393     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11394     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11395     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11396     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11397     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11398   layout:
11399     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11400     layout: "plot-throughput"
11401
11402 - type: "plot"
11403   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11404   algorithm: "plot_perf_box_name"
11405   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11406   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11407   include:
11408     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11409     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11410     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11412     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11413   layout:
11414     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11415     layout: "plot-throughput"
11416
11417 - type: "plot"
11418   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11419   algorithm: "plot_perf_box_name"
11420   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11421   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11422   include:
11423     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11425     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11426   layout:
11427     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11428     layout: "plot-throughput"
11429
11430 - type: "plot"
11431   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11432   algorithm: "plot_perf_box_name"
11433   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11434   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11435   include:
11436     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11437     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11439   layout:
11440     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11441     layout: "plot-throughput"
11442
11443 - type: "plot"
11444   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11445   algorithm: "plot_perf_box_name"
11446   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11448   include:
11449     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11450     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11451     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11452   layout:
11453     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11454     layout: "plot-throughput"
11455
11456 - type: "plot"
11457   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11458   algorithm: "plot_perf_box_name"
11459   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11461   include:
11462     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11464     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11465   layout:
11466     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11467     layout: "plot-throughput"
11468
11469 - type: "plot"
11470   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11471   algorithm: "plot_perf_box_name"
11472   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11474   include:
11475     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11478     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11479     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11480   layout:
11481     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11482     layout: "plot-throughput"
11483
11484 - type: "plot"
11485   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11486   algorithm: "plot_perf_box_name"
11487   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11489   include:
11490     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11491     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11492     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11493     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11494     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11495   layout:
11496     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11497     layout: "plot-throughput"
11498
11499 - type: "plot"
11500   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11501   algorithm: "plot_perf_box_name"
11502   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11503   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11504   include:
11505     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11506     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11507     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11508     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11509     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11510   layout:
11511     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11512     layout: "plot-throughput"
11513
11514 - type: "plot"
11515   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11516   algorithm: "plot_perf_box_name"
11517   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11519   include:
11520     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11521     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11522     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11523     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11524     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11525   layout:
11526     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11527     layout: "plot-throughput"
11528
11529 - type: "plot"
11530   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11531   algorithm: "plot_perf_box_name"
11532   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11533   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11534   include:
11535     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11536     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11537     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11538     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11539     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11540   layout:
11541     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11542     layout: "plot-throughput"
11543
11544 - type: "plot"
11545   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11546   algorithm: "plot_perf_box_name"
11547   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11548   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11549   include:
11550     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11551     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11553     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11554     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11555   layout:
11556     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11557     layout: "plot-throughput"
11558
11559 - type: "plot"
11560   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11561   algorithm: "plot_perf_box_name"
11562   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11563   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11564   include:
11565     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11570   layout:
11571     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11572     layout: "plot-throughput"
11573
11574 - type: "plot"
11575   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11576   algorithm: "plot_perf_box_name"
11577   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11578   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11579   include:
11580     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11585   layout:
11586     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11587     layout: "plot-throughput"
11588
11589 - type: "plot"
11590   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11591   algorithm: "plot_perf_box_name"
11592   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11593   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11594   include:
11595     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11600   layout:
11601     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11602     layout: "plot-throughput"
11603
11604 - type: "plot"
11605   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11606   algorithm: "plot_perf_box_name"
11607   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11608   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11609   include:
11610     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11611     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11615   layout:
11616     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11617     layout: "plot-throughput"
11618
11619 - type: "plot"
11620   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11621   algorithm: "plot_perf_box_name"
11622   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11623   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11624   include:
11625     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11626     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11627     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11628     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11629     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11630     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11631   layout:
11632     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11633     layout: "plot-throughput"
11634
11635 - type: "plot"
11636   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11637   algorithm: "plot_perf_box_name"
11638   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11639   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11640   include:
11641     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11642     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11643     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11644     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11645     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11646     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11647   layout:
11648     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11649     layout: "plot-throughput"
11650
11651 - type: "plot"
11652   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11653   algorithm: "plot_perf_box_name"
11654   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11655   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11656   include:
11657     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11658     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11659     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11660     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11661   layout:
11662     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11663     layout: "plot-throughput"
11664
11665 - type: "plot"
11666   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11667   algorithm: "plot_perf_box_name"
11668   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11669   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11670   include:
11671     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11672     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11673     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11674     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11675   layout:
11676     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11677     layout: "plot-throughput"
11678
11679 - type: "plot"
11680   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11681   algorithm: "plot_perf_box_name"
11682   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11684   include:
11685     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11686     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11687     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11688     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11689     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11690     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11691   layout:
11692     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11693     layout: "plot-throughput"
11694
11695 - type: "plot"
11696   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11697   algorithm: "plot_perf_box_name"
11698   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11700   include:
11701     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11702     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11703     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11704     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11705     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11706     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11707   layout:
11708     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11709     layout: "plot-throughput"
11710
11711 - type: "plot"
11712   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11713   algorithm: "plot_perf_box_name"
11714   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11716   include:
11717     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11718     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11719     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11720     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11721     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11722     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11723   layout:
11724     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11725     layout: "plot-throughput"
11726
11727 - type: "plot"
11728   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11729   algorithm: "plot_perf_box_name"
11730   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11731   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11732   include:
11733     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11734     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11735     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11736     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11737     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11738     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11739   layout:
11740     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11741     layout: "plot-throughput"
11742
11743 - type: "plot"
11744   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11745   algorithm: "plot_perf_box_name"
11746   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11747   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11748   include:
11749     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11750     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11751     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11752     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11753     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11754     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11755   layout:
11756     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11757     layout: "plot-throughput"
11758
11759 - type: "plot"
11760   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11761   algorithm: "plot_perf_box_name"
11762   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11764   include:
11765     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11766     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11767     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11768     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11769     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11770     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11771   layout:
11772     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11773     layout: "plot-throughput"
11774
11775 - type: "plot"
11776   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11777   algorithm: "plot_perf_box_name"
11778   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11779   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11780   include:
11781     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11782     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11783     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11784     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11785     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11786     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11787   layout:
11788     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11789     layout: "plot-throughput"
11790
11791 - type: "plot"
11792   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11793   algorithm: "plot_perf_box_name"
11794   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11795   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11796   include:
11797     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11798     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11799     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11800     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11801     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11802     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11803   layout:
11804     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11805     layout: "plot-throughput"
11806
11807 - type: "plot"
11808   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11809   algorithm: "plot_perf_box_name"
11810   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11811   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11812   include:
11813     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11814     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11815     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11816     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11817     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11818     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11819   layout:
11820     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11821     layout: "plot-throughput"
11822
11823 - type: "plot"
11824   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11825   algorithm: "plot_perf_box_name"
11826   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11827   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11828   include:
11829     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11830     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11831     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11832     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11833     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11834     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11835   layout:
11836     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11837     layout: "plot-throughput"
11838
11839 - type: "plot"
11840   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11841   algorithm: "plot_perf_box_name"
11842   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11844   include:
11845     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11846     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11847     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11848     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11849     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11850     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11851   layout:
11852     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11853     layout: "plot-throughput"
11854
11855 - type: "plot"
11856   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11857   algorithm: "plot_perf_box_name"
11858   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11859   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11860   include:
11861     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11862     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11863     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11864     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11865     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11867   layout:
11868     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11869     layout: "plot-throughput"
11870
11871 - type: "plot"
11872   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11873   algorithm: "plot_perf_box_name"
11874   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11875   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11876   include:
11877     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
11878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11881     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11883   layout:
11884     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11885     layout: "plot-throughput"
11886
11887 - type: "plot"
11888   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11889   algorithm: "plot_perf_box_name"
11890   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11891   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11892   include:
11893     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
11894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11899   layout:
11900     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11901     layout: "plot-throughput"
11902
11903 - type: "plot"
11904   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11905   algorithm: "plot_perf_box_name"
11906   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11907   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11908   include:
11909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11915   layout:
11916     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11917     layout: "plot-throughput"
11918
11919 - type: "plot"
11920   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11921   algorithm: "plot_perf_box_name"
11922   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11923   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11924   include:
11925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11931   layout:
11932     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11933     layout: "plot-throughput"
11934
11935 - type: "plot"
11936   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
11937   algorithm: "plot_perf_box_name"
11938   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
11939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11940   include:
11941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
11943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
11944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11945   layout:
11946     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
11947     layout: "plot-throughput"
11948
11949 - type: "plot"
11950   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
11951   algorithm: "plot_perf_box_name"
11952   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
11953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11954   include:
11955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
11957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
11958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11959   layout:
11960     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
11961     layout: "plot-throughput"
11962
11963 - type: "plot"
11964   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11965   algorithm: "plot_perf_box_name"
11966   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11968   include:
11969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11973   layout:
11974     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11975     layout: "plot-throughput"
11976
11977 - type: "plot"
11978   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11979   algorithm: "plot_perf_box_name"
11980   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11982   include:
11983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11987   layout:
11988     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11989     layout: "plot-throughput"
11990
11991 - type: "plot"
11992   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11993   algorithm: "plot_perf_box_name"
11994   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11995   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11996   include:
11997     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11998     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11999     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12000     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12001     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12002     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12003   layout:
12004     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12005     layout: "plot-throughput"
12006
12007 - type: "plot"
12008   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12009   algorithm: "plot_perf_box_name"
12010   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12011   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12012   include:
12013     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12014     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12015     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12016     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12017     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12018     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12019   layout:
12020     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12021     layout: "plot-throughput"
12022
12023 - type: "plot"
12024   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12025   algorithm: "plot_perf_box_name"
12026   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12028   include:
12029     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12030     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12031     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12032     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12033     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12034   layout:
12035     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12036     layout: "plot-throughput"
12037
12038 - type: "plot"
12039   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12040   algorithm: "plot_perf_box_name"
12041   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12043   include:
12044     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12045     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12046     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12047     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12048     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12049   layout:
12050     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12051     layout: "plot-throughput"
12052
12053 - type: "plot"
12054   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12055   algorithm: "plot_perf_box_name"
12056   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12057   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12058   include:
12059     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12060     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12061     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12062     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12063     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12064   layout:
12065     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12066     layout: "plot-throughput"
12067
12068 - type: "plot"
12069   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12070   algorithm: "plot_perf_box_name"
12071   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12073   include:
12074     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12075     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12076     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12077     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12078     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12079   layout:
12080     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12081     layout: "plot-throughput"
12082
12083 - type: "plot"
12084   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12085   algorithm: "plot_perf_box_name"
12086   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12088   include:
12089     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12090     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12091     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12092     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12093   layout:
12094     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12095     layout: "plot-throughput"
12096
12097 - type: "plot"
12098   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12099   algorithm: "plot_perf_box_name"
12100   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12102   include:
12103     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12104     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12105     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12106     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12107   layout:
12108     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12109     layout: "plot-throughput"
12110
12111 - type: "plot"
12112   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12113   algorithm: "plot_perf_box_name"
12114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12116   include:
12117     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12118     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12119     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12120     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12121     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12122     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12123   layout:
12124     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12125     layout: "plot-throughput"
12126
12127 - type: "plot"
12128   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12129   algorithm: "plot_perf_box_name"
12130   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12132   include:
12133     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12134     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12135     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12136     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12137     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12138     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12139   layout:
12140     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12141     layout: "plot-throughput"
12142
12143 - type: "plot"
12144   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12145   algorithm: "plot_perf_box_name"
12146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12148   include:
12149     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12150     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12151     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12152     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12153     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12154     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12155   layout:
12156     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12157     layout: "plot-throughput"
12158
12159 - type: "plot"
12160   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12161   algorithm: "plot_perf_box_name"
12162   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12164   include:
12165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12168     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12169     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12170     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12171   layout:
12172     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12173     layout: "plot-throughput"
12174
12175 - type: "plot"
12176   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12177   algorithm: "plot_perf_box_name"
12178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12180   include:
12181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12182     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12183     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12184     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12185     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12187   layout:
12188     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12189     layout: "plot-throughput"
12190
12191 - type: "plot"
12192   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12193   algorithm: "plot_perf_box_name"
12194   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12196   include:
12197     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12198     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12199     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12200     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12203   layout:
12204     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12205     layout: "plot-throughput"
12206
12207 - type: "plot"
12208   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12209   algorithm: "plot_perf_box_name"
12210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12212   include:
12213     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12214     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12215     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12219   layout:
12220     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12221     layout: "plot-throughput"
12222
12223 - type: "plot"
12224   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12225   algorithm: "plot_perf_box_name"
12226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12228   include:
12229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12235   layout:
12236     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12237     layout: "plot-throughput"
12238
12239 - type: "plot"
12240   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12241   algorithm: "plot_perf_box_name"
12242   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12243   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12244   include:
12245     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12246     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12247     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12248     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12249   layout:
12250     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12251     layout: "plot-throughput"
12252
12253 - type: "plot"
12254   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12255   algorithm: "plot_perf_box_name"
12256   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12257   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12258   include:
12259     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12260     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12261     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12262     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12263   layout:
12264     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12265     layout: "plot-throughput"
12266
12267 - type: "plot"
12268   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12269   algorithm: "plot_perf_box_name"
12270   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12271   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12272   include:
12273     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12274     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12275     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12276     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12277     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12278     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12279   layout:
12280     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12281     layout: "plot-throughput"
12282
12283 - type: "plot"
12284   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12285   algorithm: "plot_perf_box_name"
12286   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12287   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12288   include:
12289     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12290     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12291     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12292     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12293     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12294     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12295   layout:
12296     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12297     layout: "plot-throughput"
12298
12299 - type: "plot"
12300   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12301   algorithm: "plot_perf_box_name"
12302   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12303   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12304   include:
12305     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12306     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12307     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12308     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12309     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12310     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12311   layout:
12312     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12313     layout: "plot-throughput"
12314
12315 - type: "plot"
12316   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12317   algorithm: "plot_perf_box_name"
12318   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12319   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12320   include:
12321     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12322     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12323     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12324     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12325     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12326     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12327   layout:
12328     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12329     layout: "plot-throughput"
12330
12331 #- type: "plot"
12332 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12333 #  algorithm: "plot_perf_box_name"
12334 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12335 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12336 #  include:
12337 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12338 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12339 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12340 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12341 #  layout:
12342 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12343 #    layout: "plot-throughput"
12344 #
12345 #- type: "plot"
12346 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12347 #  algorithm: "plot_perf_box_name"
12348 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12349 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12350 #  include:
12351 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12352 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12353 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12354 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12355 #  layout:
12356 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12357 #    layout: "plot-throughput"
12358
12359 - type: "plot"
12360   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12361   algorithm: "plot_perf_box_name"
12362   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12363   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12364   include:
12365     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12366     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12367     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12368     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12369     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12370     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12371   layout:
12372     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12373     layout: "plot-throughput"
12374
12375 - type: "plot"
12376   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12377   algorithm: "plot_perf_box_name"
12378   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12379   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12380   include:
12381     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12382     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12383     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12384     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12385     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12386     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12387   layout:
12388     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12389     layout: "plot-throughput"
12390
12391 #- type: "plot"
12392 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12393 #  algorithm: "plot_perf_box_name"
12394 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12395 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12396 #  include:
12397 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12398 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12399 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12400 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12401 #  layout:
12402 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12403 #    layout: "plot-throughput"
12404 #
12405 #- type: "plot"
12406 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12407 #  algorithm: "plot_perf_box_name"
12408 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12409 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12410 #  include:
12411 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12412 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12413 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12414 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12415 #  layout:
12416 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12417 #    layout: "plot-throughput"
12418
12419 - type: "plot"
12420   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12421   algorithm: "plot_perf_box_name"
12422   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12423   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12424   include:
12425     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12426     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12427     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12428     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12429     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12430     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12431   layout:
12432     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12433     layout: "plot-throughput"
12434
12435 - type: "plot"
12436   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12437   algorithm: "plot_perf_box_name"
12438   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12439   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12440   include:
12441     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12442     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12443     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12444     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12445     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12446     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12447   layout:
12448     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12449     layout: "plot-throughput"
12450
12451 #- type: "plot"
12452 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12453 #  algorithm: "plot_perf_box_name"
12454 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12455 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12456 #  include:
12457 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12458 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12459 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12460 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12461 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12462 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12463 #  layout:
12464 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12465 #    layout: "plot-throughput"
12466 #
12467 #- type: "plot"
12468 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12469 #  algorithm: "plot_perf_box_name"
12470 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12471 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12472 #  include:
12473 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12474 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12475 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12476 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12477 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12478 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12479 #  layout:
12480 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12481 #    layout: "plot-throughput"
12482
12483 - type: "plot"
12484   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12485   algorithm: "plot_perf_box_name"
12486   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12487   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12488   include:
12489     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12490     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12491     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12492     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12493     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12494     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12495   layout:
12496     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12497     layout: "plot-throughput"
12498
12499 - type: "plot"
12500   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12501   algorithm: "plot_perf_box_name"
12502   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12503   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12504   include:
12505     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12506     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12507     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12508     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12509     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12510     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12511   layout:
12512     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12513     layout: "plot-throughput"
12514
12515 - type: "plot"
12516   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12517   algorithm: "plot_perf_box_name"
12518   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12520   include:
12521     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12522     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12523     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12524 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12525 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12526 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12527   layout:
12528     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12529     layout: "plot-throughput"
12530
12531 - type: "plot"
12532   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12533   algorithm: "plot_perf_box_name"
12534   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12536   include:
12537     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12538     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12539     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12540 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12541 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12542 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12543   layout:
12544     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12545     layout: "plot-throughput"
12546
12547 - type: "plot"
12548   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12549   algorithm: "plot_perf_box_name"
12550   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12552   include:
12553     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12554     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12555     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12556     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12557     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12558     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12559   layout:
12560     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12561     layout: "plot-throughput"
12562
12563 - type: "plot"
12564   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12565   algorithm: "plot_perf_box_name"
12566   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12568   include:
12569     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12570     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12571     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12572     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12573     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12574     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12575   layout:
12576     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12577     layout: "plot-throughput"
12578
12579 - type: "plot"
12580   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12581   algorithm: "plot_perf_box_name"
12582   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12583   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12584   include:
12585     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12586     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12587     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12588     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12589     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12590     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12591   layout:
12592     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12593     layout: "plot-throughput"
12594
12595 - type: "plot"
12596   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12597   algorithm: "plot_perf_box_name"
12598   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12599   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12600   include:
12601     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12602     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12603     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12604     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12605     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12606     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12607   layout:
12608     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12609     layout: "plot-throughput"
12610
12611 #- type: "plot"
12612 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12613 #  algorithm: "plot_perf_box_name"
12614 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12615 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12616 #  include:
12617 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12618 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12619 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12620 #  layout:
12621 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12622 #    layout: "plot-throughput"
12623 #
12624 #- type: "plot"
12625 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12626 #  algorithm: "plot_perf_box_name"
12627 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12628 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12629 #  include:
12630 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12631 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12632 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12633 #  layout:
12634 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12635 #    layout: "plot-throughput"
12636
12637 - type: "plot"
12638   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12639   algorithm: "plot_perf_box_name"
12640   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12642   include:
12643     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12644     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12645     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12646     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12647     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12648   layout:
12649     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12650     layout: "plot-throughput"
12651
12652 - type: "plot"
12653   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12654   algorithm: "plot_perf_box_name"
12655   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12656   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12657   include:
12658     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12659     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12660     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12661     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12662     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12663   layout:
12664     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12665     layout: "plot-throughput"
12666
12667 - type: "plot"
12668   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12669   algorithm: "plot_perf_box_name"
12670   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12671   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12672   include:
12673     - "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"
12674     - "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"
12675     - "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"
12676     - "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"
12677     - "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"
12678   layout:
12679     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12680     layout: "plot-throughput"
12681
12682 - type: "plot"
12683   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12684   algorithm: "plot_perf_box_name"
12685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12687   include:
12688     - "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"
12689     - "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"
12690     - "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"
12691     - "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"
12692     - "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"
12693   layout:
12694     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12695     layout: "plot-throughput"
12696
12697 - type: "plot"
12698   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12699   algorithm: "plot_perf_box_name"
12700   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12702   include:
12703     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12704     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12705     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12706     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12707     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12708   layout:
12709     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12710     layout: "plot-throughput"
12711
12712 - type: "plot"
12713   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12714   algorithm: "plot_perf_box_name"
12715   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12717   include:
12718     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12719     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12720     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12721     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12722     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12723   layout:
12724     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12725     layout: "plot-throughput"
12726
12727 - type: "plot"
12728   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12729   algorithm: "plot_perf_box_name"
12730   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12731   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12732   include:
12733     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12734     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12735     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12738   layout:
12739     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12740     layout: "plot-throughput"
12741
12742 - type: "plot"
12743   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12744   algorithm: "plot_perf_box_name"
12745   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12746   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12747   include:
12748     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12753   layout:
12754     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12755     layout: "plot-throughput"
12756
12757 - type: "plot"
12758   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12759   algorithm: "plot_perf_box_name"
12760   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12761   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12762   include:
12763     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12764     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12765     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12766     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12767     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12768   layout:
12769     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12770     layout: "plot-throughput"
12771
12772 - type: "plot"
12773   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12774   algorithm: "plot_perf_box_name"
12775   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12776   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12777   include:
12778     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12779     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12780     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12781     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12782     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12783   layout:
12784     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12785     layout: "plot-throughput"
12786
12787 - type: "plot"
12788   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12789   algorithm: "plot_perf_box_name"
12790   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12791   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12792   include:
12793     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12794     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12795     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12796     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12797     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12798   layout:
12799     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12800     layout: "plot-throughput"
12801
12802 - type: "plot"
12803   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12804   algorithm: "plot_perf_box_name"
12805   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12806   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12807   include:
12808     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12809     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12810     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12811     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12812     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12813   layout:
12814     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12815     layout: "plot-throughput"
12816
12817 - type: "plot"
12818   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12819   algorithm: "plot_perf_box_name"
12820   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12822   include:
12823     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12824     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12825     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12826     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12827   layout:
12828     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12829     layout: "plot-throughput"
12830
12831 - type: "plot"
12832   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12833   algorithm: "plot_perf_box_name"
12834   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12835   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12836   include:
12837     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12838     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12839     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12840     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12841   layout:
12842     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12843     layout: "plot-throughput"
12844
12845 - type: "plot"
12846   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12847   algorithm: "plot_perf_box_name"
12848   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12850   include:
12851     - "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"
12852     - "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"
12853     - "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"
12854     - "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"
12855   layout:
12856     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12857     layout: "plot-throughput"
12858
12859 - type: "plot"
12860   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12861   algorithm: "plot_perf_box_name"
12862   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12864   include:
12865     - "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"
12866     - "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"
12867     - "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"
12868     - "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"
12869   layout:
12870     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12871     layout: "plot-throughput"
12872
12873 - type: "plot"
12874   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12875   algorithm: "plot_perf_box_name"
12876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12878   include:
12879     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12880     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12881     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12882     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12883     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12884     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12885   layout:
12886     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12887     layout: "plot-throughput"
12888
12889 - type: "plot"
12890   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12891   algorithm: "plot_perf_box_name"
12892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12894   include:
12895     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12896     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12897     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12898     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12899     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12900     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12901   layout:
12902     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12903     layout: "plot-throughput"
12904
12905 - type: "plot"
12906   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12907   algorithm: "plot_perf_box_name"
12908   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12910   include:
12911     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12912     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12913     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12914     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12915     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12916     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12917   layout:
12918     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12919     layout: "plot-throughput"
12920
12921 - type: "plot"
12922   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12923   algorithm: "plot_perf_box_name"
12924   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12926   include:
12927     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12928     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12929     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12930     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12931     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12932     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12933   layout:
12934     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12935     layout: "plot-throughput"
12936
12937 - type: "plot"
12938   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12939   algorithm: "plot_perf_box_name"
12940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12942   include:
12943     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12944     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12945     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12946     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12947     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12948     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12949   layout:
12950     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12951     layout: "plot-throughput"
12952
12953 - type: "plot"
12954   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12955   algorithm: "plot_perf_box_name"
12956   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12958   include:
12959     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12960     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12961     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12962     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12963     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12964     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12965   layout:
12966     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12967     layout: "plot-throughput"
12968
12969 - type: "plot"
12970   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12971   algorithm: "plot_perf_box_name"
12972   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12974   include:
12975     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12976     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12977     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12978     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12979     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12980   layout:
12981     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12982     layout: "plot-throughput"
12983
12984 - type: "plot"
12985   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12986   algorithm: "plot_perf_box_name"
12987   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12988   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12989   include:
12990     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12991     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12992     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12993     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12994     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12995   layout:
12996     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12997     layout: "plot-throughput"
12998
12999 - type: "plot"
13000   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13001   algorithm: "plot_perf_box_name"
13002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13004   include:
13005     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13006     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13007   layout:
13008     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13009     layout: "plot-throughput"
13010
13011 - type: "plot"
13012   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13013   algorithm: "plot_perf_box_name"
13014   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13015   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13016   include:
13017     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13018     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13019   layout:
13020     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13021     layout: "plot-throughput"
13022
13023 - type: "plot"
13024   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13025   algorithm: "plot_perf_box_name"
13026   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13028   include:
13029     - "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"
13030     - "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"
13031   layout:
13032     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13033     layout: "plot-throughput"
13034
13035 - type: "plot"
13036   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13037   algorithm: "plot_perf_box_name"
13038   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13039   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13040   include:
13041     - "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"
13042     - "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"
13043   layout:
13044     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13045     layout: "plot-throughput"
13046
13047 - type: "plot"
13048   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13049   algorithm: "plot_perf_box_name"
13050   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13052   include:
13053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13055   layout:
13056     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13057     layout: "plot-throughput"
13058
13059 - type: "plot"
13060   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13061   algorithm: "plot_perf_box_name"
13062   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13063   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13064   include:
13065     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13066     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13067   layout:
13068     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13069     layout: "plot-throughput"
13070
13071 - type: "plot"
13072   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13073   algorithm: "plot_perf_box_name"
13074   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13076   include:
13077     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13078     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13079   layout:
13080     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13081     layout: "plot-throughput"
13082
13083 - type: "plot"
13084   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13085   algorithm: "plot_perf_box_name"
13086   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13088   include:
13089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13091   layout:
13092     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13093     layout: "plot-throughput"
13094
13095 - type: "plot"
13096   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13097   algorithm: "plot_perf_box_name"
13098   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13099   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13100   include:
13101     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13102     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13103     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13104     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13105     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13106     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13107   layout:
13108     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13109     layout: "plot-throughput"
13110
13111 - type: "plot"
13112   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13113   algorithm: "plot_perf_box_name"
13114   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13115   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13116   include:
13117     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13118     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13120     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13121     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13122     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13123   layout:
13124     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13125     layout: "plot-throughput"
13126
13127 - type: "plot"
13128   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13129   algorithm: "plot_perf_box_name"
13130   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13131   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13132   include:
13133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13137     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13138     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13139   layout:
13140     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13141     layout: "plot-throughput"
13142
13143 - type: "plot"
13144   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13145   algorithm: "plot_perf_box_name"
13146   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13147   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13148   include:
13149     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13150     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13151     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13152     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13153     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13154     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13155   layout:
13156     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13157     layout: "plot-throughput"
13158
13159 #- type: "plot"
13160 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13161 #  algorithm: "plot_perf_box_name"
13162 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13163 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13164 #  include:
13165 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13166 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13167 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13168 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13169 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13170 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13171 #  layout:
13172 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13173 #    layout: "plot-throughput"
13174 #
13175 #- type: "plot"
13176 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13177 #  algorithm: "plot_perf_box_name"
13178 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13179 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13180 #  include:
13181 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13182 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13183 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13184 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13185 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13186 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13187 #  layout:
13188 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13189 #    layout: "plot-throughput"
13190
13191 - type: "plot"
13192   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13193   algorithm: "plot_perf_box_name"
13194   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13195   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13196   include:
13197     - "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"
13198     - "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"
13199     - "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"
13200     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13201     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13202     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13203   layout:
13204     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13205     layout: "plot-throughput"
13206
13207 - type: "plot"
13208   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13209   algorithm: "plot_perf_box_name"
13210   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13211   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13212   include:
13213     - "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"
13214     - "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"
13215     - "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"
13216     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13217     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13218     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13219   layout:
13220     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13221     layout: "plot-throughput"
13222
13223 ################################################################################
13224
13225 # Packet Speedup
13226
13227 - type: "plot"
13228   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13229   algorithm: "plot_tsa_name"
13230   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13231   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13232   include:
13233     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13234     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13235     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13236     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13237   layout:
13238     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13239     layout: "plot-throughput-speedup-analysis"
13240
13241 - type: "plot"
13242   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13243   algorithm: "plot_tsa_name"
13244   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13245   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13246   include:
13247     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13248     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13249     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13250     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13251   layout:
13252     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13253     layout: "plot-throughput-speedup-analysis"
13254
13255 - type: "plot"
13256   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13257   algorithm: "plot_tsa_name"
13258   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13259   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13260   include:
13261     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13262     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13263     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13264     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13265   layout:
13266     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13267     layout: "plot-throughput-speedup-analysis"
13268
13269 - type: "plot"
13270   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13271   algorithm: "plot_tsa_name"
13272   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13273   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13274   include:
13275     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13276     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13277     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13278     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13279   layout:
13280     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13281     layout: "plot-throughput-speedup-analysis"
13282
13283 - type: "plot"
13284   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13285   algorithm: "plot_tsa_name"
13286   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13288   include:
13289     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13290     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13291     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13292     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13293     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13294   layout:
13295     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13296     layout: "plot-throughput-speedup-analysis"
13297
13298 - type: "plot"
13299   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13300   algorithm: "plot_tsa_name"
13301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13303   include:
13304     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13305     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13306     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13307     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13308     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13309   layout:
13310     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13311     layout: "plot-throughput-speedup-analysis"
13312
13313 - type: "plot"
13314   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13315   algorithm: "plot_tsa_name"
13316   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13318   include:
13319     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13320     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13321     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13322     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13323     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13324   layout:
13325     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13326     layout: "plot-throughput-speedup-analysis"
13327
13328 - type: "plot"
13329   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13330   algorithm: "plot_tsa_name"
13331   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13333   include:
13334     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13335     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13336     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13337     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13338     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13339   layout:
13340     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13341     layout: "plot-throughput-speedup-analysis"
13342
13343 - type: "plot"
13344   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13345   algorithm: "plot_tsa_name"
13346   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13347   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13348   include:
13349     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13350     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13351     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13352     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13353     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13354     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13355   layout:
13356     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13357     layout: "plot-throughput-speedup-analysis"
13358
13359 - type: "plot"
13360   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13361   algorithm: "plot_tsa_name"
13362   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13363   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13364   include:
13365     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13366     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13367     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13368     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13369     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13370     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13371   layout:
13372     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13373     layout: "plot-throughput-speedup-analysis"
13374
13375 - type: "plot"
13376   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13377   algorithm: "plot_tsa_name"
13378   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13379   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13380   include:
13381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13386   layout:
13387     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13388     layout: "plot-throughput-speedup-analysis"
13389
13390 - type: "plot"
13391   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13392   algorithm: "plot_tsa_name"
13393   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13394   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13395   include:
13396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13401   layout:
13402     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13403     layout: "plot-throughput-speedup-analysis"
13404
13405 - type: "plot"
13406   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13407   algorithm: "plot_tsa_name"
13408   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13409   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13410   include:
13411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13414   layout:
13415     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13416     layout: "plot-throughput-speedup-analysis"
13417
13418 - type: "plot"
13419   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13420   algorithm: "plot_tsa_name"
13421   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13422   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13423   include:
13424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13427   layout:
13428     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13429     layout: "plot-throughput-speedup-analysis"
13430
13431 - type: "plot"
13432   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13433   algorithm: "plot_tsa_name"
13434   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13435   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13436   include:
13437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13442   layout:
13443     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13444     layout: "plot-throughput-speedup-analysis"
13445
13446 - type: "plot"
13447   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13448   algorithm: "plot_tsa_name"
13449   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13451   include:
13452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13457   layout:
13458     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13459     layout: "plot-throughput-speedup-analysis"
13460
13461 - type: "plot"
13462   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13463   algorithm: "plot_tsa_name"
13464   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13465   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13466   include:
13467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13470   layout:
13471     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13472     layout: "plot-throughput-speedup-analysis"
13473
13474 - type: "plot"
13475   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13476   algorithm: "plot_tsa_name"
13477   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13478   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13479   include:
13480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13483   layout:
13484     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13485     layout: "plot-throughput-speedup-analysis"
13486
13487 - type: "plot"
13488   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13489   algorithm: "plot_tsa_name"
13490   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13491   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13492   include:
13493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13496     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13497     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
13498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
13499   layout:
13500     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13501     layout: "plot-throughput-speedup-analysis"
13502
13503 - type: "plot"
13504   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13505   algorithm: "plot_tsa_name"
13506   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13507   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13508   include:
13509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13512     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
13514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
13515   layout:
13516     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13517     layout: "plot-throughput-speedup-analysis"
13518
13519 - type: "plot"
13520   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13521   algorithm: "plot_tsa_name"
13522   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13523   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13524   include:
13525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
13531   layout:
13532     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13533     layout: "plot-throughput-speedup-analysis"
13534
13535 - type: "plot"
13536   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13537   algorithm: "plot_tsa_name"
13538   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13539   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13540   include:
13541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
13547   layout:
13548     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13549     layout: "plot-throughput-speedup-analysis"
13550
13551 - type: "plot"
13552   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13553   algorithm: "plot_tsa_name"
13554   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13555   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13556   include:
13557     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13558     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13559     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13560   layout:
13561     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13562     layout: "plot-throughput-speedup-analysis"
13563
13564 - type: "plot"
13565   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13566   algorithm: "plot_tsa_name"
13567   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13568   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13569   include:
13570     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13571     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13572     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13573   layout:
13574     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13575     layout: "plot-throughput-speedup-analysis"
13576
13577 - type: "plot"
13578   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13579   algorithm: "plot_tsa_name"
13580   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13581   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13582   include:
13583     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13584     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13585     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13586 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13587 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13588   layout:
13589     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13590     layout: "plot-throughput-speedup-analysis"
13591
13592 - type: "plot"
13593   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13594   algorithm: "plot_tsa_name"
13595   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13597   include:
13598     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13599     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13600     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13601 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13602 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13603   layout:
13604     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13605     layout: "plot-throughput-speedup-analysis"
13606
13607 - type: "plot"
13608   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13609   algorithm: "plot_tsa_name"
13610   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13611   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13612   include:
13613     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13614     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13615     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13616     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13617     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13618   layout:
13619     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13620     layout: "plot-throughput-speedup-analysis"
13621
13622 - type: "plot"
13623   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13624   algorithm: "plot_tsa_name"
13625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13627   include:
13628     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13629     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13630     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13631     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13632     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13633   layout:
13634     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13635     layout: "plot-throughput-speedup-analysis"
13636
13637 - type: "plot"
13638   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13639   algorithm: "plot_tsa_name"
13640   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13642   include:
13643     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13644     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13645     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13646     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13647     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13648   layout:
13649     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13650     layout: "plot-throughput-speedup-analysis"
13651
13652 - type: "plot"
13653   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13654   algorithm: "plot_tsa_name"
13655   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13657   include:
13658     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13659     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13660     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13661     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13662     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13663   layout:
13664     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13665     layout: "plot-throughput-speedup-analysis"
13666
13667 - type: "plot"
13668   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13669   algorithm: "plot_tsa_name"
13670   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13671   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13672   include:
13673     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13674     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13675     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13676     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13677   layout:
13678     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13679     layout: "plot-throughput-speedup-analysis"
13680
13681 - type: "plot"
13682   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13683   algorithm: "plot_tsa_name"
13684   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13686   include:
13687     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13688     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13689     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13690     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13691   layout:
13692     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13693     layout: "plot-throughput-speedup-analysis"
13694
13695 - type: "plot"
13696   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13697   algorithm: "plot_tsa_name"
13698   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13700   include:
13701     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13702     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13703     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13704     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13705     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13706   layout:
13707     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13708     layout: "plot-throughput-speedup-analysis"
13709
13710 - type: "plot"
13711   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13712   algorithm: "plot_tsa_name"
13713   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13715   include:
13716     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13717     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13718     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13719     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13720     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13721   layout:
13722     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13723     layout: "plot-throughput-speedup-analysis"
13724
13725 - type: "plot"
13726   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13727   algorithm: "plot_tsa_name"
13728   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13729   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13730   include:
13731     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13732     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13733   layout:
13734     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13735     layout: "plot-throughput-speedup-analysis"
13736
13737 - type: "plot"
13738   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13739   algorithm: "plot_tsa_name"
13740   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13741   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13742   include:
13743     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13744     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13745   layout:
13746     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13747     layout: "plot-throughput-speedup-analysis"
13748
13749 - type: "plot"
13750   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13751   algorithm: "plot_tsa_name"
13752   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13754   include:
13755     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13756     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13757     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13758     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13759   layout:
13760     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
13761     layout: "plot-throughput-speedup-analysis"
13762
13763 - type: "plot"
13764   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13765   algorithm: "plot_tsa_name"
13766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13768   include:
13769     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13770     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13771     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13772     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13773   layout:
13774     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
13775     layout: "plot-throughput-speedup-analysis"
13776
13777 - type: "plot"
13778   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13779   algorithm: "plot_tsa_name"
13780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13782   include:
13783     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13784     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13785     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13786     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13787   layout:
13788     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13789     layout: "plot-throughput-speedup-analysis"
13790
13791 - type: "plot"
13792   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13793   algorithm: "plot_tsa_name"
13794   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13796   include:
13797     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13798     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13799     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13800     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13801   layout:
13802     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13803     layout: "plot-throughput-speedup-analysis"
13804
13805 - type: "plot"
13806   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13807   algorithm: "plot_tsa_name"
13808   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13809   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13810   include:
13811     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13812     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13813     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13814     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13815     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13816     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13817   layout:
13818     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
13819     layout: "plot-throughput-speedup-analysis"
13820
13821 - type: "plot"
13822   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13823   algorithm: "plot_tsa_name"
13824   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13825   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13826   include:
13827     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13828     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13829     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13830     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13831     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13832     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13833   layout:
13834     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
13835     layout: "plot-throughput-speedup-analysis"
13836
13837 - type: "plot"
13838   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13839   algorithm: "plot_tsa_name"
13840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13842   include:
13843     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13844     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13845     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13846     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13847     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13848   layout:
13849     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13850     layout: "plot-throughput-speedup-analysis"
13851
13852 - type: "plot"
13853   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13854   algorithm: "plot_tsa_name"
13855   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13856   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13857   include:
13858     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13859     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13860     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13861     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13862     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13863   layout:
13864     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13865     layout: "plot-throughput-speedup-analysis"
13866
13867 - type: "plot"
13868   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13869   algorithm: "plot_tsa_name"
13870   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13872   include:
13873     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13874     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13875     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13876     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13878   layout:
13879     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
13880     layout: "plot-throughput-speedup-analysis"
13881
13882 - type: "plot"
13883   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13884   algorithm: "plot_tsa_name"
13885   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13887   include:
13888     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13889     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13890     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13891     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13892     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13893   layout:
13894     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
13895     layout: "plot-throughput-speedup-analysis"
13896
13897 - type: "plot"
13898   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13899   algorithm: "plot_tsa_name"
13900   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13901   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13902   include:
13903     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13904     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13905     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13906   layout:
13907     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13908     layout: "plot-throughput-speedup-analysis"
13909
13910 - type: "plot"
13911   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13912   algorithm: "plot_tsa_name"
13913   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13914   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13915   include:
13916     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13917     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13918     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13919   layout:
13920     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13921     layout: "plot-throughput-speedup-analysis"
13922
13923 - type: "plot"
13924   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13925   algorithm: "plot_tsa_name"
13926   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13927   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13928   include:
13929     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13931     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13932   layout:
13933     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
13934     layout: "plot-throughput-speedup-analysis"
13935
13936 - type: "plot"
13937   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
13938   algorithm: "plot_tsa_name"
13939   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
13940   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13941   include:
13942     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13943     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13944     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13945   layout:
13946     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
13947     layout: "plot-throughput-speedup-analysis"
13948
13949 - type: "plot"
13950   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13951   algorithm: "plot_tsa_name"
13952   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13953   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13954   include:
13955     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13956     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13957     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13958     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13959     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13960   layout:
13961     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13962     layout: "plot-throughput-speedup-analysis"
13963
13964 - type: "plot"
13965   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13966   algorithm: "plot_tsa_name"
13967   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13969   include:
13970     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13971     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13972     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13974     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13975   layout:
13976     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13977     layout: "plot-throughput-speedup-analysis"
13978
13979 - type: "plot"
13980   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13981   algorithm: "plot_tsa_name"
13982   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13983   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13984   include:
13985     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13986     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13987     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13988     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13990   layout:
13991     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
13992     layout: "plot-throughput-speedup-analysis"
13993
13994 - type: "plot"
13995   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13996   algorithm: "plot_tsa_name"
13997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13999   include:
14000     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14002     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14003     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14004     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14005   layout:
14006     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14007     layout: "plot-throughput-speedup-analysis"
14008
14009 - type: "plot"
14010   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14011   algorithm: "plot_tsa_name"
14012   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14013   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14014   include:
14015     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14016     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14017     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14018     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14019     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14020     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14021   layout:
14022     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14023     layout: "plot-throughput-speedup-analysis"
14024
14025 - type: "plot"
14026   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14027   algorithm: "plot_tsa_name"
14028   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14029   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14030   include:
14031     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14032     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14033     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14034     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14035     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14036     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14037   layout:
14038     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14039     layout: "plot-throughput-speedup-analysis"
14040
14041 - type: "plot"
14042   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14043   algorithm: "plot_tsa_name"
14044   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14045   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14046   include:
14047     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14048     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14049     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14050     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14051   layout:
14052     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14053     layout: "plot-throughput-speedup-analysis"
14054
14055 - type: "plot"
14056   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14057   algorithm: "plot_tsa_name"
14058   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14059   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14060   include:
14061     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14062     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14063     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14064     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14065   layout:
14066     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14067     layout: "plot-throughput-speedup-analysis"
14068
14069 - type: "plot"
14070   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14071   algorithm: "plot_tsa_name"
14072   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14073   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14074   include:
14075     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14076     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14077     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14078     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14079     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14080     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14081   layout:
14082     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14083     layout: "plot-throughput-speedup-analysis"
14084
14085 - type: "plot"
14086   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14087   algorithm: "plot_tsa_name"
14088   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14089   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14090   include:
14091     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14092     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14093     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14094     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14095     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14096     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14097   layout:
14098     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14099     layout: "plot-throughput-speedup-analysis"
14100
14101 - type: "plot"
14102   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14103   algorithm: "plot_tsa_name"
14104   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14105   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14106   include:
14107     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14108     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14109     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14110     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14111     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14112     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14113   layout:
14114     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14115     layout: "plot-throughput-speedup-analysis"
14116
14117 - type: "plot"
14118   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14119   algorithm: "plot_tsa_name"
14120   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14121   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14122   include:
14123     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14124     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14125     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14126     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14127     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14128     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14129   layout:
14130     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14131     layout: "plot-throughput-speedup-analysis"
14132
14133 - type: "plot"
14134   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14135   algorithm: "plot_tsa_name"
14136   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14137   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14138   include:
14139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14145   layout:
14146     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14147     layout: "plot-throughput-speedup-analysis"
14148
14149 - type: "plot"
14150   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14151   algorithm: "plot_tsa_name"
14152   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14153   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14154   include:
14155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14161   layout:
14162     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14163     layout: "plot-throughput-speedup-analysis"
14164
14165 - type: "plot"
14166   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14167   algorithm: "plot_tsa_name"
14168   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14169   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14170   include:
14171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14177   layout:
14178     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14179     layout: "plot-throughput-speedup-analysis"
14180
14181 - type: "plot"
14182   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14183   algorithm: "plot_tsa_name"
14184   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14185   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14186   include:
14187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14193   layout:
14194     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14195     layout: "plot-throughput-speedup-analysis"
14196
14197 - type: "plot"
14198   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14199   algorithm: "plot_tsa_name"
14200   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14202   include:
14203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14209   layout:
14210     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14211     layout: "plot-throughput-speedup-analysis"
14212
14213 - type: "plot"
14214   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14215   algorithm: "plot_tsa_name"
14216   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14217   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14218   include:
14219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14225   layout:
14226     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14227     layout: "plot-throughput-speedup-analysis"
14228
14229 - type: "plot"
14230   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14231   algorithm: "plot_tsa_name"
14232   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14233   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14234   include:
14235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14239   layout:
14240     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14241     layout: "plot-throughput-speedup-analysis"
14242
14243 - type: "plot"
14244   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14245   algorithm: "plot_tsa_name"
14246   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14247   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14248   include:
14249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14253   layout:
14254     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14255     layout: "plot-throughput-speedup-analysis"
14256
14257 - type: "plot"
14258   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14259   algorithm: "plot_tsa_name"
14260   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14261   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14262   include:
14263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14267   layout:
14268     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14269     layout: "plot-throughput-speedup-analysis"
14270
14271 - type: "plot"
14272   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14273   algorithm: "plot_tsa_name"
14274   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14275   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14276   include:
14277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14281   layout:
14282     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14283     layout: "plot-throughput-speedup-analysis"
14284
14285 - type: "plot"
14286   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14287   algorithm: "plot_tsa_name"
14288   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14289   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14290   include:
14291     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14292     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14293     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14294     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14295     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14296     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14297   layout:
14298     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14299     layout: "plot-throughput-speedup-analysis"
14300
14301 - type: "plot"
14302   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14303   algorithm: "plot_tsa_name"
14304   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14305   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14306   include:
14307     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14308     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14309     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14310     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14311     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14312     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14313   layout:
14314     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14315     layout: "plot-throughput-speedup-analysis"
14316
14317 - type: "plot"
14318   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14319   algorithm: "plot_tsa_name"
14320   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14322   include:
14323     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14324     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14325     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14326     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14327     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14328   layout:
14329     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14330     layout: "plot-throughput-speedup-analysis"
14331
14332 - type: "plot"
14333   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14334   algorithm: "plot_tsa_name"
14335   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14337   include:
14338     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14339     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14340     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14341     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14342     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14343   layout:
14344     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14345     layout: "plot-throughput-speedup-analysis"
14346
14347 - type: "plot"
14348   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14349   algorithm: "plot_tsa_name"
14350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14352   include:
14353     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14354     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14358   layout:
14359     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14360     layout: "plot-throughput-speedup-analysis"
14361
14362 - type: "plot"
14363   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14364   algorithm: "plot_tsa_name"
14365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14367   include:
14368     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14369     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14370     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14373   layout:
14374     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14375     layout: "plot-throughput-speedup-analysis"
14376
14377 - type: "plot"
14378   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14379   algorithm: "plot_tsa_name"
14380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14382   include:
14383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14387   layout:
14388     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14389     layout: "plot-throughput-speedup-analysis"
14390
14391 - type: "plot"
14392   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14393   algorithm: "plot_tsa_name"
14394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14396   include:
14397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14401   layout:
14402     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14403     layout: "plot-throughput-speedup-analysis"
14404
14405 - type: "plot"
14406   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14407   algorithm: "plot_tsa_name"
14408   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14410   include:
14411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14417   layout:
14418     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14419     layout: "plot-throughput-speedup-analysis"
14420
14421 - type: "plot"
14422   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14423   algorithm: "plot_tsa_name"
14424   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14426   include:
14427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14433   layout:
14434     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14435     layout: "plot-throughput-speedup-analysis"
14436
14437 - type: "plot"
14438   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14439   algorithm: "plot_tsa_name"
14440   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14441   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14442   include:
14443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14449   layout:
14450     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14451     layout: "plot-throughput-speedup-analysis"
14452
14453 - type: "plot"
14454   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14455   algorithm: "plot_tsa_name"
14456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14458   include:
14459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14465   layout:
14466     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14467     layout: "plot-throughput-speedup-analysis"
14468
14469 - type: "plot"
14470   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14471   algorithm: "plot_tsa_name"
14472   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14474   include:
14475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14481   layout:
14482     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14483     layout: "plot-throughput-speedup-analysis"
14484
14485 - type: "plot"
14486   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14487   algorithm: "plot_tsa_name"
14488   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14490   include:
14491     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14497   layout:
14498     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14499     layout: "plot-throughput-speedup-analysis"
14500
14501 - type: "plot"
14502   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14503   algorithm: "plot_tsa_name"
14504   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14505   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14506   include:
14507     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14508     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14509     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14510     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14511     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14512     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14513   layout:
14514     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14515     layout: "plot-throughput-speedup-analysis"
14516
14517 - type: "plot"
14518   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14519   algorithm: "plot_tsa_name"
14520   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14521   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14522   include:
14523     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14524     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14525     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14526     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14527     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14528     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14529   layout:
14530     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14531     layout: "plot-throughput-speedup-analysis"
14532
14533 - type: "plot"
14534   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14535   algorithm: "plot_tsa_name"
14536   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14538   include:
14539     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14540     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14541     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14542     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14543     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14544     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14545   layout:
14546     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14547     layout: "plot-throughput-speedup-analysis"
14548
14549 - type: "plot"
14550   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14551   algorithm: "plot_tsa_name"
14552   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14553   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14554   include:
14555     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14556     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14557     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14558     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14559     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14560     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14561   layout:
14562     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14563     layout: "plot-throughput-speedup-analysis"
14564
14565 - type: "plot"
14566   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14567   algorithm: "plot_tsa_name"
14568   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14569   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14570   include:
14571     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14572     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14573     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14574     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14575     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14576   layout:
14577     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14578     layout: "plot-throughput-speedup-analysis"
14579
14580 - type: "plot"
14581   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14582   algorithm: "plot_tsa_name"
14583   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14584   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14585   include:
14586     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14587     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14588     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14589     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14590     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14591   layout:
14592     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14593     layout: "plot-throughput-speedup-analysis"
14594
14595 - type: "plot"
14596   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14597   algorithm: "plot_tsa_name"
14598   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14599   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14600   include:
14601     - "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"
14602     - "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"
14603     - "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"
14604     - "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"
14605     - "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"
14606   layout:
14607     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14608     layout: "plot-throughput-speedup-analysis"
14609
14610 - type: "plot"
14611   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14612   algorithm: "plot_tsa_name"
14613   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14614   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14615   include:
14616     - "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"
14617     - "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"
14618     - "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"
14619     - "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"
14620     - "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"
14621   layout:
14622     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14623     layout: "plot-throughput-speedup-analysis"
14624
14625 - type: "plot"
14626   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14627   algorithm: "plot_tsa_name"
14628   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14630   include:
14631     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14632     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14633     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14634     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14635     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14636   layout:
14637     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14638     layout: "plot-throughput-speedup-analysis"
14639
14640 - type: "plot"
14641   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14642   algorithm: "plot_tsa_name"
14643   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14645   include:
14646     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14647     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14648     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14649     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14650     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14651   layout:
14652     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14653     layout: "plot-throughput-speedup-analysis"
14654
14655 - type: "plot"
14656   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14657   algorithm: "plot_tsa_name"
14658   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14659   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14660   include:
14661     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14662     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14663     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14664     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14665     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14666   layout:
14667     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14668     layout: "plot-throughput-speedup-analysis"
14669
14670 - type: "plot"
14671   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14672   algorithm: "plot_tsa_name"
14673   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14674   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14675   include:
14676     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14677     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14678     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14679     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14680     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14681   layout:
14682     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14683     layout: "plot-throughput-speedup-analysis"
14684
14685 - type: "plot"
14686   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14687   algorithm: "plot_tsa_name"
14688   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
14689   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14690   include:
14691     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14692     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14693     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14694     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14695     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14696   layout:
14697     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14698     layout: "plot-throughput-speedup-analysis"
14699
14700 - type: "plot"
14701   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14702   algorithm: "plot_tsa_name"
14703   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
14704   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14705   include:
14706     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14707     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14708     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14709     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14710     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14711   layout:
14712     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14713     layout: "plot-throughput-speedup-analysis"
14714
14715 - type: "plot"
14716   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14717   algorithm: "plot_tsa_name"
14718   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14719   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14720   include:
14721     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14722     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14723     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14724     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14725     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14726   layout:
14727     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14728     layout: "plot-throughput-speedup-analysis"
14729
14730 - type: "plot"
14731   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14732   algorithm: "plot_tsa_name"
14733   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14734   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14735   include:
14736     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14737     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14738     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14739     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14740     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14741   layout:
14742     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14743     layout: "plot-throughput-speedup-analysis"
14744
14745 - type: "plot"
14746   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14747   algorithm: "plot_tsa_name"
14748   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14750   include:
14751     - "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"
14752     - "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"
14753     - "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"
14754     - "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"
14755   layout:
14756     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14757     layout: "plot-throughput-speedup-analysis"
14758
14759 - type: "plot"
14760   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14761   algorithm: "plot_tsa_name"
14762   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14764   include:
14765     - "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"
14766     - "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"
14767     - "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"
14768     - "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"
14769   layout:
14770     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14771     layout: "plot-throughput-speedup-analysis"
14772
14773 - type: "plot"
14774   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14775   algorithm: "plot_tsa_name"
14776   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14778   include:
14779     - "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"
14780     - "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"
14781     - "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"
14782     - "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"
14783   layout:
14784     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14785     layout: "plot-throughput-speedup-analysis"
14786
14787 - type: "plot"
14788   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14789   algorithm: "plot_tsa_name"
14790   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14792   include:
14793     - "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"
14794     - "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"
14795     - "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"
14796     - "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"
14797   layout:
14798     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14799     layout: "plot-throughput-speedup-analysis"
14800
14801 - type: "plot"
14802   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
14803   algorithm: "plot_tsa_name"
14804   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14806   include:
14807     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14808     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14809     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14810     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14811     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14812     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14813   layout:
14814     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
14815     layout: "plot-throughput-speedup-analysis"
14816
14817 - type: "plot"
14818   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
14819   algorithm: "plot_tsa_name"
14820   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14822   include:
14823     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14824     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14825     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14826     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14827     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14828     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14829   layout:
14830     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
14831     layout: "plot-throughput-speedup-analysis"
14832
14833 - type: "plot"
14834   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14835   algorithm: "plot_tsa_name"
14836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14838   include:
14839     - "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"
14840     - "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"
14841     - "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"
14842     - "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"
14843     - "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"
14844     - "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"
14845   layout:
14846     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14847     layout: "plot-throughput-speedup-analysis"
14848
14849 - type: "plot"
14850   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14851   algorithm: "plot_tsa_name"
14852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14854   include:
14855     - "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"
14856     - "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"
14857     - "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"
14858     - "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"
14859     - "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"
14860     - "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"
14861   layout:
14862     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14863     layout: "plot-throughput-speedup-analysis"
14864
14865 - type: "plot"
14866   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14867   algorithm: "plot_tsa_name"
14868   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14870   include:
14871     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14872     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14873     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14874     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14875     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14876     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14877   layout:
14878     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14879     layout: "plot-throughput-speedup-analysis"
14880
14881 - type: "plot"
14882   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14883   algorithm: "plot_tsa_name"
14884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14886   include:
14887     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14888     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14889     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14890     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14891     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14892     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14893   layout:
14894     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14895     layout: "plot-throughput-speedup-analysis"
14896
14897 - type: "plot"
14898   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14899   algorithm: "plot_tsa_name"
14900   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14902   include:
14903     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14904     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14905     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14906     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14907     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14908   layout:
14909     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14910     layout: "plot-throughput-speedup-analysis"
14911
14912 - type: "plot"
14913   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14914   algorithm: "plot_tsa_name"
14915   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14917   include:
14918     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14919     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14920     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14921     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14922     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14923   layout:
14924     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14925     layout: "plot-throughput-speedup-analysis"
14926
14927 - type: "plot"
14928   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
14929   algorithm: "plot_tsa_name"
14930   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14932   include:
14933     - "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"
14934     - "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"
14935   layout:
14936     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
14937     layout: "plot-throughput-speedup-analysis"
14938
14939 - type: "plot"
14940   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
14941   algorithm: "plot_tsa_name"
14942   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14944   include:
14945     - "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"
14946     - "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"
14947   layout:
14948     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
14949     layout: "plot-throughput-speedup-analysis"
14950
14951 - type: "plot"
14952   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14953   algorithm: "plot_tsa_name"
14954   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14955   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14956   include:
14957     - "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"
14958     - "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"
14959   layout:
14960     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14961     layout: "plot-throughput-speedup-analysis"
14962
14963 - type: "plot"
14964   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14965   algorithm: "plot_tsa_name"
14966   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14967   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14968   include:
14969     - "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"
14970     - "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"
14971   layout:
14972     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14973     layout: "plot-throughput-speedup-analysis"
14974
14975 - type: "plot"
14976   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14977   algorithm: "plot_tsa_name"
14978   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14980   include:
14981     - "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"
14982     - "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"
14983     - "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"
14984     - "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"
14985     - "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"
14986     - "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"
14987   layout:
14988     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
14989     layout: "plot-throughput-speedup-analysis"
14990
14991 - type: "plot"
14992   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14993   algorithm: "plot_tsa_name"
14994   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14995   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14996   include:
14997     - "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"
14998     - "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"
14999     - "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"
15000     - "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"
15001     - "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"
15002     - "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"
15003   layout:
15004     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15005     layout: "plot-throughput-speedup-analysis"
15006
15007 - type: "plot"
15008   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15009   algorithm: "plot_tsa_name"
15010   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15011   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15012   include:
15013     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15014     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15015     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15016     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15017     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15018   layout:
15019     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15020     layout: "plot-throughput-speedup-analysis"
15021
15022 - type: "plot"
15023   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15024   algorithm: "plot_tsa_name"
15025   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15026   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15027   include:
15028     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15029     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15030     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15031     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15032     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15033   layout:
15034     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15035     layout: "plot-throughput-speedup-analysis"
15036
15037 - type: "plot"
15038   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15039   algorithm: "plot_tsa_name"
15040   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15041   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15042   include:
15043     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15044     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15046     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15047     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15048   layout:
15049     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15050     layout: "plot-throughput-speedup-analysis"
15051
15052 - type: "plot"
15053   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15054   algorithm: "plot_tsa_name"
15055   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15056   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15057   include:
15058     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15061     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15062     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15063   layout:
15064     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15065     layout: "plot-throughput-speedup-analysis"
15066
15067 - type: "plot"
15068   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15069   algorithm: "plot_tsa_name"
15070   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15071   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15072   include:
15073     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15074     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15076     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15077   layout:
15078     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15079     layout: "plot-throughput-speedup-analysis"
15080
15081 - type: "plot"
15082   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15083   algorithm: "plot_tsa_name"
15084   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15085   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15086   include:
15087     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15088     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15090     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15091   layout:
15092     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15093     layout: "plot-throughput-speedup-analysis"
15094
15095 - type: "plot"
15096   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15097   algorithm: "plot_tsa_name"
15098   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15099   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15100   include:
15101     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15102     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15105   layout:
15106     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15107     layout: "plot-throughput-speedup-analysis"
15108
15109 - type: "plot"
15110   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15111   algorithm: "plot_tsa_name"
15112   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15113   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15114   include:
15115     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15116     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15119   layout:
15120     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15121     layout: "plot-throughput-speedup-analysis"
15122
15123 - type: "plot"
15124   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15125   algorithm: "plot_tsa_name"
15126   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15127   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15128   include:
15129     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15130     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15131     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15132     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15134   layout:
15135     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15136     layout: "plot-throughput-speedup-analysis"
15137
15138 - type: "plot"
15139   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15140   algorithm: "plot_tsa_name"
15141   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15142   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15143   include:
15144     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15145     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15147     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15149   layout:
15150     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15151     layout: "plot-throughput-speedup-analysis"
15152
15153 - type: "plot"
15154   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15155   algorithm: "plot_tsa_name"
15156   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15157   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15158   include:
15159     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15160     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15161     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15162     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15163     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15164     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15165   layout:
15166     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15167     layout: "plot-throughput-speedup-analysis"
15168
15169 - type: "plot"
15170   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15171   algorithm: "plot_tsa_name"
15172   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15173   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15174   include:
15175     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15176     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15177     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15178     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15179     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15180     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15181   layout:
15182     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15183     layout: "plot-throughput-speedup-analysis"
15184
15185 - type: "plot"
15186   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15187   algorithm: "plot_tsa_name"
15188   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15189   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15190   include:
15191     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15192     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15193     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15194     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15195   layout:
15196     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15197     layout: "plot-throughput-speedup-analysis"
15198
15199 - type: "plot"
15200   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15201   algorithm: "plot_tsa_name"
15202   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15203   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15204   include:
15205     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15206     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15207     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15208     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15209   layout:
15210     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15211     layout: "plot-throughput-speedup-analysis"
15212
15213 - type: "plot"
15214   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15215   algorithm: "plot_tsa_name"
15216   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15217   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15218   include:
15219     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15220     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15221     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15222     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15223     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15224     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15225   layout:
15226     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15227     layout: "plot-throughput-speedup-analysis"
15228
15229 - type: "plot"
15230   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15231   algorithm: "plot_tsa_name"
15232   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15233   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15234   include:
15235     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15236     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15237     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15238     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15239     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15240     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15241   layout:
15242     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15243     layout: "plot-throughput-speedup-analysis"
15244
15245 - type: "plot"
15246   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15247   algorithm: "plot_tsa_name"
15248   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15249   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15250   include:
15251     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15252     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15253     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15254     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15255     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15256     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15257   layout:
15258     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15259     layout: "plot-throughput-speedup-analysis"
15260
15261 - type: "plot"
15262   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15263   algorithm: "plot_tsa_name"
15264   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15265   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15266   include:
15267     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15268     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15269     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15270     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15271     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15272     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15273   layout:
15274     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15275     layout: "plot-throughput-speedup-analysis"
15276
15277 - type: "plot"
15278   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15279   algorithm: "plot_tsa_name"
15280   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15281   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15282   include:
15283     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15284     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15285     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15286     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15287     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15288     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15289   layout:
15290     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15291     layout: "plot-throughput-speedup-analysis"
15292
15293 - type: "plot"
15294   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15295   algorithm: "plot_tsa_name"
15296   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15297   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15298   include:
15299     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15300     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15301     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15302     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15303     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15304     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15305   layout:
15306     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15307     layout: "plot-throughput-speedup-analysis"
15308
15309 - type: "plot"
15310   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15311   algorithm: "plot_tsa_name"
15312   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15313   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15314   include:
15315     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15316     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15317     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15318     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15319     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15320     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15321   layout:
15322     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15323     layout: "plot-throughput-speedup-analysis"
15324
15325 - type: "plot"
15326   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15327   algorithm: "plot_tsa_name"
15328   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15329   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15330   include:
15331     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15332     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15333     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15334     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15335     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15336     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15337   layout:
15338     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15339     layout: "plot-throughput-speedup-analysis"
15340
15341 - type: "plot"
15342   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15343   algorithm: "plot_tsa_name"
15344   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15345   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15346   include:
15347     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15348     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15349     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15350     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15351     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15352     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15353   layout:
15354     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15355     layout: "plot-throughput-speedup-analysis"
15356
15357 - type: "plot"
15358   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15359   algorithm: "plot_tsa_name"
15360   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15361   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15362   include:
15363     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15364     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15365     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15366     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15367     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15368     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15369   layout:
15370     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15371     layout: "plot-throughput-speedup-analysis"
15372
15373 #- type: "plot"
15374 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15375 #  algorithm: "plot_tsa_name"
15376 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15377 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15378 #  include:
15379 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15380 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15381 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15382 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15383 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15384 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15385 #  layout:
15386 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15387 #    layout: "plot-throughput-speedup-analysis"
15388 #
15389 #- type: "plot"
15390 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15391 #  algorithm: "plot_tsa_name"
15392 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15393 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15394 #  include:
15395 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15396 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15397 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15398 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15399 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15400 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15401 #  layout:
15402 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15403 #    layout: "plot-throughput-speedup-analysis"
15404
15405 - type: "plot"
15406   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15407   algorithm: "plot_tsa_name"
15408   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15409   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15410   include:
15411     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15412     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15416   layout:
15417     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15418     layout: "plot-throughput-speedup-analysis"
15419
15420 - type: "plot"
15421   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15422   algorithm: "plot_tsa_name"
15423   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15424   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15425   include:
15426     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15427     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15428     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15431   layout:
15432     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15433     layout: "plot-throughput-speedup-analysis"
15434
15435 - type: "plot"
15436   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15437   algorithm: "plot_tsa_name"
15438   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15439   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15440   include:
15441     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15442     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15443     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15444     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15445     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15446     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
15447   layout:
15448     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15449     layout: "plot-throughput-speedup-analysis"
15450
15451 - type: "plot"
15452   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15453   algorithm: "plot_tsa_name"
15454   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15455   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15456   include:
15457     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15458     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15459     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15460     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15461     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15462     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
15463   layout:
15464     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15465     layout: "plot-throughput-speedup-analysis"
15466
15467 - type: "plot"
15468   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15469   algorithm: "plot_tsa_name"
15470   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15471   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15472   include:
15473     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15474     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15475     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15476     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15477     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15478   layout:
15479     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15480     layout: "plot-throughput-speedup-analysis"
15481
15482 - type: "plot"
15483   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15484   algorithm: "plot_tsa_name"
15485   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15486   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15487   include:
15488     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15489     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15490     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15491     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15492     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15493   layout:
15494     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15495     layout: "plot-throughput-speedup-analysis"
15496
15497 #- type: "plot"
15498 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15499 #  algorithm: "plot_tsa_name"
15500 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15501 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15502 #  include:
15503 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15504 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15505 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15506 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15507 #  layout:
15508 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15509 #    layout: "plot-throughput-speedup-analysis"
15510 #
15511 #- type: "plot"
15512 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15513 #  algorithm: "plot_tsa_name"
15514 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15515 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15516 #  include:
15517 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15518 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15519 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15520 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15521 #  layout:
15522 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15523 #    layout: "plot-throughput-speedup-analysis"
15524
15525 - type: "plot"
15526   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15527   algorithm: "plot_tsa_name"
15528   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15529   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15530   include:
15531     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15532     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15533     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15534     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15535     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15536     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15537   layout:
15538     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15539     layout: "plot-throughput-speedup-analysis"
15540
15541 - type: "plot"
15542   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15543   algorithm: "plot_tsa_name"
15544   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15545   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15546   include:
15547     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15548     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15549     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15550     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15551     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15552     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15553   layout:
15554     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15555     layout: "plot-throughput-speedup-analysis"
15556
15557 - type: "plot"
15558   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15559   algorithm: "plot_tsa_name"
15560   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15561   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15562   include:
15563     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15564     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15565     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15566     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15567     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15568   layout:
15569     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15570     layout: "plot-throughput-speedup-analysis"
15571
15572 - type: "plot"
15573   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15574   algorithm: "plot_tsa_name"
15575   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15576   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15577   include:
15578     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15579     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15580     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15581     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15582     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15583   layout:
15584     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15585     layout: "plot-throughput-speedup-analysis"
15586
15587 - type: "plot"
15588   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15589   algorithm: "plot_tsa_name"
15590   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15591   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15592   include:
15593     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15594     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15595     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15596     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15597     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15598   layout:
15599     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15600     layout: "plot-throughput-speedup-analysis"
15601
15602 - type: "plot"
15603   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15604   algorithm: "plot_tsa_name"
15605   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15606   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15607   include:
15608     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15609     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15610     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15611     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15612     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15613   layout:
15614     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15615     layout: "plot-throughput-speedup-analysis"
15616
15617 - type: "plot"
15618   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15619   algorithm: "plot_tsa_name"
15620   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15621   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15622   include:
15623     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15624     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15625     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15626     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15627   layout:
15628     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15629     layout: "plot-throughput-speedup-analysis"
15630
15631 - type: "plot"
15632   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15633   algorithm: "plot_tsa_name"
15634   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15635   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15636   include:
15637     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15638     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15639     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15640     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15641   layout:
15642     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15643     layout: "plot-throughput-speedup-analysis"
15644
15645 - type: "plot"
15646   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15647   algorithm: "plot_tsa_name"
15648   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15649   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15650   include:
15651     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15652     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15653     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15654     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15655     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15656   layout:
15657     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15658     layout: "plot-throughput-speedup-analysis"
15659
15660 - type: "plot"
15661   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15662   algorithm: "plot_tsa_name"
15663   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15664   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15665   include:
15666     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15667     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15668     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15669     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15670     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15671   layout:
15672     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15673     layout: "plot-throughput-speedup-analysis"
15674
15675 - type: "plot"
15676   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15677   algorithm: "plot_tsa_name"
15678   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15679   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15680   include:
15681     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15682     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15683     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15684     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15685     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15686     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15687   layout:
15688     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15689     layout: "plot-throughput-speedup-analysis"
15690
15691 - type: "plot"
15692   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15693   algorithm: "plot_tsa_name"
15694   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15695   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15696   include:
15697     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15698     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15699     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15700     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15701     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15702     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15703   layout:
15704     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15705     layout: "plot-throughput-speedup-analysis"
15706
15707 #- type: "plot"
15708 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15709 #  algorithm: "plot_tsa_name"
15710 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15711 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15712 #  include:
15713 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15714 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15715 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15716 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15717 #  layout:
15718 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15719 #    layout: "plot-throughput-speedup-analysis"
15720 #
15721 #- type: "plot"
15722 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15723 #  algorithm: "plot_tsa_name"
15724 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15725 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15726 #  include:
15727 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15728 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15729 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15730 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15731 #  layout:
15732 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15733 #    layout: "plot-throughput-speedup-analysis"
15734
15735 - type: "plot"
15736   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15737   algorithm: "plot_tsa_name"
15738   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15739   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15740   include:
15741     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15742     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15743     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15744     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15745     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15746     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15747   layout:
15748     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15749     layout: "plot-throughput-speedup-analysis"
15750
15751 - type: "plot"
15752   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15753   algorithm: "plot_tsa_name"
15754   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15755   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15756   include:
15757     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15758     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15759     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15760     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15761     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15762     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15763   layout:
15764     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15765     layout: "plot-throughput-speedup-analysis"
15766
15767 #- type: "plot"
15768 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15769 #  algorithm: "plot_tsa_name"
15770 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15771 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15772 #  include:
15773 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15774 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15775 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15776 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15777 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15778 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15779 #  layout:
15780 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15781 #    layout: "plot-throughput-speedup-analysis"
15782 #
15783 #- type: "plot"
15784 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15785 #  algorithm: "plot_tsa_name"
15786 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15787 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15788 #  include:
15789 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15790 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15791 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15792 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15793 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15794 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15795 #  layout:
15796 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15797 #    layout: "plot-throughput-speedup-analysis"
15798
15799 #- type: "plot"
15800 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15801 #  algorithm: "plot_tsa_name"
15802 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15803 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15804 #  include:
15805 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15806 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15807 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15808 #  layout:
15809 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15810 #    layout: "plot-throughput-speedup-analysis"
15811 #
15812 #- type: "plot"
15813 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15814 #  algorithm: "plot_tsa_name"
15815 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15816 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15817 #  include:
15818 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15819 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15820 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15821 #  layout:
15822 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15823 #    layout: "plot-throughput-speedup-analysis"
15824
15825 ################################################################################
15826
15827 # Packet Throughput - DPDK
15828
15829 # 2n-skx-xxv710
15830
15831 - type: "plot"
15832   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
15833   algorithm: "plot_perf_box_name"
15834   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
15835   data: "plot-dpdk-throughput-latency-2n-skx"
15836   include:
15837     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15838     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15839   layout:
15840     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
15841     layout: "plot-throughput"
15842
15843 - type: "plot"
15844   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
15845   algorithm: "plot_perf_box_name"
15846   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
15847   data: "plot-dpdk-throughput-latency-2n-skx"
15848   include:
15849     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15850     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15851   layout:
15852     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
15853     layout: "plot-throughput"
15854
15855 - type: "plot"
15856   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
15857   algorithm: "plot_perf_box_name"
15858   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
15859   data: "plot-dpdk-throughput-latency-2n-skx"
15860   include:
15861     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15862     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15863   layout:
15864     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
15865     layout: "plot-throughput"
15866
15867 - type: "plot"
15868   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
15869   algorithm: "plot_perf_box_name"
15870   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
15871   data: "plot-dpdk-throughput-latency-2n-skx"
15872   include:
15873     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15874     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15875   layout:
15876     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
15877     layout: "plot-throughput"
15878
15879 # 2n-skx-x710
15880
15881 - type: "plot"
15882   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
15883   algorithm: "plot_perf_box_name"
15884   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
15885   data: "plot-dpdk-throughput-latency-2n-skx"
15886   include:
15887     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15888     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15889   layout:
15890     title: "2n-skx-x710-64b-2t1c-base-ndr"
15891     layout: "plot-throughput"
15892
15893 - type: "plot"
15894   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
15895   algorithm: "plot_perf_box_name"
15896   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
15897   data: "plot-dpdk-throughput-latency-2n-skx"
15898   include:
15899     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15900     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15901   layout:
15902     title: "2n-skx-x710-64b-4t2c-base-ndr"
15903     layout: "plot-throughput"
15904
15905 - type: "plot"
15906   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
15907   algorithm: "plot_perf_box_name"
15908   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
15909   data: "plot-dpdk-throughput-latency-2n-skx"
15910   include:
15911     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15912     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15913   layout:
15914     title: "2n-skx-x710-64b-2t1c-base-pdr"
15915     layout: "plot-throughput"
15916
15917 - type: "plot"
15918   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
15919   algorithm: "plot_perf_box_name"
15920   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
15921   data: "plot-dpdk-throughput-latency-2n-skx"
15922   include:
15923     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15924     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15925   layout:
15926     title: "2n-skx-x710-64b-4t2c-base-pdr"
15927     layout: "plot-throughput"
15928
15929 # 3n-skx-xxv710
15930
15931 - type: "plot"
15932   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
15933   algorithm: "plot_perf_box_name"
15934   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
15935   data: "plot-dpdk-throughput-latency-3n-skx"
15936   include:
15937     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15938     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15939   layout:
15940     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
15941     layout: "plot-throughput"
15942
15943 - type: "plot"
15944   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
15945   algorithm: "plot_perf_box_name"
15946   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
15947   data: "plot-dpdk-throughput-latency-3n-skx"
15948   include:
15949     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15950     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15951   layout:
15952     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
15953     layout: "plot-throughput"
15954
15955 - type: "plot"
15956   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
15957   algorithm: "plot_perf_box_name"
15958   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
15959   data: "plot-dpdk-throughput-latency-3n-skx"
15960   include:
15961     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15962     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15963   layout:
15964     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
15965     layout: "plot-throughput"
15966
15967 - type: "plot"
15968   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
15969   algorithm: "plot_perf_box_name"
15970   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
15971   data: "plot-dpdk-throughput-latency-3n-skx"
15972   include:
15973     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15974     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15975   layout:
15976     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
15977     layout: "plot-throughput"
15978
15979 # 3n-skx-x710
15980
15981 - type: "plot"
15982   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
15983   algorithm: "plot_perf_box_name"
15984   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
15985   data: "plot-dpdk-throughput-latency-3n-skx"
15986   include:
15987     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15988     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15989   layout:
15990     title: "3n-skx-x710-64b-2t1c-base-ndr"
15991     layout: "plot-throughput"
15992
15993 - type: "plot"
15994   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
15995   algorithm: "plot_perf_box_name"
15996   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
15997   data: "plot-dpdk-throughput-latency-3n-skx"
15998   include:
15999     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16000     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16001   layout:
16002     title: "3n-skx-x710-64b-4t2c-base-ndr"
16003     layout: "plot-throughput"
16004
16005 - type: "plot"
16006   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16007   algorithm: "plot_perf_box_name"
16008   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16009   data: "plot-dpdk-throughput-latency-3n-skx"
16010   include:
16011     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16012     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16013   layout:
16014     title: "3n-skx-x710-64b-2t1c-base-pdr"
16015     layout: "plot-throughput"
16016
16017 - type: "plot"
16018   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16019   algorithm: "plot_perf_box_name"
16020   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16021   data: "plot-dpdk-throughput-latency-3n-skx"
16022   include:
16023     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16024     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16025   layout:
16026     title: "3n-skx-x710-64b-4t2c-base-pdr"
16027     layout: "plot-throughput"
16028
16029 # 3n-hsw-xl710
16030
16031 - type: "plot"
16032   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16033   algorithm: "plot_perf_box_name"
16034   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16035   data: "plot-dpdk-throughput-latency-3n-hsw"
16036   include:
16037     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16038     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16039   layout:
16040     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16041     layout: "plot-throughput"
16042
16043 - type: "plot"
16044   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16045   algorithm: "plot_perf_box_name"
16046   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16047   data: "plot-dpdk-throughput-latency-3n-hsw"
16048   include:
16049     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16050     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16051   layout:
16052     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16053     layout: "plot-throughput"
16054
16055 - type: "plot"
16056   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16057   algorithm: "plot_perf_box_name"
16058   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16059   data: "plot-dpdk-throughput-latency-3n-hsw"
16060   include:
16061     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16062     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16063   layout:
16064     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16065     layout: "plot-throughput"
16066
16067 - type: "plot"
16068   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16069   algorithm: "plot_perf_box_name"
16070   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16071   data: "plot-dpdk-throughput-latency-3n-hsw"
16072   include:
16073     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16074     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16075   layout:
16076     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16077     layout: "plot-throughput"
16078
16079 # 3n-hsw-x710
16080
16081 - type: "plot"
16082   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16083   algorithm: "plot_perf_box_name"
16084   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16085   data: "plot-dpdk-throughput-latency-3n-hsw"
16086   include:
16087     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16088     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16089   layout:
16090     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16091     layout: "plot-throughput"
16092
16093 - type: "plot"
16094   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16095   algorithm: "plot_perf_box_name"
16096   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16097   data: "plot-dpdk-throughput-latency-3n-hsw"
16098   include:
16099     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16100     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16101   layout:
16102     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16103     layout: "plot-throughput"
16104
16105 - type: "plot"
16106   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16107   algorithm: "plot_perf_box_name"
16108   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16109   data: "plot-dpdk-throughput-latency-3n-hsw"
16110   include:
16111     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16112     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16113   layout:
16114     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16115     layout: "plot-throughput"
16116
16117 - type: "plot"
16118   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16119   algorithm: "plot_perf_box_name"
16120   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16121   data: "plot-dpdk-throughput-latency-3n-hsw"
16122   include:
16123     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16124     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16125   layout:
16126     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16127     layout: "plot-throughput"
16128
16129 # 2n-dnv-x553
16130
16131 - type: "plot"
16132   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16133   algorithm: "plot_perf_box_name"
16134   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16135   data: "plot-dpdk-throughput-latency-2n-dnv"
16136   include:
16137     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16138     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16139   layout:
16140     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16141     layout: "plot-throughput"
16142
16143 - type: "plot"
16144   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16145   algorithm: "plot_perf_box_name"
16146   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16147   data: "plot-dpdk-throughput-latency-2n-dnv"
16148   include:
16149     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16150     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16151   layout:
16152     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16153     layout: "plot-throughput"
16154
16155 - type: "plot"
16156   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16157   algorithm: "plot_perf_box_name"
16158   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16159   data: "plot-dpdk-throughput-latency-2n-dnv"
16160   include:
16161     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16162     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16163   layout:
16164     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16165     layout: "plot-throughput"
16166
16167 - type: "plot"
16168   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16169   algorithm: "plot_perf_box_name"
16170   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16171   data: "plot-dpdk-throughput-latency-2n-dnv"
16172   include:
16173     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16174     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16175   layout:
16176     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16177     layout: "plot-throughput"
16178
16179 # 3n-dnv-x553
16180
16181 - type: "plot"
16182   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16183   algorithm: "plot_perf_box_name"
16184   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16185   data: "plot-dpdk-throughput-latency-3n-dnv"
16186   include:
16187     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16188     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16189   layout:
16190     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16191     layout: "plot-throughput"
16192
16193 - type: "plot"
16194   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16195   algorithm: "plot_perf_box_name"
16196   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16197   data: "plot-dpdk-throughput-latency-3n-dnv"
16198   include:
16199     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16200     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16201   layout:
16202     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16203     layout: "plot-throughput"
16204
16205 - type: "plot"
16206   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16207   algorithm: "plot_perf_box_name"
16208   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16209   data: "plot-dpdk-throughput-latency-3n-dnv"
16210   include:
16211     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16212     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16213   layout:
16214     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16215     layout: "plot-throughput"
16216
16217 - type: "plot"
16218   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16219   algorithm: "plot_perf_box_name"
16220   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16221   data: "plot-dpdk-throughput-latency-3n-dnv"
16222   include:
16223     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16224     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16225   layout:
16226     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16227     layout: "plot-throughput"
16228
16229 # 3n-tsh-x520
16230
16231 - type: "plot"
16232   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16233   algorithm: "plot_perf_box_name"
16234   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16235   data: "plot-dpdk-throughput-latency-3n-tsh"
16236   include:
16237     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16238     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16239   layout:
16240     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16241     layout: "plot-throughput"
16242
16243 - type: "plot"
16244   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16245   algorithm: "plot_perf_box_name"
16246   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16247   data: "plot-dpdk-throughput-latency-3n-tsh"
16248   include:
16249     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16250     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16251   layout:
16252     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16253     layout: "plot-throughput"
16254
16255 - type: "plot"
16256   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16257   algorithm: "plot_perf_box_name"
16258   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16259   data: "plot-dpdk-throughput-latency-3n-tsh"
16260   include:
16261     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16262     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16263   layout:
16264     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16265     layout: "plot-throughput"
16266
16267 - type: "plot"
16268   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16269   algorithm: "plot_perf_box_name"
16270   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16271   data: "plot-dpdk-throughput-latency-3n-tsh"
16272   include:
16273     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16274     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16275   layout:
16276     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16277     layout: "plot-throughput"
16278
16279 ################################################################################
16280 ###   2n-clx                                                                 ###
16281 ################################################################################
16282
16283 # Packet Throughput
16284
16285 - type: "plot"
16286   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16287   algorithm: "plot_perf_box_name"
16288   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16290   include:
16291     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16292     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16293     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16294     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16295   layout:
16296     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16297     layout: "plot-throughput"
16298
16299 - type: "plot"
16300   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16301   algorithm: "plot_perf_box_name"
16302   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16304   include:
16305     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16306     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16307     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16308     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16309   layout:
16310     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16311     layout: "plot-throughput"
16312
16313 - type: "plot"
16314   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16315   algorithm: "plot_perf_box_name"
16316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16318   include:
16319     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16320     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16321     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16322     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16323   layout:
16324     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16325     layout: "plot-throughput"
16326
16327 - type: "plot"
16328   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16329   algorithm: "plot_perf_box_name"
16330   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16332   include:
16333     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16334     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16335     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16336     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16337   layout:
16338     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16339     layout: "plot-throughput"
16340
16341 - type: "plot"
16342   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16343   algorithm: "plot_perf_box_name"
16344   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16346   include:
16347 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16348     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16349     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16350     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16351   layout:
16352     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16353     layout: "plot-throughput"
16354
16355 - type: "plot"
16356   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16357   algorithm: "plot_perf_box_name"
16358   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16360   include:
16361 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16362     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16363     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16364     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16365   layout:
16366     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16367     layout: "plot-throughput"
16368
16369 - type: "plot"
16370   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16371   algorithm: "plot_perf_box_name"
16372   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16374   include:
16375     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16376     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16381   layout:
16382     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16383     layout: "plot-throughput"
16384
16385 - type: "plot"
16386   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16387   algorithm: "plot_perf_box_name"
16388   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16390   include:
16391     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16397   layout:
16398     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16399     layout: "plot-throughput"
16400
16401 - type: "plot"
16402   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16403   algorithm: "plot_perf_box_name"
16404   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16406   include:
16407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16411   layout:
16412     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16413     layout: "plot-throughput"
16414
16415 - type: "plot"
16416   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16417   algorithm: "plot_perf_box_name"
16418   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16420   include:
16421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16425   layout:
16426     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16427     layout: "plot-throughput"
16428
16429 - type: "plot"
16430   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16431   algorithm: "plot_perf_box_name"
16432   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16434   include:
16435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16438   layout:
16439     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16440     layout: "plot-throughput"
16441
16442 - type: "plot"
16443   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16444   algorithm: "plot_perf_box_name"
16445   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16447   include:
16448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16451   layout:
16452     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16453     layout: "plot-throughput"
16454
16455 - type: "plot"
16456   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16457   algorithm: "plot_perf_box_name"
16458   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16459   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16460   include:
16461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16466   layout:
16467     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16468     layout: "plot-throughput"
16469
16470 - type: "plot"
16471   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16472   algorithm: "plot_perf_box_name"
16473   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16475   include:
16476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16481   layout:
16482     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16483     layout: "plot-throughput"
16484
16485 - type: "plot"
16486   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16487   algorithm: "plot_perf_box_name"
16488   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16489   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16490   include:
16491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16494   layout:
16495     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16496     layout: "plot-throughput"
16497
16498 - type: "plot"
16499   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16500   algorithm: "plot_perf_box_name"
16501   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16502   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16503   include:
16504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16507   layout:
16508     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16509     layout: "plot-throughput"
16510
16511 - type: "plot"
16512   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16513   algorithm: "plot_perf_box_name"
16514   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16515   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16516   include:
16517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16523   layout:
16524     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16525     layout: "plot-throughput"
16526
16527 - type: "plot"
16528   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16529   algorithm: "plot_perf_box_name"
16530   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16531   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16532   include:
16533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16539   layout:
16540     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16541     layout: "plot-throughput"
16542
16543 - type: "plot"
16544   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-snat44det-scale-avf-ndr"
16545   algorithm: "plot_perf_box_name"
16546   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-snat44det-scale-avf-ndr"
16547   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16548   include:
16549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H1-P63-S63-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p63-s63-ndrpdr"
16551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H16384-P63-S1032192-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h16384-p63-s1032192-ndrpdr"
16553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H262144-P63-S16515072-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h262144-p63-s16515072-ndrpdr"
16554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H65536-P63-S4128758-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h65536-p63-s4128758-ndrpdr"
16555   layout:
16556     title: "2n-clx-xxv710-64b-2t1c-features-snat44det-scale-avf-ndr"
16557     layout: "plot-throughput"
16558
16559 - type: "plot"
16560   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-snat44det-scale-avf-pdr"
16561   algorithm: "plot_perf_box_name"
16562   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-snat44det-scale-avf-pdr"
16563   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16564   include:
16565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H1-P63-S63-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p63-s63-ndrpdr"
16567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H16384-P63-S1032192-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h16384-p63-s1032192-ndrpdr"
16569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H262144-P63-S16515072-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h262144-p63-s16515072-ndrpdr"
16570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H65536-P63-S4128758-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h65536-p63-s4128758-ndrpdr"
16571   layout:
16572     title: "2n-clx-xxv710-64b-2t1c-features-snat44det-scale-avf-pdr"
16573     layout: "plot-throughput"
16574
16575 - type: "plot"
16576   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16577   algorithm: "plot_perf_box_name"
16578   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16579   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16580   include:
16581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16587   layout:
16588     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16589     layout: "plot-throughput"
16590
16591 - type: "plot"
16592   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16593   algorithm: "plot_perf_box_name"
16594   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16595   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16596   include:
16597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16603   layout:
16604     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16605     layout: "plot-throughput"
16606
16607 - type: "plot"
16608   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16609   algorithm: "plot_perf_box_name"
16610   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16611   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16612   include:
16613     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16614     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16615   layout:
16616     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16617     layout: "plot-throughput"
16618
16619 - type: "plot"
16620   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16621   algorithm: "plot_perf_box_name"
16622   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16623   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16624   include:
16625     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16626     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16627   layout:
16628     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16629     layout: "plot-throughput"
16630
16631 - type: "plot"
16632   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16633   algorithm: "plot_perf_box_name"
16634   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16636   include:
16637     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16638     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16639     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16640     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16641     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16642     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16643   layout:
16644     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16645     layout: "plot-throughput"
16646
16647 - type: "plot"
16648   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16649   algorithm: "plot_perf_box_name"
16650   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16651   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16652   include:
16653     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16654     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16655     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16656     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16657     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16658     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16659   layout:
16660     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16661     layout: "plot-throughput"
16662
16663 - type: "plot"
16664   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16665   algorithm: "plot_perf_box_name"
16666   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16668   include:
16669     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16670     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16671     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16672     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16673     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16674     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16675   layout:
16676     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16677     layout: "plot-throughput"
16678
16679 - type: "plot"
16680   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16681   algorithm: "plot_perf_box_name"
16682   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16683   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16684   include:
16685     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16686     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16687     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16688     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16689     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16690     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16691   layout:
16692     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16693     layout: "plot-throughput"
16694
16695 - type: "plot"
16696   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16697   algorithm: "plot_perf_box_name"
16698   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16700   include:
16701     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16702     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16703     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16704     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16705     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16706     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16707   layout:
16708     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16709     layout: "plot-throughput"
16710
16711 - type: "plot"
16712   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16713   algorithm: "plot_perf_box_name"
16714   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16715   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16716   include:
16717     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16718     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16719     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16720     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16721     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16722     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16723   layout:
16724     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16725     layout: "plot-throughput"
16726
16727 - type: "plot"
16728   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16729   algorithm: "plot_perf_box_name"
16730   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16731   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16732   include:
16733     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16734     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16735     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
16736     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
16737     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16738   layout:
16739     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16740     layout: "plot-throughput"
16741
16742 - type: "plot"
16743   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16744   algorithm: "plot_perf_box_name"
16745   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16747   include:
16748     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16749     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16750     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
16751     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
16752     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16753   layout:
16754     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16755     layout: "plot-throughput"
16756
16757 - type: "plot"
16758   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16759   algorithm: "plot_perf_box_name"
16760   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16761   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16762   include:
16763     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16764     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16765     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16766     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16767     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16768   layout:
16769     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16770     layout: "plot-throughput"
16771
16772 - type: "plot"
16773   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16774   algorithm: "plot_perf_box_name"
16775   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16776   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16777   include:
16778     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16779     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16780     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16781     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16782     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16783   layout:
16784     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16785     layout: "plot-throughput"
16786
16787 - type: "plot"
16788   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16789   algorithm: "plot_perf_box_name"
16790   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16791   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16792   include:
16793     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16794     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16795     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16796     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16797     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16798   layout:
16799     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16800     layout: "plot-throughput"
16801
16802 - type: "plot"
16803   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16804   algorithm: "plot_perf_box_name"
16805   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16807   include:
16808     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16809     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16810     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16811     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16812     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16813   layout:
16814     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16815     layout: "plot-throughput"
16816
16817 - type: "plot"
16818   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16819   algorithm: "plot_perf_box_name"
16820   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16822   include:
16823     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16825     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16826     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16827     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16828   layout:
16829     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16830     layout: "plot-throughput"
16831
16832 - type: "plot"
16833   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16834   algorithm: "plot_perf_box_name"
16835   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16837   include:
16838     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16839     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16840     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16841     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16842     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16843   layout:
16844     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16845     layout: "plot-throughput"
16846
16847 - type: "plot"
16848   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16849   algorithm: "plot_perf_box_name"
16850   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16851   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16852   include:
16853     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16854     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16855     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16856     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16857     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16858   layout:
16859     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16860     layout: "plot-throughput"
16861
16862 - type: "plot"
16863   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16864   algorithm: "plot_perf_box_name"
16865   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16867   include:
16868     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16869     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16870     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16871     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16872     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16873   layout:
16874     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16875     layout: "plot-throughput"
16876
16877 - type: "plot"
16878   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16879   algorithm: "plot_perf_box_name"
16880   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16882   include:
16883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
16884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16887     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16889   layout:
16890     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16891     layout: "plot-throughput"
16892
16893 - type: "plot"
16894   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16895   algorithm: "plot_perf_box_name"
16896   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16897   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16898   include:
16899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
16900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16904     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16905   layout:
16906     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16907     layout: "plot-throughput"
16908
16909 - type: "plot"
16910   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16911   algorithm: "plot_perf_box_name"
16912   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16913   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16914   include:
16915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16916     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16917     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16918     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16919   layout:
16920     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16921     layout: "plot-throughput"
16922
16923 - type: "plot"
16924   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16925   algorithm: "plot_perf_box_name"
16926   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16927   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16928   include:
16929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16932     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16933   layout:
16934     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16935     layout: "plot-throughput"
16936
16937 - type: "plot"
16938   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16939   algorithm: "plot_perf_box_name"
16940   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16942   include:
16943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16949   layout:
16950     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16951     layout: "plot-throughput"
16952
16953 - type: "plot"
16954   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16955   algorithm: "plot_perf_box_name"
16956   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16958   include:
16959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16963     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16964     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16965   layout:
16966     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16967     layout: "plot-throughput"
16968
16969 - type: "plot"
16970   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16971   algorithm: "plot_perf_box_name"
16972   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16974   include:
16975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16977     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16978     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16979   layout:
16980     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16981     layout: "plot-throughput"
16982
16983 - type: "plot"
16984   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16985   algorithm: "plot_perf_box_name"
16986   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16987   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16988   include:
16989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16993   layout:
16994     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16995     layout: "plot-throughput"
16996
16997 - type: "plot"
16998   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16999   algorithm: "plot_perf_box_name"
17000   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17002   include:
17003     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17004     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17005     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17006     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17007     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17008     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17009   layout:
17010     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17011     layout: "plot-throughput"
17012
17013 - type: "plot"
17014   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17015   algorithm: "plot_perf_box_name"
17016   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17017   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17018   include:
17019     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17020     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17021     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17022     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17023     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17024     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17025   layout:
17026     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17027     layout: "plot-throughput"
17028
17029 - type: "plot"
17030   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17031   algorithm: "plot_perf_box_name"
17032   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17033   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17034   include:
17035     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17036     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17037     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17038     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17039   layout:
17040     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17041     layout: "plot-throughput"
17042
17043 - type: "plot"
17044   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17045   algorithm: "plot_perf_box_name"
17046   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17047   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17048   include:
17049     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17050     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17051     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17052     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17053   layout:
17054     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17055     layout: "plot-throughput"
17056
17057 - type: "plot"
17058   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17059   algorithm: "plot_perf_box_name"
17060   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17062   include:
17063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17068   layout:
17069     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17070     layout: "plot-throughput"
17071
17072 - type: "plot"
17073   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17074   algorithm: "plot_perf_box_name"
17075   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17076   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17077   include:
17078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17083   layout:
17084     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17085     layout: "plot-throughput"
17086
17087 - type: "plot"
17088   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17089   algorithm: "plot_perf_box_name"
17090   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17092   include:
17093     - "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"
17094     - "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"
17095     - "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"
17096     - "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"
17097     - "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"
17098   layout:
17099     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17100     layout: "plot-throughput"
17101
17102 - type: "plot"
17103   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17104   algorithm: "plot_perf_box_name"
17105   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17106   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17107   include:
17108     - "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"
17109     - "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"
17110     - "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"
17111     - "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"
17112     - "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"
17113   layout:
17114     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17115     layout: "plot-throughput"
17116
17117 - type: "plot"
17118   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17119   algorithm: "plot_perf_box_name"
17120   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17122   include:
17123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17128   layout:
17129     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17130     layout: "plot-throughput"
17131
17132 - type: "plot"
17133   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17134   algorithm: "plot_perf_box_name"
17135   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17137   include:
17138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17140     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17141     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17143   layout:
17144     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17145     layout: "plot-throughput"
17146
17147 - type: "plot"
17148   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17149   algorithm: "plot_perf_box_name"
17150   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17152   include:
17153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17155     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17156     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17158   layout:
17159     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17160     layout: "plot-throughput"
17161
17162 - type: "plot"
17163   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17164   algorithm: "plot_perf_box_name"
17165   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17167   include:
17168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17170     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17171     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17172     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17173   layout:
17174     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17175     layout: "plot-throughput"
17176
17177 - type: "plot"
17178   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17179   algorithm: "plot_perf_box_name"
17180   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17182   include:
17183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17185     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17186     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17187   layout:
17188     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17189     layout: "plot-throughput"
17190
17191 - type: "plot"
17192   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17193   algorithm: "plot_perf_box_name"
17194   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17195   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17196   include:
17197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17200     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17201   layout:
17202     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17203     layout: "plot-throughput"
17204
17205 - type: "plot"
17206   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17207   algorithm: "plot_perf_box_name"
17208   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17209   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17210   include:
17211     - "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"
17212     - "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"
17213     - "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"
17214     - "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"
17215   layout:
17216     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17217     layout: "plot-throughput"
17218
17219 - type: "plot"
17220   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17221   algorithm: "plot_perf_box_name"
17222   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17224   include:
17225     - "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"
17226     - "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"
17227     - "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"
17228     - "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"
17229   layout:
17230     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17231     layout: "plot-throughput"
17232
17233 - type: "plot"
17234   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17235   algorithm: "plot_perf_box_name"
17236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17238   include:
17239     - "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"
17240     - "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"
17241     - "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"
17242     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17243     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17244     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17245   layout:
17246     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17247     layout: "plot-throughput"
17248
17249 - type: "plot"
17250   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17251   algorithm: "plot_perf_box_name"
17252   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17253   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17254   include:
17255     - "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"
17256     - "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"
17257     - "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"
17258     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17259     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17260     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17261   layout:
17262     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17263     layout: "plot-throughput"
17264
17265 ################################################################################
17266
17267 # Packet Speedup
17268
17269 - type: "plot"
17270   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17271   algorithm: "plot_tsa_name"
17272   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17273   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17274   include:
17275     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17276     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17277     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17278     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17279   layout:
17280     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17281     layout: "plot-throughput-speedup-analysis"
17282
17283 - type: "plot"
17284   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17285   algorithm: "plot_tsa_name"
17286   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17288   include:
17289     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17290     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17291     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17292     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17293   layout:
17294     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17295     layout: "plot-throughput-speedup-analysis"
17296
17297 - type: "plot"
17298   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17299   algorithm: "plot_tsa_name"
17300   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17302   include:
17303     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17304     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17305     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17306     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17307   layout:
17308     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17309     layout: "plot-throughput-speedup-analysis"
17310
17311 - type: "plot"
17312   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17313   algorithm: "plot_tsa_name"
17314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17316   include:
17317     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17318     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17319     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17320     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17321   layout:
17322     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17323     layout: "plot-throughput-speedup-analysis"
17324
17325 - type: "plot"
17326   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17327   algorithm: "plot_tsa_name"
17328   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17329   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17330   include:
17331     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17332     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17333     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17334     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17335   layout:
17336     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17337     layout: "plot-throughput-speedup-analysis"
17338
17339 - type: "plot"
17340   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17341   algorithm: "plot_tsa_name"
17342   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17344   include:
17345     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17346     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17347     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17348     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17349   layout:
17350     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17351     layout: "plot-throughput-speedup-analysis"
17352
17353 - type: "plot"
17354   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17355   algorithm: "plot_tsa_name"
17356   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17358   include:
17359     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17360     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17361     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17362     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17363     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17364     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17365   layout:
17366     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17367     layout: "plot-throughput-speedup-analysis"
17368
17369 - type: "plot"
17370   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17371   algorithm: "plot_tsa_name"
17372   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17374   include:
17375     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17376     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17377     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17379     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17380     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17381   layout:
17382     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17383     layout: "plot-throughput-speedup-analysis"
17384
17385 - type: "plot"
17386   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17387   algorithm: "plot_tsa_name"
17388   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17390   include:
17391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17395   layout:
17396     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17397     layout: "plot-throughput-speedup-analysis"
17398
17399 - type: "plot"
17400   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17401   algorithm: "plot_tsa_name"
17402   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17404   include:
17405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17409   layout:
17410     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17411     layout: "plot-throughput-speedup-analysis"
17412
17413 - type: "plot"
17414   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17415   algorithm: "plot_tsa_name"
17416   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17417   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17418   include:
17419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17422   layout:
17423     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17424     layout: "plot-throughput-speedup-analysis"
17425
17426 - type: "plot"
17427   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17428   algorithm: "plot_tsa_name"
17429   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17431   include:
17432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17435   layout:
17436     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17437     layout: "plot-throughput-speedup-analysis"
17438
17439 - type: "plot"
17440   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17441   algorithm: "plot_tsa_name"
17442   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17443   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17444   include:
17445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17450   layout:
17451     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17452     layout: "plot-throughput-speedup-analysis"
17453
17454 - type: "plot"
17455   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17456   algorithm: "plot_tsa_name"
17457   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17458   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17459   include:
17460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17465   layout:
17466     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17467     layout: "plot-throughput-speedup-analysis"
17468
17469 - type: "plot"
17470   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17471   algorithm: "plot_tsa_name"
17472   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17473   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17474   include:
17475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17478   layout:
17479     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17480     layout: "plot-throughput-speedup-analysis"
17481
17482 - type: "plot"
17483   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17484   algorithm: "plot_tsa_name"
17485   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17486   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17487   include:
17488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17491   layout:
17492     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17493     layout: "plot-throughput-speedup-analysis"
17494
17495 - type: "plot"
17496   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17497   algorithm: "plot_tsa_name"
17498   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17499   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17500   include:
17501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17507   layout:
17508     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17509     layout: "plot-throughput-speedup-analysis"
17510
17511 - type: "plot"
17512   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17513   algorithm: "plot_tsa_name"
17514   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17515   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17516   include:
17517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17523   layout:
17524     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17525     layout: "plot-throughput-speedup-analysis"
17526
17527 - type: "plot"
17528   title: "Speedup: 2n-clx-xxv710-64b-features-snat44det-scale-avf-ndr-tsa"
17529   algorithm: "plot_tsa_name"
17530   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-snat44det-scale-avf-ndr-tsa"
17531   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17532   include:
17533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H1-P63-S63-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p63-s63-ndrpdr"
17535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H16384-P63-S1032192-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h16384-p63-s1032192-ndrpdr"
17537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H262144-P63-S16515072-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h262144-p63-s16515072-ndrpdr"
17538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H65536-P63-S4128758-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h65536-p63-s4128758-ndrpdr"
17539   layout:
17540     title: "2n-clx-xxv710-64b-features-snat44det-scale-avf-ndr"
17541     layout: "plot-throughput-speedup-analysis"
17542
17543 - type: "plot"
17544   title: "Speedup: 2n-clx-xxv710-64b-features-snat44det-scale-avf-pdr-tsa"
17545   algorithm: "plot_tsa_name"
17546   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-snat44det-scale-avf-pdr-tsa"
17547   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17548   include:
17549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H1-P63-S63-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p63-s63-ndrpdr"
17551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H16384-P63-S1032192-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h16384-p63-s1032192-ndrpdr"
17553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H262144-P63-S16515072-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h262144-p63-s16515072-ndrpdr"
17554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H65536-P63-S4128758-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h65536-p63-s4128758-ndrpdr"
17555   layout:
17556     title: "2n-clx-xxv710-64b-features-snat44det-scale-avf-pdr"
17557     layout: "plot-throughput-speedup-analysis"
17558
17559 - type: "plot"
17560   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17561   algorithm: "plot_tsa_name"
17562   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17563   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17564   include:
17565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17571   layout:
17572     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17573     layout: "plot-throughput-speedup-analysis"
17574
17575 - type: "plot"
17576   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17577   algorithm: "plot_tsa_name"
17578   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17579   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17580   include:
17581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17587   layout:
17588     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17589     layout: "plot-throughput-speedup-analysis"
17590
17591 - type: "plot"
17592   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17593   algorithm: "plot_tsa_name"
17594   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17595   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17596   include:
17597     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17598     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17599   layout:
17600     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17601     layout: "plot-throughput-speedup-analysis"
17602
17603 - type: "plot"
17604   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17605   algorithm: "plot_tsa_name"
17606   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17608   include:
17609     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17610     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17611   layout:
17612     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17613     layout: "plot-throughput-speedup-analysis"
17614
17615 - type: "plot"
17616   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17617   algorithm: "plot_tsa_name"
17618   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17620   include:
17621     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17622     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17623     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17624     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17625     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17626     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17627   layout:
17628     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17629     layout: "plot-throughput-speedup-analysis"
17630
17631 - type: "plot"
17632   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17633   algorithm: "plot_tsa_name"
17634   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17636   include:
17637     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17638     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17639     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17640     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17641     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17642     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17643   layout:
17644     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17645     layout: "plot-throughput-speedup-analysis"
17646
17647 - type: "plot"
17648   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17649   algorithm: "plot_tsa_name"
17650   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17651   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17652   include:
17653     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17654     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17655     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17656     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17657     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17658     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17659   layout:
17660     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17661     layout: "plot-throughput-speedup-analysis"
17662
17663 - type: "plot"
17664   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17665   algorithm: "plot_tsa_name"
17666   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17668   include:
17669     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17670     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17671     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17672     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17673     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17674     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17675   layout:
17676     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
17677     layout: "plot-throughput-speedup-analysis"
17678
17679 - type: "plot"
17680   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17681   algorithm: "plot_tsa_name"
17682   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17683   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17684   include:
17685     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17686     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17687     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17688     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17689     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17690     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17691   layout:
17692     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
17693     layout: "plot-throughput-speedup-analysis"
17694
17695 - type: "plot"
17696   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17697   algorithm: "plot_tsa_name"
17698   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17700   include:
17701     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17702     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17703     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17704     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17707   layout:
17708     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
17709     layout: "plot-throughput-speedup-analysis"
17710
17711 - type: "plot"
17712   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17713   algorithm: "plot_tsa_name"
17714   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17715   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17716   include:
17717     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17718     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17719     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17722   layout:
17723     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
17724     layout: "plot-throughput-speedup-analysis"
17725
17726 - type: "plot"
17727   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17728   algorithm: "plot_tsa_name"
17729   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17731   include:
17732     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17733     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17737   layout:
17738     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
17739     layout: "plot-throughput-speedup-analysis"
17740
17741 - type: "plot"
17742   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17743   algorithm: "plot_tsa_name"
17744   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17745   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17746   include:
17747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17749     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17750     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17751     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17752   layout:
17753     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17754     layout: "plot-throughput-speedup-analysis"
17755
17756 - type: "plot"
17757   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17758   algorithm: "plot_tsa_name"
17759   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17761   include:
17762     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17763     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17764     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17765     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17766     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17767   layout:
17768     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17769     layout: "plot-throughput-speedup-analysis"
17770
17771 - type: "plot"
17772   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17773   algorithm: "plot_tsa_name"
17774   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17775   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17776   include:
17777     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17780     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17781     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17782   layout:
17783     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
17784     layout: "plot-throughput-speedup-analysis"
17785
17786 - type: "plot"
17787   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17788   algorithm: "plot_tsa_name"
17789   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17790   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17791   include:
17792     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17795     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17796     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17797   layout:
17798     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
17799     layout: "plot-throughput-speedup-analysis"
17800
17801 - type: "plot"
17802   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17803   algorithm: "plot_tsa_name"
17804   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17805   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17806   include:
17807     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17808     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17809     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17810     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17811     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17812   layout:
17813     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
17814     layout: "plot-throughput-speedup-analysis"
17815
17816 - type: "plot"
17817   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17818   algorithm: "plot_tsa_name"
17819   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17821   include:
17822     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17823     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17825     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17826     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17827   layout:
17828     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
17829     layout: "plot-throughput-speedup-analysis"
17830
17831 - type: "plot"
17832   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17833   algorithm: "plot_tsa_name"
17834   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17835   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17836   include:
17837     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17838     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17839     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17840     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17841     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17842   layout:
17843     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
17844     layout: "plot-throughput-speedup-analysis"
17845
17846 - type: "plot"
17847   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17848   algorithm: "plot_tsa_name"
17849   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17851   include:
17852     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17853     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17854     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17855     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17856     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17857   layout:
17858     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
17859     layout: "plot-throughput-speedup-analysis"
17860
17861 - type: "plot"
17862   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17863   algorithm: "plot_tsa_name"
17864   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17865   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17866   include:
17867     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17868     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17869     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17871     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17872     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17873   layout:
17874     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
17875     layout: "plot-throughput-speedup-analysis"
17876
17877 - type: "plot"
17878   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17879   algorithm: "plot_tsa_name"
17880   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17882   include:
17883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17887     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17889   layout:
17890     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
17891     layout: "plot-throughput-speedup-analysis"
17892
17893 - type: "plot"
17894   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17895   algorithm: "plot_tsa_name"
17896   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17897   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17898   include:
17899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17903   layout:
17904     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
17905     layout: "plot-throughput-speedup-analysis"
17906
17907 - type: "plot"
17908   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17909   algorithm: "plot_tsa_name"
17910   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17911   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17912   include:
17913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17916     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17917   layout:
17918     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
17919     layout: "plot-throughput-speedup-analysis"
17920
17921 - type: "plot"
17922   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17923   algorithm: "plot_tsa_name"
17924   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17926   include:
17927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17932     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17933   layout:
17934     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
17935     layout: "plot-throughput-speedup-analysis"
17936
17937 - type: "plot"
17938   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17939   algorithm: "plot_tsa_name"
17940   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17942   include:
17943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17949   layout:
17950     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
17951     layout: "plot-throughput-speedup-analysis"
17952
17953 - type: "plot"
17954   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17955   algorithm: "plot_tsa_name"
17956   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17958   include:
17959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17963   layout:
17964     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17965     layout: "plot-throughput-speedup-analysis"
17966
17967 - type: "plot"
17968   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17969   algorithm: "plot_tsa_name"
17970   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17971   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17972   include:
17973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17977   layout:
17978     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17979     layout: "plot-throughput-speedup-analysis"
17980
17981 - type: "plot"
17982   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17983   algorithm: "plot_tsa_name"
17984   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17986   include:
17987     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
17988     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17989     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17990     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
17991     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
17992     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17993   layout:
17994     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
17995     layout: "plot-throughput-speedup-analysis"
17996
17997 - type: "plot"
17998   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
17999   algorithm: "plot_tsa_name"
18000   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18002   include:
18003     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18004     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18005     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18006     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18007     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18008     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18009   layout:
18010     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18011     layout: "plot-throughput-speedup-analysis"
18012
18013 - type: "plot"
18014   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18015   algorithm: "plot_tsa_name"
18016   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18017   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18018   include:
18019     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18020     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18021     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18022     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18023   layout:
18024     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18025     layout: "plot-throughput-speedup-analysis"
18026
18027 - type: "plot"
18028   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18029   algorithm: "plot_tsa_name"
18030   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18032   include:
18033     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18034     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18035     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18036     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18037   layout:
18038     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18039     layout: "plot-throughput-speedup-analysis"
18040
18041 - type: "plot"
18042   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18043   algorithm: "plot_tsa_name"
18044   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18046   include:
18047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18052   layout:
18053     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18054     layout: "plot-throughput-speedup-analysis"
18055
18056 - type: "plot"
18057   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18058   algorithm: "plot_tsa_name"
18059   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18060   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18061   include:
18062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18067   layout:
18068     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18069     layout: "plot-throughput-speedup-analysis"
18070
18071 - type: "plot"
18072   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18073   algorithm: "plot_tsa_name"
18074   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18076   include:
18077     - "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"
18078     - "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"
18079     - "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"
18080     - "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"
18081     - "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"
18082   layout:
18083     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18084     layout: "plot-throughput-speedup-analysis"
18085
18086 - type: "plot"
18087   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18088   algorithm: "plot_tsa_name"
18089   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18090   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18091   include:
18092     - "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"
18093     - "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"
18094     - "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"
18095     - "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"
18096     - "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"
18097   layout:
18098     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18099     layout: "plot-throughput-speedup-analysis"
18100
18101 - type: "plot"
18102   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18103   algorithm: "plot_tsa_name"
18104   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18105   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18106   include:
18107     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18110     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18111     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18112   layout:
18113     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18114     layout: "plot-throughput-speedup-analysis"
18115
18116 - type: "plot"
18117   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18118   algorithm: "plot_tsa_name"
18119   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18120   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18121   include:
18122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18127   layout:
18128     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18129     layout: "plot-throughput-speedup-analysis"
18130
18131 - type: "plot"
18132   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18133   algorithm: "plot_tsa_name"
18134   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18135   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18136   include:
18137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18140     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18141     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18142   layout:
18143     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18144     layout: "plot-throughput-speedup-analysis"
18145
18146 - type: "plot"
18147   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18148   algorithm: "plot_tsa_name"
18149   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18150   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18151   include:
18152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18155     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18156     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18157   layout:
18158     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18159     layout: "plot-throughput-speedup-analysis"
18160
18161 - type: "plot"
18162   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18163   algorithm: "plot_tsa_name"
18164   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18165   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18166   include:
18167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18170     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18171   layout:
18172     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18173     layout: "plot-throughput-speedup-analysis"
18174
18175 - type: "plot"
18176   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18177   algorithm: "plot_tsa_name"
18178   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18180   include:
18181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18185   layout:
18186     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18187     layout: "plot-throughput-speedup-analysis"
18188
18189 - type: "plot"
18190   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18191   algorithm: "plot_tsa_name"
18192   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18194   include:
18195     - "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"
18196     - "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"
18197     - "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"
18198     - "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"
18199   layout:
18200     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18201     layout: "plot-throughput-speedup-analysis"
18202
18203 - type: "plot"
18204   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18205   algorithm: "plot_tsa_name"
18206   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18207   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18208   include:
18209     - "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"
18210     - "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"
18211     - "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"
18212     - "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"
18213   layout:
18214     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
18215     layout: "plot-throughput-speedup-analysis"
18216
18217 - type: "plot"
18218   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18219   algorithm: "plot_tsa_name"
18220   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18221   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18222   include:
18223     - "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"
18224     - "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"
18225     - "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"
18226     - "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"
18227     - "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"
18228     - "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"
18229   layout:
18230     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18231     layout: "plot-throughput-speedup-analysis"
18232
18233 - type: "plot"
18234   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18235   algorithm: "plot_tsa_name"
18236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18238   include:
18239     - "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"
18240     - "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"
18241     - "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"
18242     - "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"
18243     - "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"
18244     - "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"
18245   layout:
18246     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18247     layout: "plot-throughput-speedup-analysis"
18248
18249 ################################################################################
18250
18251 # Packet Throughput - DPDK
18252
18253 # 2n-clx-xxv710
18254
18255 - type: "plot"
18256   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18257   algorithm: "plot_perf_box_name"
18258   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18259   data: "plot-dpdk-throughput-latency-2n-clx"
18260   include:
18261     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18262     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18263   layout:
18264     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18265     layout: "plot-throughput"
18266
18267 - type: "plot"
18268   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18269   algorithm: "plot_perf_box_name"
18270   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18271   data: "plot-dpdk-throughput-latency-2n-clx"
18272   include:
18273     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18274     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18275   layout:
18276     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18277     layout: "plot-throughput"
18278
18279 - type: "plot"
18280   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18281   algorithm: "plot_perf_box_name"
18282   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18283   data: "plot-dpdk-throughput-latency-2n-clx"
18284   include:
18285     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18286     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18287   layout:
18288     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18289     layout: "plot-throughput"
18290
18291 - type: "plot"
18292   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18293   algorithm: "plot_perf_box_name"
18294   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18295   data: "plot-dpdk-throughput-latency-2n-clx"
18296   include:
18297     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18298     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18299   layout:
18300     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18301     layout: "plot-throughput"
18302
18303 # 2n-clx-x710
18304
18305 - type: "plot"
18306   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18307   algorithm: "plot_perf_box_name"
18308   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18309   data: "plot-dpdk-throughput-latency-2n-clx"
18310   include:
18311     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18312     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18313   layout:
18314     title: "2n-clx-x710-64b-2t1c-base-ndr"
18315     layout: "plot-throughput"
18316
18317 - type: "plot"
18318   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18319   algorithm: "plot_perf_box_name"
18320   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18321   data: "plot-dpdk-throughput-latency-2n-clx"
18322   include:
18323     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18324     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18325   layout:
18326     title: "2n-clx-x710-64b-4t2c-base-ndr"
18327     layout: "plot-throughput"
18328
18329 - type: "plot"
18330   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18331   algorithm: "plot_perf_box_name"
18332   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18333   data: "plot-dpdk-throughput-latency-2n-clx"
18334   include:
18335     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18336     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18337   layout:
18338     title: "2n-clx-x710-64b-2t1c-base-pdr"
18339     layout: "plot-throughput"
18340
18341 - type: "plot"
18342   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18343   algorithm: "plot_perf_box_name"
18344   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18345   data: "plot-dpdk-throughput-latency-2n-clx"
18346   include:
18347     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18348     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18349   layout:
18350     title: "2n-clx-x710-64b-4t2c-base-pdr"
18351     layout: "plot-throughput"
18352
18353 ################################################################################
18354
18355 - type: "plot"
18356   title: "Latency by percentile: 2n-skx"
18357   algorithm: "plot_hdrh_lat_by_percentile"
18358   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18359   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18360   target-links: "../../_static/vpp"
18361   data: "plot-vpp-hdrh-lat-2n-skx"
18362   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18363   layout:
18364     layout: "plot-hdrh-latency-by-percentile"
18365
18366 - type: "plot"
18367   title: "Latency by percentile: 3n-skx"
18368   algorithm: "plot_hdrh_lat_by_percentile"
18369   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18370   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18371   target-links: "../../_static/vpp"
18372   data: "plot-vpp-hdrh-lat-3n-skx"
18373   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18374   layout:
18375     layout: "plot-hdrh-latency-by-percentile"
18376
18377 - type: "plot"
18378   title: "Latency by percentile: 2n-clx"
18379   algorithm: "plot_hdrh_lat_by_percentile"
18380   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18381   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18382   target-links: "../../_static/vpp"
18383   data: "plot-vpp-hdrh-lat-2n-clx"
18384   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18385   layout:
18386     layout: "plot-hdrh-latency-by-percentile"
18387
18388 - type: "plot"
18389   title: "Latency by percentile: 3n-hsw"
18390   algorithm: "plot_hdrh_lat_by_percentile"
18391   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18392   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18393   target-links: "../../_static/vpp"
18394   data: "plot-vpp-hdrh-lat-3n-hsw"
18395   filter: "'1T1C' and 'NIC_Intel-XL710'"
18396   layout:
18397     layout: "plot-hdrh-latency-by-percentile"
18398
18399 - type: "plot"
18400   title: "Latency by percentile: 3n-tsh"
18401   algorithm: "plot_hdrh_lat_by_percentile"
18402   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18403   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18404   target-links: "../../_static/vpp"
18405   data: "plot-vpp-hdrh-lat-3n-tsh"
18406   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18407   layout:
18408     layout: "plot-hdrh-latency-by-percentile"
18409
18410 - type: "plot"
18411   title: "Latency by percentile: DPDK 2n-skx"
18412   algorithm: "plot_hdrh_lat_by_percentile"
18413   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18414   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18415   target-links: "../../_static/dpdk"
18416   data: "plot-dpdk-hdrh-lat-2n-skx"
18417   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18418   layout:
18419     layout: "plot-hdrh-latency-by-percentile"
18420
18421 - type: "plot"
18422   title: "Latency by percentile: DPDK 3n-skx"
18423   algorithm: "plot_hdrh_lat_by_percentile"
18424   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18425   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18426   target-links: "../../_static/dpdk"
18427   data: "plot-dpdk-hdrh-lat-3n-skx"
18428   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18429   layout:
18430     layout: "plot-hdrh-latency-by-percentile"
18431
18432 - type: "plot"
18433   title: "Latency by percentile: DPDK 2n-clx"
18434   algorithm: "plot_hdrh_lat_by_percentile"
18435   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18436   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18437   target-links: "../../_static/dpdk"
18438   data: "plot-dpdk-hdrh-lat-2n-clx"
18439   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18440   layout:
18441     layout: "plot-hdrh-latency-by-percentile"
18442
18443 - type: "plot"
18444   title: "Latency by percentile: DPDK 3n-hsw"
18445   algorithm: "plot_hdrh_lat_by_percentile"
18446   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18447   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18448   target-links: "../../_static/dpdk"
18449   data: "plot-dpdk-hdrh-lat-3n-hsw"
18450   filter: "'1T1C' and 'NIC_Intel-XL710'"
18451   layout:
18452     layout: "plot-hdrh-latency-by-percentile"
18453
18454 - type: "plot"
18455   title: "Latency by percentile: DPDK 3n-tsh"
18456   algorithm: "plot_hdrh_lat_by_percentile"
18457   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18458   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18459   target-links: "../../_static/dpdk"
18460   data: "plot-dpdk-hdrh-lat-3n-tsh"
18461   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18462   layout:
18463     layout: "plot-hdrh-latency-by-percentile"