Report: Add data for RC1 detailed test results
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       # TODO: Add:
155       csit-vpp-perf-report-iterative-2009-3n-hsw:
156         - 3  # RC1 NDRPDR sel env5
157
158     plot-vpp-hdrh-lat-3n-hsw:
159       # TODO: Add:
160       csit-vpp-perf-report-iterative-2009-3n-hsw:
161         - 3  # RC1 NDRPDR sel env5
162
163     plot-vpp-hoststack-3n-hsw:
164       # TODO: Replace:
165       # csit-vpp-perf-report-iterative-2009-3n-hsw: OR
166       # csit-vpp-perf-verify-2009-3n-hsw:
167       csit-vpp-perf-verify-2005-3n-hsw:
168         - 3   # hoststack
169         - 5   # hoststack
170         - 6   # hoststack
171         - 7   # hoststack
172         - 8   # hoststack
173         - 9   # hoststack
174         - 10  # hoststack
175         - 11  # hoststack
176         - 12  # hoststack
177         - 13  # hoststack
178
179     plot-dpdk-throughput-latency-3n-hsw:
180       # TODO: Add:
181       csit-dpdk-perf-report-iterative-2009-3n-hsw:
182         - 3  # RC1 NDRPDR sel env5
183
184     plot-dpdk-hdrh-lat-3n-hsw:
185       # TODO: Add:
186       csit-dpdk-perf-report-iterative-2009-3n-hsw:
187         - 3  # RC1 NDRPDR sel env5
188
189     # 3n-skx
190
191     plot-vpp-throughput-lat-tsa-3n-skx:
192       # TODO: Add:
193       csit-vpp-perf-report-iterative-2009-3n-skx:
194         - 3  # RC1 NDRPDR sel env5
195
196     plot-vpp-hdrh-lat-3n-skx:
197       # TODO: Add:
198       csit-vpp-perf-report-iterative-2009-3n-skx:
199         - 3  # RC1 NDRPDR sel env5
200
201     plot-vpp-nfv-3n-skx-ndrpdr:
202       # TODO: Replace:
203       # csit-vpp-perf-report-iterative-2009-3n-skx:
204       csit-vpp-perf-report-iterative-2005-3n-skx:
205         - 4   # NDRPDR sel
206         - 5   # NDRPDR sel ??? all x710 failed
207         - 33  # NDRPDR sel
208         - 28  # NDRPDR sel
209         - 34  # NDRPDR sel
210
211     plot-vpp-nfv-3n-skx-mrr:
212       # TODO: Replace:
213       # csit-vpp-perf-report-iterative-2009-3n-skx:
214       csit-vpp-perf-report-iterative-2005-3n-skx:
215         - 49  # MRR sel env 4
216
217     plot-dpdk-throughput-latency-3n-skx:
218       # TODO: Add:
219       csit-dpdk-perf-report-iterative-2009-3n-skx:
220         - 3  # RC1 NDRPDR sel env5
221
222     plot-dpdk-hdrh-lat-3n-skx:
223       # TODO: Add:
224       csit-dpdk-perf-report-iterative-2009-3n-skx:
225         - 3  # RC1 NDRPDR sel env5
226
227     # 2n-skx
228
229     plot-vpp-throughput-lat-tsa-2n-skx:
230       # TODO: Add:
231       csit-vpp-perf-report-iterative-2009-2n-skx:
232         - 3  # RC1 NDRPDR sel env5
233
234     plot-vpp-hdrh-lat-2n-skx:
235       # TODO: Add:
236       csit-vpp-perf-report-iterative-2009-2n-skx:
237         - 3  # RC1 NDRPDR sel env5
238
239     plot-vpp-soak-2n-skx:
240       # TODO: Replace:
241       # csit-vpp-perf-report-iterative-2009-2n-skx:
242       csit-vpp-perf-report-iterative-2005-2n-skx:
243         - 122 # Soak
244         - 123 # Soak
245
246     plot-vpp-nfv-2n-skx-ndrpdr:
247       # TODO: Replace:
248       # csit-vpp-perf-report-iterative-2009-2n-skx:
249       csit-vpp-perf-report-iterative-2005-2n-skx:
250         - 113 # nf-density-sel env 4
251         - 114 # nf-density-sel env 4
252         - 124 # nf-density-sel env 4
253         - 128 # nf-density-sel env 4
254         - 129 # nf-density-sel env 4
255         - 131 # nf-density-sel env 4
256         - 132 # nf-density-sel env 4
257         - 135 # nf-density-sel env 4
258         - 136 # nf-density-sel env 4
259         - 139 # nf-density-sel env 4
260
261     plot-vpp-nfv-2n-skx-mrr:
262       # TODO: Replace:
263       # csit-vpp-perf-report-iterative-2009-2n-skx:
264       csit-vpp-perf-report-iterative-2005-2n-skx:
265         - 115 # nf-density-sel env 4
266
267     plot-vpp-nfv-reconf-2n-skx:
268       # TODO: Replace:
269       # csit-vpp-perf-report-iterative-2009-2n-skx:
270       csit-vpp-perf-report-iterative-2005-2n-skx:
271         - 106 # Reconf env 4
272         - 107 # Reconf env 4
273         - 108 # Reconf env 4
274         - 109 # Reconf env 4
275         - 110 # Reconf env 4
276         - 111 # Reconf env 4
277         - 112 # Reconf env 4
278         - 118 # Reconf env 4
279         - 120 # Reconf env 4
280         - 121 # Reconf env 4
281
282     plot-dpdk-throughput-latency-2n-skx:
283       # TODO: Add:
284       csit-dpdk-perf-report-iterative-2009-2n-skx:
285         - 3  # RC1 NDRPDR sel env5
286
287     plot-dpdk-hdrh-lat-2n-skx:
288       # TODO: Add:
289       csit-dpdk-perf-report-iterative-2009-2n-skx:
290         - 3  # RC1 NDRPDR sel env5
291
292     # 2n-clx
293
294     plot-vpp-throughput-lat-tsa-2n-clx:
295       # TODO: Add:
296       csit-vpp-perf-report-iterative-2009-2n-clx:
297         - 3  # RC1 NDRPDR sel env5
298
299     plot-vpp-hdrh-lat-2n-clx:
300       # TODO: Add:
301       csit-vpp-perf-report-iterative-2009-2n-clx:
302         - 3  # RC1 NDRPDR sel env5
303
304     plot-vpp-nfv-2n-clx-ndrpdr:
305       # TODO: Replace:
306       # csit-vpp-perf-report-iterative-2009-2n-clx:
307       csit-vpp-perf-report-iterative-2005-2n-clx:
308         - 91  # nfv-density-00 env 4
309         - 92  # nfv-density-00 env 4
310         - 93  # nfv-density-00 env 4
311         - 97  # nfv-density-00 env 4
312         - 98  # nfv-density-00 env 4
313         - 99  # nfv-density-00 env 4
314         - 100 # nfv-density-00 env 4
315         - 105 # nfv-density-00 env 4
316         - 106 # nfv-density-00 env 4
317         - 108 # nfv-density-00 env 4
318
319     plot-vpp-nfv-2n-clx-mrr:
320       # TODO: Replace:
321       # csit-vpp-perf-report-iterative-2009-2n-clx:
322       csit-vpp-perf-report-iterative-2005-2n-clx:
323         - 96  # MRR
324
325     plot-vpp-nfv-reconf-2n-clx:
326       # TODO: Replace:
327       # csit-vpp-perf-report-iterative-2009-2n-clx:
328       csit-vpp-perf-report-iterative-2005-2n-clx:
329         - 81  # Reconf env 4
330         - 82  # Reconf env 4
331         - 83  # Reconf env 4
332         - 84  # Reconf env 4
333         - 85  # Reconf env 4
334         - 86  # Reconf env 4
335         - 87  # Reconf env 4
336         - 88  # Reconf env 4
337         - 89  # Reconf env 4
338         - 90  # Reconf env 4
339
340     plot-vpp-soak-2n-clx:
341       # TODO: Replace:
342       # csit-vpp-perf-report-iterative-2009-2n-clx:
343       csit-vpp-perf-report-iterative-2005-2n-clx:
344         - 101 # Soak
345         - 102 # Soak
346
347     plot-dpdk-throughput-latency-2n-clx:
348       # TODO: Add:
349       csit-dpdk-perf-report-iterative-2009-2n-clx:
350         - 3  # RC1 NDRPDR sel env5
351
352     plot-dpdk-hdrh-lat-2n-clx:
353       # TODO: Add:
354       csit-dpdk-perf-report-iterative-2009-2n-clx:
355         - 3  # RC1 NDRPDR sel env5
356
357     # 3n-tsh
358
359     plot-vpp-throughput-lat-tsa-3n-tsh:
360       # TODO: Replace:
361       # csit-vpp-perf-report-iterative-2009-3n-tsh:
362       csit-vpp-perf-report-iterative-2005-3n-tsh:
363         - 23  # NDRPDR sel env 4
364         - 25  # NDRPDR sel env 4
365         - 33  # NDRPDR sel env 4
366         - 34  # NDRPDR sel env 4
367         - 35  # NDRPDR sel env 4
368         - 36  # NDRPDR sel env 4
369         - 37  # NDRPDR sel env 4
370         - 38  # NDRPDR sel env 4
371         - 39  # NDRPDR sel env 4
372         - 40  # NDRPDR sel env 4
373
374     plot-vpp-hdrh-lat-3n-tsh:
375       # TODO: Replace:
376       # csit-vpp-perf-report-iterative-2009-3n-tsh:
377       csit-vpp-perf-report-iterative-2005-3n-tsh:
378         - 35  # NDRPDR sel env 4
379
380     plot-dpdk-throughput-latency-3n-tsh:
381       # TODO: Add:
382       csit-dpdk-perf-report-iterative-2009-3n-tsh:
383         - 1  # RC1 NDRPDR sel env5
384
385     plot-dpdk-hdrh-lat-3n-tsh:
386       # TODO: Add:
387       csit-dpdk-perf-report-iterative-2009-3n-tsh:
388         - 1  # RC1 NDRPDR sel env5
389
390     # 3n-dnv
391
392     plot-vpp-throughput-lat-tsa-3n-dnv:
393       # TODO: Replace:
394       # csit-vpp-perf-report-iterative-2009-3n-dnv:
395       csit-vpp-perf-report-iterative-2005-3n-dnv:
396         - 2   # NDRPDR sel
397         - 3   # NDRPDR sel
398         - 4   # NDRPDR sel
399         - 5   # NDRPDR sel
400         - 6   # NDRPDR sel
401         - 7   # NDRPDR sel
402         - 9   # NDRPDR sel
403         - 10  # NDRPDR sel
404         - 11  # NDRPDR sel
405         - 12  # NDRPDR sel
406
407     plot-dpdk-throughput-latency-3n-dnv:
408       # TODO: Replace:
409       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
410       csit-dpdk-perf-report-iterative-2005-3n-dnv:
411         - 6   # NDRPDR sel
412         - 7   # NDRPDR sel
413         - 8   # NDRPDR sel
414         - 9   # NDRPDR sel
415         - 10  # NDRPDR sel
416         - 11  # NDRPDR sel
417         - 12  # NDRPDR sel
418         - 13  # NDRPDR sel
419         - 14  # NDRPDR sel
420         - 16  # NDRPDR sel
421
422     # 2n-dnv
423
424     plot-vpp-throughput-lat-tsa-2n-dnv:
425       # TODO: Replace:
426       # csit-vpp-perf-report-iterative-2009-2n-dnv:
427       csit-vpp-perf-report-iterative-2005-2n-dnv:
428         - 3   # NDRPDR sel
429         - 6   # NDRPDR sel
430         - 7   # NDRPDR sel
431         - 8   # NDRPDR sel
432         - 9   # NDRPDR sel
433         - 10  # NDRPDR sel
434         - 11  # NDRPDR sel
435         - 12  # NDRPDR sel
436         - 13  # NDRPDR sel
437         - 14  # NDRPDR sel
438
439     plot-dpdk-throughput-latency-2n-dnv:
440       # TODO: Replace:
441       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
442       csit-dpdk-perf-report-iterative-2005-2n-dnv:
443         - 8   # NDRPDR sel
444         - 9   # NDRPDR sel
445         - 10  # NDRPDR sel
446         - 11  # NDRPDR sel
447         - 12  # NDRPDR sel
448         - 13  # NDRPDR sel
449         - 14  # NDRPDR sel
450         - 15  # NDRPDR sel
451         - 16  # NDRPDR sel
452         - 17  # NDRPDR sel
453
454     ###########################################################################
455     # Simple tables (only one data set):
456
457     # NIC Comparisons
458
459     vpp-nic-comparison-3n-skx:
460       # TODO: Add:
461       csit-vpp-perf-report-iterative-2009-3n-skx:
462         - 3  # RC1 NDRPDR sel env5
463
464     vpp-nic-comparison-2n-skx:
465       # TODO: Add:
466       csit-vpp-perf-report-iterative-2009-2n-skx:
467         - 3  # RC1 NDRPDR sel env5
468
469     vpp-nic-comparison-3n-skx-mrr:
470       # TODO: Replace:
471       # csit-vpp-perf-report-iterative-2009-3n-skx:
472       csit-vpp-perf-report-iterative-2005-3n-skx:
473         - 49  # MRR sel env 4
474
475     vpp-nic-comparison-2n-skx-mrr:
476       # TODO: Replace:
477       # csit-vpp-perf-report-iterative-2009-2n-skx:
478       csit-vpp-perf-report-iterative-2005-2n-skx:
479         - 99  # MRR sel env 4
480
481     # Results
482
483     vpp-perf-results-3n-hsw:
484       # TODO: Replace:
485       # csit-vpp-perf-report-coverage-2009-3n-hsw:
486       csit-vpp-perf-report-iterative-2009-3n-hsw:
487         - 3  # RC1 NDRPDR sel env5
488
489     vpp-perf-results-3n-skx:
490       # TODO: Replace:
491       # csit-vpp-perf-report-coverage-2009-3n-skx:
492       csit-vpp-perf-report-iterative-2009-3n-skx:
493         - 3  # RC1 NDRPDR sel env5
494
495     vpp-perf-results-2n-skx:
496       # TODO: Replace:
497       # csit-vpp-perf-report-coverage-2009-2n-skx:
498       csit-vpp-perf-report-iterative-2009-2n-skx:
499         - 3  # RC1 NDRPDR sel env5
500
501     vpp-perf-results-2n-clx:
502       # TODO: Replace:
503       # csit-vpp-perf-report-coverage-2009-2n-clx:
504       csit-vpp-perf-report-iterative-2009-2n-clx:
505         - 3  # RC1 NDRPDR sel env5
506
507     vpp-perf-results-3n-tsh:
508       # TODO: Replace:
509       # csit-vpp-perf-report-coverage-2009-3n-tsh:
510       csit-vpp-perf-report-iterative-2009-3n-tsh:
511         - 3  # RC1 NDRPDR sel env5
512
513     vpp-perf-results-3n-dnv:
514       # TODO: Replace:
515       # csit-vpp-perf-report-coverage-2009-3n-dnv:
516       csit-vpp-perf-report-coverage-2005-3n-dnv:
517         - 1   # perf-full-3n-dnv-crypto_I
518         - 24  # perf-full-3n-dnv-crypto_II
519         - 5   # perf-full-3n-dnv-ip4_I
520         - 13  # perf-full-3n-dnv-ip4_II
521         - 17  # perf-full-3n-dnv-ip6_I
522         - 18  # perf-full-3n-dnv-ip6_II
523         - 21  # perf-full-3n-dnv-l2_I
524         - 22  # perf-full-3n-dnv-l2_II
525         - 23  # perf-full-3n-dnv-ip4-tunnels_I
526
527     vpp-perf-results-2n-dnv:
528       # TODO: Replace:
529       # csit-vpp-perf-report-coverage-2009-2n-dnv:
530       csit-vpp-perf-report-coverage-2005-2n-dnv:
531         - 1   # perf-full-2n-dnv-ip4_I
532         - 2   # perf-full-2n-dnv-ip4_II
533         - 3   # perf-full-2n-dnv-ip6_I
534         - 4   # perf-full-2n-dnv-ip6_II
535         - 5   # perf-full-2n-dnv-l2_I
536         - 6   # perf-full-2n-dnv-l2_II
537
538     vpp-mrr-results-3n-hsw:
539       # TODO: Replace:
540       # csit-vpp-perf-report-iterative-2009-3n-hsw:
541       csit-vpp-perf-report-iterative-2005-3n-hsw:
542         - 30  # MRR env 4
543
544     vpp-mrr-results-3n-skx:
545       # TODO: Replace:
546       # csit-vpp-perf-report-iterative-2009-3n-skx:
547       csit-vpp-perf-report-iterative-2005-3n-skx:
548         - 49  # MRR sel env 4
549
550     vpp-mrr-results-2n-skx:
551       # TODO: Replace:
552       # csit-vpp-perf-report-iterative-2009-2n-skx:
553       csit-vpp-perf-report-iterative-2005-2n-skx:
554         - 99  # MRR sel env 4
555
556     vpp-mrr-results-2n-clx:
557       # TODO: Replace:
558       # csit-vpp-perf-report-iterative-2009-2n-clx:
559       csit-vpp-perf-report-iterative-2005-2n-clx:
560         - 72  # MRR env 4
561
562     vpp-mrr-results-3n-tsh:
563       # TODO: Replace:
564       # csit-vpp-perf-report-iterative-2009-3n-tsh:
565       csit-vpp-perf-report-iterative-2005-3n-tsh:
566         - 27  # MRR sel env 4
567
568     vpp-mrr-results-3n-dnv:
569       # TODO: Replace:
570       # csit-vpp-perf-report-iterative-2009-3n-dnv:
571       csit-vpp-perf-report-iterative-2005-3n-dnv:
572         - 8   # MRR
573
574     vpp-mrr-results-2n-dnv:
575       # TODO: Replace:
576       # csit-vpp-perf-report-iterative-2009-2n-dnv:
577       csit-vpp-perf-report-iterative-2005-2n-dnv:
578         - 15  # MRR sel
579
580     vpp-device-results-ubuntu:
581       # TODO: Replace:
582       # csit-vpp-device-2009-ubuntu1804-1n-skx:
583       csit-vpp-device-2005-ubuntu1804-1n-skx:
584         - 35
585
586     dpdk-perf-results-3n-hsw:
587       csit-dpdk-perf-report-iterative-2009-3n-hsw:
588         - 3  # RC1 NDRPDR sel env5
589
590     dpdk-perf-results-3n-skx:
591       csit-dpdk-perf-report-iterative-2009-3n-skx:
592         - 3  # RC1 NDRPDR sel env5
593
594     dpdk-perf-results-2n-skx:
595       csit-dpdk-perf-report-iterative-2009-2n-skx:
596         - 3  # RC1 NDRPDR sel env5
597
598     dpdk-perf-results-2n-clx:
599       csit-dpdk-perf-report-iterative-2009-2n-clx:
600         - 3  # RC1 NDRPDR sel env5
601
602     dpdk-perf-results-2n-dnv:
603       # TODO: Replace:
604       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
605       csit-dpdk-perf-report-iterative-2005-2n-dnv:
606         - 8   # NDRPDR sel
607
608     dpdk-perf-results-3n-dnv:
609       # TODO: Replace:
610       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
611       csit-dpdk-perf-report-iterative-2005-3n-dnv:
612         - 6   # NDRPDR sel
613
614     dpdk-perf-results-3n-tsh:
615       csit-dpdk-perf-report-iterative-2009-3n-tsh:
616         - 1  # RC1 NDRPDR sel env5
617
618 ###########################################################################
619     # Tables (more than one data set)
620
621     # Performance changes
622
623     vpp-performance-changes-3n-hsw-h1:
624       csit-vpp-perf-report-iterative-2005-3n-hsw:
625         - 31  # NDRPDR sel 2001.0-4
626         - 32  # NDRPDR sel 2001.0-4
627         - 33  # NDRPDR sel 2001.0-4
628         - 34  # NDRPDR sel 2001.0-4
629         - 35  # NDRPDR sel 2001.0-4
630         - 36  # NDRPDR sel 2001.0-4
631         - 38  # NDRPDR sel 2001.0-4
632     vpp-performance-changes-3n-hsw-ref:
633       csit-vpp-perf-report-iterative-2005-3n-hsw:
634         - 20  # NDRPDR sel env 4
635         - 21  # NDRPDR sel env 4
636         - 22  # NDRPDR sel env 4
637         - 23  # NDRPDR sel env 4
638         - 24  # NDRPDR sel env 4
639         - 25  # NDRPDR sel env 4
640         - 26  # NDRPDR sel env 4
641         - 27  # NDRPDR sel env 4
642         - 28  # NDRPDR sel env 4
643         - 29  # NDRPDR sel env 4
644     vpp-performance-changes-3n-hsw-cmp:
645       # TODO: Add:
646       csit-vpp-perf-report-iterative-2009-3n-hsw:
647         - 3  # RC1 NDRPDR sel env5
648
649     vpp-performance-changes-3n-skx-h1:
650       csit-vpp-perf-report-iterative-2005-3n-skx:
651         - 50  # NDRPDR sel 2001.0-4
652         - 51  # NDRPDR sel 2001.0-4
653         - 52  # NDRPDR sel 2001.0-4
654         - 53  # NDRPDR sel 2001.0-4
655         - 54  # NDRPDR sel 2001.0-4
656     vpp-performance-changes-3n-skx-ref:
657       csit-vpp-perf-report-iterative-2005-3n-skx:
658         - 42  # NDRPDR sel env 4
659         - 43  # NDRPDR sel env 4
660         - 44  # NDRPDR sel env 4
661         - 45  # NDRPDR sel env 4
662         - 47  # NDRPDR sel env 4
663         - 55  # NDRPDR sel env 4
664         - 56  # NDRPDR sel env 4
665         - 57  # NDRPDR sel env 4
666         - 61  # NDRPDR sel env 4
667         - 62  # NDRPDR sel env 4
668     vpp-performance-changes-3n-skx-cmp:
669       # TODO: Add:
670       csit-vpp-perf-report-iterative-2009-3n-skx:
671         - 3  # RC1 NDRPDR sel env5
672
673     vpp-performance-changes-2n-skx-h1:
674       csit-vpp-perf-report-iterative-2005-2n-skx:
675         - 100 # NDRPDR sel 2001.0-4
676         - 101 # NDRPDR sel 2001.0-4
677         - 102 # NDRPDR sel 2001.0-4
678         - 103 # NDRPDR sel 2001.0-4
679         - 104 # NDRPDR sel 2001.0-4
680         - 105 # NDRPDR sel 2001.0-4
681     vpp-performance-changes-2n-skx-ref:
682       csit-vpp-perf-report-iterative-2005-2n-skx:
683         - 88  # NDRPDR sel env 4
684         - 89  # NDRPDR sel env 4
685         - 90  # NDRPDR sel env 4
686         - 91  # NDRPDR sel env 4
687         - 92  # NDRPDR sel env 4
688         - 93  # NDRPDR sel env 4
689         - 94  # NDRPDR sel env 4
690         - 125 # NDRPDR sel env 4
691         - 126 # NDRPDR sel env 4
692         - 127 # NDRPDR sel env 4
693     vpp-performance-changes-2n-skx-cmp:
694       # TODO: Add:
695       csit-vpp-perf-report-iterative-2009-2n-skx:
696         - 3  # RC1 NDRPDR sel env5
697
698     vpp-performance-changes-2n-clx-h1:
699       csit-vpp-perf-report-iterative-2005-2n-clx:
700         - 73  # NDRPDR sel 2001.0-4
701         - 74  # NDRPDR sel 2001.0-4
702         - 75  # NDRPDR sel 2001.0-4
703         - 76  # NDRPDR sel 2001.0-4
704         - 77  # NDRPDR sel 2001.0-4
705         - 78  # NDRPDR sel 2001.0-4
706         - 79  # NDRPDR sel 2001.0-4
707         - 80  # NDRPDR sel 2001.0-4
708     vpp-performance-changes-2n-clx-ref:
709       csit-vpp-perf-report-iterative-2005-2n-clx:
710         - 62  # NDRPDR sel env 4
711         - 63  # NDRPDR sel env 4
712         - 64  # NDRPDR sel env 4
713         - 65  # NDRPDR sel env 4
714         - 66  # NDRPDR sel env 4
715         - 68  # NDRPDR sel env 4
716         - 69  # NDRPDR sel env 4
717         - 70  # NDRPDR sel env 4
718         - 103 # NDRPDR sel env 4
719         - 104 # NDRPDR sel env 4
720     vpp-performance-changes-2n-clx-cmp:
721       # TODO: Add:
722       csit-vpp-perf-report-iterative-2009-2n-clx:
723         - 3  # RC1 NDRPDR sel env5
724
725     vpp-performance-changes-2n-dnv-h1:
726       csit-vpp-perf-verify-2001-2n-dnv:
727         - 4   # NDRPDR sel
728         - 5   # NDRPDR sel
729         - 6   # NDRPDR sel
730         - 7   # NDRPDR sel
731         - 8   # NDRPDR sel
732         - 9   # NDRPDR sel
733         - 10  # NDRPDR sel
734         - 11  # NDRPDR sel
735         - 13  # NDRPDR sel
736         - 16  # NDRPDR sel
737     vpp-performance-changes-2n-dnv-ref:
738       csit-vpp-perf-report-iterative-2005-2n-dnv:
739         - 3   # NDRPDR sel
740         - 6   # NDRPDR sel
741         - 7   # NDRPDR sel
742         - 8   # NDRPDR sel
743         - 9   # NDRPDR sel
744         - 10  # NDRPDR sel
745         - 11  # NDRPDR sel
746         - 12  # NDRPDR sel
747         - 13  # NDRPDR sel
748         - 14  # NDRPDR sel
749     vpp-performance-changes-2n-dnv-cmp:
750       # TODO: Replace:
751       # csit-vpp-perf-report-iterative-2009-2n-dnv:
752       csit-vpp-perf-report-iterative-2005-2n-dnv:
753         - 3   # NDRPDR sel
754         - 6   # NDRPDR sel
755         - 7   # NDRPDR sel
756         - 8   # NDRPDR sel
757         - 9   # NDRPDR sel
758         - 10  # NDRPDR sel
759         - 11  # NDRPDR sel
760         - 12  # NDRPDR sel
761         - 13  # NDRPDR sel
762         - 14  # NDRPDR sel
763
764     vpp-performance-changes-3n-dnv-h1:
765       csit-vpp-perf-verify-2001-3n-dnv:
766         - 5   # NDRPDR sel
767         - 6   # NDRPDR sel
768         - 7   # NDRPDR sel
769         - 8   # NDRPDR sel
770         - 9   # NDRPDR sel
771         - 10  # NDRPDR sel
772         - 12  # NDRPDR sel
773         - 16  # NDRPDR sel
774         - 17  # NDRPDR sel
775         - 18  # NDRPDR sel
776     vpp-performance-changes-3n-dnv-ref:
777       csit-vpp-perf-report-iterative-2005-3n-dnv:
778         - 2   # NDRPDR sel
779         - 3   # NDRPDR sel
780         - 4   # NDRPDR sel
781         - 5   # NDRPDR sel
782         - 6   # NDRPDR sel
783         - 7   # NDRPDR sel
784         - 9   # NDRPDR sel
785         - 10  # NDRPDR sel
786         - 11  # NDRPDR sel
787         - 12  # NDRPDR sel
788     vpp-performance-changes-3n-dnv-cmp:
789       # TODO: Replace:
790       # csit-vpp-perf-report-iterative-2009-3n-dnv:
791       csit-vpp-perf-report-iterative-2005-3n-dnv:
792         - 2   # NDRPDR sel
793         - 3   # NDRPDR sel
794         - 4   # NDRPDR sel
795         - 5   # NDRPDR sel
796         - 6   # NDRPDR sel
797         - 7   # NDRPDR sel
798         - 9   # NDRPDR sel
799         - 10  # NDRPDR sel
800         - 11  # NDRPDR sel
801         - 12  # NDRPDR sel
802
803     vpp-performance-changes-3n-tsh-h1:
804       csit-vpp-perf-report-iterative-2005-3n-tsh:
805         - 28  # NDRPDR sel 2001.0-4
806         - 29  # NDRPDR sel 2001.0-4
807         - 31  # NDRPDR sel 2001.0-4
808     vpp-performance-changes-3n-tsh-ref:
809       csit-vpp-perf-report-iterative-2005-3n-tsh:
810         - 23  # NDRPDR sel env 4
811         - 25  # NDRPDR sel env 4
812         - 33  # NDRPDR sel env 4
813         - 34  # NDRPDR sel env 4
814         - 35  # NDRPDR sel env 4
815         - 36  # NDRPDR sel env 4
816         - 37  # NDRPDR sel env 4
817         - 38  # NDRPDR sel env 4
818         - 39  # NDRPDR sel env 4
819         - 40  # NDRPDR sel env 4
820     vpp-performance-changes-3n-tsh-cmp:
821       # TODO: Replace:
822       # csit-vpp-perf-report-iterative-2009-3n-tsh:
823       csit-vpp-perf-report-iterative-2005-3n-tsh:
824         - 23  # NDRPDR sel env 4
825         - 25  # NDRPDR sel env 4
826         - 33  # NDRPDR sel env 4
827         - 34  # NDRPDR sel env 4
828         - 35  # NDRPDR sel env 4
829         - 36  # NDRPDR sel env 4
830         - 37  # NDRPDR sel env 4
831         - 38  # NDRPDR sel env 4
832         - 39  # NDRPDR sel env 4
833         - 40  # NDRPDR sel env 4
834
835     vpp-soak-vs-ndr-2n-skx-ref:
836       # TODO: Replace:
837       # csit-vpp-perf-report-iterative-2009-2n-skx:
838       csit-vpp-perf-report-iterative-2005-2n-skx:
839         - 88  # NDRPDR sel env 4
840         - 89  # NDRPDR sel env 4
841         - 90  # NDRPDR sel env 4
842         - 91  # NDRPDR sel env 4
843         - 92  # NDRPDR sel env 4
844         - 93  # NDRPDR sel env 4
845         - 94  # NDRPDR sel env 4
846         - 125 # NDRPDR sel env 4
847         - 126 # NDRPDR sel env 4
848         - 127 # NDRPDR sel env 4
849     vpp-soak-vs-ndr-2n-skx-cmp:
850       # TODO: Replace:
851       # csit-vpp-perf-report-iterative-2009-2n-skx:
852       csit-vpp-perf-report-iterative-2005-2n-skx:
853         - 122 # Soak
854         - 123 # Soak
855     vpp-soak-vs-ndr-2n-skx:
856       # TODO: Replace:
857       # csit-vpp-perf-report-iterative-2009-2n-skx:
858       csit-vpp-perf-report-iterative-2005-2n-skx:
859         - 88  # NDRPDR sel env 4
860         - 89  # NDRPDR sel env 4
861         - 90  # NDRPDR sel env 4
862         - 91  # NDRPDR sel env 4
863         - 92  # NDRPDR sel env 4
864         - 93  # NDRPDR sel env 4
865         - 94  # NDRPDR sel env 4
866         - 125 # NDRPDR sel env 4
867         - 126 # NDRPDR sel env 4
868         - 127 # NDRPDR sel env 4
869         - 122 # Soak
870         - 123 # Soak
871
872     vpp-soak-vs-ndr-2n-clx-ref:
873       # TODO: Replace:
874       # csit-vpp-perf-report-iterative-2009-2n-clx:
875       csit-vpp-perf-report-iterative-2005-2n-clx:
876         - 62  # NDRPDR sel env 4
877         - 63  # NDRPDR sel env 4
878         - 64  # NDRPDR sel env 4
879         - 65  # NDRPDR sel env 4
880         - 66  # NDRPDR sel env 4
881         - 68  # NDRPDR sel env 4
882         - 69  # NDRPDR sel env 4
883         - 70  # NDRPDR sel env 4
884         - 103 # NDRPDR sel env 4
885         - 104 # NDRPDR sel env 4
886     vpp-soak-vs-ndr-2n-clx-cmp:
887       # TODO: Replace:
888       # csit-vpp-perf-report-iterative-2009-2n-clx:
889       csit-vpp-perf-report-iterative-2005-2n-clx:
890         - 101 # Soak
891         - 102 # Soak
892     vpp-soak-vs-ndr-2n-clx:
893       # TODO: Replace:
894       # csit-vpp-perf-report-iterative-2009-2n-clx:
895       csit-vpp-perf-report-iterative-2005-2n-clx:
896         - 62  # NDRPDR sel env 4
897         - 63  # NDRPDR sel env 4
898         - 64  # NDRPDR sel env 4
899         - 65  # NDRPDR sel env 4
900         - 66  # NDRPDR sel env 4
901         - 68  # NDRPDR sel env 4
902         - 69  # NDRPDR sel env 4
903         - 70  # NDRPDR sel env 4
904         - 103 # NDRPDR sel env 4
905         - 104 # NDRPDR sel env 4
906         - 101 # Soak
907         - 102 # Soak
908
909     vpp-performance-changes-3n-hsw-mrr-h1:
910       csit-vpp-perf-verify-2001-3n-hsw:
911         - 17  # MRR sel
912     vpp-performance-changes-3n-hsw-mrr-ref:
913       csit-vpp-perf-report-iterative-2005-3n-hsw:
914         - 30  # MRR env 4
915     vpp-performance-changes-3n-hsw-mrr-cmp:
916       # TODO: Replace:
917       # csit-vpp-perf-report-iterative-2009-3n-hsw:
918       csit-vpp-perf-report-iterative-2005-3n-hsw:
919         - 30  # MRR env 4
920
921     vpp-performance-changes-3n-skx-mrr-h1:
922       csit-vpp-perf-verify-2001-3n-skx:
923         - 50  # MRR sel
924         - 53  # MRR sel addition
925     vpp-performance-changes-3n-skx-mrr-ref:
926       csit-vpp-perf-report-iterative-2005-3n-skx:
927         - 49  # MRR sel env 4
928     vpp-performance-changes-3n-skx-mrr-cmp:
929       # TODO: Replace:
930       # csit-vpp-perf-report-iterative-2009-3n-skx:
931       csit-vpp-perf-report-iterative-2005-3n-skx:
932         - 49  # MRR sel env 4
933
934     vpp-performance-changes-2n-skx-mrr-h1:
935       csit-vpp-perf-verify-2001-2n-skx:
936         - 101 # MRR sel
937         - 128 # MRR sel addition
938     vpp-performance-changes-2n-skx-mrr-ref:
939       csit-vpp-perf-report-iterative-2005-2n-skx:
940         - 99  # MRR sel env 4
941     vpp-performance-changes-2n-skx-mrr-cmp:
942       # TODO: Replace:
943       # csit-vpp-perf-report-iterative-2009-2n-skx:
944       csit-vpp-perf-report-iterative-2005-2n-skx:
945         - 99  # MRR sel env 4
946
947     vpp-performance-changes-2n-clx-mrr-h1:
948       csit-vpp-perf-verify-2001-2n-clx:
949         - 39  # MRR
950     vpp-performance-changes-2n-clx-mrr-ref:
951       csit-vpp-perf-report-iterative-2005-2n-clx:
952         - 72   # MRR sel env 4
953     vpp-performance-changes-2n-clx-mrr-cmp:
954       # TODO: Replace:
955       # csit-vpp-perf-report-iterative-2009-2n-clx:
956       csit-vpp-perf-report-iterative-2005-2n-clx:
957         - 72   # MRR sel env 4
958
959 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
960 #      csit-vpp-perf-verify-1908-2n-skx:
961 #        - 71  # NFV MRR
962 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
963 #      # csit-vpp-perf-verify-2001-2n-skx:
964 #      csit-vpp-perf-verify-1908-2n-skx:
965 #        - 71  # NFV MRR
966
967     vpp-performance-changes-2n-dnv-mrr-h1:
968       csit-vpp-perf-verify-2001-2n-dnv:
969         - 12  # MRR sel
970     vpp-performance-changes-2n-dnv-mrr-ref:
971       csit-vpp-perf-report-iterative-2005-2n-dnv:
972         - 15  # MRR sel
973     vpp-performance-changes-2n-dnv-mrr-cmp:
974       # TODO: Replace:
975       # csit-vpp-perf-report-iterative-2009-2n-dnv:
976       csit-vpp-perf-report-iterative-2005-2n-dnv:
977         - 15  # MRR sel
978
979     vpp-performance-changes-3n-dnv-mrr-h1:
980       csit-vpp-perf-verify-2001-3n-dnv:
981         - 11  # MRR sel
982     vpp-performance-changes-3n-dnv-mrr-ref:
983       csit-vpp-perf-report-iterative-2005-3n-dnv:
984         - 8   # MRR
985     vpp-performance-changes-3n-dnv-mrr-cmp:
986       # TODO: Replace:
987       # csit-vpp-perf-report-iterative-2009-3n-dnv:
988       csit-vpp-perf-report-iterative-2005-3n-dnv:
989         - 8   # MRR
990
991     vpp-performance-changes-3n-tsh-mrr-h1:
992       csit-vpp-perf-verify-2001-3n-tsh:
993         - 9   # MRR sel
994     vpp-performance-changes-3n-tsh-mrr-ref:
995       csit-vpp-perf-report-iterative-2005-3n-tsh:
996         - 27  # MRR sel env 4
997     vpp-performance-changes-3n-tsh-mrr-cmp:
998       # TODO: Replace:
999       # csit-vpp-perf-report-iterative-2009-3n-tsh:
1000       csit-vpp-perf-report-iterative-2005-3n-tsh:
1001         - 27  # MRR sel env 4
1002
1003     dpdk-performance-changes-3n-hsw-h1:
1004       csit-dpdk-perf-verify-2001-3n-hsw:
1005         - 4   # NDRPDR sel
1006         - 5   # NDRPDR sel
1007         - 6   # NDRPDR sel
1008         - 7   # NDRPDR sel
1009         - 8   # NDRPDR sel
1010         - 9   # NDRPDR sel
1011         - 10  # NDRPDR sel
1012         - 11  # NDRPDR sel
1013         - 12  # NDRPDR sel
1014         - 13  # NDRPDR sel
1015         - 15  # NDRPDR sel
1016         - 16  # NDRPDR sel
1017         - 17  # NDRPDR sel
1018         - 18  # NDRPDR sel
1019         - 19  # NDRPDR sel
1020         - 20  # NDRPDR sel
1021         - 21  # NDRPDR sel
1022         - 22  # NDRPDR sel
1023         - 23  # NDRPDR sel
1024         - 24  # NDRPDR sel
1025     dpdk-performance-changes-3n-hsw-ref:
1026       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1027         - 25  # NDRPDR iter
1028         - 26  # NDRPDR iter
1029         - 27  # NDRPDR iter
1030         - 28  # NDRPDR iter
1031         - 29  # NDRPDR iter
1032         - 30  # NDRPDR iter
1033         - 31  # NDRPDR iter
1034         - 32  # NDRPDR iter
1035         - 33  # NDRPDR iter
1036         - 34  # NDRPDR iter
1037     dpdk-performance-changes-3n-hsw-cmp:
1038       # TODO: Add:
1039       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1040         - 3  # RC1 NDRPDR sel env5
1041
1042     dpdk-performance-changes-3n-skx-h1:
1043       csit-dpdk-perf-verify-2001-3n-skx:
1044         - 29  # NDRPDR sel xxv710
1045         - 33  # NDRPDR sel xxv710
1046         - 34  # NDRPDR sel xxv710
1047         - 35  # NDRPDR sel xxv710
1048         - 36  # NDRPDR sel xxv710
1049         - 37  # NDRPDR sel xxv710
1050         - 41  # NDRPDR sel xxv710
1051         - 42  # NDRPDR sel xxv710
1052         - 43  # NDRPDR sel xxv710
1053         - 45  # NDRPDR sel xxv710
1054         - 30  # NDRPDR sel x710
1055         - 31  # NDRPDR sel x710
1056         - 32  # NDRPDR sel x710
1057         - 38  # NDRPDR sel x710
1058         - 39  # NDRPDR sel x710
1059         - 40  # NDRPDR sel x710
1060         - 44  # NDRPDR sel x710
1061         - 46  # NDRPDR sel x710
1062         - 47  # NDRPDR sel x710
1063         - 48  # NDRPDR sel x710
1064     dpdk-performance-changes-3n-skx-ref:
1065       csit-dpdk-perf-report-iterative-2005-3n-skx:
1066         - 28  # NDRPDR iter
1067         - 29  # NDRPDR iter
1068         - 30  # NDRPDR iter
1069         - 31  # NDRPDR iter
1070         - 32  # NDRPDR iter
1071         - 33  # NDRPDR iter
1072         - 34  # NDRPDR iter
1073         - 35  # NDRPDR iter
1074         - 36  # NDRPDR iter
1075         - 37  # NDRPDR iter
1076     dpdk-performance-changes-3n-skx-cmp:
1077       # TODO: Add:
1078       csit-dpdk-perf-report-iterative-2009-3n-skx:
1079         - 3  # RC1 NDRPDR sel env5
1080
1081     dpdk-performance-changes-2n-skx-h1:
1082       csit-dpdk-perf-verify-2001-2n-skx:
1083         - 35  # NDRPDR sel xxv710
1084         - 36  # NDRPDR sel xxv710
1085         - 37  # NDRPDR sel xxv710
1086         - 41  # NDRPDR sel xxv710
1087         - 42  # NDRPDR sel xxv710
1088         - 43  # NDRPDR sel xxv710
1089         - 46  # NDRPDR sel xxv710
1090         - 47  # NDRPDR sel xxv710
1091         - 52  # NDRPDR sel xxv710
1092         - 53  # NDRPDR sel xxv710
1093         - 38  # NDRPDR sel x710
1094         - 39  # NDRPDR sel x710
1095         - 40  # NDRPDR sel x710
1096         - 44  # NDRPDR sel x710
1097         - 45  # NDRPDR sel x710
1098         - 48  # NDRPDR sel x710
1099         - 49  # NDRPDR sel x710
1100         - 50  # NDRPDR sel x710
1101         - 51  # NDRPDR sel x710
1102         - 54  # NDRPDR sel x710
1103     dpdk-performance-changes-2n-skx-ref:
1104       csit-dpdk-perf-report-iterative-2005-2n-skx:
1105         - 20  # NDRPDR iter
1106         - 21  # NDRPDR iter
1107         - 22  # NDRPDR iter
1108         - 23  # NDRPDR iter
1109         - 24  # NDRPDR iter
1110         - 25  # NDRPDR iter
1111         - 26  # NDRPDR iter
1112         - 27  # NDRPDR iter
1113         - 28  # NDRPDR iter
1114         - 29  # NDRPDR iter
1115     dpdk-performance-changes-2n-skx-cmp:
1116       # TODO: Add:
1117       csit-dpdk-perf-report-iterative-2009-2n-skx:
1118         - 3  # RC1 NDRPDR sel env5
1119
1120     dpdk-performance-changes-2n-clx-h1:
1121       csit-dpdk-perf-verify-2001-2n-clx:
1122         - 15  # NDRPDR sel
1123         - 16  # NDRPDR sel
1124         - 17  # NDRPDR sel
1125         - 18  # NDRPDR sel
1126         - 19  # NDRPDR sel
1127         - 20  # NDRPDR sel
1128         - 21  # NDRPDR sel
1129         - 22  # NDRPDR sel
1130         - 23  # NDRPDR sel
1131         - 24  # NDRPDR sel
1132         - 25  # NDRPDR sel
1133         - 26  # NDRPDR sel
1134         - 27  # NDRPDR sel
1135         - 28  # NDRPDR sel
1136         - 29  # NDRPDR sel
1137         - 30  # NDRPDR sel
1138         - 31  # NDRPDR sel
1139         - 32  # NDRPDR sel
1140         - 33  # NDRPDR sel
1141         - 34  # NDRPDR sel
1142     dpdk-performance-changes-2n-clx-ref:
1143       csit-dpdk-perf-report-iterative-2005-2n-clx:
1144         - 20  # NDRPDR iter
1145         - 21  # NDRPDR iter
1146         - 22  # NDRPDR iter
1147         - 23  # NDRPDR iter
1148         - 24  # NDRPDR iter
1149         - 25  # NDRPDR iter
1150         - 26  # NDRPDR iter
1151         - 27  # NDRPDR iter
1152         - 28  # NDRPDR iter
1153         - 29  # NDRPDR iter
1154     dpdk-performance-changes-2n-clx-cmp:
1155       # TODO: Add:
1156       csit-dpdk-perf-report-iterative-2009-2n-clx:
1157         - 3  # RC1 NDRPDR sel env5
1158
1159     dpdk-performance-changes-2n-dnv-h1:
1160       csit-dpdk-perf-verify-2001-2n-dnv:
1161         - 9   # NDRPDR sel
1162         - 10  # NDRPDR sel
1163         - 11  # NDRPDR sel
1164         - 12  # NDRPDR sel
1165         - 13  # NDRPDR sel
1166         - 14  # NDRPDR sel
1167         - 15  # NDRPDR sel
1168         - 16  # NDRPDR sel
1169         - 17  # NDRPDR sel
1170         - 18  # NDRPDR sel
1171     dpdk-performance-changes-2n-dnv-ref:
1172       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1173         - 8   # NDRPDR sel
1174         - 9   # NDRPDR sel
1175         - 10  # NDRPDR sel
1176         - 11  # NDRPDR sel
1177         - 12  # NDRPDR sel
1178         - 13  # NDRPDR sel
1179         - 14  # NDRPDR sel
1180         - 15  # NDRPDR sel
1181         - 16  # NDRPDR sel
1182         - 17  # NDRPDR sel
1183     dpdk-performance-changes-2n-dnv-cmp:
1184       # TODO: Replace:
1185       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
1186       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1187         - 8   # NDRPDR sel
1188         - 9   # NDRPDR sel
1189         - 10  # NDRPDR sel
1190         - 11  # NDRPDR sel
1191         - 12  # NDRPDR sel
1192         - 13  # NDRPDR sel
1193         - 14  # NDRPDR sel
1194         - 15  # NDRPDR sel
1195         - 16  # NDRPDR sel
1196         - 17  # NDRPDR sel
1197
1198     dpdk-performance-changes-3n-dnv-h1:
1199       csit-dpdk-perf-verify-2001-3n-dnv:
1200         - 12  # NDRPDR sel
1201         - 13  # NDRPDR sel
1202         - 14  # NDRPDR sel
1203         - 15  # NDRPDR sel
1204         - 16  # NDRPDR sel
1205         - 17  # NDRPDR sel
1206         - 18  # NDRPDR sel
1207         - 19  # NDRPDR sel
1208         - 20  # NDRPDR sel
1209         - 22  # NDRPDR sel
1210     dpdk-performance-changes-3n-dnv-ref:
1211       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1212         - 6   # NDRPDR sel
1213         - 7   # NDRPDR sel
1214         - 8   # NDRPDR sel
1215         - 9   # NDRPDR sel
1216         - 10  # NDRPDR sel
1217         - 11  # NDRPDR sel
1218         - 12  # NDRPDR sel
1219         - 13  # NDRPDR sel
1220         - 14  # NDRPDR sel
1221         - 16  # NDRPDR sel
1222     dpdk-performance-changes-3n-dnv-cmp:
1223       # TODO: Replace:
1224       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
1225       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1226         - 6   # NDRPDR sel
1227         - 7   # NDRPDR sel
1228         - 8   # NDRPDR sel
1229         - 9   # NDRPDR sel
1230         - 10  # NDRPDR sel
1231         - 11  # NDRPDR sel
1232         - 12  # NDRPDR sel
1233         - 13  # NDRPDR sel
1234         - 14  # NDRPDR sel
1235         - 16  # NDRPDR sel
1236
1237     dpdk-performance-changes-3n-tsh-h1:
1238       csit-dpdk-perf-verify-2001-3n-tsh:
1239         - 3   # NDRPDR sel
1240         - 4   # NDRPDR sel
1241         - 5   # NDRPDR sel
1242         - 9   # NDRPDR sel
1243         - 10  # NDRPDR sel
1244         - 11  # NDRPDR sel
1245         - 12  # NDRPDR sel
1246         - 14  # NDRPDR sel
1247         - 15  # NDRPDR sel
1248         - 18  # NDRPDR sel
1249     dpdk-performance-changes-3n-tsh-ref:
1250       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1251         - 5   # NDRPDR sel
1252     dpdk-performance-changes-3n-tsh-cmp:
1253       # TODO: Add:
1254       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1255         - 1  # RC1 NDRPDR sel env5
1256
1257     # Compare testbeds
1258
1259     vpp-compare-testbeds-ref:
1260       # TODO: Add:
1261       csit-vpp-perf-report-iterative-2009-3n-hsw:
1262         - 3  # RC1 NDRPDR sel env5
1263     vpp-compare-testbeds-cmp:
1264       # TODO: Add:
1265       csit-vpp-perf-report-iterative-2009-3n-skx:
1266         - 3  # RC1 NDRPDR sel env5
1267
1268     vpp-compare-testbeds-skx-clx-ref:
1269       # TODO: Add:
1270       csit-vpp-perf-report-iterative-2009-2n-skx:
1271         - 3  # RC1 NDRPDR sel env5
1272     vpp-compare-testbeds-skx-clx-cmp:
1273       # TODO: Add:
1274       csit-vpp-perf-report-iterative-2009-2n-clx:
1275         - 3  # RC1 NDRPDR sel env5
1276
1277     vpp-compare-testbeds-hsw-clx-ref:
1278       # TODO: Add:
1279       csit-vpp-perf-report-iterative-2009-3n-hsw:
1280         - 3  # RC1 NDRPDR sel env5
1281     vpp-compare-testbeds-hsw-clx-cmp:
1282       # TODO: Add:
1283       csit-vpp-perf-report-iterative-2009-2n-clx:
1284         - 3  # RC1 NDRPDR sel env5
1285
1286     vpp-compare-testbeds-mrr-ref:
1287       # TODO: Replace:
1288       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1289       csit-vpp-perf-report-iterative-2005-3n-hsw:
1290         - 30  # MRR env 4
1291     vpp-compare-testbeds-mrr-cmp:
1292       # TODO: Replace:
1293       # csit-vpp-perf-report-iterative-2009-3n-skx:
1294       csit-vpp-perf-report-iterative-2005-3n-skx:
1295         - 49  # MRR sel env 4
1296
1297     vpp-compare-testbeds-mrr-skx-clx-ref:
1298       # TODO: Replace:
1299       # csit-vpp-perf-report-iterative-2009-2n-skx:
1300       csit-vpp-perf-report-iterative-2005-2n-skx:
1301         - 99  # MRR sel env 4
1302     vpp-compare-testbeds-mrr-skx-clx-cmp:
1303       # TODO: Replace:
1304       # csit-vpp-perf-report-iterative-2009-2n-clx:
1305       csit-vpp-perf-report-iterative-2005-2n-clx:
1306         - 72  # MRR env 4
1307
1308     vpp-compare-testbeds-mrr-hsw-clx-ref:
1309       # TODO: Replace:
1310       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1311       csit-vpp-perf-report-iterative-2005-3n-hsw:
1312         - 30  # MRR env 4
1313     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1314       # TODO: Replace:
1315       # csit-vpp-perf-report-iterative-2009-2n-clx:
1316       csit-vpp-perf-report-iterative-2005-2n-clx:
1317         - 72  # MRR env 4
1318
1319     dpdk-compare-testbeds-ref:
1320       # TODO: Add:
1321       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1322         - 3  # RC1 NDRPDR sel env5
1323     dpdk-compare-testbeds-cmp:
1324       # TODO: Add:
1325       csit-dpdk-perf-report-iterative-2009-3n-skx:
1326         - 3  # RC1 NDRPDR sel env5
1327
1328     dpdk-compare-testbeds-skx-clx-ref:
1329       # TODO: Add:
1330       csit-dpdk-perf-report-iterative-2009-2n-skx:
1331         - 3  # RC1 NDRPDR sel env5
1332     dpdk-compare-testbeds-skx-clx-cmp:
1333       # TODO: Add:
1334       csit-dpdk-perf-report-iterative-2009-2n-clx:
1335         - 3  # RC1 NDRPDR sel env5
1336
1337     # Compare topologies
1338
1339     vpp-compare-topologies-ref:
1340       # TODO: Add:
1341       csit-vpp-perf-report-iterative-2009-3n-skx:
1342         - 3  # RC1 NDRPDR sel env5
1343     vpp-compare-topologies-cmp:
1344       # TODO: Add:
1345       csit-vpp-perf-report-iterative-2009-2n-skx:
1346         - 3  # RC1 NDRPDR sel env5
1347
1348     vpp-compare-topologies-mrr-ref:
1349       # TODO: Replace:
1350       # csit-vpp-perf-report-iterative-2009-3n-skx:
1351       csit-vpp-perf-report-iterative-2005-3n-skx:
1352         - 49  # MRR sel env 4
1353     vpp-compare-topologies-mrr-cmp:
1354       # TODO: Replace:
1355       # csit-vpp-perf-report-iterative-2009-2n-skx:
1356       csit-vpp-perf-report-iterative-2005-2n-skx:
1357         - 99  # MRR sel env 4
1358
1359     dpdk-compare-topologies-ref:
1360       # TODO: Add:
1361       csit-dpdk-perf-report-iterative-2009-3n-skx:
1362         - 3  # RC1 NDRPDR sel env5
1363     dpdk-compare-topologies-cmp:
1364       # TODO: Add:
1365       csit-dpdk-perf-report-iterative-2009-2n-skx:
1366         - 3  # RC1 NDRPDR sel env5
1367
1368   plot-layouts:
1369
1370     plot-soak-throughput:
1371       titlefont:
1372         size: 18
1373       xaxis:
1374         title: "<b>Test Cases [Index]</b>"
1375         titlefont:
1376           size: 16
1377         autorange: True
1378         fixedrange: False
1379         gridcolor: "rgb(230, 230, 230)"
1380         linecolor: "rgb(220, 220, 220)"
1381         linewidth: 1
1382         showgrid: True
1383         showline: True
1384         showticklabels: True
1385         tickcolor: "rgb(220, 220, 220)"
1386         tickmode: "linear"
1387         tickfont:
1388           size: 16
1389         zeroline: False
1390       yaxis:
1391         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1392         titlefont:
1393           size: 16
1394         gridcolor: "rgb(230, 230, 230)"
1395         hoverformat: ".4r"
1396         tickformat: ".3r"
1397         linecolor: "rgb(220, 220, 220)"
1398         linewidth: 1
1399         showgrid: True
1400         showline: True
1401         showticklabels: True
1402         tickcolor: "rgb(220, 220, 220)"
1403         tickfont:
1404           size: 16
1405         zeroline: False
1406         range: [0,50]
1407       autosize: False
1408       margin:
1409         t: 50
1410         b: 0
1411         l: 80
1412         r: 20
1413       showlegend: True
1414       legend:
1415         orientation: "h"
1416         font:
1417           size: 16
1418       width: 700
1419       height: 900
1420       paper_bgcolor: "#fff"
1421       plot_bgcolor: "#fff"
1422       hoverlabel:
1423         namelength: -1
1424
1425     plot-service-density:
1426       titlefont:
1427         size: 18
1428       xaxis:
1429         side: "top"
1430         autorange: True
1431         fixedrange: False
1432         showgrid: False
1433         showline: False
1434         showticklabels: False
1435         ticks: ""
1436         ticklen: 0
1437         tickwidth: 0
1438         zeroline: False
1439       yaxis:
1440         autorange: "reversed"
1441         showgrid: False
1442         showline: False
1443         showticklabels: False
1444         ticks: ""
1445         ticklen: 0
1446         tickwidth: 0
1447         zeroline: False
1448       showlegend: False
1449       paper_bgcolor: "#fff"
1450       plot_bgcolor: "#fff"
1451       width: 700
1452       height: 700
1453       hoverlabel:
1454         namelength: -1
1455
1456     plot-hoststack:
1457       titlefont:
1458         size: 16
1459       xaxis:
1460         title: "<b>Test Cases [Index]</b>"
1461         titlefont:
1462           size: 14
1463         autorange: True
1464         fixedrange: False
1465         gridcolor: "rgb(230, 230, 230)"
1466         linecolor: "rgb(220, 220, 220)"
1467         linewidth: 1
1468         showgrid: True
1469         showline: True
1470         showticklabels: True
1471         tickcolor: "rgb(220, 220, 220)"
1472         tickmode: "linear"
1473         tickfont:
1474           size: 14
1475         zeroline: False
1476       yaxis:
1477         title: "<b>Bandwidth [Gbps]</b>"
1478         titlefont:
1479           size: 14
1480         gridcolor: "rgb(230, 230, 230)"
1481         hoverformat: ".4s"
1482         linecolor: "rgb(220, 220, 220)"
1483         linewidth: 1
1484         rangemode: "tozero"
1485         showgrid: True
1486         showline: True
1487         showticklabels: True
1488         tickcolor: "rgb(230, 230, 230)"
1489         tickformat: ".3s"
1490         tickfont:
1491           size: 14
1492         zeroline: False
1493       boxmode: "group"
1494       boxgroupgap: 0.5
1495       autosize: False
1496       margin:
1497         t: 50
1498         b: 20
1499         l: 80
1500         r: 20
1501       showlegend: True
1502       legend:
1503         orientation: "h"
1504         font:
1505           size: 14
1506       width: 700
1507       height: 800
1508       paper_bgcolor: "#fff"
1509       plot_bgcolor: "#fff"
1510       hoverlabel:
1511         namelength: -1
1512
1513     plot-throughput:
1514       titlefont:
1515         size: 18
1516       xaxis:
1517         title: "<b>Test Cases [Index]</b>"
1518         titlefont:
1519           size: 16
1520         autorange: True
1521         fixedrange: False
1522         gridcolor: "rgb(230, 230, 230)"
1523         linecolor: "rgb(220, 220, 220)"
1524         linewidth: 1
1525         showgrid: True
1526         showline: True
1527         showticklabels: True
1528         tickcolor: "rgb(220, 220, 220)"
1529         tickmode: "linear"
1530         tickfont:
1531           size: 16
1532         zeroline: False
1533       yaxis:
1534         title: "<b>Packet Throughput [Mpps]</b>"
1535         titlefont:
1536           size: 16
1537         gridcolor: "rgb(230, 230, 230)"
1538         hoverformat: ".4r"
1539         tickformat: ".3r"
1540         linecolor: "rgb(220, 220, 220)"
1541         linewidth: 1
1542         showgrid: True
1543         showline: True
1544         showticklabels: True
1545         tickcolor: "rgb(220, 220, 220)"
1546         tickfont:
1547           size: 16
1548         zeroline: False
1549         range: [0,50]
1550       autosize: False
1551       margin:
1552         t: 50
1553         b: 0
1554         l: 80
1555         r: 20
1556       showlegend: True
1557       legend:
1558         orientation: "h"
1559         font:
1560           size: 16
1561       width: 700
1562       height: 900
1563       paper_bgcolor: "#fff"
1564       plot_bgcolor: "#fff"
1565       hoverlabel:
1566         namelength: -1
1567
1568     plot-throughput-speedup-analysis:
1569       titlefont:
1570         size: 18
1571       xaxis:
1572         title: "<b>Number of Cores [Qty]</b>"
1573         titlefont:
1574           size: 16
1575         autorange: True
1576         fixedrange: False
1577         gridcolor: "rgb(230, 230, 230)"
1578         linecolor: "rgb(220, 220, 220)"
1579         linewidth: 1
1580         showgrid: True
1581         showline: True
1582         showticklabels: True
1583         tickcolor: "rgb(238, 238, 238)"
1584         tickmode: "linear"
1585         tickfont:
1586           size: 16
1587         zeroline: False
1588       yaxis:
1589         title: "<b>Packet Throughput [Mpps]</b>"
1590         titlefont:
1591           size: 16
1592         type: "linear"
1593         gridcolor: "rgb(230, 230, 230)"
1594         hoverformat: ".4s"
1595         linecolor: "rgb(220, 220, 220)"
1596         linewidth: 1
1597         showgrid: True
1598         showline: True
1599         showticklabels: True
1600         tickcolor: "rgb(220, 220, 220)"
1601         tickformat: ".4s"
1602         tickfont:
1603           size: 16
1604         zeroline: True
1605         rangemode: "tozero"
1606         range: [0,100]
1607       legend:
1608         orientation: "h"
1609         font:
1610           size: 16
1611         xanchor: "left"
1612         yanchor: "top"
1613         x: 0
1614         y: -0.2
1615         bgcolor: "rgba(255, 255, 255, 0)"
1616         bordercolor: "rgba(255, 255, 255, 0)"
1617         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1618       autosize: False
1619       margin:
1620           't': 50
1621           'b': 150
1622           'l': 85
1623           'r': 10
1624       showlegend: True
1625       width: 700
1626       height: 700
1627       paper_bgcolor: "#fff"
1628       plot_bgcolor: "#fff"
1629       hoverlabel:
1630         namelength: -1
1631       annotations: [
1632         {
1633           text: "_ _          __          ...",
1634           align: "left",
1635           showarrow: False,
1636           xref: "paper",
1637           yref: "paper",
1638           xanchor: "left",
1639           yanchor: "top",
1640           x: 0,
1641           y: -0.13,
1642           font: {
1643             family: "Consolas, Courier New",
1644             size: 15
1645           },
1646         },
1647         {
1648           text: "    Perfect     Measured     Limit",
1649           align: "left",
1650           showarrow: False,
1651           xref: "paper",
1652           yref: "paper",
1653           xanchor: "left",
1654           yanchor: "top",
1655           x: 0,
1656           y: -0.15,
1657           font: {
1658             family: "Consolas, Courier New",
1659             size: 15
1660           },
1661         },
1662       ]
1663
1664     plot-latency:
1665       titlefont:
1666         size: 18
1667       xaxis:
1668         title: "<b>Direction</b>"
1669         titlefont:
1670           size: 16
1671         autorange: True
1672         fixedrange: False
1673         gridcolor: "rgb(230, 230, 230)"
1674         linecolor: "rgb(220, 220, 220)"
1675         linewidth: 1
1676         showgrid: True
1677         showline: True
1678         showticklabels: False
1679         tickcolor: "rgb(220, 220, 220)"
1680         tickmode: "linear"
1681         tickfont:
1682           size: 16
1683         zeroline: False
1684       yaxis:
1685         title: "<b>Packet Latency [uSec]</b>"
1686         titlefont:
1687           size: 16
1688         type: "linear"
1689         gridcolor: "rgb(230, 230, 230)"
1690         hoverformat: ".4s"
1691         linecolor: "rgb(220, 220, 220)"
1692         linewidth: 1
1693         showgrid: True
1694         showline: True
1695         showticklabels: True
1696         tickcolor: "rgb(220, 220, 220)"
1697         tickformat: ".4s"
1698         tickfont:
1699           size: 16
1700         zeroline: True
1701         rangemode: "tozero"
1702       legend:
1703         orientation: "h"
1704         font:
1705           size: 16
1706         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1707       autosize: False
1708       margin:
1709           't': 50
1710           'b': 150
1711           'l': 80
1712           'r': 10
1713       showlegend: True
1714       width: 700
1715       height: 700
1716       paper_bgcolor: "#fff"
1717       plot_bgcolor: "#fff"
1718       hoverlabel:
1719         namelength: -1
1720
1721     plot-hdrh-latency:
1722       title:
1723         text: ""
1724         xanchor: "center"
1725         x: 0.5
1726         font:
1727           size: 16
1728       width: 700
1729       plot_bgcolor: "white"
1730       annotations:
1731         - font:
1732             size: 14
1733           showarrow: False
1734           text: "<b>Packet Latency [uSec]</b>"
1735           x: 1
1736           xanchor: "right"
1737           xref: "paper"
1738           y: -0.045
1739           yanchor: "top"
1740           yref: "paper"
1741         - font:
1742             size: 14
1743           showarrow: False
1744           text: "<b>Probability [%]</b>"
1745           textangle: 270
1746           x: -0.06
1747           xanchor: "center"
1748           xref: "paper"
1749           y: 0.5
1750           yanchor: "middle"
1751           yref: "paper"
1752         - font:
1753             size: 14
1754           showarrow: False
1755           text: "<b>Direction: E-W</b>"
1756           x: 0.24
1757           xanchor: "center"
1758           xref: "paper"
1759           y: 1.05
1760           yanchor: "bottom"
1761           yref: "paper"
1762         - font:
1763             size: 14
1764           showarrow: False
1765           text: "<b>Direction: W-E</b>"
1766           x: 0.74
1767           xanchor: "center"
1768           xref: "paper"
1769           y: 1.05
1770           yanchor: "bottom"
1771           yref: "paper"
1772
1773     plot-hdrh-latency-percentile:
1774       title:
1775         text: ""
1776         xanchor: "center"
1777         x: 0.5
1778         font:
1779           size: 18
1780       xaxis:
1781         type: "log"
1782         title: "<b>Percentile [%]</b>"
1783         titlefont:
1784           size: 16
1785         autorange: True
1786         fixedrange: False
1787         gridcolor: "rgb(230, 230, 230)"
1788         linecolor: "rgb(220, 220, 220)"
1789         linewidth: 1
1790         showgrid: True
1791         showline: True
1792         showticklabels: True
1793         tickcolor: "rgb(220, 220, 220)"
1794         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1795         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1796         tickfont:
1797           size: 16
1798       yaxis:
1799         title: "<b>Packet Latency [uSec]</b>"
1800         titlefont:
1801           size: 16
1802         gridcolor: "rgb(230, 230, 230)"
1803         linecolor: "rgb(220, 220, 220)"
1804         linewidth: 1
1805         showgrid: True
1806         showline: True
1807         showticklabels: True
1808         tickcolor: "rgb(220, 220, 220)"
1809         tickfont:
1810           size: 16
1811       autosize: False
1812       showlegend: True
1813       legend:
1814         traceorder: "normal"
1815         orientation: "h"
1816         font:
1817           size: 16
1818         xanchor: "left"
1819         yanchor: "top"
1820         x: 0
1821         y: -0.15
1822         bgcolor: "rgba(255, 255, 255, 0)"
1823         bordercolor: "rgba(255, 255, 255, 0)"
1824       width: 700
1825       height: 700
1826       paper_bgcolor: "white"
1827       plot_bgcolor: "white"
1828
1829     plot-hdrh-latency-by-percentile:
1830       title:
1831         text: "<b>Latency by Percentile Distribution</b>"
1832         xanchor: "center"
1833         x: 0.5
1834         font:
1835           size: 18
1836       showlegend: True
1837       legend:
1838         traceorder: "normal"
1839         orientation: "h"
1840         font:
1841           size: 16
1842         xanchor: "left"
1843         yanchor: "top"
1844         x: 0
1845         y: -0.2
1846         bgcolor: "rgba(255, 255, 255, 0)"
1847         bordercolor: "rgba(255, 255, 255, 0)"
1848       xaxis:
1849         type: "linear"
1850         title: "<b>Percentile [%]</b>"
1851         titlefont:
1852           size: 14
1853         autorange: False
1854         fixedrange: False
1855         range: [0, 100]
1856         gridcolor: "rgb(230, 230, 230)"
1857         linecolor: "rgb(220, 220, 220)"
1858         linewidth: 1
1859         showgrid: True
1860         showline: True
1861         showticklabels: True
1862         tickcolor: "rgb(220, 220, 220)"
1863         tickvals: [0, 25, 50, 75, 100]
1864         ticktext: [0, 25, 50, 75, 100]
1865         tickfont:
1866           size: 14
1867       yaxis:
1868         title: "<b>One-Way Latency per Direction [uSec]</b>"
1869         titlefont:
1870           size: 14
1871         gridcolor: "rgb(230, 230, 230)"
1872         linecolor: "rgb(220, 220, 220)"
1873         linewidth: 1
1874         showgrid: True
1875         showline: True
1876         showticklabels: True
1877         tickcolor: "rgb(220, 220, 220)"
1878         tickfont:
1879           size: 14
1880       width: 700
1881       height: 700
1882       paper_bgcolor: "white"
1883       plot_bgcolor: "white"
1884
1885 - type: "static"
1886   src-path: "{DIR[RST]}"
1887   dst-path: "{DIR[WORKING,SRC]}"
1888
1889 - type: "input"
1890   general:
1891     file-name: "output_info.xml.gz"
1892     file-format: ".gz"
1893     arch-file-format:
1894       - ".gz"
1895       - ".zip"
1896     download-path: "{job}/{build}/archives/{filename}"
1897     extract: "output.xml"
1898
1899     zip-file-name: "robot-plugin.zip"
1900     zip-file-format: ".zip"
1901     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1902     zip-extract: "robot-plugin/output.xml"
1903
1904   builds:
1905
1906     csit-vpp-perf-verify-2001-3n-hsw:
1907       - 17  # MRR sel
1908     csit-vpp-perf-report-iterative-2005-3n-hsw:
1909       - 20  # NDRPDR sel env 4
1910       - 21  # NDRPDR sel env 4
1911       - 22  # NDRPDR sel env 4
1912       - 23  # NDRPDR sel env 4
1913       - 24  # NDRPDR sel env 4
1914       - 25  # NDRPDR sel env 4
1915       - 26  # NDRPDR sel env 4
1916       - 27  # NDRPDR sel env 4
1917       - 28  # NDRPDR sel env 4
1918       - 29  # NDRPDR sel env 4
1919       - 13  # MRR
1920       - 30  # MRR env 4
1921       - 31  # NDRPDR sel 2001.0-4
1922       - 32  # NDRPDR sel 2001.0-4
1923       - 33  # NDRPDR sel 2001.0-4
1924       - 34  # NDRPDR sel 2001.0-4
1925       - 35  # NDRPDR sel 2001.0-4
1926       - 36  # NDRPDR sel 2001.0-4
1927       - 38  # NDRPDR sel 2001.0-4
1928     csit-vpp-perf-verify-2005-3n-hsw:
1929       - 3   # hoststack
1930       - 5   # hoststack
1931       - 6   # hoststack
1932       - 7   # hoststack
1933       - 8   # hoststack
1934       - 9   # hoststack
1935       - 10  # hoststack
1936       - 11  # hoststack
1937       - 12  # hoststack
1938       - 13  # hoststack
1939     # TODO: Add:
1940     csit-vpp-perf-report-iterative-2009-3n-hsw:
1941       - 3  # RC1 NDRPDR sel env5
1942     # TODO: Add:
1943     # csit-vpp-perf-report-coverage-2009-3n-hsw:
1944
1945     # TODO: Add for hoststack:
1946     # csit-vpp-perf-report-iterative-2009-3n-hsw: OR
1947     # csit-vpp-perf-verify-2009-3n-hsw:
1948
1949     csit-vpp-perf-verify-2001-3n-skx:
1950       - 50  # MRR sel
1951       - 53  # MRR sel addition
1952     csit-vpp-perf-report-iterative-2005-3n-skx:
1953       - 4   # NDRPDR sel
1954       - 5   # NDRPDR sel ??? all x710 failed
1955       - 33  # NDRPDR sel
1956       - 28  # NDRPDR sel
1957       - 34  # NDRPDR sel
1958       - 42  # NDRPDR sel env 4
1959       - 43  # NDRPDR sel env 4
1960       - 44  # NDRPDR sel env 4
1961       - 45  # NDRPDR sel env 4
1962       - 47  # NDRPDR sel env 4
1963       - 55  # NDRPDR sel env 4
1964       - 56  # NDRPDR sel env 4
1965       - 57  # NDRPDR sel env 4
1966       - 61  # NDRPDR sel env 4
1967       - 62  # NDRPDR sel env 4
1968       - 50  # NDRPDR sel 2001.0-4
1969       - 51  # NDRPDR sel 2001.0-4
1970       - 52  # NDRPDR sel 2001.0-4
1971       - 53  # NDRPDR sel 2001.0-4
1972       - 54  # NDRPDR sel 2001.0-4
1973       - 49  # MRR sel env 4
1974     # TODO: Add:
1975     csit-vpp-perf-report-iterative-2009-3n-skx:
1976       - 3  # RC1 NDRPDR sel env5
1977     # TODO: Add:
1978     # csit-vpp-perf-report-coverage-2009-3n-skx:
1979
1980     csit-vpp-perf-verify-2001-2n-skx:
1981       - 101  # MRR sel - old
1982       - 128  # MRR sel addition - old
1983     csit-vpp-perf-report-iterative-2005-2n-skx:
1984       - 88  # NDRPDR sel env 4
1985       - 89  # NDRPDR sel env 4
1986       - 90  # NDRPDR sel env 4
1987       - 91  # NDRPDR sel env 4
1988       - 92  # NDRPDR sel env 4
1989       - 93  # NDRPDR sel env 4
1990       - 94  # NDRPDR sel env 4
1991       - 125 # NDRPDR sel env 4
1992       - 126 # NDRPDR sel env 4
1993       - 127 # NDRPDR sel env 4
1994       - 100 # NDRPDR sel 2001.0-4
1995       - 101 # NDRPDR sel 2001.0-4
1996       - 102 # NDRPDR sel 2001.0-4
1997       - 103 # NDRPDR sel 2001.0-4
1998       - 104 # NDRPDR sel 2001.0-4
1999       - 105 # NDRPDR sel 2001.0-4
2000       - 99  # MRR sel env 4
2001       - 106 # Reconf env 4
2002       - 107 # Reconf env 4
2003       - 108 # Reconf env 4
2004       - 109 # Reconf env 4
2005       - 110 # Reconf env 4
2006       - 111 # Reconf env 4
2007       - 112 # Reconf env 4
2008       - 118 # Reconf env 4
2009       - 120 # Reconf env 4
2010       - 121 # Reconf env 4
2011       - 122 # Soak
2012       - 123 # Soak
2013       - 113 # nf-density-sel env 4
2014       - 114 # nf-density-sel env 4
2015       - 124 # nf-density-sel env 4
2016       - 128 # nf-density-sel env 4
2017       - 129 # nf-density-sel env 4
2018       - 131 # nf-density-sel env 4
2019       - 132 # nf-density-sel env 4
2020       - 135 # nf-density-sel env 4
2021       - 136 # nf-density-sel env 4
2022       - 139 # nf-density-sel env 4
2023       - 115 # MRR nf-density-sel env 4
2024     # TODO: Add:
2025     csit-vpp-perf-report-iterative-2009-2n-skx:
2026       - 3  # RC1 NDRPDR sel env5
2027     # TODO: Add:
2028     # csit-vpp-perf-report-coverage-2009-2n-skx:
2029
2030     csit-vpp-perf-verify-2001-2n-clx:
2031       - 39  # MRR
2032     csit-vpp-perf-report-iterative-2005-2n-clx:
2033       - 62  # NDRPDR sel env 4
2034       - 63  # NDRPDR sel env 4
2035       - 64  # NDRPDR sel env 4
2036       - 65  # NDRPDR sel env 4
2037       - 66  # NDRPDR sel env 4
2038       - 68  # NDRPDR sel env 4
2039       - 69  # NDRPDR sel env 4
2040       - 70  # NDRPDR sel env 4
2041       - 103 # NDRPDR sel env 4
2042       - 104 # NDRPDR sel env 4
2043       - 73  # NDRPDR sel 2001.0-4
2044       - 74  # NDRPDR sel 2001.0-4
2045       - 75  # NDRPDR sel 2001.0-4
2046       - 76  # NDRPDR sel 2001.0-4
2047       - 77  # NDRPDR sel 2001.0-4
2048       - 78  # NDRPDR sel 2001.0-4
2049       - 79  # NDRPDR sel 2001.0-4
2050       - 80  # NDRPDR sel 2001.0-4
2051       - 72  # MRR env 4
2052       - 81  # Reconf env 4
2053       - 82  # Reconf env 4
2054       - 83  # Reconf env 4
2055       - 84  # Reconf env 4
2056       - 85  # Reconf env 4
2057       - 86  # Reconf env 4
2058       - 87  # Reconf env 4
2059       - 88  # Reconf env 4
2060       - 89  # Reconf env 4
2061       - 90  # Reconf env 4
2062       - 101 # Soak
2063       - 102 # Soak
2064       - 91  # nfv-density-00 env 4
2065       - 92  # nfv-density-00 env 4
2066       - 93  # nfv-density-00 env 4
2067       - 97  # nfv-density-00 env 4
2068       - 98  # nfv-density-00 env 4
2069       - 99  # nfv-density-00 env 4
2070       - 100 # nfv-density-00 env 4
2071       - 105 # nfv-density-00 env 4
2072       - 106 # nfv-density-00 env 4
2073       - 108 # nfv-density-00 env 4
2074       - 96  # MRR nfv-density-00 env 4
2075     # TODO: Add:
2076     csit-vpp-perf-report-iterative-2009-2n-clx:
2077       - 3  # RC1 NDRPDR sel env5
2078     # TODO: Add:
2079     # csit-vpp-perf-report-coverage-2009-2n-clx:
2080
2081     csit-vpp-perf-verify-2001-3n-tsh:
2082       - 9   # MRR sel
2083     csit-vpp-perf-report-iterative-2005-3n-tsh:
2084       - 9   # NDRPDR sel
2085       - 11  # NDRPDR sel
2086       - 12  # NDRPDR sel
2087       - 20  # NDRPDR sel
2088       - 14  # NDRPDR sel
2089       - 21  # NDRPDR sel
2090       - 23  # NDRPDR sel env 4
2091       - 25  # NDRPDR sel env 4
2092       - 33  # NDRPDR sel env 4
2093       - 34  # NDRPDR sel env 4
2094       - 35  # NDRPDR sel env 4
2095       - 36  # NDRPDR sel env 4
2096       - 37  # NDRPDR sel env 4
2097       - 38  # NDRPDR sel env 4
2098       - 39  # NDRPDR sel env 4
2099       - 40  # NDRPDR sel env 4
2100       - 28  # NDRPDR sel 2001.0-4
2101       - 29  # NDRPDR sel 2001.0-4
2102       - 31  # NDRPDR sel 2001.0-4
2103       - 27  # MRR sel env 4
2104     # TODO: Add:
2105     csit-vpp-perf-report-iterative-2009-3n-tsh:
2106       - 3  # RC1 NDRPDR sel env5
2107
2108     csit-vpp-perf-verify-2001-3n-dnv:
2109       - 5   # NDRPDR sel
2110       - 6   # NDRPDR sel
2111       - 7   # NDRPDR sel
2112       - 8   # NDRPDR sel
2113       - 9   # NDRPDR sel
2114       - 10  # NDRPDR sel
2115       - 12  # NDRPDR sel
2116       - 16  # NDRPDR sel
2117       - 17  # NDRPDR sel
2118       - 18  # NDRPDR sel
2119       - 11  # MRR sel
2120     csit-vpp-perf-report-iterative-2005-3n-dnv:
2121       - 2   # NDRPDR sel
2122       - 3   # NDRPDR sel
2123       - 4   # NDRPDR sel
2124       - 5   # NDRPDR sel
2125       - 6   # NDRPDR sel
2126       - 7   # NDRPDR sel
2127       - 9   # NDRPDR sel
2128       - 10  # NDRPDR sel
2129       - 11  # NDRPDR sel
2130       - 12  # NDRPDR sel
2131       - 8   # MRR
2132     csit-vpp-perf-report-coverage-2005-3n-dnv:
2133       - 1   # perf-full-3n-dnv-crypto_I
2134       - 24  # perf-full-3n-dnv-crypto_II
2135       - 5   # perf-full-3n-dnv-ip4_I
2136       - 13  # perf-full-3n-dnv-ip4_II
2137       - 17  # perf-full-3n-dnv-ip6_I
2138       - 18  # perf-full-3n-dnv-ip6_II
2139       - 21  # perf-full-3n-dnv-l2_I
2140       - 22  # perf-full-3n-dnv-l2_II
2141       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2142     # TODO: Add:
2143     # csit-vpp-perf-report-iterative-2009-3n-dnv:
2144     # TODO: Add:
2145     # csit-vpp-perf-report-coverage-2009-3n-dnv:
2146
2147     csit-vpp-perf-verify-2001-2n-dnv:
2148       - 4   # NDRPDR sel
2149       - 5   # NDRPDR sel
2150       - 6   # NDRPDR sel
2151       - 7   # NDRPDR sel
2152       - 8   # NDRPDR sel
2153       - 9   # NDRPDR sel
2154       - 10  # NDRPDR sel
2155       - 11  # NDRPDR sel
2156       - 13  # NDRPDR sel
2157       - 16  # NDRPDR sel
2158       - 12  # MRR sel
2159     csit-vpp-perf-report-iterative-2005-2n-dnv:
2160       - 3   # NDRPDR sel
2161       - 6   # NDRPDR sel
2162       - 7   # NDRPDR sel
2163       - 8   # NDRPDR sel
2164       - 9   # NDRPDR sel
2165       - 10  # NDRPDR sel
2166       - 11  # NDRPDR sel
2167       - 12  # NDRPDR sel
2168       - 13  # NDRPDR sel
2169       - 14  # NDRPDR sel
2170       - 15  # MRR sel
2171     csit-vpp-perf-report-coverage-2005-2n-dnv:
2172       - 1   # perf-full-2n-dnv-ip4_I
2173       - 2   # perf-full-2n-dnv-ip4_II
2174       - 3   # perf-full-2n-dnv-ip6_I
2175       - 4   # perf-full-2n-dnv-ip6_II
2176       - 5   # perf-full-2n-dnv-l2_I
2177       - 6   # perf-full-2n-dnv-l2_II
2178     # TODO: Add:
2179     # csit-vpp-perf-report-iterative-2009-2n-dnv:
2180     # TODO: Add:
2181     # csit-vpp-perf-report-coverage-2009-2n-dnv:
2182
2183     csit-dpdk-perf-verify-2001-3n-hsw:
2184       - 4   # NDRPDR sel
2185       - 5   # NDRPDR sel
2186       - 6   # NDRPDR sel
2187       - 7   # NDRPDR sel
2188       - 8   # NDRPDR sel
2189       - 9   # NDRPDR sel
2190       - 10  # NDRPDR sel
2191       - 11  # NDRPDR sel
2192       - 12  # NDRPDR sel
2193       - 13  # NDRPDR sel
2194       - 15  # NDRPDR sel
2195       - 16  # NDRPDR sel
2196       - 17  # NDRPDR sel
2197       - 18  # NDRPDR sel
2198       - 19  # NDRPDR sel
2199       - 20  # NDRPDR sel
2200       - 21  # NDRPDR sel
2201       - 22  # NDRPDR sel
2202       - 23  # NDRPDR sel
2203       - 24  # NDRPDR sel
2204     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2205       - 25  # NDRPDR iter
2206       - 26  # NDRPDR iter
2207       - 27  # NDRPDR iter
2208       - 28  # NDRPDR iter
2209       - 29  # NDRPDR iter
2210       - 30  # NDRPDR iter
2211       - 31  # NDRPDR iter
2212       - 32  # NDRPDR iter
2213       - 33  # NDRPDR iter
2214       - 34  # NDRPDR iter
2215     # TODO: Add:
2216     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2217       - 3  # RC1 NDRPDR sel env5
2218
2219     csit-dpdk-perf-verify-2001-3n-skx:
2220       - 29  # NDRPDR sel xxv710
2221       - 33  # NDRPDR sel xxv710
2222       - 34  # NDRPDR sel xxv710
2223       - 35  # NDRPDR sel xxv710
2224       - 36  # NDRPDR sel xxv710
2225       - 37  # NDRPDR sel xxv710
2226       - 41  # NDRPDR sel xxv710
2227       - 42  # NDRPDR sel xxv710
2228       - 43  # NDRPDR sel xxv710
2229       - 45  # NDRPDR sel xxv710
2230       - 30  # NDRPDR sel x710
2231       - 31  # NDRPDR sel x710
2232       - 32  # NDRPDR sel x710
2233       - 38  # NDRPDR sel x710
2234       - 39  # NDRPDR sel x710
2235       - 40  # NDRPDR sel x710
2236       - 44  # NDRPDR sel x710
2237       - 46  # NDRPDR sel x710
2238       - 47  # NDRPDR sel x710
2239       - 48  # NDRPDR sel x710
2240     csit-dpdk-perf-report-iterative-2005-3n-skx:
2241       - 28  # NDRPDR iter
2242       - 29  # NDRPDR iter
2243       - 30  # NDRPDR iter
2244       - 31  # NDRPDR iter
2245       - 32  # NDRPDR iter
2246       - 33  # NDRPDR iter
2247       - 34  # NDRPDR iter
2248       - 35  # NDRPDR iter
2249       - 36  # NDRPDR iter
2250       - 37  # NDRPDR iter
2251     # TODO: Add:
2252     csit-dpdk-perf-report-iterative-2009-3n-skx:
2253       - 3  # RC1 NDRPDR sel env5
2254
2255     csit-dpdk-perf-verify-2001-2n-skx:
2256       - 35  # NDRPDR sel xxv710
2257       - 36  # NDRPDR sel xxv710
2258       - 37  # NDRPDR sel xxv710
2259       - 41  # NDRPDR sel xxv710
2260       - 42  # NDRPDR sel xxv710
2261       - 43  # NDRPDR sel xxv710
2262       - 46  # NDRPDR sel xxv710
2263       - 47  # NDRPDR sel xxv710
2264       - 52  # NDRPDR sel xxv710
2265       - 53  # NDRPDR sel xxv710
2266       - 38  # NDRPDR sel x710
2267       - 39  # NDRPDR sel x710
2268       - 40  # NDRPDR sel x710
2269       - 44  # NDRPDR sel x710
2270       - 45  # NDRPDR sel x710
2271       - 48  # NDRPDR sel x710
2272       - 49  # NDRPDR sel x710
2273       - 50  # NDRPDR sel x710
2274       - 51  # NDRPDR sel x710
2275       - 54  # NDRPDR sel x710
2276     csit-dpdk-perf-report-iterative-2005-2n-skx:
2277       - 20  # NDRPDR iter
2278       - 21  # NDRPDR iter
2279       - 22  # NDRPDR iter
2280       - 23  # NDRPDR iter
2281       - 24  # NDRPDR iter
2282       - 25  # NDRPDR iter
2283       - 26  # NDRPDR iter
2284       - 27  # NDRPDR iter
2285       - 28  # NDRPDR iter
2286       - 29  # NDRPDR iter
2287     # TODO: Add:
2288     csit-dpdk-perf-report-iterative-2009-2n-skx:
2289       - 3  # RC1 NDRPDR sel env5
2290
2291     csit-dpdk-perf-verify-2001-2n-clx:
2292       - 15  # NDRPDR sel
2293       - 16  # NDRPDR sel
2294       - 17  # NDRPDR sel
2295       - 18  # NDRPDR sel
2296       - 19  # NDRPDR sel
2297       - 20  # NDRPDR sel
2298       - 21  # NDRPDR sel
2299       - 22  # NDRPDR sel
2300       - 23  # NDRPDR sel
2301       - 24  # NDRPDR sel
2302       - 25  # NDRPDR sel
2303       - 26  # NDRPDR sel
2304       - 27  # NDRPDR sel
2305       - 28  # NDRPDR sel
2306       - 29  # NDRPDR sel
2307       - 30  # NDRPDR sel
2308       - 31  # NDRPDR sel
2309       - 32  # NDRPDR sel
2310       - 33  # NDRPDR sel
2311       - 34  # NDRPDR sel
2312     csit-dpdk-perf-report-iterative-2005-2n-clx:
2313       - 20  # NDRPDR iter
2314       - 21  # NDRPDR iter
2315       - 22  # NDRPDR iter
2316       - 23  # NDRPDR iter
2317       - 24  # NDRPDR iter
2318       - 25  # NDRPDR iter
2319       - 26  # NDRPDR iter
2320       - 27  # NDRPDR iter
2321       - 28  # NDRPDR iter
2322       - 29  # NDRPDR iter
2323     # TODO: Add:
2324     csit-dpdk-perf-report-iterative-2009-2n-clx:
2325       - 3  # RC1 NDRPDR sel env5
2326
2327     csit-dpdk-perf-verify-2001-2n-dnv:
2328       - 9   # NDRPDR sel
2329       - 10  # NDRPDR sel
2330       - 11  # NDRPDR sel
2331       - 12  # NDRPDR sel
2332       - 13  # NDRPDR sel
2333       - 14  # NDRPDR sel
2334       - 15  # NDRPDR sel
2335       - 16  # NDRPDR sel
2336       - 17  # NDRPDR sel
2337       - 18  # NDRPDR sel
2338     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2339       - 8   # NDRPDR sel
2340       - 9   # NDRPDR sel
2341       - 10  # NDRPDR sel
2342       - 11  # NDRPDR sel
2343       - 12  # NDRPDR sel
2344       - 13  # NDRPDR sel
2345       - 14  # NDRPDR sel
2346       - 15  # NDRPDR sel
2347       - 16  # NDRPDR sel
2348       - 17  # NDRPDR sel
2349     # TODO: Add:
2350     # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2351
2352     csit-dpdk-perf-verify-2001-3n-dnv:
2353       - 12  # NDRPDR sel
2354       - 13  # NDRPDR sel
2355       - 14  # NDRPDR sel
2356       - 15  # NDRPDR sel
2357       - 16  # NDRPDR sel
2358       - 17  # NDRPDR sel
2359       - 18  # NDRPDR sel
2360       - 19  # NDRPDR sel
2361       - 20  # NDRPDR sel
2362       - 22  # NDRPDR sel
2363     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2364       - 6   # NDRPDR sel
2365       - 7   # NDRPDR sel
2366       - 8   # NDRPDR sel
2367       - 9   # NDRPDR sel
2368       - 10  # NDRPDR sel
2369       - 11  # NDRPDR sel
2370       - 12  # NDRPDR sel
2371       - 13  # NDRPDR sel
2372       - 14  # NDRPDR sel
2373       - 16  # NDRPDR sel
2374     # TODO: Add:
2375     # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2376
2377     csit-dpdk-perf-verify-2001-3n-tsh:
2378       - 3   # NDRPDR sel
2379       - 4   # NDRPDR sel
2380       - 5   # NDRPDR sel
2381       - 9   # NDRPDR sel
2382       - 10  # NDRPDR sel
2383       - 11  # NDRPDR sel
2384       - 12  # NDRPDR sel
2385       - 14  # NDRPDR sel
2386       - 15  # NDRPDR sel
2387       - 18  # NDRPDR sel
2388     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2389       - 5   # NDRPDR sel
2390     # TODO: Add:
2391     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2392       - 1  # RC1 NDRPDR sel env5
2393
2394     csit-vpp-device-2005-ubuntu1804-1n-skx:
2395       - 35
2396     # TODO: Add:
2397     # csit-vpp-device-2009-ubuntu1804-1n-skx:
2398
2399 - type: "output"
2400   output: "report"
2401   format:
2402     html:
2403     - full
2404     pdf:
2405     - minimal
2406
2407 ################################################################################
2408 ###                               T A B L E S                                ###
2409 ################################################################################
2410
2411 # VPP Soak vs NDR - 2n-skx
2412 - type: "table"
2413   title: "VPP Soak vs NDR 2n-skx"
2414   algorithm: "table_soak_vs_ndr"
2415   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2416   reference:
2417     title: "NDR"
2418     data: "vpp-soak-vs-ndr-2n-skx-ref"
2419   compare:
2420     title: "Soak"
2421     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2422   data: "vpp-soak-vs-ndr-2n-skx"
2423   include-tests: "NDR"
2424   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2425   parameters:
2426     - "throughput"
2427     - "name"
2428     - "parent"
2429
2430 # VPP Soak vs NDR - 2n-clx
2431 - type: "table"
2432   title: "VPP Soak vs NDR 2n-clx"
2433   algorithm: "table_soak_vs_ndr"
2434   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2435   reference:
2436     title: "NDR"
2437     data: "vpp-soak-vs-ndr-2n-clx-ref"
2438   compare:
2439     title: "Soak"
2440     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2441   data: "vpp-soak-vs-ndr-2n-clx"
2442   include-tests: "NDR"
2443   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2444   parameters:
2445     - "throughput"
2446     - "name"
2447     - "parent"
2448
2449 ################################################################################
2450
2451 ## VPP Compare NICs 3n-skx 2t1c ndr
2452 #- type: "table"
2453 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2454 #  algorithm: "table_comparison"
2455 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2456 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2457 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2458 #  columns:
2459 #    - title: "x710"
2460 #      data-set: "vpp-nic-comparison-3n-skx"
2461 #      tag: "NIC_Intel-X710"
2462 #    - title: "xxv710"
2463 #      data-set: "vpp-nic-comparison-3n-skx"
2464 #      tag: "NIC_Intel-XXV710"
2465 #  comparisons:
2466 #    - title: "Diff"
2467 #      reference: 1
2468 #      compare: 2
2469 #  legend:
2470 #    - ""
2471 #    - "x710, xxv710 - NICs tested."
2472 #    - "Diff - difference between x710 and xxv710 NIC."
2473 #
2474 ## VPP Compare NICs 3n-skx 4t2c ndr
2475 #- type: "table"
2476 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2477 #  algorithm: "table_comparison"
2478 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2479 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2480 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2481 #  columns:
2482 #    - title: "x710"
2483 #      data-set: "vpp-nic-comparison-3n-skx"
2484 #      tag: "NIC_Intel-X710"
2485 #    - title: "xxv710"
2486 #      data-set: "vpp-nic-comparison-3n-skx"
2487 #      tag: "NIC_Intel-XXV710"
2488 #  comparisons:
2489 #    - title: "Diff"
2490 #      reference: 1
2491 #      compare: 2
2492 #  legend:
2493 #    - ""
2494 #    - "x710, xxv710 - NICs tested."
2495 #    - "Diff - difference between x710 and xxv710 NIC."
2496 #
2497 ## VPP Compare NICs 3n-skx 2t1c pdr
2498 #- type: "table"
2499 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2500 #  algorithm: "table_comparison"
2501 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2502 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2503 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2504 #  columns:
2505 #    - title: "x710"
2506 #      data-set: "vpp-nic-comparison-3n-skx"
2507 #      tag: "NIC_Intel-X710"
2508 #    - title: "xxv710"
2509 #      data-set: "vpp-nic-comparison-3n-skx"
2510 #      tag: "NIC_Intel-XXV710"
2511 #  comparisons:
2512 #    - title: "Diff"
2513 #      reference: 1
2514 #      compare: 2
2515 #  legend:
2516 #    - ""
2517 #    - "x710, xxv710 - NICs tested."
2518 #    - "Diff - difference between x710 and xxv710 NIC."
2519 #
2520 ## VPP Compare NICs 3n-skx 4t2c pdr
2521 #- type: "table"
2522 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2523 #  algorithm: "table_comparison"
2524 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2525 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2526 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2527 #  columns:
2528 #    - title: "x710"
2529 #      data-set: "vpp-nic-comparison-3n-skx"
2530 #      tag: "NIC_Intel-X710"
2531 #    - title: "xxv710"
2532 #      data-set: "vpp-nic-comparison-3n-skx"
2533 #      tag: "NIC_Intel-XXV710"
2534 #  comparisons:
2535 #    - title: "Diff"
2536 #      reference: 1
2537 #      compare: 2
2538 #  legend:
2539 #    - ""
2540 #    - "x710, xxv710 - NICs tested."
2541 #    - "Diff - difference between x710 and xxv710 NIC."
2542
2543 ## VPP Compare NICs 3n-skx 2t1c mrr
2544 #- type: "table"
2545 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2546 #  algorithm: "table_comparison"
2547 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2548 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2549 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2550 #  columns:
2551 #    - title: "x710"
2552 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2553 #      tag: "NIC_Intel-X710"
2554 #    - title: "xxv710"
2555 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2556 #      tag: "NIC_Intel-XXV710"
2557 #  comparisons:
2558 #    - title: "Diff"
2559 #      reference: 1
2560 #      compare: 2
2561 #  legend:
2562 #    - ""
2563 #    - "x710, xxv710 - NICs tested."
2564 #    - "Diff - difference between x710 and xxv710 NIC."
2565 #
2566 ## VPP Compare NICs 3n-skx 4t2c mrr
2567 #- type: "table"
2568 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2569 #  algorithm: "table_comparison"
2570 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2571 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2572 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2573 #  columns:
2574 #    - title: "x710"
2575 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2576 #      tag: "NIC_Intel-X710"
2577 #    - title: "xxv710"
2578 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2579 #      tag: "NIC_Intel-XXV710"
2580 #  comparisons:
2581 #    - title: "Diff"
2582 #      reference: 1
2583 #      compare: 2
2584 #  legend:
2585 #    - ""
2586 #    - "x710, xxv710 - NICs tested."
2587 #    - "Diff - difference between x710 and xxv710 NIC."
2588 #
2589 ## VPP Compare NICs 3n-skx 8t4c mrr
2590 #- type: "table"
2591 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2592 #  algorithm: "table_comparison"
2593 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2594 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2595 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2596 #  columns:
2597 #    - title: "x710"
2598 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2599 #      tag: "NIC_Intel-X710"
2600 #    - title: "xxv710"
2601 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2602 #      tag: "NIC_Intel-XXV710"
2603 #  comparisons:
2604 #    - title: "Diff"
2605 #      reference: 1
2606 #      compare: 2
2607 #  legend:
2608 #    - ""
2609 #    - "x710, xxv710 - NICs tested."
2610 #    - "Diff - difference between x710 and xxv710 NIC."
2611
2612 # VPP Compare NICs 2n-skx 2t1c ndr
2613 - type: "table"
2614   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2615   algorithm: "table_comparison"
2616   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2617   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2618   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2619   columns:
2620     - title: "x710"
2621       data-set: "vpp-nic-comparison-2n-skx"
2622       tag: "NIC_Intel-X710"
2623     - title: "xxv710"
2624       data-set: "vpp-nic-comparison-2n-skx"
2625       tag: "NIC_Intel-XXV710"
2626   comparisons:
2627     - title: "Diff"
2628       reference: 1
2629       compare: 2
2630   legend:
2631     - ""
2632     - "x710, xxv710 - NICs tested."
2633     - "Diff - difference between x710 and xxv710 NIC."
2634
2635 # VPP Compare NICs 2n-skx 4t2c ndr
2636 - type: "table"
2637   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2638   algorithm: "table_comparison"
2639   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2640   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2641   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2642   columns:
2643     - title: "x710"
2644       data-set: "vpp-nic-comparison-2n-skx"
2645       tag: "NIC_Intel-X710"
2646     - title: "xxv710"
2647       data-set: "vpp-nic-comparison-2n-skx"
2648       tag: "NIC_Intel-XXV710"
2649   comparisons:
2650     - title: "Diff"
2651       reference: 1
2652       compare: 2
2653   legend:
2654     - ""
2655     - "x710, xxv710 - NICs tested."
2656     - "Diff - difference between x710 and xxv710 NIC."
2657
2658 # VPP Compare NICs 2n-skx 2t1c pdr
2659 - type: "table"
2660   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2661   algorithm: "table_comparison"
2662   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2663   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2664   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2665   columns:
2666     - title: "x710"
2667       data-set: "vpp-nic-comparison-2n-skx"
2668       tag: "NIC_Intel-X710"
2669     - title: "xxv710"
2670       data-set: "vpp-nic-comparison-2n-skx"
2671       tag: "NIC_Intel-XXV710"
2672   comparisons:
2673     - title: "Diff"
2674       reference: 1
2675       compare: 2
2676   legend:
2677     - ""
2678     - "x710, xxv710 - NICs tested."
2679     - "Diff - difference between x710 and xxv710 NIC."
2680
2681 # VPP Compare NICs 2n-skx 4t2c pdr
2682 - type: "table"
2683   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2684   algorithm: "table_comparison"
2685   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2686   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2687   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2688   columns:
2689     - title: "x710"
2690       data-set: "vpp-nic-comparison-2n-skx"
2691       tag: "NIC_Intel-X710"
2692     - title: "xxv710"
2693       data-set: "vpp-nic-comparison-2n-skx"
2694       tag: "NIC_Intel-XXV710"
2695   comparisons:
2696     - title: "Diff"
2697       reference: 1
2698       compare: 2
2699   legend:
2700     - ""
2701     - "x710, xxv710 - NICs tested."
2702     - "Diff - difference between x710 and xxv710 NIC."
2703
2704 # VPP Compare NICs 2n-skx 2t1c mrr
2705 - type: "table"
2706   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2707   algorithm: "table_comparison"
2708   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2709   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2710   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2711   columns:
2712     - title: "x710"
2713       data-set: "vpp-nic-comparison-2n-skx-mrr"
2714       tag: "NIC_Intel-X710"
2715     - title: "xxv710"
2716       data-set: "vpp-nic-comparison-2n-skx-mrr"
2717       tag: "NIC_Intel-XXV710"
2718   comparisons:
2719     - title: "Diff"
2720       reference: 1
2721       compare: 2
2722   legend:
2723     - ""
2724     - "x710, xxv710 - NICs tested."
2725     - "Diff - difference between x710 and xxv710 NIC."
2726
2727 # VPP Compare NICs 2n-skx 4t2c mrr
2728 - type: "table"
2729   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2730   algorithm: "table_comparison"
2731   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2732   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2733   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2734   columns:
2735     - title: "x710"
2736       data-set: "vpp-nic-comparison-2n-skx-mrr"
2737       tag: "NIC_Intel-X710"
2738     - title: "xxv710"
2739       data-set: "vpp-nic-comparison-2n-skx-mrr"
2740       tag: "NIC_Intel-XXV710"
2741   comparisons:
2742     - title: "Diff"
2743       reference: 1
2744       compare: 2
2745   legend:
2746     - ""
2747     - "x710, xxv710 - NICs tested."
2748     - "Diff - difference between x710 and xxv710 NIC."
2749
2750 # VPP Compare NICs 2n-skx 8t4c mrr
2751 - type: "table"
2752   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2753   algorithm: "table_comparison"
2754   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2755   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2756   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2757   columns:
2758     - title: "x710"
2759       data-set: "vpp-nic-comparison-2n-skx-mrr"
2760       tag: "NIC_Intel-X710"
2761     - title: "xxv710"
2762       data-set: "vpp-nic-comparison-2n-skx-mrr"
2763       tag: "NIC_Intel-XXV710"
2764   comparisons:
2765     - title: "Diff"
2766       reference: 1
2767       compare: 2
2768   legend:
2769     - ""
2770     - "x710, xxv710 - NICs tested."
2771     - "Diff - difference between x710 and xxv710 NIC."
2772
2773 ################################################################################
2774 # VPP
2775
2776 # VPP Performance Changes 3n-hsw 1t1c pdr
2777 - type: "table"
2778   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2779   algorithm: "table_comparison"
2780   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2781   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2782   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
2783   columns:
2784     - title: "2001.0-4"
2785       data-set: "vpp-performance-changes-3n-hsw-h1"
2786     - title: "2005.0-4"
2787       data-set: "vpp-performance-changes-3n-hsw-ref"
2788     - title: "2009.0-5"
2789       data-set: "vpp-performance-changes-3n-hsw-cmp"
2790   comparisons:
2791     - title: "2009.0-5 vs 2005.0-4"
2792       reference: 2
2793       compare: 3
2794 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
2795   legend:
2796     - ''
2797     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
2798     - '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).'
2799     - '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.'
2800     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
2801
2802 # VPP Performance Changes 3n-hsw 2t2c pdr
2803 - type: "table"
2804   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2805   algorithm: "table_comparison"
2806   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2807   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2808   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
2809   columns:
2810     - title: "2001.0-4"
2811       data-set: "vpp-performance-changes-3n-hsw-h1"
2812     - title: "2005.0-4"
2813       data-set: "vpp-performance-changes-3n-hsw-ref"
2814     - title: "2009.0-5"
2815       data-set: "vpp-performance-changes-3n-hsw-cmp"
2816   comparisons:
2817     - title: "2009.0-5 vs 2005.0-4"
2818       reference: 2
2819       compare: 3
2820 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
2821   legend:
2822     - ''
2823     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
2824     - '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).'
2825     - '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.'
2826     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
2827
2828 # VPP Performance Changes 3n-hsw 1t1c ndr
2829 - type: "table"
2830   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2831   algorithm: "table_comparison"
2832   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2833   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2834   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
2835   columns:
2836     - title: "2001.0-4"
2837       data-set: "vpp-performance-changes-3n-hsw-h1"
2838     - title: "2005.0-4"
2839       data-set: "vpp-performance-changes-3n-hsw-ref"
2840     - title: "2009.0-5"
2841       data-set: "vpp-performance-changes-3n-hsw-cmp"
2842   comparisons:
2843     - title: "2009.0-5 vs 2005.0-4"
2844       reference: 2
2845       compare: 3
2846 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
2847   legend:
2848     - ''
2849     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
2850     - '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).'
2851     - '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.'
2852     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
2853
2854 # VPP Performance Changes 3n-hsw 2t2c ndr
2855 - type: "table"
2856   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2857   algorithm: "table_comparison"
2858   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2859   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2860   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
2861   columns:
2862     - title: "2001.0-4"
2863       data-set: "vpp-performance-changes-3n-hsw-h1"
2864     - title: "2005.0-4"
2865       data-set: "vpp-performance-changes-3n-hsw-ref"
2866     - title: "2009.0-5"
2867       data-set: "vpp-performance-changes-3n-hsw-cmp"
2868   comparisons:
2869     - title: "2009.0-5 vs 2005.0-4"
2870       reference: 2
2871       compare: 3
2872 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
2873   legend:
2874     - ''
2875     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
2876     - '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).'
2877     - '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.'
2878     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
2879
2880 # VPP Performance Changes 3n-skx 2t1c pdr
2881 - type: "table"
2882   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2883   algorithm: "table_comparison"
2884   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2885   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2886   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
2887   columns:
2888     - title: "2001.0-4"
2889       data-set: "vpp-performance-changes-3n-skx-h1"
2890     - title: "2005.0-4"
2891       data-set: "vpp-performance-changes-3n-skx-ref"
2892     - title: "2009.0-5"
2893       data-set: "vpp-performance-changes-3n-skx-cmp"
2894   comparisons:
2895     - title: "2009.0-5 vs 2005.0-4"
2896       reference: 2
2897       compare: 3
2898 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
2899   legend:
2900     - ''
2901     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
2902     - '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).'
2903     - '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.'
2904     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
2905
2906 # VPP Performance Changes 3n-skx 4t2c pdr
2907 - type: "table"
2908   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2909   algorithm: "table_comparison"
2910   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2911   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2912   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
2913   columns:
2914     - title: "2001.0-4"
2915       data-set: "vpp-performance-changes-3n-skx-h1"
2916     - title: "2005.0-4"
2917       data-set: "vpp-performance-changes-3n-skx-ref"
2918     - title: "2009.0-5"
2919       data-set: "vpp-performance-changes-3n-skx-cmp"
2920   comparisons:
2921     - title: "2009.0-5 vs 2005.0-4"
2922       reference: 2
2923       compare: 3
2924 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
2925   legend:
2926     - ''
2927     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
2928     - '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).'
2929     - '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.'
2930     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
2931
2932 # VPP Performance Changes 3n-skx 2t1c ndr
2933 - type: "table"
2934   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2935   algorithm: "table_comparison"
2936   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2937   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2938   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
2939   columns:
2940     - title: "2001.0-4"
2941       data-set: "vpp-performance-changes-3n-skx-h1"
2942     - title: "2005.0-4"
2943       data-set: "vpp-performance-changes-3n-skx-ref"
2944     - title: "2009.0-5"
2945       data-set: "vpp-performance-changes-3n-skx-cmp"
2946   comparisons:
2947     - title: "2009.0-5 vs 2005.0-4"
2948       reference: 2
2949       compare: 3
2950 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
2951   legend:
2952     - ''
2953     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
2954     - '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).'
2955     - '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.'
2956     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
2957
2958 # VPP Performance Changes 3n-skx 4t2c ndr
2959 - type: "table"
2960   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2961   algorithm: "table_comparison"
2962   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2963   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2964   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
2965   columns:
2966     - title: "2001.0-4"
2967       data-set: "vpp-performance-changes-3n-skx-h1"
2968     - title: "2005.0-4"
2969       data-set: "vpp-performance-changes-3n-skx-ref"
2970     - title: "2009.0-5"
2971       data-set: "vpp-performance-changes-3n-skx-cmp"
2972   comparisons:
2973     - title: "2009.0-5 vs 2005.0-4"
2974       reference: 2
2975       compare: 3
2976 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
2977   legend:
2978     - ''
2979     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
2980     - '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).'
2981     - '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.'
2982     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
2983
2984 # VPP Performance Changes 2n-skx 2t1c pdr
2985 - type: "table"
2986   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2987   algorithm: "table_comparison"
2988   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2989   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2990   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
2991   columns:
2992     - title: "2001.0-4"
2993       data-set: "vpp-performance-changes-2n-skx-h1"
2994     - title: "2005.0-4"
2995       data-set: "vpp-performance-changes-2n-skx-ref"
2996     - title: "2009.0-5"
2997       data-set: "vpp-performance-changes-2n-skx-cmp"
2998   comparisons:
2999     - title: "2009.0-5 vs 2005.0-4"
3000       reference: 2
3001       compare: 3
3002 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3003   legend:
3004     - ''
3005     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3006     - '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).'
3007     - '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.'
3008     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3009
3010 # VPP Performance Changes 2n-skx 4t2c pdr
3011 - type: "table"
3012   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3013   algorithm: "table_comparison"
3014   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3015   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3016   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3017   columns:
3018     - title: "2001.0-4"
3019       data-set: "vpp-performance-changes-2n-skx-h1"
3020     - title: "2005.0-4"
3021       data-set: "vpp-performance-changes-2n-skx-ref"
3022     - title: "2009.0-5"
3023       data-set: "vpp-performance-changes-2n-skx-cmp"
3024   comparisons:
3025     - title: "2009.0-5 vs 2005.0-4"
3026       reference: 2
3027       compare: 3
3028 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3029   legend:
3030     - ''
3031     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3032     - '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).'
3033     - '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.'
3034     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3035
3036 # VPP Performance Changes 2n-skx 2t1c ndr
3037 - type: "table"
3038   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3039   algorithm: "table_comparison"
3040   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3041   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3042   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3043   columns:
3044     - title: "2001.0-4"
3045       data-set: "vpp-performance-changes-2n-skx-h1"
3046     - title: "2005.0-4"
3047       data-set: "vpp-performance-changes-2n-skx-ref"
3048     - title: "2009.0-5"
3049       data-set: "vpp-performance-changes-2n-skx-cmp"
3050   comparisons:
3051     - title: "2009.0-5 vs 2005.0-4"
3052       reference: 2
3053       compare: 3
3054 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3055   legend:
3056     - ''
3057     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3058     - '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).'
3059     - '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.'
3060     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3061
3062 # VPP Performance Changes 2n-skx 4t2c ndr
3063 - type: "table"
3064   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3065   algorithm: "table_comparison"
3066   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3067   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3068   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3069   columns:
3070     - title: "2001.0-4"
3071       data-set: "vpp-performance-changes-2n-skx-h1"
3072     - title: "2005.0-4"
3073       data-set: "vpp-performance-changes-2n-skx-ref"
3074     - title: "2009.0-5"
3075       data-set: "vpp-performance-changes-2n-skx-cmp"
3076   comparisons:
3077     - title: "2009.0-5 vs 2005.0-4"
3078       reference: 2
3079       compare: 3
3080 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3081   legend:
3082     - ''
3083     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3084     - '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).'
3085     - '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.'
3086     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3087
3088 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3089 - type: "table"
3090   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3091   algorithm: "table_comparison"
3092   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3093   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3094   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3095   columns:
3096     - title: "2001.0-4"
3097       data-set: "vpp-performance-changes-2n-clx-h1"
3098     - title: "2005.0-4"
3099       data-set: "vpp-performance-changes-2n-clx-ref"
3100     - title: "2009.0-5"
3101       data-set: "vpp-performance-changes-2n-clx-cmp"
3102   comparisons:
3103     - title: "2009.0-5 vs 2005.0-4"
3104       reference: 2
3105       compare: 3
3106 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3107   legend:
3108     - ''
3109     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3110     - '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).'
3111     - '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.'
3112     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3113
3114 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3115 - type: "table"
3116   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3117   algorithm: "table_comparison"
3118   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3119   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3120   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3121   columns:
3122     - title: "2001.0-4"
3123       data-set: "vpp-performance-changes-2n-clx-h1"
3124     - title: "2005.0-4"
3125       data-set: "vpp-performance-changes-2n-clx-ref"
3126     - title: "2009.0-5"
3127       data-set: "vpp-performance-changes-2n-clx-cmp"
3128   comparisons:
3129     - title: "2009.0-5 vs 2005.0-4"
3130       reference: 2
3131       compare: 3
3132 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3133   legend:
3134     - ''
3135     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3136     - '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).'
3137     - '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.'
3138     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3139
3140 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3141 - type: "table"
3142   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3143   algorithm: "table_comparison"
3144   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3145   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3146   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3147   columns:
3148     - title: "2001.0-4"
3149       data-set: "vpp-performance-changes-2n-clx-h1"
3150     - title: "2005.0-4"
3151       data-set: "vpp-performance-changes-2n-clx-ref"
3152     - title: "2009.0-5"
3153       data-set: "vpp-performance-changes-2n-clx-cmp"
3154   comparisons:
3155     - title: "2009.0-5 vs 2005.0-4"
3156       reference: 2
3157       compare: 3
3158 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3159   legend:
3160     - ''
3161     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3162     - '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).'
3163     - '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.'
3164     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3165
3166 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3167 - type: "table"
3168   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3169   algorithm: "table_comparison"
3170   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3172   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3173   columns:
3174     - title: "2001.0-4"
3175       data-set: "vpp-performance-changes-2n-clx-h1"
3176     - title: "2005.0-4"
3177       data-set: "vpp-performance-changes-2n-clx-ref"
3178     - title: "2009.0-5"
3179       data-set: "vpp-performance-changes-2n-clx-cmp"
3180   comparisons:
3181     - title: "2009.0-5 vs 2005.0-4"
3182       reference: 2
3183       compare: 3
3184 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3185   legend:
3186     - ''
3187     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3188     - '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).'
3189     - '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.'
3190     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3191
3192 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3193 #- type: "table"
3194 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3195 #  algorithm: "table_comparison"
3196 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3197 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3198 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3199 #  columns:
3200 #    - title: "2001.0-2"
3201 #      data-set: "vpp-performance-changes-2n-clx-ref"
3202 #    - title: "2005.0-3"
3203 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3204 #  comparisons:
3205 #    - title: "Diff"
3206 #      reference: 1
3207 #      compare: 2
3208 #  legend:
3209 #    - ''
3210 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
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 #    - '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.'
3214 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3215 #
3216 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3217 #- type: "table"
3218 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3219 #  algorithm: "table_comparison"
3220 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3221 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3222 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3223 #  columns:
3224 #    - title: "2001.0-2"
3225 #      data-set: "vpp-performance-changes-2n-clx-ref"
3226 #    - title: "2005.0-3"
3227 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3228 #  comparisons:
3229 #    - title: "Diff"
3230 #      reference: 1
3231 #      compare: 2
3232 #  legend:
3233 #    - ''
3234 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3235 #    - '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).'
3236 #    - '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.'
3237 #    - '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.'
3238 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3239 #
3240 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3241 #- type: "table"
3242 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3243 #  algorithm: "table_comparison"
3244 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3245 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3246 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3247 #  columns:
3248 #    - title: "2001.0-2"
3249 #      data-set: "vpp-performance-changes-2n-clx-ref"
3250 #    - title: "2005.0-3"
3251 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3252 #  comparisons:
3253 #    - title: "Diff"
3254 #      reference: 1
3255 #      compare: 2
3256 #  legend:
3257 #    - ''
3258 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3259 #    - '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).'
3260 #    - '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.'
3261 #    - '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.'
3262 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3263 #
3264 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3265 #- type: "table"
3266 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3267 #  algorithm: "table_comparison"
3268 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3269 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3270 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3271 #  columns:
3272 #    - title: "2001.0-2"
3273 #      data-set: "vpp-performance-changes-2n-clx-ref"
3274 #    - title: "2005.0-3"
3275 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3276 #  comparisons:
3277 #    - title: "Diff"
3278 #      reference: 1
3279 #      compare: 2
3280 #  legend:
3281 #    - ''
3282 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3283 #    - '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).'
3284 #    - '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.'
3285 #    - '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.'
3286 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3287
3288 # VPP Performance Changes 2n-dnv 1t1c pdr
3289 - type: "table"
3290   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3291   algorithm: "table_comparison"
3292   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3293   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3294   filter: "'1T1C'"
3295   columns:
3296     - title: "2001.0-2"
3297       data-set: "vpp-performance-changes-2n-dnv-h1"
3298     - title: "2005.0-3"
3299       data-set: "vpp-performance-changes-2n-dnv-ref"
3300     - title: "2009.0-5"
3301       data-set: "vpp-performance-changes-2n-dnv-cmp"
3302   comparisons:
3303     - title: "2009.0-5 vs 2005.0-3"
3304       reference: 2
3305       compare: 3
3306   legend:
3307     - ''
3308     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3309     - '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).'
3310     - '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.'
3311     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3312
3313 # VPP Performance Changes 2n-dnv 2t2c pdr
3314 - type: "table"
3315   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3316   algorithm: "table_comparison"
3317   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3318   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3319   filter: "'2T2C'"
3320   columns:
3321     - title: "2001.0-2"
3322       data-set: "vpp-performance-changes-2n-dnv-h1"
3323     - title: "2005.0-3"
3324       data-set: "vpp-performance-changes-2n-dnv-ref"
3325     - title: "2009.0-5"
3326       data-set: "vpp-performance-changes-2n-dnv-cmp"
3327   comparisons:
3328     - title: "2009.0-5 vs 2005.0-3"
3329       reference: 2
3330       compare: 3
3331   legend:
3332     - ''
3333     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3334     - '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).'
3335     - '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.'
3336     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3337
3338 # VPP Performance Changes 2n-dnv 1t1c ndr
3339 - type: "table"
3340   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3341   algorithm: "table_comparison"
3342   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3343   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3344   filter: "'1T1C'"
3345   columns:
3346     - title: "2001.0-2"
3347       data-set: "vpp-performance-changes-2n-dnv-h1"
3348     - title: "2005.0-3"
3349       data-set: "vpp-performance-changes-2n-dnv-ref"
3350     - title: "2009.0-5"
3351       data-set: "vpp-performance-changes-2n-dnv-cmp"
3352   comparisons:
3353     - title: "2009.0-5 vs 2005.0-3"
3354       reference: 2
3355       compare: 3
3356   legend:
3357     - ''
3358     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3359     - '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).'
3360     - '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.'
3361     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3362
3363 # VPP Performance Changes 2n-dnv 2t2c ndr
3364 - type: "table"
3365   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3366   algorithm: "table_comparison"
3367   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3368   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3369   filter: "'2T2C'"
3370   columns:
3371     - title: "2001.0-2"
3372       data-set: "vpp-performance-changes-2n-dnv-h1"
3373     - title: "2005.0-3"
3374       data-set: "vpp-performance-changes-2n-dnv-ref"
3375     - title: "2009.0-5"
3376       data-set: "vpp-performance-changes-2n-dnv-cmp"
3377   comparisons:
3378     - title: "2009.0-5 vs 2005.0-3"
3379       reference: 2
3380       compare: 3
3381   legend:
3382     - ''
3383     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3384     - '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).'
3385     - '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.'
3386     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3387
3388 # VPP Performance Changes 3n-dnv 1t1c pdr
3389 - type: "table"
3390   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3391   algorithm: "table_comparison"
3392   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3393   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3394   filter: "'1T1C'"
3395   columns:
3396     - title: "2001.0-2"
3397       data-set: "vpp-performance-changes-3n-dnv-h1"
3398     - title: "2005.0-3"
3399       data-set: "vpp-performance-changes-3n-dnv-ref"
3400     - title: "2009.0-5"
3401       data-set: "vpp-performance-changes-3n-dnv-cmp"
3402   comparisons:
3403     - title: "2009.0-5 vs 2005.0-3"
3404       reference: 2
3405       compare: 3
3406   legend:
3407     - ''
3408     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3409     - '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).'
3410     - '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.'
3411     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3412
3413 # VPP Performance Changes 3n-dnv 2t2c pdr
3414 - type: "table"
3415   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3416   algorithm: "table_comparison"
3417   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3418   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3419   filter: "'2T2C'"
3420   columns:
3421     - title: "2001.0-2"
3422       data-set: "vpp-performance-changes-3n-dnv-h1"
3423     - title: "2005.0-3"
3424       data-set: "vpp-performance-changes-3n-dnv-ref"
3425     - title: "2009.0-5"
3426       data-set: "vpp-performance-changes-3n-dnv-cmp"
3427   comparisons:
3428     - title: "2009.0-5 vs 2005.0-3"
3429       reference: 2
3430       compare: 3
3431   legend:
3432     - ''
3433     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3434     - '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).'
3435     - '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.'
3436     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3437
3438 # VPP Performance Changes 3n-dnv 1t1c ndr
3439 - type: "table"
3440   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3441   algorithm: "table_comparison"
3442   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3443   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3444   filter: "'1T1C'"
3445   columns:
3446     - title: "2001.0-2"
3447       data-set: "vpp-performance-changes-3n-dnv-h1"
3448     - title: "2005.0-3"
3449       data-set: "vpp-performance-changes-3n-dnv-ref"
3450     - title: "2009.0-5"
3451       data-set: "vpp-performance-changes-3n-dnv-cmp"
3452   comparisons:
3453     - title: "2009.0-5 vs 2005.0-3"
3454       reference: 2
3455       compare: 3
3456   legend:
3457     - ''
3458     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3459     - '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).'
3460     - '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.'
3461     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3462
3463 # VPP Performance Changes 3n-dnv 2t2c ndr
3464 - type: "table"
3465   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3466   algorithm: "table_comparison"
3467   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3468   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3469   filter: "'2T2C'"
3470   columns:
3471     - title: "2001.0-2"
3472       data-set: "vpp-performance-changes-3n-dnv-h1"
3473     - title: "2005.0-3"
3474       data-set: "vpp-performance-changes-3n-dnv-ref"
3475     - title: "2009.0-5"
3476       data-set: "vpp-performance-changes-3n-dnv-cmp"
3477   comparisons:
3478     - title: "2009.0-5 vs 2005.0-3"
3479       reference: 2
3480       compare: 3
3481   legend:
3482     - ''
3483     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3484     - '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).'
3485     - '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.'
3486     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3487
3488 # VPP Performance Changes 3n-tsh 1t1c pdr
3489 - type: "table"
3490   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3491   algorithm: "table_comparison"
3492   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3493   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3494   filter: "'1T1C'"
3495   columns:
3496     - title: "2001.0-4"
3497       data-set: "vpp-performance-changes-3n-tsh-h1"
3498     - title: "2005.0-4"
3499       data-set: "vpp-performance-changes-3n-tsh-ref"
3500     - title: "2009.0-5"
3501       data-set: "vpp-performance-changes-3n-tsh-cmp"
3502   comparisons:
3503     - title: "2009.0-5 vs 2005.0-4"
3504       reference: 2
3505       compare: 3
3506 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3507   legend:
3508     - ''
3509     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3510     - '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).'
3511     - '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.'
3512     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3513
3514 # VPP Performance Changes 3n-tsh 2t2c pdr
3515 - type: "table"
3516   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3517   algorithm: "table_comparison"
3518   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3519   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3520   filter: "'2T2C'"
3521   columns:
3522     - title: "2001.0-4"
3523       data-set: "vpp-performance-changes-3n-tsh-h1"
3524     - title: "2005.0-4"
3525       data-set: "vpp-performance-changes-3n-tsh-ref"
3526     - title: "2009.0-5"
3527       data-set: "vpp-performance-changes-3n-tsh-cmp"
3528   comparisons:
3529     - title: "2009.0-5 vs 2005.0-4"
3530       reference: 2
3531       compare: 3
3532 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3533   legend:
3534     - ''
3535     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3536     - '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).'
3537     - '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.'
3538     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3539
3540 # VPP Performance Changes 3n-tsh 1t1c ndr
3541 - type: "table"
3542   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3543   algorithm: "table_comparison"
3544   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3545   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3546   filter: "'1T1C'"
3547   columns:
3548     - title: "2001.0-4"
3549       data-set: "vpp-performance-changes-3n-tsh-h1"
3550     - title: "2005.0-4"
3551       data-set: "vpp-performance-changes-3n-tsh-ref"
3552     - title: "2009.0-5"
3553       data-set: "vpp-performance-changes-3n-tsh-cmp"
3554   comparisons:
3555     - title: "2009.0-5 vs 2005.0-4"
3556       reference: 2
3557       compare: 3
3558 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3559   legend:
3560     - ''
3561     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
3562     - '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).'
3563     - '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.'
3564     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3565
3566 # VPP Performance Changes 3n-tsh 2t2c ndr
3567 - type: "table"
3568   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3569   algorithm: "table_comparison"
3570   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3571   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3572   filter: "'2T2C'"
3573   columns:
3574     - title: "2001.0-4"
3575       data-set: "vpp-performance-changes-3n-tsh-h1"
3576     - title: "2005.0-4"
3577       data-set: "vpp-performance-changes-3n-tsh-ref"
3578     - title: "2009.0-5"
3579       data-set: "vpp-performance-changes-3n-tsh-cmp"
3580   comparisons:
3581     - title: "2009.0-5 vs 2005.0-4"
3582       reference: 2
3583       compare: 3
3584 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3585   legend:
3586     - ''
3587     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
3588     - '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).'
3589     - '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.'
3590     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3591
3592 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3593 - type: "table"
3594   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3595   algorithm: "table_comparison"
3596   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3597   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3598   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3599   columns:
3600     - title: "3n-hsw xl710"
3601       data-set: "vpp-compare-testbeds-ref"
3602       tag: "NIC_Intel-XL710"
3603     - title: "3n-skx xxv710"
3604       data-set: "vpp-compare-testbeds-cmp"
3605       tag: "NIC_Intel-XXV710"
3606   comparisons:
3607     - title: "Diff"
3608       reference: 1
3609       compare: 2
3610   legend:
3611     - ""
3612     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3613     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3614
3615 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3616 - type: "table"
3617   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3618   algorithm: "table_comparison"
3619   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3620   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3621   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3622   columns:
3623     - title: "3n-hsw xl710"
3624       data-set: "vpp-compare-testbeds-ref"
3625       tag: "NIC_Intel-XL710"
3626     - title: "3n-skx xxv710"
3627       data-set: "vpp-compare-testbeds-cmp"
3628       tag: "NIC_Intel-XXV710"
3629   comparisons:
3630     - title: "Diff"
3631       reference: 1
3632       compare: 2
3633   legend:
3634     - ""
3635     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3636     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3637
3638 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3639 - type: "table"
3640   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3641   algorithm: "table_comparison"
3642   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3643   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3644   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3645   columns:
3646     - title: "3n-hsw xl710"
3647       data-set: "vpp-compare-testbeds-ref"
3648       tag: "NIC_Intel-XL710"
3649     - title: "3n-skx xxv710"
3650       data-set: "vpp-compare-testbeds-cmp"
3651       tag: "NIC_Intel-XXV710"
3652   comparisons:
3653     - title: "Diff"
3654       reference: 1
3655       compare: 2
3656   legend:
3657     - ""
3658     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3659     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3660
3661 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3662 - type: "table"
3663   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3664   algorithm: "table_comparison"
3665   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3666   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3667   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3668   columns:
3669     - title: "3n-hsw xl710"
3670       data-set: "vpp-compare-testbeds-ref"
3671       tag: "NIC_Intel-XL710"
3672     - title: "3n-skx xxv710"
3673       data-set: "vpp-compare-testbeds-cmp"
3674       tag: "NIC_Intel-XXV710"
3675   comparisons:
3676     - title: "Diff"
3677       reference: 1
3678       compare: 2
3679   legend:
3680     - ""
3681     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3682     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3683
3684 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3685 - type: "table"
3686   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3687   algorithm: "table_comparison"
3688   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3689   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3690   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3691   columns:
3692     - title: "2n-skx"
3693       data-set: "vpp-compare-testbeds-skx-clx-ref"
3694     - title: "2n-clx"
3695       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3696   comparisons:
3697     - title: "Diff"
3698       reference: 1
3699       compare: 2
3700   legend:
3701     - ""
3702     - "2n-skx, 2n-clx - testbeds and NICs tested."
3703     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3704
3705 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3706 - type: "table"
3707   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3708   algorithm: "table_comparison"
3709   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3710   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3711   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3712   columns:
3713     - title: "2n-skx"
3714       data-set: "vpp-compare-testbeds-skx-clx-ref"
3715     - title: "2n-clx"
3716       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3717   comparisons:
3718     - title: "Diff"
3719       reference: 1
3720       compare: 2
3721   legend:
3722     - ""
3723     - "2n-skx, 2n-clx - testbeds and NICs tested."
3724     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3725
3726 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3727 - type: "table"
3728   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3729   algorithm: "table_comparison"
3730   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3731   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3732   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3733   columns:
3734     - title: "2n-skx"
3735       data-set: "vpp-compare-testbeds-skx-clx-ref"
3736     - title: "2n-clx"
3737       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3738   comparisons:
3739     - title: "Diff"
3740       reference: 1
3741       compare: 2
3742   legend:
3743     - ""
3744     - "2n-skx, 2n-clx - testbeds and NICs tested."
3745     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3746
3747 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3748 - type: "table"
3749   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3750   algorithm: "table_comparison"
3751   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3752   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3753   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3754   columns:
3755     - title: "2n-skx"
3756       data-set: "vpp-compare-testbeds-skx-clx-ref"
3757     - title: "2n-clx"
3758       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3759   comparisons:
3760     - title: "Diff"
3761       reference: 1
3762       compare: 2
3763   legend:
3764     - ""
3765     - "2n-skx, 2n-clx - testbeds and NICs tested."
3766     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3767
3768 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3769 - type: "table"
3770   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3771   algorithm: "table_comparison"
3772   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3773   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3774   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3775   columns:
3776     - title: "3n-hsw xl710"
3777       data-set: "vpp-compare-testbeds-hsw-clx-ref"
3778       tag: "NIC_Intel-XL710"
3779     - title: "2n-clx xxv710"
3780       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
3781       tag: "NIC_Intel-XXV710"
3782   comparisons:
3783     - title: "Diff"
3784       reference: 1
3785       compare: 2
3786   legend:
3787     - ""
3788     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
3789     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
3790
3791 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3792 - type: "table"
3793   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3794   algorithm: "table_comparison"
3795   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3796   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3797   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3798   columns:
3799     - title: "3n-hsw xl710"
3800       data-set: "vpp-compare-testbeds-hsw-clx-ref"
3801       tag: "NIC_Intel-XL710"
3802     - title: "2n-clx xxv710"
3803       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
3804       tag: "NIC_Intel-XXV710"
3805   comparisons:
3806     - title: "Diff"
3807       reference: 1
3808       compare: 2
3809   legend:
3810     - ""
3811     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
3812     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
3813
3814 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3815 - type: "table"
3816   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3817   algorithm: "table_comparison"
3818   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3819   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3820   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3821   columns:
3822     - title: "3n-hsw xl710"
3823       data-set: "vpp-compare-testbeds-hsw-clx-ref"
3824       tag: "NIC_Intel-XL710"
3825     - title: "2n-clx xxv710"
3826       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
3827       tag: "NIC_Intel-XXV710"
3828   comparisons:
3829     - title: "Diff"
3830       reference: 1
3831       compare: 2
3832   legend:
3833     - ""
3834     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
3835     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
3836
3837 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3838 - type: "table"
3839   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3840   algorithm: "table_comparison"
3841   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3842   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3843   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3844   columns:
3845     - title: "3n-hsw xl710"
3846       data-set: "vpp-compare-testbeds-hsw-clx-ref"
3847       tag: "NIC_Intel-XL710"
3848     - title: "2n-clx xxv710"
3849       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
3850       tag: "NIC_Intel-XXV710"
3851   comparisons:
3852     - title: "Diff"
3853       reference: 1
3854       compare: 2
3855   legend:
3856     - ""
3857     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
3858     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
3859
3860 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3861 - type: "table"
3862   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3863   algorithm: "table_comparison"
3864   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3865   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3866   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
3867   columns:
3868     - title: "3n-skx"
3869       data-set: "vpp-compare-topologies-ref"
3870     - title: "2n-skx"
3871       data-set: "vpp-compare-topologies-cmp"
3872   comparisons:
3873     - title: "Diff"
3874       reference: 1
3875       compare: 2
3876   legend:
3877     - ""
3878     - "3n-skx, 2n-skx - topologies tested."
3879     - "Diff - difference between 3n-skx and 2n-skx topologies."
3880
3881 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3882 - type: "table"
3883   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3884   algorithm: "table_comparison"
3885   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3886   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3887   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
3888   columns:
3889     - title: "3n-skx"
3890       data-set: "vpp-compare-topologies-ref"
3891     - title: "2n-skx"
3892       data-set: "vpp-compare-topologies-cmp"
3893   comparisons:
3894     - title: "Diff"
3895       reference: 1
3896       compare: 2
3897   legend:
3898     - ""
3899     - "3n-skx, 2n-skx - topologies tested."
3900     - "Diff - difference between 3n-skx and 2n-skx topologies."
3901
3902 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3903 - type: "table"
3904   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3905   algorithm: "table_comparison"
3906   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3907   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3908   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
3909   columns:
3910     - title: "3n-skx"
3911       data-set: "vpp-compare-topologies-ref"
3912     - title: "2n-skx"
3913       data-set: "vpp-compare-topologies-cmp"
3914   comparisons:
3915     - title: "Diff"
3916       reference: 1
3917       compare: 2
3918   legend:
3919     - ""
3920     - "3n-skx, 2n-skx - topologies tested."
3921     - "Diff - difference between 3n-skx and 2n-skx topologies."
3922
3923 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3924 - type: "table"
3925   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3926   algorithm: "table_comparison"
3927   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3928   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3929   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
3930   columns:
3931     - title: "3n-skx"
3932       data-set: "vpp-compare-topologies-ref"
3933     - title: "2n-skx"
3934       data-set: "vpp-compare-topologies-cmp"
3935   comparisons:
3936     - title: "Diff"
3937       reference: 1
3938       compare: 2
3939   legend:
3940     - ""
3941     - "3n-skx, 2n-skx - topologies tested."
3942     - "Diff - difference between 3n-skx and 2n-skx topologies."
3943
3944 # VPP Performance Changes 3n-hsw 1t1c mrr
3945 - type: "table"
3946   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
3947   algorithm: "table_comparison"
3948   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3949   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3950   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3951   columns:
3952     - title: "2001.0-2"
3953       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
3954     - title: "2005.0-4"
3955       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
3956     - title: "2009.0-5"
3957       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
3958   comparisons:
3959     - title: "2009.0-5 vs 2005.0-4"
3960       reference: 2
3961       compare: 3
3962 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
3963   legend:
3964     - ''
3965     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
3966     - '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).'
3967     - '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.'
3968     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3969
3970 # VPP Performance Changes 3n-hsw 2t2c mrr
3971 - type: "table"
3972   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
3973   algorithm: "table_comparison"
3974   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3975   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3976   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3977   columns:
3978     - title: "2001.0-2"
3979       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
3980     - title: "2005.0-4"
3981       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
3982     - title: "2009.0-5"
3983       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
3984   comparisons:
3985     - title: "2009.0-5 vs 2005.0-4"
3986       reference: 2
3987       compare: 3
3988 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
3989   legend:
3990     - ''
3991     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
3992     - '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).'
3993     - '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.'
3994     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3995
3996 # VPP Performance Changes 3n-hsw 4t4c mrr
3997 - type: "table"
3998   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
3999   algorithm: "table_comparison"
4000   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4001   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4002   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4003   columns:
4004     - title: "2001.0-2"
4005       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4006     - title: "2005.0-4"
4007       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4008     - title: "2009.0-5"
4009       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4010   comparisons:
4011     - title: "2009.0-5 vs 2005.0-4"
4012       reference: 2
4013       compare: 3
4014 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4015   legend:
4016     - ''
4017     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4018     - '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).'
4019     - '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.'
4020     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4021
4022 # VPP Performance Changes 3n-skx 2t1c mrr
4023 - type: "table"
4024   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4025   algorithm: "table_comparison"
4026   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4027   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4028   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4029   columns:
4030     - title: "2001.0-2"
4031       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4032     - title: "2005.0-4"
4033       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4034     - title: "2009.0-5"
4035       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4036   comparisons:
4037     - title: "2009.0-5 vs 2005.0-4"
4038       reference: 2
4039       compare: 3
4040 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4041   legend:
4042     - ''
4043     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4044     - '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).'
4045     - '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.'
4046     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4047
4048 # VPP Performance Changes 3n-skx 4t2c mrr
4049 - type: "table"
4050   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4051   algorithm: "table_comparison"
4052   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4053   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4054   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4055   columns:
4056     - title: "2001.0-2"
4057       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4058     - title: "2005.0-4"
4059       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4060     - title: "2009.0-5"
4061       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4062   comparisons:
4063     - title: "2009.0-5 vs 2005.0-4"
4064       reference: 2
4065       compare: 3
4066 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4067   legend:
4068     - ''
4069     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4070     - '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).'
4071     - '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.'
4072     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4073
4074 # VPP Performance Changes 3n-skx 8t4c mrr
4075 - type: "table"
4076   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4077   algorithm: "table_comparison"
4078   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4079   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4080   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4081   columns:
4082     - title: "2001.0-2"
4083       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4084     - title: "2005.0-4"
4085       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4086     - title: "2009.0-5"
4087       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4088   comparisons:
4089     - title: "2009.0-5 vs 2005.0-4"
4090       reference: 2
4091       compare: 3
4092 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4093   legend:
4094     - ''
4095     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4096     - '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).'
4097     - '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.'
4098     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4099
4100 # VPP Performance Changes 2n-skx 2t1c mrr
4101 - type: "table"
4102   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4103   algorithm: "table_comparison"
4104   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4105   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4106   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4107   columns:
4108     - title: "2001.0-2"
4109       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4110     - title: "2005.0-4"
4111       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4112     - title: "2009.0-5"
4113       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4114   comparisons:
4115     - title: "2009.0-5 vs 2005.0-4"
4116       reference: 2
4117       compare: 3
4118 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4119   legend:
4120     - ''
4121     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4122     - '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).'
4123     - '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.'
4124     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4125
4126 # VPP Performance Changes 2n-skx 4t2c mrr
4127 - type: "table"
4128   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4129   algorithm: "table_comparison"
4130   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4131   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4132   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4133   columns:
4134     - title: "2001.0-2"
4135       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4136     - title: "2005.0-4"
4137       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4138     - title: "2009.0-5"
4139       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4140   comparisons:
4141     - title: "2009.0-5 vs 2005.0-4"
4142       reference: 2
4143       compare: 3
4144 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4145   legend:
4146     - ''
4147     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4148     - '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).'
4149     - '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.'
4150     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4151
4152 # VPP Performance Changes 2n-skx 8t4c mrr
4153 - type: "table"
4154   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4155   algorithm: "table_comparison"
4156   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4157   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4158   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4159   columns:
4160     - title: "2001.0-2"
4161       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4162     - title: "2005.0-4"
4163       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4164     - title: "2009.0-5"
4165       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4166   comparisons:
4167     - title: "2009.0-5 vs 2005.0-4"
4168       reference: 2
4169       compare: 3
4170 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4171   legend:
4172     - ''
4173     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4174     - '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).'
4175     - '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.'
4176     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4177
4178 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4179 - type: "table"
4180   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4181   algorithm: "table_comparison"
4182   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4183   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4184   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4185   columns:
4186     - title: "2001.0-2"
4187       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4188     - title: "2005.0-4"
4189       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4190     - title: "2009.0-5"
4191       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4192   comparisons:
4193     - title: "2009.0-5 vs 2005.0-4"
4194       reference: 2
4195       compare: 3
4196 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4197   legend:
4198     - ''
4199     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4200     - '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).'
4201     - '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.'
4202     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4203
4204 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4205 - type: "table"
4206   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4207   algorithm: "table_comparison"
4208   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4209   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4210   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4211   columns:
4212     - title: "2001.0-2"
4213       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4214     - title: "2005.0-4"
4215       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4216     - title: "2009.0-5"
4217       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4218   comparisons:
4219     - title: "2009.0-5 vs 2005.0-4"
4220       reference: 2
4221       compare: 3
4222 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4223   legend:
4224     - ''
4225     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4226     - '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).'
4227     - '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.'
4228     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4229
4230 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4231 - type: "table"
4232   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4233   algorithm: "table_comparison"
4234   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4235   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4236   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4237   columns:
4238     - title: "2001.0-2"
4239       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4240     - title: "2005.0-4"
4241       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4242     - title: "2009.0-5"
4243       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4244   comparisons:
4245     - title: "2009.0-5 vs 2005.0-4"
4246       reference: 2
4247       compare: 3
4248 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4249   legend:
4250     - ''
4251     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4252     - '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).'
4253     - '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.'
4254     - '2009.0-5 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4255
4256 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4257 #- type: "table"
4258 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4259 #  algorithm: "table_comparison"
4260 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4261 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4262 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4263 #  columns:
4264 #    - title: "2001"
4265 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4266 #    - title: "2005"
4267 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4268 #  comparisons:
4269 #    - title: "Diff"
4270 #      reference: 1
4271 #      compare: 2
4272 #  legend:
4273 #    - ""
4274 #    - "2001, 2005 - VPP versions tested."
4275 #    - "Diff - difference between 2001 and 2005 VPP version."
4276 #
4277 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4278 #- type: "table"
4279 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4280 #  algorithm: "table_comparison"
4281 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4282 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4283 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4284 #  columns:
4285 #    - title: "2001"
4286 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4287 #    - title: "2005"
4288 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4289 #  comparisons:
4290 #    - title: "Diff"
4291 #      reference: 1
4292 #      compare: 2
4293 #  legend:
4294 #    - ""
4295 #    - "2001, 2005 - VPP versions tested."
4296 #    - "Diff - difference between 2001 and 2005 VPP version."
4297 #
4298 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4299 #- type: "table"
4300 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4301 #  algorithm: "table_comparison"
4302 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4303 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4304 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4305 #  columns:
4306 #    - title: "2001"
4307 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4308 #    - title: "2005"
4309 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4310 #  comparisons:
4311 #    - title: "Diff"
4312 #      reference: 1
4313 #      compare: 2
4314 #  legend:
4315 #    - ""
4316 #    - "2001, 2005 - VPP versions tested."
4317 #    - "Diff - difference between 2001 and 2005 VPP version."
4318
4319 # VPP Performance Changes 2n-dnv 1t1c mrr
4320 - type: "table"
4321   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4322   algorithm: "table_comparison"
4323   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4324   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4325   filter: "'1T1C'"
4326   columns:
4327     - title: "2001.0-2"
4328       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4329     - title: "2005.0-3"
4330       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4331     - title: "2009.0-5"
4332       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4333   comparisons:
4334     - title: "2009.0-5 vs 2005.0-3"
4335       reference: 2
4336       compare: 3
4337   legend:
4338     - ''
4339     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4340     - '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).'
4341     - '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.'
4342     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4343
4344 # VPP Performance Changes 2n-dnv 2t2c mrr
4345 - type: "table"
4346   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4347   algorithm: "table_comparison"
4348   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4349   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4350   filter: "'2T2C'"
4351   columns:
4352     - title: "2001.0-2"
4353       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4354     - title: "2005.0-3"
4355       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4356     - title: "2009.0-5"
4357       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4358   comparisons:
4359     - title: "2009.0-5 vs 2005.0-3"
4360       reference: 2
4361       compare: 3
4362   legend:
4363     - ''
4364     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4365     - '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).'
4366     - '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.'
4367     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4368
4369 # VPP Performance Changes 2n-dnv 4t4c mrr
4370 - type: "table"
4371   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4372   algorithm: "table_comparison"
4373   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4374   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4375   filter: "'4T4C'"
4376   columns:
4377     - title: "2001.0-2"
4378       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4379     - title: "2005.0-3"
4380       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4381     - title: "2009.0-5"
4382       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4383   comparisons:
4384     - title: "2009.0-5 vs 2005.0-3"
4385       reference: 2
4386       compare: 3
4387   legend:
4388     - ''
4389     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4390     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4391     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4392     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4393
4394 # VPP Performance Changes 3n-dnv 1t1c mrr
4395 - type: "table"
4396   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4397   algorithm: "table_comparison"
4398   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4399   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4400   filter: "'1T1C'"
4401   columns:
4402     - title: "2001.0-2"
4403       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4404     - title: "2005.0-3"
4405       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4406     - title: "2009.0-5"
4407       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4408   comparisons:
4409     - title: "2009.0-5 vs 2005.0-3"
4410       reference: 2
4411       compare: 3
4412   legend:
4413     - ''
4414     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4415     - '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).'
4416     - '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.'
4417     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4418
4419 # VPP Performance Changes 3n-dnv 2t2c mrr
4420 - type: "table"
4421   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4422   algorithm: "table_comparison"
4423   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4424   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4425   filter: "'2T2C'"
4426   columns:
4427     - title: "2001.0-2"
4428       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4429     - title: "2005.0-3"
4430       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4431     - title: "2009.0-5"
4432       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4433   comparisons:
4434     - title: "2009.0-5 vs 2005.0-3"
4435       reference: 2
4436       compare: 3
4437   legend:
4438     - ''
4439     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4440     - '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).'
4441     - '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.'
4442     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4443
4444 # VPP Performance Changes 3n-dnv 4t4c mrr
4445 - type: "table"
4446   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4447   algorithm: "table_comparison"
4448   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4449   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4450   filter: "'4T4C'"
4451   columns:
4452     - title: "2001.0-2"
4453       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4454     - title: "2005.0-3"
4455       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4456     - title: "2009.0-5"
4457       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4458   comparisons:
4459     - title: "2009.0-5 vs 2005.0-3"
4460       reference: 2
4461       compare: 3
4462   legend:
4463     - ''
4464     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4465     - '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).'
4466     - '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.'
4467     - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4468
4469 # VPP Performance Changes 3n-tsh 1t1c mrr
4470 - type: "table"
4471   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4472   algorithm: "table_comparison"
4473   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4474   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4475   filter: "'1T1C'"
4476   columns:
4477     - title: "2001.0-2"
4478       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4479     - title: "2005.0-4"
4480       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4481     - title: "2009.0-5"
4482       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4483   comparisons:
4484     - title: "2009.0-5 vs 2005.0-4"
4485       reference: 2
4486       compare: 3
4487 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
4488   legend:
4489     - ''
4490     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4491     - '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).'
4492     - '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.'
4493     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4494
4495 # VPP Performance Changes 3n-tsh 2t2c mrr
4496 - type: "table"
4497   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4498   algorithm: "table_comparison"
4499   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4500   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4501   filter: "'2T2C'"
4502   columns:
4503     - title: "2001.0-2"
4504       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4505     - title: "2005.0-4"
4506       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4507     - title: "2009.0-5"
4508       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4509   comparisons:
4510     - title: "2009.0-5 vs 2005.0-4"
4511       reference: 2
4512       compare: 3
4513 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
4514   legend:
4515     - ''
4516     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4517     - '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).'
4518     - '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.'
4519     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4520
4521 # VPP Performance Changes 3n-tsh 4t4c mrr
4522 - type: "table"
4523   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4524   algorithm: "table_comparison"
4525   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4526   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4527   filter: "'4T4C'"
4528   columns:
4529     - title: "2001.0-2"
4530       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4531     - title: "2005.0-4"
4532       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4533     - title: "2009.0-5"
4534       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4535   comparisons:
4536     - title: "2009.0-5 vs 2005.0-4"
4537       reference: 2
4538       compare: 3
4539 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
4540   legend:
4541     - ''
4542     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4543     - '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).'
4544     - '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.'
4545     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4546
4547 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4548 - type: "table"
4549   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4550   algorithm: "table_comparison"
4551   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4552   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4553   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4554   columns:
4555     - title: "3n-hsw xl710"
4556       data-set: "vpp-compare-testbeds-mrr-ref"
4557       tag: "NIC_Intel-XL710"
4558     - title: "3n-skx xxv710"
4559       data-set: "vpp-compare-testbeds-mrr-cmp"
4560       tag: "NIC_Intel-XXV710"
4561   comparisons:
4562     - title: "Diff"
4563       reference: 1
4564       compare: 2
4565   legend:
4566     - ""
4567     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4568     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4569
4570 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4571 - type: "table"
4572   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4573   algorithm: "table_comparison"
4574   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4575   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4576   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4577   columns:
4578     - title: "3n-hsw xl710"
4579       data-set: "vpp-compare-testbeds-mrr-ref"
4580       tag: "NIC_Intel-XL710"
4581     - title: "3n-skx xxv710"
4582       data-set: "vpp-compare-testbeds-mrr-cmp"
4583       tag: "NIC_Intel-XXV710"
4584   comparisons:
4585     - title: "Diff"
4586       reference: 1
4587       compare: 2
4588   legend:
4589     - ""
4590     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4591     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4592
4593 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4594 - type: "table"
4595   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4596   algorithm: "table_comparison"
4597   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4598   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4599   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4600   columns:
4601     - title: "3n-hsw xl710"
4602       data-set: "vpp-compare-testbeds-mrr-ref"
4603       tag: "NIC_Intel-XL710"
4604     - title: "3n-skx xxv710"
4605       data-set: "vpp-compare-testbeds-mrr-cmp"
4606       tag: "NIC_Intel-XXV710"
4607   comparisons:
4608     - title: "Diff"
4609       reference: 1
4610       compare: 2
4611   legend:
4612     - ""
4613     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4614     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4615
4616 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4617 - type: "table"
4618   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4619   algorithm: "table_comparison"
4620   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4621   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4622   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4623   columns:
4624     - title: "2n-skx"
4625       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4626     - title: "2n-clx"
4627       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4628   comparisons:
4629     - title: "Diff"
4630       reference: 1
4631       compare: 2
4632   legend:
4633     - ""
4634     - "2n-skx, 2n-clx - testbeds and NICs tested."
4635     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4636
4637 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4638 - type: "table"
4639   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4640   algorithm: "table_comparison"
4641   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4642   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4643   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4644   columns:
4645     - title: "2n-skx"
4646       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4647     - title: "2n-clx"
4648       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4649   comparisons:
4650     - title: "Diff"
4651       reference: 1
4652       compare: 2
4653   legend:
4654     - ""
4655     - "2n-skx, 2n-clx - testbeds and NICs tested."
4656     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4657
4658 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4659 - type: "table"
4660   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4661   algorithm: "table_comparison"
4662   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4663   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4664   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4665   columns:
4666     - title: "2n-skx"
4667       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4668     - title: "2n-clx"
4669       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4670   comparisons:
4671     - title: "Diff"
4672       reference: 1
4673       compare: 2
4674   legend:
4675     - ""
4676     - "2n-skx, 2n-clx - testbeds and NICs tested."
4677     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4678
4679 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4680 - type: "table"
4681   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4682   algorithm: "table_comparison"
4683   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4684   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4685   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
4686   columns:
4687     - title: "3n-skx"
4688       data-set: "vpp-compare-topologies-mrr-ref"
4689     - title: "2n-skx"
4690       data-set: "vpp-compare-topologies-mrr-cmp"
4691   comparisons:
4692     - title: "Diff"
4693       reference: 1
4694       compare: 2
4695   legend:
4696     - ""
4697     - "3n-skx, 2n-skx - topologies tested."
4698     - "Diff - difference between 3n-skx and 2n-skx topologies."
4699
4700 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4701 - type: "table"
4702   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4703   algorithm: "table_comparison"
4704   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4705   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4706   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
4707   columns:
4708     - title: "3n-skx"
4709       data-set: "vpp-compare-topologies-mrr-ref"
4710     - title: "2n-skx"
4711       data-set: "vpp-compare-topologies-mrr-cmp"
4712   comparisons:
4713     - title: "Diff"
4714       reference: 1
4715       compare: 2
4716   legend:
4717     - ""
4718     - "3n-skx, 2n-skx - topologies tested."
4719     - "Diff - difference between 3n-skx and 2n-skx topologies."
4720
4721 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4722 - type: "table"
4723   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4724   algorithm: "table_comparison"
4725   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4726   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4727   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
4728   columns:
4729     - title: "3n-skx"
4730       data-set: "vpp-compare-topologies-mrr-ref"
4731     - title: "2n-skx"
4732       data-set: "vpp-compare-topologies-mrr-cmp"
4733   comparisons:
4734     - title: "Diff"
4735       reference: 1
4736       compare: 2
4737   legend:
4738     - ""
4739     - "3n-skx, 2n-skx - topologies tested."
4740     - "Diff - difference between 3n-skx and 2n-skx topologies."
4741
4742 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4743 - type: "table"
4744   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4745   algorithm: "table_comparison"
4746   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4747   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4748   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4749   columns:
4750     - title: "3n-hsw xl710"
4751       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4752       tag: "NIC_Intel-XL710"
4753     - title: "2n-clx xxv710"
4754       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4755       tag: "NIC_Intel-XXV710"
4756   comparisons:
4757     - title: "Diff"
4758       reference: 1
4759       compare: 2
4760   legend:
4761     - ""
4762     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4763     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4764
4765 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4766 - type: "table"
4767   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4768   algorithm: "table_comparison"
4769   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4770   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4771   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4772   columns:
4773     - title: "3n-hsw xl710"
4774       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4775       tag: "NIC_Intel-XL710"
4776     - title: "2n-clx xxv710"
4777       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4778       tag: "NIC_Intel-XXV710"
4779   comparisons:
4780     - title: "Diff"
4781       reference: 1
4782       compare: 2
4783   legend:
4784     - ""
4785     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4786     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4787
4788 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4789 - type: "table"
4790   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4791   algorithm: "table_comparison"
4792   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4794   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4795   columns:
4796     - title: "3n-hsw xl710"
4797       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4798       tag: "NIC_Intel-XL710"
4799     - title: "2n-clx xxv710"
4800       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4801       tag: "NIC_Intel-XXV710"
4802   comparisons:
4803     - title: "Diff"
4804       reference: 1
4805       compare: 2
4806   legend:
4807     - ""
4808     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4809     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4810
4811 # Detailed Test Results - VPP Performance Results 3n-hsw
4812 - type: "table"
4813   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4814   algorithm: "table_merged_details"
4815   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4816   columns:
4817     - title: " |prein| Test Name |preout| "
4818       data: "data name"
4819     - 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| "
4820       data: "data msg"
4821   data: "vpp-perf-results-3n-hsw"
4822   filter: "all"
4823   parameters:
4824   - "name"
4825   - "parent"
4826   - "msg"
4827
4828 # Detailed Test Results - VPP Performance Results 3n-skx
4829 - type: "table"
4830   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4831   algorithm: "table_merged_details"
4832   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4833   columns:
4834     - title: " |prein| Test Name |preout| "
4835       data: "data name"
4836     - 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| "
4837       data: "data msg"
4838   data: "vpp-perf-results-3n-skx"
4839   filter: "all"
4840   remove-ndr: False
4841   parameters:
4842   - "name"
4843   - "parent"
4844   - "msg"
4845
4846 # Detailed Test Results - VPP Performance Results 2n-skx
4847 - type: "table"
4848   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4849   algorithm: "table_merged_details"
4850   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4851   columns:
4852     - title: " |prein| Test Name |preout| "
4853       data: "data name"
4854     - 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| "
4855       data: "data msg"
4856   data: "vpp-perf-results-2n-skx"
4857   filter: "all"
4858   remove-ndr: False
4859   parameters:
4860   - "name"
4861   - "parent"
4862   - "msg"
4863
4864 # Detailed Test Results - VPP Performance Results 2n-clx
4865 - type: "table"
4866   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4867   algorithm: "table_merged_details"
4868   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4869   columns:
4870     - title: " |prein| Test Name |preout| "
4871       data: "data name"
4872     - 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| "
4873       data: "data msg"
4874   data: "vpp-perf-results-2n-clx"
4875   filter: "all"
4876   parameters:
4877   - "name"
4878   - "parent"
4879   - "msg"
4880
4881 # Detailed Test Results - VPP Performance Results 3n-tsh
4882 - type: "table"
4883   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4884   algorithm: "table_merged_details"
4885   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4886   columns:
4887     - title: " |prein| Test Name |preout| "
4888       data: "data name"
4889     - 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| "
4890       data: "data msg"
4891   data: "vpp-perf-results-3n-tsh"
4892   filter: "all"
4893   parameters:
4894   - "name"
4895   - "parent"
4896   - "msg"
4897
4898 # Detailed Test Results - VPP Performance Results 3n-dnv
4899 - type: "table"
4900   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4901   algorithm: "table_merged_details"
4902   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4903   columns:
4904     - title: " |prein| Test Name |preout| "
4905       data: "data name"
4906     - 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| "
4907       data: "data msg"
4908   data: "vpp-perf-results-3n-dnv"
4909   filter: "all"
4910   parameters:
4911   - "name"
4912   - "parent"
4913   - "msg"
4914
4915 # Detailed Test Results - VPP Performance Results 2n-dnv
4916 - type: "table"
4917   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4918   algorithm: "table_merged_details"
4919   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4920   columns:
4921     - title: " |prein| Test Name |preout| "
4922       data: "data name"
4923     - 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| "
4924       data: "data msg"
4925   data: "vpp-perf-results-2n-dnv"
4926   filter: "all"
4927   parameters:
4928   - "name"
4929   - "parent"
4930   - "msg"
4931
4932 # Test configuration - VPP Performance Test Configs 3n-hsw
4933 - type: "table"
4934   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4935   algorithm: "table_merged_details"
4936   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4937   columns:
4938     - title: " |prein| Test Name |preout| "
4939       data: "data name"
4940     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4941       data: "data conf-history"
4942   data: "vpp-perf-results-3n-hsw"
4943   filter: "all"
4944   parameters:
4945   - "parent"
4946   - "name"
4947   - "conf-history"
4948
4949 # Test configuration - VPP Performance Test Configs 3n-skx
4950 - type: "table"
4951   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4952   algorithm: "table_merged_details"
4953   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4954   columns:
4955     - title: " |prein| Test Name |preout| "
4956       data: "data name"
4957     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4958       data: "data conf-history"
4959   data: "vpp-perf-results-3n-skx"
4960   filter: "all"
4961   parameters:
4962   - "parent"
4963   - "name"
4964   - "conf-history"
4965
4966 # Test configuration - VPP Performance Test Configs 2n-skx
4967 - type: "table"
4968   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4969   algorithm: "table_merged_details"
4970   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
4971   columns:
4972     - title: " |prein| Test Name |preout| "
4973       data: "data name"
4974     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4975       data: "data conf-history"
4976   data: "vpp-perf-results-2n-skx"
4977   filter: "all"
4978   parameters:
4979   - "parent"
4980   - "name"
4981   - "conf-history"
4982
4983 # Test configuration - VPP Performance Test Configs 2n-clx
4984 - type: "table"
4985   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4986   algorithm: "table_merged_details"
4987   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
4988   columns:
4989     - title: " |prein| Test Name |preout| "
4990       data: "data name"
4991     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4992       data: "data conf-history"
4993   data: "vpp-perf-results-2n-clx"
4994   filter: "all"
4995   parameters:
4996   - "parent"
4997   - "name"
4998   - "conf-history"
4999
5000 # Test configuration - VPP Performance Test Configs 3n-tsh
5001 - type: "table"
5002   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5003   algorithm: "table_merged_details"
5004   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5005   columns:
5006     - title: " |prein| Test Name |preout| "
5007       data: "data name"
5008     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5009       data: "data conf-history"
5010   data: "vpp-perf-results-3n-tsh"
5011   filter: "all"
5012   parameters:
5013   - "parent"
5014   - "name"
5015   - "conf-history"
5016
5017 # Test configuration - VPP Performance Test Configs 3n-dnv
5018 - type: "table"
5019   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5020   algorithm: "table_merged_details"
5021   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5022   columns:
5023     - title: " |prein| Test Name |preout| "
5024       data: "data name"
5025     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5026       data: "data conf-history"
5027   data: "vpp-perf-results-3n-dnv"
5028   filter: "all"
5029   parameters:
5030   - "parent"
5031   - "name"
5032   - "conf-history"
5033
5034 # Test configuration - VPP Performance Test Configs 2n-dnv
5035 - type: "table"
5036   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5037   algorithm: "table_merged_details"
5038   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5039   columns:
5040     - title: " |prein| Test Name |preout| "
5041       data: "data name"
5042     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5043       data: "data conf-history"
5044   data: "vpp-perf-results-2n-dnv"
5045   filter: "all"
5046   parameters:
5047   - "parent"
5048   - "name"
5049   - "conf-history"
5050
5051 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5052 - type: "table"
5053   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5054   algorithm: "table_oper_data_html"
5055   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5056   data: "vpp-perf-results-3n-hsw"
5057   filter: "all"
5058
5059 # Test Operational Data - VPP Performance Operational Data 3n-skx
5060 - type: "table"
5061   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5062   algorithm: "table_oper_data_html"
5063   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5064   data: "vpp-perf-results-3n-skx"
5065   filter: "all"
5066
5067 # Test Operational Data - VPP Performance Operational Data 2n-skx
5068 - type: "table"
5069   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5070   algorithm: "table_oper_data_html"
5071   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5072   data: "vpp-perf-results-2n-skx"
5073   filter: "all"
5074
5075 # Test Operational Data - VPP Performance Operational Data 2n-clx
5076 - type: "table"
5077   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5078   algorithm: "table_oper_data_html"
5079   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5080   data: "vpp-perf-results-2n-clx"
5081   filter: "all"
5082
5083 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5084 - type: "table"
5085   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5086   algorithm: "table_oper_data_html"
5087   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5088   data: "vpp-perf-results-3n-tsh"
5089   filter: "all"
5090
5091 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5092 - type: "table"
5093   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5094   algorithm: "table_oper_data_html"
5095   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5096   data: "vpp-perf-results-3n-dnv"
5097   filter: "all"
5098
5099 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5100 - type: "table"
5101   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5102   algorithm: "table_oper_data_html"
5103   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5104   data: "vpp-perf-results-2n-dnv"
5105   filter: "all"
5106
5107 # Detailed Test Results - VPP MRR Results 3n-hsw
5108 - type: "table"
5109   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5110   algorithm: "table_merged_details"
5111   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5112   columns:
5113     - title: " |prein| Test Name |preout| "
5114       data: "data name"
5115     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5116       data: "data msg"
5117   data: "vpp-mrr-results-3n-hsw"
5118   filter: "all"
5119   parameters:
5120   - "name"
5121   - "parent"
5122   - "msg"
5123
5124 # Detailed Test Results - VPP MRR Results 3n-skx
5125 - type: "table"
5126   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5127   algorithm: "table_merged_details"
5128   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5129   columns:
5130     - title: " |prein| Test Name |preout| "
5131       data: "data name"
5132     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5133       data: "data msg"
5134   data: "vpp-mrr-results-3n-skx"
5135   filter: "all"
5136   parameters:
5137   - "name"
5138   - "parent"
5139   - "msg"
5140
5141 # Detailed Test Results - VPP MRR Results 2n-skx
5142 - type: "table"
5143   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5144   algorithm: "table_merged_details"
5145   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5146   columns:
5147     - title: " |prein| Test Name |preout| "
5148       data: "data name"
5149     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5150       data: "data msg"
5151   data: "vpp-mrr-results-2n-skx"
5152   filter: "all"
5153   parameters:
5154   - "name"
5155   - "parent"
5156   - "msg"
5157
5158 # Detailed Test Results - VPP MRR Results 2n-clx
5159 - type: "table"
5160   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5161   algorithm: "table_merged_details"
5162   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5163   columns:
5164     - title: " |prein| Test Name |preout| "
5165       data: "data name"
5166     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5167       data: "data msg"
5168   data: "vpp-mrr-results-2n-clx"
5169   filter: "all"
5170   parameters:
5171   - "name"
5172   - "parent"
5173   - "msg"
5174
5175 # Detailed Test Results - VPP MRR Results 3n-tsh
5176 - type: "table"
5177   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5178   algorithm: "table_merged_details"
5179   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5180   columns:
5181     - title: " |prein| Test Name |preout| "
5182       data: "data name"
5183     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5184       data: "data msg"
5185   data: "vpp-mrr-results-3n-tsh"
5186   filter: "all"
5187   parameters:
5188   - "name"
5189   - "parent"
5190   - "msg"
5191
5192 # Detailed Test Results - VPP MRR Results 3n-dnv
5193 - type: "table"
5194   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5195   algorithm: "table_merged_details"
5196   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5197   columns:
5198     - title: " |prein| Test Name |preout| "
5199       data: "data name"
5200     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5201       data: "data msg"
5202   data: "vpp-mrr-results-3n-dnv"
5203   filter: "all"
5204   parameters:
5205   - "name"
5206   - "parent"
5207   - "msg"
5208
5209 # Detailed Test Results - VPP MRR Results 2n-dnv
5210 - type: "table"
5211   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5212   algorithm: "table_merged_details"
5213   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5214   columns:
5215     - title: " |prein| Test Name |preout| "
5216       data: "data name"
5217     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5218       data: "data msg"
5219   data: "vpp-mrr-results-2n-dnv"
5220   filter: "all"
5221   parameters:
5222   - "name"
5223   - "parent"
5224   - "msg"
5225
5226 # Test configuration - VPP MRR Test Configs 3n-hsw
5227 - type: "table"
5228   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5229   algorithm: "table_merged_details"
5230   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5231   columns:
5232     - title: " |prein| Test Name |preout| "
5233       data: "data name"
5234     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5235       data: "data conf-history"
5236   data: "vpp-mrr-results-3n-hsw"
5237   filter: "all"
5238   parameters:
5239   - "parent"
5240   - "name"
5241   - "conf-history"
5242
5243 # Test configuration - VPP MRR Test Configs 3n-skx
5244 - type: "table"
5245   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5246   algorithm: "table_merged_details"
5247   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5248   columns:
5249     - title: " |prein| Test Name |preout| "
5250       data: "data name"
5251     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5252       data: "data conf-history"
5253   data: "vpp-mrr-results-3n-skx"
5254   filter: "all"
5255   parameters:
5256   - "parent"
5257   - "name"
5258   - "conf-history"
5259
5260 # Test configuration - VPP MRR Test Configs 2n-skx
5261 - type: "table"
5262   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5263   algorithm: "table_merged_details"
5264   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5265   columns:
5266     - title: " |prein| Test Name |preout| "
5267       data: "data name"
5268     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5269       data: "data conf-history"
5270   data: "vpp-mrr-results-2n-skx"
5271   filter: "all"
5272   parameters:
5273   - "parent"
5274   - "name"
5275   - "conf-history"
5276
5277 # Test configuration - VPP MRR Test Configs 2n-clx
5278 - type: "table"
5279   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5280   algorithm: "table_merged_details"
5281   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5282   columns:
5283     - title: " |prein| Test Name |preout| "
5284       data: "data name"
5285     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5286       data: "data conf-history"
5287   data: "vpp-mrr-results-2n-clx"
5288   filter: "all"
5289   parameters:
5290   - "parent"
5291   - "name"
5292   - "conf-history"
5293
5294 # Test configuration - VPP MRR Test Configs 3n-tsh
5295 - type: "table"
5296   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5297   algorithm: "table_merged_details"
5298   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5299   columns:
5300     - title: " |prein| Test Name |preout| "
5301       data: "data name"
5302     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5303       data: "data conf-history"
5304   data: "vpp-mrr-results-3n-tsh"
5305   filter: "all"
5306   parameters:
5307   - "parent"
5308   - "name"
5309   - "conf-history"
5310
5311 # Test configuration - VPP MRR Test Configs 3n-dnv
5312 - type: "table"
5313   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5314   algorithm: "table_merged_details"
5315   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5316   columns:
5317     - title: " |prein| Test Name |preout| "
5318       data: "data name"
5319     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5320       data: "data conf-history"
5321   data: "vpp-mrr-results-3n-dnv"
5322   filter: "all"
5323   parameters:
5324   - "parent"
5325   - "name"
5326   - "conf-history"
5327
5328 # Test configuration - VPP MRR Test Configs 2n-dnv
5329 - type: "table"
5330   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5331   algorithm: "table_merged_details"
5332   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5333   columns:
5334     - title: " |prein| Test Name |preout| "
5335       data: "data name"
5336     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5337       data: "data conf-history"
5338   data: "vpp-mrr-results-2n-dnv"
5339   filter: "all"
5340   parameters:
5341   - "parent"
5342   - "name"
5343   - "conf-history"
5344
5345 # Detailed Test Results - VPP Device Results - Ubuntu
5346 - type: "table"
5347   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5348   algorithm: "table_merged_details"
5349   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5350   columns:
5351     - title: " |prein| Test Name |preout| "
5352       data: "data name"
5353     - title: " |prein| Status |preout| "
5354       data: "data status"
5355   data: "vpp-device-results-ubuntu"
5356   filter: "all"
5357   parameters:
5358   - "name"
5359   - "parent"
5360   - "doc"
5361   - "status"
5362
5363 # Test configuration - VPP Device Test Configs - Ubuntu
5364 - type: "table"
5365   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5366   algorithm: "table_merged_details"
5367   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5368   columns:
5369     - title: " |prein| Test Name |preout| "
5370       data: "data name"
5371     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5372       data: "data conf-history"
5373   data: "vpp-device-results-ubuntu"
5374   filter: "all"
5375   parameters:
5376   - "parent"
5377   - "name"
5378   - "conf-history"
5379
5380 ################################################################################
5381
5382 # DPDK Performance Changes 3n-hsw 1t1c pdr
5383 - type: "table"
5384   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5385   algorithm: "table_comparison"
5386   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5387   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5388   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5389   columns:
5390     - title: "2001"
5391       data-set: "dpdk-performance-changes-3n-hsw-h1"
5392     - title: "2005"
5393       data-set: "dpdk-performance-changes-3n-hsw-ref"
5394     - title: "2009"
5395       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5396   comparisons:
5397     - title: "Diff"
5398       reference: 2
5399       compare: 3
5400   legend:
5401     - ""
5402     - "2001, 2005, 2009 - DPDK versions tested."
5403     - "Diff - difference between 2005 and 2009 DPDK version."
5404
5405 # DPDK Performance Changes 3n-hsw 2t2c pdr
5406 - type: "table"
5407   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5408   algorithm: "table_comparison"
5409   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5410   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5411   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5412   columns:
5413     - title: "2001"
5414       data-set: "dpdk-performance-changes-3n-hsw-h1"
5415     - title: "2005"
5416       data-set: "dpdk-performance-changes-3n-hsw-ref"
5417     - title: "2009"
5418       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5419   comparisons:
5420     - title: "Diff"
5421       reference: 2
5422       compare: 3
5423   legend:
5424     - ""
5425     - "2001, 2005, 2009 - DPDK versions tested."
5426     - "Diff - difference between 2005 and 2009 DPDK version."
5427
5428 # DPDK Performance Changes 3n-hsw 1t1c pdr
5429 - type: "table"
5430   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5431   algorithm: "table_comparison"
5432   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5433   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5434   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5435   columns:
5436     - title: "2001"
5437       data-set: "dpdk-performance-changes-3n-hsw-h1"
5438     - title: "2005"
5439       data-set: "dpdk-performance-changes-3n-hsw-ref"
5440     - title: "2009"
5441       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5442   comparisons:
5443     - title: "Diff"
5444       reference: 2
5445       compare: 3
5446   legend:
5447     - ""
5448     - "2001, 2005, 2009 - DPDK versions tested."
5449     - "Diff - difference between 2005 and 2009 DPDK version."
5450
5451 # DPDK Performance Changes 3n-hsw 2t2c ndr
5452 - type: "table"
5453   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5454   algorithm: "table_comparison"
5455   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5456   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5457   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5458   columns:
5459     - title: "2001"
5460       data-set: "dpdk-performance-changes-3n-hsw-h1"
5461     - title: "2005"
5462       data-set: "dpdk-performance-changes-3n-hsw-ref"
5463     - title: "2009"
5464       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5465   comparisons:
5466     - title: "Diff"
5467       reference: 2
5468       compare: 3
5469   legend:
5470     - ""
5471     - "2001, 2005, 2009 - DPDK versions tested."
5472     - "Diff - difference between 2005 and 2009 DPDK version."
5473
5474 # DPDK Performance Changes 3n-skx 2t1c pdr
5475 - type: "table"
5476   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5477   algorithm: "table_comparison"
5478   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5479   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5480   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5481   columns:
5482     - title: "2001"
5483       data-set: "dpdk-performance-changes-3n-skx-h1"
5484     - title: "2005"
5485       data-set: "dpdk-performance-changes-3n-skx-ref"
5486     - title: "2009"
5487       data-set: "dpdk-performance-changes-3n-skx-cmp"
5488   comparisons:
5489     - title: "Diff"
5490       reference: 2
5491       compare: 3
5492   legend:
5493     - ""
5494     - "2001, 2005, 2009 - DPDK versions tested."
5495     - "Diff - difference between 2005 and 2009 DPDK version."
5496
5497 # DPDK Performance Changes 3n-skx 4t2c pdr
5498 - type: "table"
5499   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5500   algorithm: "table_comparison"
5501   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5503   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5504   columns:
5505     - title: "2001"
5506       data-set: "dpdk-performance-changes-3n-skx-h1"
5507     - title: "2005"
5508       data-set: "dpdk-performance-changes-3n-skx-ref"
5509     - title: "2009"
5510       data-set: "dpdk-performance-changes-3n-skx-cmp"
5511   comparisons:
5512     - title: "Diff"
5513       reference: 2
5514       compare: 3
5515   legend:
5516     - ""
5517     - "2001, 2005, 2009 - DPDK versions tested."
5518     - "Diff - difference between 2005 and 2009 DPDK version."
5519
5520 # DPDK Performance Changes 3n-skx 2t1c ndr
5521 - type: "table"
5522   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5523   algorithm: "table_comparison"
5524   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5525   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5526   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5527   columns:
5528     - title: "2001"
5529       data-set: "dpdk-performance-changes-3n-skx-h1"
5530     - title: "2005"
5531       data-set: "dpdk-performance-changes-3n-skx-ref"
5532     - title: "2009"
5533       data-set: "dpdk-performance-changes-3n-skx-cmp"
5534   comparisons:
5535     - title: "Diff"
5536       reference: 2
5537       compare: 3
5538   legend:
5539     - ""
5540     - "2001, 2005, 2009 - DPDK versions tested."
5541     - "Diff - difference between 2005 and 2009 DPDK version."
5542
5543 # DPDK Performance Changes 3n-skx 4t2c ndr
5544 - type: "table"
5545   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5546   algorithm: "table_comparison"
5547   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5549   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5550   columns:
5551     - title: "2001"
5552       data-set: "dpdk-performance-changes-3n-skx-h1"
5553     - title: "2005"
5554       data-set: "dpdk-performance-changes-3n-skx-ref"
5555     - title: "2009"
5556       data-set: "dpdk-performance-changes-3n-skx-cmp"
5557   comparisons:
5558     - title: "Diff"
5559       reference: 2
5560       compare: 3
5561   legend:
5562     - ""
5563     - "2001, 2005, 2009 - DPDK versions tested."
5564     - "Diff - difference between 2005 and 2009 DPDK version."
5565
5566 # DPDK Performance Changes 2n-skx 2t1c pdr
5567 - type: "table"
5568   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5569   algorithm: "table_comparison"
5570   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5571   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5572   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5573   columns:
5574     - title: "2001"
5575       data-set: "dpdk-performance-changes-2n-skx-h1"
5576     - title: "2005"
5577       data-set: "dpdk-performance-changes-2n-skx-ref"
5578     - title: "2009"
5579       data-set: "dpdk-performance-changes-2n-skx-cmp"
5580   comparisons:
5581     - title: "Diff"
5582       reference: 2
5583       compare: 3
5584   legend:
5585     - ""
5586     - "2001, 2005, 2009 - DPDK versions tested."
5587     - "Diff - difference between 2005 and 2009 DPDK version."
5588
5589 # DPDK Performance Changes 2n-skx 4t2c pdr
5590 - type: "table"
5591   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5592   algorithm: "table_comparison"
5593   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5594   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5595   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5596   columns:
5597     - title: "2001"
5598       data-set: "dpdk-performance-changes-2n-skx-h1"
5599     - title: "2005"
5600       data-set: "dpdk-performance-changes-2n-skx-ref"
5601     - title: "2009"
5602       data-set: "dpdk-performance-changes-2n-skx-cmp"
5603   comparisons:
5604     - title: "Diff"
5605       reference: 2
5606       compare: 3
5607   legend:
5608     - ""
5609     - "2001, 2005, 2009 - DPDK versions tested."
5610     - "Diff - difference between 2005 and 2009 DPDK version."
5611
5612 # DPDK Performance Changes 2n-skx 2t1c ndr
5613 - type: "table"
5614   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5615   algorithm: "table_comparison"
5616   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5617   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5618   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5619   columns:
5620     - title: "2001"
5621       data-set: "dpdk-performance-changes-2n-skx-h1"
5622     - title: "2005"
5623       data-set: "dpdk-performance-changes-2n-skx-ref"
5624     - title: "2009"
5625       data-set: "dpdk-performance-changes-2n-skx-cmp"
5626   comparisons:
5627     - title: "Diff"
5628       reference: 2
5629       compare: 3
5630   legend:
5631     - ""
5632     - "2001, 2005, 2009 - DPDK versions tested."
5633     - "Diff - difference between 2005 and 2009 DPDK version."
5634
5635 # DPDK Performance Changes 2n-skx 4t2c ndr
5636 - type: "table"
5637   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5638   algorithm: "table_comparison"
5639   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5640   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5641   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5642   columns:
5643     - title: "2001"
5644       data-set: "dpdk-performance-changes-2n-skx-h1"
5645     - title: "2005"
5646       data-set: "dpdk-performance-changes-2n-skx-ref"
5647     - title: "2009"
5648       data-set: "dpdk-performance-changes-2n-skx-cmp"
5649   comparisons:
5650     - title: "Diff"
5651       reference: 2
5652       compare: 3
5653   legend:
5654     - ""
5655     - "2001, 2005, 2009 - DPDK versions tested."
5656     - "Diff - difference between 2005 and 2009 DPDK version."
5657
5658 # DPDK Performance Changes 2n-clx 2t1c pdr
5659 - type: "table"
5660   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
5661   algorithm: "table_comparison"
5662   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
5663   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5664   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5665   columns:
5666     - title: "2001"
5667       data-set: "dpdk-performance-changes-2n-clx-h1"
5668     - title: "2005"
5669       data-set: "dpdk-performance-changes-2n-clx-ref"
5670     - title: "2009"
5671       data-set: "dpdk-performance-changes-2n-clx-cmp"
5672   comparisons:
5673     - title: "Diff"
5674       reference: 2
5675       compare: 3
5676   legend:
5677     - ""
5678     - "2001, 2005, 2009 - DPDK versions tested."
5679     - "Diff - difference between 2005 and 2009 DPDK version."
5680
5681 # DPDK Performance Changes 2n-clx 4t2c pdr
5682 - type: "table"
5683   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
5684   algorithm: "table_comparison"
5685   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
5686   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5687   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5688   columns:
5689     - title: "2001"
5690       data-set: "dpdk-performance-changes-2n-clx-h1"
5691     - title: "2005"
5692       data-set: "dpdk-performance-changes-2n-clx-ref"
5693     - title: "2009"
5694       data-set: "dpdk-performance-changes-2n-clx-cmp"
5695   comparisons:
5696     - title: "Diff"
5697       reference: 2
5698       compare: 3
5699   legend:
5700     - ""
5701     - "2001, 2005, 2009 - DPDK versions tested."
5702     - "Diff - difference between 2005 and 2009 DPDK version."
5703
5704 # DPDK Performance Changes 2n-clx 2t1c ndr
5705 - type: "table"
5706   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
5707   algorithm: "table_comparison"
5708   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
5709   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5710   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5711   columns:
5712     - title: "2001"
5713       data-set: "dpdk-performance-changes-2n-clx-h1"
5714     - title: "2005"
5715       data-set: "dpdk-performance-changes-2n-clx-ref"
5716     - title: "2009"
5717       data-set: "dpdk-performance-changes-2n-clx-cmp"
5718   comparisons:
5719     - title: "Diff"
5720       reference: 2
5721       compare: 3
5722   legend:
5723     - ""
5724     - "2001, 2005, 2009 - DPDK versions tested."
5725     - "Diff - difference between 2005 and 2009 DPDK version."
5726
5727 # DPDK Performance Changes 2n-clx 4t2c ndr
5728 - type: "table"
5729   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
5730   algorithm: "table_comparison"
5731   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
5732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5733   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5734   columns:
5735     - title: "2001"
5736       data-set: "dpdk-performance-changes-2n-clx-h1"
5737     - title: "2005"
5738       data-set: "dpdk-performance-changes-2n-clx-ref"
5739     - title: "2009"
5740       data-set: "dpdk-performance-changes-2n-clx-cmp"
5741   comparisons:
5742     - title: "Diff"
5743       reference: 2
5744       compare: 3
5745   legend:
5746     - ""
5747     - "2001, 2005, 2009 - DPDK versions tested."
5748     - "Diff - difference between 2005 and 2009 DPDK version."
5749
5750 # DPDK Performance Changes 2n-dnv 1t1c pdr
5751 - type: "table"
5752   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
5753   algorithm: "table_comparison"
5754   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
5755   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5756   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
5757   columns:
5758     - title: "2001"
5759       data-set: "dpdk-performance-changes-2n-dnv-h1"
5760     - title: "2005"
5761       data-set: "dpdk-performance-changes-2n-dnv-ref"
5762     - title: "2009"
5763       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5764   comparisons:
5765     - title: "Diff"
5766       reference: 2
5767       compare: 3
5768   legend:
5769     - ""
5770     - "2001, 2005, 2009 - DPDK versions tested."
5771     - "Diff - difference between 2005 and 2009 DPDK version."
5772
5773 # DPDK Performance Changes 2n-dnv 2t2c pdr
5774 - type: "table"
5775   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
5776   algorithm: "table_comparison"
5777   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
5778   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5779   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
5780   columns:
5781     - title: "2001"
5782       data-set: "dpdk-performance-changes-2n-dnv-h1"
5783     - title: "2005"
5784       data-set: "dpdk-performance-changes-2n-dnv-ref"
5785     - title: "2009"
5786       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5787   comparisons:
5788     - title: "Diff"
5789       reference: 2
5790       compare: 3
5791   legend:
5792     - ""
5793     - "2001, 2005, 2009 - DPDK versions tested."
5794     - "Diff - difference between 2005 and 2009 DPDK version."
5795
5796 # DPDK Performance Changes 2n-dnv 1t1c ndr
5797 - type: "table"
5798   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
5799   algorithm: "table_comparison"
5800   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
5801   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5802   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
5803   columns:
5804     - title: "2001"
5805       data-set: "dpdk-performance-changes-2n-dnv-h1"
5806     - title: "2005"
5807       data-set: "dpdk-performance-changes-2n-dnv-ref"
5808     - title: "2009"
5809       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5810   comparisons:
5811     - title: "Diff"
5812       reference: 2
5813       compare: 3
5814   legend:
5815     - ""
5816     - "2001, 2005, 2009 - DPDK versions tested."
5817     - "Diff - difference between 2005 and 2009 DPDK version."
5818
5819 # DPDK Performance Changes 2n-dnv 2t2c ndr
5820 - type: "table"
5821   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
5822   algorithm: "table_comparison"
5823   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
5824   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5825   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
5826   columns:
5827     - title: "2001"
5828       data-set: "dpdk-performance-changes-2n-dnv-h1"
5829     - title: "2005"
5830       data-set: "dpdk-performance-changes-2n-dnv-ref"
5831     - title: "2009"
5832       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5833   comparisons:
5834     - title: "Diff"
5835       reference: 2
5836       compare: 3
5837   legend:
5838     - ""
5839     - "2001, 2005, 2009 - DPDK versions tested."
5840     - "Diff - difference between 2005 and 2009 DPDK version."
5841
5842 # DPDK Performance Changes 3n-dnv 1t1c pdr
5843 - type: "table"
5844   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
5845   algorithm: "table_comparison"
5846   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
5847   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5848   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
5849   columns:
5850     - title: "2001"
5851       data-set: "dpdk-performance-changes-3n-dnv-h1"
5852     - title: "2005"
5853       data-set: "dpdk-performance-changes-3n-dnv-ref"
5854     - title: "2009"
5855       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5856   comparisons:
5857     - title: "Diff"
5858       reference: 2
5859       compare: 3
5860   legend:
5861     - ""
5862     - "2001, 2005, 2009 - DPDK versions tested."
5863     - "Diff - difference between 2005 and 2009 DPDK version."
5864
5865 # DPDK Performance Changes 3n-dnv 2t2c pdr
5866 - type: "table"
5867   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
5868   algorithm: "table_comparison"
5869   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
5870   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5871   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
5872   columns:
5873     - title: "2001"
5874       data-set: "dpdk-performance-changes-3n-dnv-h1"
5875     - title: "2005"
5876       data-set: "dpdk-performance-changes-3n-dnv-ref"
5877     - title: "2009"
5878       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5879   comparisons:
5880     - title: "Diff"
5881       reference: 2
5882       compare: 3
5883   legend:
5884     - ""
5885     - "2001, 2005, 2009 - DPDK versions tested."
5886     - "Diff - difference between 2005 and 2009 DPDK version."
5887
5888 # DPDK Performance Changes 3n-dnv 1t1c ndr
5889 - type: "table"
5890   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
5891   algorithm: "table_comparison"
5892   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
5893   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5894   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
5895   columns:
5896     - title: "2001"
5897       data-set: "dpdk-performance-changes-3n-dnv-h1"
5898     - title: "2005"
5899       data-set: "dpdk-performance-changes-3n-dnv-ref"
5900     - title: "2009"
5901       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5902   comparisons:
5903     - title: "Diff"
5904       reference: 2
5905       compare: 3
5906   legend:
5907     - ""
5908     - "2001, 2005, 2009 - DPDK versions tested."
5909     - "Diff - difference between 2005 and 2009 DPDK version."
5910
5911 # DPDK Performance Changes 3n-dnv 2t2c ndr
5912 - type: "table"
5913   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
5914   algorithm: "table_comparison"
5915   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
5916   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5917   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
5918   columns:
5919     - title: "2001"
5920       data-set: "dpdk-performance-changes-3n-dnv-h1"
5921     - title: "2005"
5922       data-set: "dpdk-performance-changes-3n-dnv-ref"
5923     - title: "2009"
5924       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5925   comparisons:
5926     - title: "Diff"
5927       reference: 2
5928       compare: 3
5929   legend:
5930     - ""
5931     - "2001, 2005, 2009 - DPDK versions tested."
5932     - "Diff - difference between 2005 and 2009 DPDK version."
5933
5934 # DPDK Performance Changes 3n-tsh 1t1c pdr
5935 - type: "table"
5936   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
5937   algorithm: "table_comparison"
5938   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
5939   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5940   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5941   columns:
5942     - title: "2001"
5943       data-set: "dpdk-performance-changes-3n-tsh-h1"
5944     - title: "2005"
5945       data-set: "dpdk-performance-changes-3n-tsh-ref"
5946     - title: "2009"
5947       data-set: "dpdk-performance-changes-3n-tsh-cmp"
5948   comparisons:
5949     - title: "Diff"
5950       reference: 2
5951       compare: 3
5952   legend:
5953     - ""
5954     - "2001, 2005, 2009 - DPDK versions tested."
5955     - "Diff - difference between 2005 and 2009 DPDK version."
5956
5957 # DPDK Performance Changes 3n-tsh 2t2c pdr
5958 - type: "table"
5959   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
5960   algorithm: "table_comparison"
5961   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
5962   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5963   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5964   columns:
5965     - title: "2001"
5966       data-set: "dpdk-performance-changes-3n-tsh-h1"
5967     - title: "2005"
5968       data-set: "dpdk-performance-changes-3n-tsh-ref"
5969     - title: "2009"
5970       data-set: "dpdk-performance-changes-3n-tsh-cmp"
5971   comparisons:
5972     - title: "Diff"
5973       reference: 2
5974       compare: 3
5975   legend:
5976     - ""
5977     - "2001, 2005, 2009 - DPDK versions tested."
5978     - "Diff - difference between 2005 and 2009 DPDK version."
5979
5980 # DPDK Performance Changes 3n-tsh 1t1c ndr
5981 - type: "table"
5982   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
5983   algorithm: "table_comparison"
5984   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
5985   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5986   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5987   columns:
5988     - title: "2001"
5989       data-set: "dpdk-performance-changes-3n-tsh-h1"
5990     - title: "2005"
5991       data-set: "dpdk-performance-changes-3n-tsh-ref"
5992     - title: "2009"
5993       data-set: "dpdk-performance-changes-3n-tsh-cmp"
5994   comparisons:
5995     - title: "Diff"
5996       reference: 2
5997       compare: 3
5998   legend:
5999     - ""
6000     - "2001, 2005, 2009 - DPDK versions tested."
6001     - "Diff - difference between 2005 and 2009 DPDK version."
6002
6003 # DPDK Performance Changes 3n-tsh 2t2c ndr
6004 - type: "table"
6005   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6006   algorithm: "table_comparison"
6007   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6008   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6009   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6010   columns:
6011     - title: "2001"
6012       data-set: "dpdk-performance-changes-3n-tsh-h1"
6013     - title: "2005"
6014       data-set: "dpdk-performance-changes-3n-tsh-ref"
6015     - title: "2009"
6016       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6017   comparisons:
6018     - title: "Diff"
6019       reference: 2
6020       compare: 3
6021   legend:
6022     - ""
6023     - "2001, 2005, 2009 - DPDK versions tested."
6024     - "Diff - difference between 2005 and 2009 DPDK version."
6025
6026 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6027 - type: "table"
6028   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6029   algorithm: "table_comparison"
6030   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6031   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6032   filter: "'NIC_Intel-X710'"
6033   columns:
6034     - title: "3n-hsw x710"
6035       data-set: "dpdk-compare-testbeds-ref"
6036     - title: "3n-skx x710"
6037       data-set: "dpdk-compare-testbeds-cmp"
6038   comparisons:
6039     - title: "Diff"
6040       reference: 1
6041       compare: 2
6042   legend:
6043     - ""
6044     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6045     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6046
6047 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6048 - type: "table"
6049   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6050   algorithm: "table_comparison"
6051   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6052   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6053   filter: "'NIC_Intel-X710'"
6054   columns:
6055     - title: "3n-hsw x710"
6056       data-set: "dpdk-compare-testbeds-ref"
6057     - title: "3n-skx x710"
6058       data-set: "dpdk-compare-testbeds-cmp"
6059   comparisons:
6060     - title: "Diff"
6061       reference: 1
6062       compare: 2
6063   legend:
6064     - ""
6065     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6066     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6067
6068 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6069 - type: "table"
6070   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6071   algorithm: "table_comparison"
6072   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6073   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6074   filter: "'NIC_Intel-XXV710'"
6075   columns:
6076     - title: "2n-skx"
6077       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6078     - title: "2n-clx"
6079       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6080   comparisons:
6081     - title: "Diff"
6082       reference: 1
6083       compare: 2
6084   legend:
6085     - ""
6086     - "2n-skx, 2n-clx - testbeds and NICs tested."
6087     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6088
6089 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6090 - type: "table"
6091   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6092   algorithm: "table_comparison"
6093   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6094   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6095   filter: "'NIC_Intel-XXV710'"
6096   columns:
6097     - title: "2n-skx"
6098       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6099     - title: "2n-clx"
6100       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6101   comparisons:
6102     - title: "Diff"
6103       reference: 1
6104       compare: 2
6105   legend:
6106     - ""
6107     - "2n-skx, 2n-clx - testbeds and NICs tested."
6108     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6109
6110 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6111 - type: "table"
6112   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6113   algorithm: "table_comparison"
6114   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6115   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6116   filter: "'NIC_Intel-XXV710'"
6117   columns:
6118     - title: "3n-skx"
6119       data-set: "dpdk-compare-topologies-ref"
6120     - title: "2n-skx"
6121       data-set: "dpdk-compare-topologies-cmp"
6122   comparisons:
6123     - title: "Diff"
6124       reference: 1
6125       compare: 2
6126   legend:
6127     - ""
6128     - "3n-skx, 2n-skx - topologies tested."
6129     - "Diff - difference between 3n-skx and 2n-skx topologies."
6130
6131 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6132 - type: "table"
6133   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6134   algorithm: "table_comparison"
6135   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6136   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6137   filter: "'NIC_Intel-XXV710'"
6138   columns:
6139     - title: "3n-skx"
6140       data-set: "dpdk-compare-topologies-ref"
6141     - title: "2n-skx"
6142       data-set: "dpdk-compare-topologies-cmp"
6143   comparisons:
6144     - title: "Diff"
6145       reference: 1
6146       compare: 2
6147   legend:
6148     - ""
6149     - "3n-skx, 2n-skx - topologies tested."
6150     - "Diff - difference between 3n-skx and 2n-skx topologies."
6151
6152 # Detailed Test Results - DPDK Performance Results 3n-hsw
6153 - type: "table"
6154   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6155   algorithm: "table_merged_details"
6156   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6157   columns:
6158     - title: " |prein| Test Name |preout| "
6159       data: "data name"
6160     - 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| "
6161       data: "data msg"
6162   data: "dpdk-perf-results-3n-hsw"
6163   filter: "all"
6164   parameters:
6165   - "name"
6166   - "parent"
6167   - "msg"
6168
6169 # Detailed Test Results - DPDK Performance Results 3n-skx
6170 - type: "table"
6171   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6172   algorithm: "table_merged_details"
6173   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6174   columns:
6175     - title: " |prein| Test Name |preout| "
6176       data: "data name"
6177     - 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| "
6178       data: "data msg"
6179   data: "dpdk-perf-results-3n-skx"
6180   filter: "all"
6181   remove-ndr: False
6182   parameters:
6183   - "name"
6184   - "parent"
6185   - "msg"
6186
6187 # Detailed Test Results - DPDK Performance Results 2n-skx
6188 - type: "table"
6189   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6190   algorithm: "table_merged_details"
6191   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6192   columns:
6193     - title: " |prein| Test Name |preout| "
6194       data: "data name"
6195     - 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| "
6196       data: "data msg"
6197   data: "dpdk-perf-results-2n-skx"
6198   filter: "all"
6199   remove-ndr: False
6200   parameters:
6201   - "name"
6202   - "parent"
6203   - "msg"
6204
6205 # Detailed Test Results - DPDK Performance Results 2n-clx
6206 - type: "table"
6207   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6208   algorithm: "table_merged_details"
6209   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6210   columns:
6211     - title: " |prein| Test Name |preout| "
6212       data: "data name"
6213     - 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| "
6214       data: "data msg"
6215   data: "dpdk-perf-results-2n-clx"
6216   filter: "all"
6217   parameters:
6218   - "name"
6219   - "parent"
6220   - "msg"
6221
6222 # Detailed Test Results - DPDK Performance Results 2n-dnv
6223 - type: "table"
6224   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6225   algorithm: "table_merged_details"
6226   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6227   columns:
6228     - title: " |prein| Test Name |preout| "
6229       data: "data name"
6230     - 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| "
6231       data: "data msg"
6232   data: "dpdk-perf-results-2n-dnv"
6233   filter: "all"
6234   parameters:
6235   - "name"
6236   - "parent"
6237   - "msg"
6238
6239 # Detailed Test Results - DPDK Performance Results 3n-dnv
6240 - type: "table"
6241   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6242   algorithm: "table_merged_details"
6243   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6244   columns:
6245     - title: " |prein| Test Name |preout| "
6246       data: "data name"
6247     - 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| "
6248       data: "data msg"
6249   data: "dpdk-perf-results-3n-dnv"
6250   filter: "all"
6251   parameters:
6252   - "name"
6253   - "parent"
6254   - "msg"
6255
6256 # Detailed Test Results - DPDK Performance Results 3n-tsh
6257 - type: "table"
6258   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6259   algorithm: "table_merged_details"
6260   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6261   columns:
6262     - title: " |prein| Test Name |preout| "
6263       data: "data name"
6264     - 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| "
6265       data: "data msg"
6266   data: "dpdk-perf-results-3n-tsh"
6267   filter: "all"
6268   parameters:
6269   - "name"
6270   - "parent"
6271   - "msg"
6272
6273 ################################################################################
6274 ###                                F I L E S                                 ###
6275 ################################################################################
6276
6277 # VPP Performance Results
6278 - type: "file"
6279   title: "VPP Performance Results"
6280   algorithm: "file_details_split"
6281   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6282   dir-tables:
6283     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6284     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6285     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6286     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6287     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6288 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6289 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6290   data:
6291     - "vpp-perf-results-2n-skx"
6292     - "vpp-perf-results-3n-skx"
6293     - "vpp-perf-results-2n-clx"
6294     - "vpp-perf-results-3n-hsw"
6295     - "vpp-perf-results-3n-tsh"
6296 #    - "vpp-perf-results-2n-dnv"
6297 #    - "vpp-perf-results-3n-dnv"
6298   filter: "all"
6299   data-start-level: 4
6300   order-chapters:
6301     level-1:
6302       - "l2"
6303       - "ip4"
6304       - "ip6"
6305       - "srv6"
6306       - "ip4_tunnels"
6307       - "ip6_tunnels"
6308       - "vm_vhost"
6309       - "container_memif"
6310       - "crypto"
6311       - "vts"
6312       - "lb"
6313       - "nfv_density"
6314       - "hoststack"
6315     level-2:
6316       - "2n-skx"
6317       - "3n-skx"
6318       - "2n-clx"
6319       - "3n-hsw"
6320       - "3n-tsh"
6321       - "2n-dnv"
6322       - "3n-dnv"
6323     level-3:
6324       - "xl710"
6325       - "x520"
6326       - "xxv710"
6327       - "x710"
6328       - "x553"
6329       - "cx556a"
6330       - "vic1227"
6331       - "vic1385"
6332
6333 # VPP Performance Configuration
6334 - type: "file"
6335   title: "VPP Performance Configuration"
6336   algorithm: "file_details_split"
6337   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6338   dir-tables:
6339     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6340     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6341     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6342     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6343     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6344 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6345 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6346   data:
6347     - "vpp-perf-results-2n-skx"
6348     - "vpp-perf-results-3n-skx"
6349     - "vpp-perf-results-2n-clx"
6350     - "vpp-perf-results-3n-hsw"
6351     - "vpp-perf-results-3n-tsh"
6352 #    - "vpp-perf-results-2n-dnv"
6353 #    - "vpp-perf-results-3n-dnv"
6354   filter: "all"
6355   data-start-level: 4
6356   order-chapters:
6357     level-1:
6358       - "l2"
6359       - "ip4"
6360       - "ip6"
6361       - "srv6"
6362       - "ip4_tunnels"
6363       - "ip6_tunnels"
6364       - "vm_vhost"
6365       - "container_memif"
6366       - "crypto"
6367       - "vts"
6368       - "lb"
6369       - "nfv_density"
6370       - "hoststack"
6371     level-2:
6372       - "2n-skx"
6373       - "3n-skx"
6374       - "2n-clx"
6375       - "3n-hsw"
6376       - "3n-tsh"
6377       - "2n-dnv"
6378       - "3n-dnv"
6379     level-3:
6380       - "xl710"
6381       - "x520"
6382       - "xxv710"
6383       - "x710"
6384       - "x553"
6385       - "cx556a"
6386       - "vic1227"
6387       - "vic1385"
6388
6389 # VPP Performance Operational
6390 - type: "file"
6391   title: "VPP Performance Operational"
6392   algorithm: "file_details_split_html"
6393   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6394   dir-tables:
6395     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6396     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6397     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6398     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6399     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6400 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6401 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6402   data:
6403     - "vpp-perf-results-2n-skx"
6404     - "vpp-perf-results-3n-skx"
6405     - "vpp-perf-results-2n-clx"
6406     - "vpp-perf-results-3n-hsw"
6407     - "vpp-perf-results-3n-tsh"
6408 #    - "vpp-perf-results-2n-dnv"
6409 #    - "vpp-perf-results-3n-dnv"
6410   filter: "all"
6411   data-start-level: 4
6412   order-chapters:
6413     level-1:
6414       - "l2"
6415       - "ip4"
6416       - "ip6"
6417       - "srv6"
6418       - "ip4_tunnels"
6419       - "ip6_tunnels"
6420       - "vm_vhost"
6421       - "container_memif"
6422       - "crypto"
6423       - "vts"
6424       - "lb"
6425       - "nfv_density"
6426       - "hoststack"
6427     level-2:
6428       - "2n-skx"
6429       - "3n-skx"
6430       - "2n-clx"
6431       - "3n-hsw"
6432       - "3n-tsh"
6433       - "2n-dnv"
6434       - "3n-dnv"
6435     level-3:
6436       - "xl710"
6437       - "x520"
6438       - "xxv710"
6439       - "x710"
6440       - "x553"
6441       - "cx556a"
6442       - "vic1227"
6443       - "vic1385"
6444
6445 # VPP MRR Results
6446 - type: "file"
6447   title: "VPP MRR Results"
6448   algorithm: "file_details_split"
6449   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6450   dir-tables:
6451     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6452     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6453     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6454     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6455     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6456 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6457 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6458   data:
6459     - "vpp-mrr-results-2n-skx"
6460     - "vpp-mrr-results-3n-skx"
6461     - "vpp-mrr-results-2n-clx"
6462     - "vpp-mrr-results-3n-hsw"
6463     - "vpp-mrr-results-3n-tsh"
6464 #    - "vpp-mrr-results-2n-dnv"
6465 #    - "vpp-mrr-results-3n-dnv"
6466   filter: "all"
6467   data-start-level: 4
6468   order-chapters:
6469     level-1:
6470       - "l2"
6471       - "ip4"
6472       - "ip6"
6473       - "srv6"
6474       - "ip4_tunnels"
6475       - "ip6_tunnels"
6476       - "vm_vhost"
6477       - "container_memif"
6478       - "crypto"
6479       - "vts"
6480       - "lb"
6481       - "nfv_density"
6482       - "hoststack"
6483     level-2:
6484       - "2n-skx"
6485       - "3n-skx"
6486       - "2n-clx"
6487       - "3n-hsw"
6488       - "3n-tsh"
6489       - "2n-dnv"
6490       - "3n-dnv"
6491     level-3:
6492       - "xl710"
6493       - "x520"
6494       - "xxv710"
6495       - "x710"
6496       - "x553"
6497       - "cx556a"
6498       - "vic1227"
6499       - "vic1385"
6500
6501 # VPP MRR Configuration
6502 - type: "file"
6503   title: "VPP MRR Configuration"
6504   algorithm: "file_details_split"
6505   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6506   dir-tables:
6507     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6508     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6509     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6510     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6511     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6512     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6513     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6514   data:
6515     - "vpp-mrr-results-2n-skx"
6516     - "vpp-mrr-results-3n-skx"
6517     - "vpp-mrr-results-2n-clx"
6518     - "vpp-mrr-results-3n-hsw"
6519     - "vpp-mrr-results-3n-tsh"
6520 #    - "vpp-mrr-results-2n-dnv"
6521 #    - "vpp-mrr-results-3n-dnv"
6522   filter: "all"
6523   data-start-level: 4
6524   order-chapters:
6525     level-1:
6526       - "l2"
6527       - "ip4"
6528       - "ip6"
6529       - "srv6"
6530       - "ip4_tunnels"
6531       - "ip6_tunnels"
6532       - "vm_vhost"
6533       - "container_memif"
6534       - "crypto"
6535       - "vts"
6536       - "lb"
6537       - "nfv_density"
6538       - "hoststack"
6539     level-2:
6540       - "2n-skx"
6541       - "3n-skx"
6542       - "2n-clx"
6543       - "3n-hsw"
6544       - "3n-tsh"
6545       - "2n-dnv"
6546       - "3n-dnv"
6547     level-3:
6548       - "xl710"
6549       - "x520"
6550       - "xxv710"
6551       - "x710"
6552       - "x553"
6553       - "cx556a"
6554       - "vic1227"
6555       - "vic1385"
6556
6557 # VPP Device Results - Ubuntu
6558 - type: "file"
6559   title: "VPP Device Results - Ubuntu"
6560   algorithm: "file_test_results"
6561   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6562   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6563   data: "vpp-device-results-ubuntu"
6564   filter: "all"
6565   data-start-level: 4
6566
6567 # VPP Device Configuration - Ubuntu
6568 - type: "file"
6569   title: "VPP Device Configuration - Ubuntu"
6570   algorithm: "file_test_results"
6571   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6572   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6573   data: "vpp-device-results-ubuntu"
6574   filter: "all"
6575   data-start-level: 4
6576
6577 # DPDK Performance Results 3n-hsw
6578 - type: "file"
6579   title: "DPDK Performance Results 3n-hsw"
6580   algorithm: "file_test_results"
6581   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6582   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6583   data: "dpdk-perf-results-3n-hsw"
6584   filter: "all"
6585   data-start-level: 4
6586
6587 # DPDK Performance Results 3n-skx
6588 - type: "file"
6589   title: "DPDK Performance Results 3n-skx"
6590   algorithm: "file_test_results"
6591   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6592   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6593   data: "dpdk-perf-results-3n-skx"
6594   filter: "all"
6595   data-start-level: 4
6596
6597 # DPDK Performance Results 2n-skx
6598 - type: "file"
6599   title: "DPDK Performance Results 2n-skx"
6600   algorithm: "file_test_results"
6601   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6602   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6603   data: "dpdk-perf-results-2n-skx"
6604   filter: "all"
6605   data-start-level: 4
6606
6607 # DPDK Performance Results 2n-clx
6608 - type: "file"
6609   title: "DPDK Performance Results 2n-clx"
6610   algorithm: "file_test_results"
6611   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6612   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6613   data: "dpdk-perf-results-2n-clx"
6614   filter: "all"
6615   data-start-level: 4
6616
6617 # DPDK Performance Results 2n-dnv
6618 - type: "file"
6619   title: "DPDK Performance Results 2n-dnv"
6620   algorithm: "file_test_results"
6621   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6622   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6623   data: "dpdk-perf-results-2n-dnv"
6624   filter: "all"
6625   data-start-level: 4
6626
6627 # DPDK Performance Results 3n-dnv
6628 - type: "file"
6629   title: "DPDK Performance Results 3n-dnv"
6630   algorithm: "file_test_results"
6631   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6632   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6633   data: "dpdk-perf-results-3n-dnv"
6634   filter: "all"
6635   data-start-level: 4
6636
6637 # DPDK Performance Results 3n-tsh
6638 - type: "file"
6639   title: "DPDK Performance Results 3n-tsh"
6640   algorithm: "file_test_results"
6641   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6642   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6643   data: "dpdk-perf-results-3n-tsh"
6644   filter: "all"
6645   data-start-level: 4
6646
6647 ################################################################################
6648 ###                                P L O T S                                 ###
6649 ################################################################################
6650
6651 # Hoststack tests 3n-hsw
6652
6653 - type: "plot"
6654   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6655   algorithm: "plot_perf_box_name"
6656   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6657   data: "plot-vpp-hoststack-3n-hsw"
6658   include:
6659     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6660     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6661   layout:
6662     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6663     layout: "plot-hoststack"
6664
6665 - type: "plot"
6666   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6667   algorithm: "plot_perf_box_name"
6668   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6669   data: "plot-vpp-hoststack-3n-hsw"
6670   include:
6671     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6672     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6673   layout:
6674     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6675     layout: "plot-hoststack"
6676
6677 - type: "plot"
6678   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6679   algorithm: "plot_perf_box_name"
6680   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6681   data: "plot-vpp-hoststack-3n-hsw"
6682   include:
6683     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6684     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6685     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6686     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6687   layout:
6688     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6689     layout: "plot-hoststack"
6690
6691 ################################################################################
6692
6693 # Soak Test (PLRsearch), boxes - 2n-clx
6694 - type: "plot"
6695   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6696   algorithm: "plot_perf_box_name"
6697   output-file-type: ".html"
6698   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6699   data: "plot-vpp-soak-2n-clx"
6700   include:
6701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6707   layout:
6708     title: "30 Minutes Soak Test (PLRsearch)"
6709     layout: "plot-soak-throughput"
6710
6711 # Soak Test (PLRsearch), boxes - 2n-clx
6712 - type: "plot"
6713   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6714   algorithm: "plot_perf_box_name"
6715   output-file-type: ".html"
6716   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6717   data: "plot-vpp-soak-2n-clx"
6718   include:
6719     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6720     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6721     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6722     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6723     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6724     - "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"
6725   layout:
6726     title: "30 Minutes Soak Test (PLRsearch)"
6727     layout: "plot-soak-throughput"
6728
6729 # Soak Test (PLRsearch), boxes - 2n-skx
6730 - type: "plot"
6731   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6732   algorithm: "plot_perf_box_name"
6733   output-file-type: ".html"
6734   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6735   data: "plot-vpp-soak-2n-skx"
6736   include:
6737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6743   layout:
6744     title: "30 Minutes Soak Test (PLRsearch)"
6745     layout: "plot-soak-throughput"
6746
6747 # Soak Test (PLRsearch), boxes - 2n-skx
6748 - type: "plot"
6749   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6750   algorithm: "plot_perf_box_name"
6751   output-file-type: ".html"
6752   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6753   data: "plot-vpp-soak-2n-skx"
6754   include:
6755     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6756     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6757     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6758     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6760     - "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"
6761   layout:
6762     title: "30 Minutes Soak Test (PLRsearch)"
6763     layout: "plot-soak-throughput"
6764
6765 ###############################################################################
6766
6767 # Reconf tests 2n-skx
6768
6769 - type: "plot"
6770   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6771   algorithm: "plot_nf_reconf_box_name"
6772   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6773   data: "plot-vpp-nfv-reconf-2n-skx"
6774   include:
6775     - "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"
6776     - "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"
6777     - "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"
6778     - "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"
6779     - "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"
6780     - "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"
6781   layout:
6782     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6783     layout: "plot-throughput"
6784
6785 - type: "plot"
6786   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6787   algorithm: "plot_nf_reconf_box_name"
6788   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6789   data: "plot-vpp-nfv-reconf-2n-skx"
6790   include:
6791     - "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"
6792     - "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"
6793     - "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"
6794     - "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"
6795     - "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"
6796     - "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"
6797   layout:
6798     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6799     layout: "plot-throughput"
6800
6801 - type: "plot"
6802   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6803   algorithm: "plot_nf_reconf_box_name"
6804   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6805   data: "plot-vpp-nfv-reconf-2n-skx"
6806   include:
6807     - "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"
6808     - "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"
6809     - "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"
6810     - "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"
6811     - "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"
6812     - "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"
6813   layout:
6814     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6815     layout: "plot-throughput"
6816
6817 ###############################################################################
6818
6819 # Reconf tests 2n-clx
6820
6821 - type: "plot"
6822   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6823   algorithm: "plot_nf_reconf_box_name"
6824   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6825   data: "plot-vpp-nfv-reconf-2n-clx"
6826   include:
6827     - "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"
6828     - "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"
6829     - "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"
6830     - "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"
6831   layout:
6832     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6833     layout: "plot-throughput"
6834
6835 - type: "plot"
6836   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6837   algorithm: "plot_nf_reconf_box_name"
6838   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6839   data: "plot-vpp-nfv-reconf-2n-clx"
6840   include:
6841     - "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"
6842     - "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"
6843     - "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"
6844     - "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"
6845   layout:
6846     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6847     layout: "plot-throughput"
6848
6849 - type: "plot"
6850   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6851   algorithm: "plot_nf_reconf_box_name"
6852   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6853   data: "plot-vpp-nfv-reconf-2n-clx"
6854   include:
6855     - "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"
6856     - "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"
6857     - "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"
6858     - "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"
6859   layout:
6860     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6861     layout: "plot-throughput"
6862
6863 ###############################################################################
6864
6865 # Plots - NF Density - VSC - MRR IMIX
6866 - type: "plot"
6867   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6868   algorithm: "plot_nf_heatmap"
6869   output-file-type: ".html"
6870   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6871   data: "plot-vpp-nfv-2n-skx-mrr"
6872   filter: "'NIC_Intel-XXV710' and
6873            'NF_DENSITY' and
6874            'VHOST' and
6875            not 'VXLAN' and
6876            'CHAIN' and
6877            'NF_VPPIP4' and
6878            'IMIX' and
6879            '2T1C' and
6880            'MRR'"
6881   parameters:
6882   - "result"
6883   - "name"
6884   - "tags"
6885   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6886   x-axis: "X = VNFs per Service Chain"
6887   y-axis: "Y = Number of Service Chains"
6888   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6889   layout:
6890     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6891     layout: "plot-service-density"
6892
6893 - type: "plot"
6894   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6895   algorithm: "plot_nf_heatmap"
6896   output-file-type: ".html"
6897   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6898   data: "plot-vpp-nfv-2n-skx-mrr"
6899   filter: "'NIC_Intel-XXV710' and
6900            'NF_DENSITY' and
6901            'VHOST' and
6902            not 'VXLAN' and
6903            'CHAIN' and
6904            'NF_VPPIP4' and
6905            'IMIX' and
6906            '4T2C' and
6907            'MRR'"
6908   parameters:
6909   - "result"
6910   - "name"
6911   - "tags"
6912   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6913   x-axis: "X = VNFs per Service Chain"
6914   y-axis: "Y = Number of Service Chains"
6915   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6916   layout:
6917     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6918     layout: "plot-service-density"
6919
6920 - type: "plot"
6921   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6922   algorithm: "plot_nf_heatmap"
6923   output-file-type: ".html"
6924   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6925   data: "plot-vpp-nfv-2n-skx-mrr"
6926   filter: "'NIC_Intel-XXV710' and
6927            'NF_DENSITY' and
6928            'VHOST' and
6929            not 'VXLAN' and
6930            'CHAIN' and
6931            'NF_VPPIP4' and
6932            'IMIX' and
6933            '8T4C' and
6934            'MRR'"
6935   parameters:
6936   - "result"
6937   - "name"
6938   - "tags"
6939   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6940   x-axis: "X = VNFs per Service Chain"
6941   y-axis: "Y = Number of Service Chains"
6942   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6943   layout:
6944     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6945     layout: "plot-service-density"
6946
6947 # Plots - NF Density - VSC - NDR IMIX
6948 - type: "plot"
6949   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6950   algorithm: "plot_nf_heatmap"
6951   output-file-type: ".html"
6952   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6953   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6954   filter: "'NIC_Intel-XXV710' and
6955            'NF_DENSITY' and
6956            'VHOST' and
6957            not 'VXLAN' and
6958            'CHAIN' and
6959            'NF_VPPIP4' and
6960            'IMIX' and
6961            '2T1C' and
6962            'NDRPDR'"
6963   parameters:
6964   - "throughput"
6965   - "name"
6966   - "tags"
6967   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6968   x-axis: "X = VNFs per Service Chain"
6969   y-axis: "Y = Number of Service Chains"
6970   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6971   layout:
6972     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6973     layout: "plot-service-density"
6974
6975 - type: "plot"
6976   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6977   algorithm: "plot_nf_heatmap"
6978   output-file-type: ".html"
6979   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6980   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6981   filter: "'NIC_Intel-XXV710' and
6982            'NF_DENSITY' and
6983            'VHOST' and
6984            not 'VXLAN' and
6985            'CHAIN' and
6986            'NF_VPPIP4' and
6987            'IMIX' and
6988            '4T2C' and
6989            'NDRPDR'"
6990   parameters:
6991   - "throughput"
6992   - "name"
6993   - "tags"
6994   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6995   x-axis: "X = VNFs per Service Chain"
6996   y-axis: "Y = Number of Service Chains"
6997   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6998   layout:
6999     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7000     layout: "plot-service-density"
7001
7002 - type: "plot"
7003   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7004   algorithm: "plot_nf_heatmap"
7005   output-file-type: ".html"
7006   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7007   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7008   filter: "'NIC_Intel-XXV710' and
7009            'NF_DENSITY' and
7010            'VHOST' and
7011            not 'VXLAN' and
7012            'CHAIN' and
7013            'NF_VPPIP4' and
7014            'IMIX' and
7015            '8T4C' and
7016            'NDRPDR'"
7017   parameters:
7018   - "throughput"
7019   - "name"
7020   - "tags"
7021   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7022   x-axis: "X = VNFs per Service Chain"
7023   y-axis: "Y = Number of Service Chains"
7024   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7025   layout:
7026     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7027     layout: "plot-service-density"
7028
7029 # Plots - NF Density - VSC - PDR IMIX
7030 - type: "plot"
7031   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7032   algorithm: "plot_nf_heatmap"
7033   output-file-type: ".html"
7034   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7035   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7036   filter: "'NIC_Intel-XXV710' and
7037            'NF_DENSITY' and
7038            'VHOST' and
7039            not 'VXLAN' and
7040            'CHAIN' and
7041            'NF_VPPIP4' and
7042            'IMIX' and
7043            '2T1C' and
7044            'NDRPDR'"
7045   parameters:
7046   - "throughput"
7047   - "name"
7048   - "tags"
7049   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7050   x-axis: "X = VNFs per Service Chain"
7051   y-axis: "Y = Number of Service Chains"
7052   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7053   layout:
7054     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7055     layout: "plot-service-density"
7056
7057 - type: "plot"
7058   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7059   algorithm: "plot_nf_heatmap"
7060   output-file-type: ".html"
7061   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7062   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7063   filter: "'NIC_Intel-XXV710' and
7064            'NF_DENSITY' and
7065            'VHOST' and
7066            not 'VXLAN' and
7067            'CHAIN' and
7068            'NF_VPPIP4' and
7069            'IMIX' and
7070            '4T2C' and
7071            'NDRPDR'"
7072   parameters:
7073   - "throughput"
7074   - "name"
7075   - "tags"
7076   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7077   x-axis: "X = VNFs per Service Chain"
7078   y-axis: "Y = Number of Service Chains"
7079   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7080   layout:
7081     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7082     layout: "plot-service-density"
7083
7084 - type: "plot"
7085   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7086   algorithm: "plot_nf_heatmap"
7087   output-file-type: ".html"
7088   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7089   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7090   filter: "'NIC_Intel-XXV710' and
7091            'NF_DENSITY' and
7092            'VHOST' and
7093            not 'VXLAN' and
7094            'CHAIN' and
7095            'NF_VPPIP4' and
7096            'IMIX' and
7097            '8T4C' and
7098            'NDRPDR'"
7099   parameters:
7100   - "throughput"
7101   - "name"
7102   - "tags"
7103   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7104   x-axis: "X = VNFs per Service Chain"
7105   y-axis: "Y = Number of Service Chains"
7106   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7107   layout:
7108     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7109     layout: "plot-service-density"
7110
7111 ###############################################################################
7112
7113 # Plots - NF Density - VSC - MRR IMIX
7114 - type: "plot"
7115   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7116   algorithm: "plot_nf_heatmap"
7117   output-file-type: ".html"
7118   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7119   data: "plot-vpp-nfv-2n-skx-mrr"
7120   filter: "'NIC_Intel-XXV710' and
7121            'NF_DENSITY' and
7122            'VHOST' and
7123            'VXLAN' and
7124            'CHAIN' and
7125            'IMIX' and
7126            '2T1C' and
7127            'MRR'"
7128   parameters:
7129   - "result"
7130   - "name"
7131   - "tags"
7132   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7133   x-axis: "X = VNFs per Service Chain"
7134   y-axis: "Y = Number of Service Chains"
7135   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7136   layout:
7137     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7138     layout: "plot-service-density"
7139
7140 - type: "plot"
7141   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7142   algorithm: "plot_nf_heatmap"
7143   output-file-type: ".html"
7144   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7145   data: "plot-vpp-nfv-2n-skx-mrr"
7146   filter: "'NIC_Intel-XXV710' and
7147            'NF_DENSITY' and
7148            'VHOST' and
7149            'VXLAN' and
7150            'CHAIN' and
7151            'IMIX' and
7152            '4T2C' and
7153            'MRR'"
7154   parameters:
7155   - "result"
7156   - "name"
7157   - "tags"
7158   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7159   x-axis: "X = VNFs per Service Chain"
7160   y-axis: "Y = Number of Service Chains"
7161   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7162   layout:
7163     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7164     layout: "plot-service-density"
7165
7166 - type: "plot"
7167   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7168   algorithm: "plot_nf_heatmap"
7169   output-file-type: ".html"
7170   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7171   data: "plot-vpp-nfv-2n-skx-mrr"
7172   filter: "'NIC_Intel-XXV710' and
7173            'NF_DENSITY' and
7174            'VHOST' and
7175            'VXLAN' and
7176            'CHAIN' and
7177            'IMIX' and
7178            '8T4C' and
7179            'MRR'"
7180   parameters:
7181   - "result"
7182   - "name"
7183   - "tags"
7184   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7185   x-axis: "X = VNFs per Service Chain"
7186   y-axis: "Y = Number of Service Chains"
7187   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7188   layout:
7189     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7190     layout: "plot-service-density"
7191
7192 # Plots - NF Density - VSC - NDR IMIX
7193 - type: "plot"
7194   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7195   algorithm: "plot_nf_heatmap"
7196   output-file-type: ".html"
7197   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7198   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7199   filter: "'NIC_Intel-XXV710' and
7200            'NF_DENSITY' and
7201            'VHOST' and
7202            'VXLAN' and
7203            'CHAIN' and
7204            'IMIX' and
7205            '2T1C' and
7206            'NDRPDR'"
7207   parameters:
7208   - "throughput"
7209   - "name"
7210   - "tags"
7211   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7212   x-axis: "X = VNFs per Service Chain"
7213   y-axis: "Y = Number of Service Chains"
7214   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7215   layout:
7216     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7217     layout: "plot-service-density"
7218
7219 - type: "plot"
7220   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7221   algorithm: "plot_nf_heatmap"
7222   output-file-type: ".html"
7223   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7224   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7225   filter: "'NIC_Intel-XXV710' and
7226            'NF_DENSITY' and
7227            'VHOST' and
7228            'VXLAN' and
7229            'CHAIN' and
7230            'IMIX' and
7231            '4T2C' and
7232            'NDRPDR'"
7233   parameters:
7234   - "throughput"
7235   - "name"
7236   - "tags"
7237   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7238   x-axis: "X = VNFs per Service Chain"
7239   y-axis: "Y = Number of Service Chains"
7240   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7241   layout:
7242     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7243     layout: "plot-service-density"
7244
7245 - type: "plot"
7246   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7247   algorithm: "plot_nf_heatmap"
7248   output-file-type: ".html"
7249   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7250   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7251   filter: "'NIC_Intel-XXV710' and
7252            'NF_DENSITY' and
7253            'VHOST' and
7254            'VXLAN' and
7255            'CHAIN' and
7256            'IMIX' and
7257            '8T4C' and
7258            'NDRPDR'"
7259   parameters:
7260   - "throughput"
7261   - "name"
7262   - "tags"
7263   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7264   x-axis: "X = VNFs per Service Chain"
7265   y-axis: "Y = Number of Service Chains"
7266   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7267   layout:
7268     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7269     layout: "plot-service-density"
7270
7271 # Plots - NF Density - VSC - PDR IMIX
7272 - type: "plot"
7273   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7274   algorithm: "plot_nf_heatmap"
7275   output-file-type: ".html"
7276   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7277   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7278   filter: "'NIC_Intel-XXV710' and
7279            'NF_DENSITY' and
7280            'VHOST' and
7281            'VXLAN' and
7282            'CHAIN' and
7283            'IMIX' and
7284            '2T1C' and
7285            'NDRPDR'"
7286   parameters:
7287   - "throughput"
7288   - "name"
7289   - "tags"
7290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7291   x-axis: "X = VNFs per Service Chain"
7292   y-axis: "Y = Number of Service Chains"
7293   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7294   layout:
7295     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7296     layout: "plot-service-density"
7297
7298 - type: "plot"
7299   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7300   algorithm: "plot_nf_heatmap"
7301   output-file-type: ".html"
7302   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7303   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7304   filter: "'NIC_Intel-XXV710' and
7305            'NF_DENSITY' and
7306            'VHOST' and
7307            'VXLAN' and
7308            'CHAIN' and
7309            'IMIX' and
7310            '4T2C' and
7311            'NDRPDR'"
7312   parameters:
7313   - "throughput"
7314   - "name"
7315   - "tags"
7316   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7317   x-axis: "X = VNFs per Service Chain"
7318   y-axis: "Y = Number of Service Chains"
7319   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7320   layout:
7321     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7322     layout: "plot-service-density"
7323
7324 - type: "plot"
7325   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7326   algorithm: "plot_nf_heatmap"
7327   output-file-type: ".html"
7328   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7329   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7330   filter: "'NIC_Intel-XXV710' and
7331            'NF_DENSITY' and
7332            'VHOST' and
7333            'VXLAN' and
7334            'CHAIN' and
7335            'IMIX' and
7336            '8T4C' and
7337            'NDRPDR'"
7338   parameters:
7339   - "throughput"
7340   - "name"
7341   - "tags"
7342   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7343   x-axis: "X = VNFs per Service Chain"
7344   y-axis: "Y = Number of Service Chains"
7345   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7346   layout:
7347     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7348     layout: "plot-service-density"
7349
7350 ###############################################################################
7351
7352 # Plots - NF Density - CSC - MRR IMIX
7353 - type: "plot"
7354   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7355   algorithm: "plot_nf_heatmap"
7356   output-file-type: ".html"
7357   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7358   data: "plot-vpp-nfv-2n-skx-mrr"
7359   filter: "'NIC_Intel-XXV710' and
7360            'NF_DENSITY' and
7361            'DOCKER' and
7362            'CHAIN' and
7363            'NF_VPPIP4' and
7364            'IMIX' and
7365            '2T1C' and
7366            'MRR'"
7367   parameters:
7368   - "result"
7369   - "name"
7370   - "tags"
7371   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7372   x-axis: "X = CNFs per Service Chain"
7373   y-axis: "Y = Number of Service Chains"
7374   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7375   layout:
7376     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7377     layout: "plot-service-density"
7378
7379 - type: "plot"
7380   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7381   algorithm: "plot_nf_heatmap"
7382   output-file-type: ".html"
7383   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7384   data: "plot-vpp-nfv-2n-skx-mrr"
7385   filter: "'NIC_Intel-XXV710' and
7386            'NF_DENSITY' and
7387            'DOCKER' and
7388            'CHAIN' and
7389            'NF_VPPIP4' and
7390            'IMIX' and
7391            '4T2C' and
7392            'MRR'"
7393   parameters:
7394   - "result"
7395   - "name"
7396   - "tags"
7397   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7398   x-axis: "X = CNFs per Service Chain"
7399   y-axis: "Y = Number of Service Chains"
7400   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7401   layout:
7402     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7403     layout: "plot-service-density"
7404
7405 - type: "plot"
7406   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7407   algorithm: "plot_nf_heatmap"
7408   output-file-type: ".html"
7409   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7410   data: "plot-vpp-nfv-2n-skx-mrr"
7411   filter: "'NIC_Intel-XXV710' and
7412            'NF_DENSITY' and
7413            'DOCKER' and
7414            'CHAIN' and
7415            'NF_VPPIP4' and
7416            'IMIX' and
7417            '8T4C' and
7418            'MRR'"
7419   parameters:
7420   - "result"
7421   - "name"
7422   - "tags"
7423   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7424   x-axis: "X = CNFs per Service Chain"
7425   y-axis: "Y = Number of Service Chains"
7426   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7427   layout:
7428     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7429     layout: "plot-service-density"
7430
7431 # Plots - NF Density - CSC - NDR IMIX
7432 - type: "plot"
7433   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7434   algorithm: "plot_nf_heatmap"
7435   output-file-type: ".html"
7436   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7437   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7438   filter: "'NIC_Intel-XXV710' and
7439            'NF_DENSITY' and
7440            'DOCKER' and
7441            'CHAIN' and
7442            'NF_VPPIP4' and
7443            'IMIX' and
7444            '2T1C' and
7445            'NDRPDR'"
7446   parameters:
7447   - "throughput"
7448   - "name"
7449   - "tags"
7450   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7451   x-axis: "X = CNFs per Service Chain"
7452   y-axis: "Y = Number of Service Chains"
7453   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7454   layout:
7455     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7456     layout: "plot-service-density"
7457
7458 - type: "plot"
7459   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7460   algorithm: "plot_nf_heatmap"
7461   output-file-type: ".html"
7462   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7463   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7464   filter: "'NIC_Intel-XXV710' and
7465            'NF_DENSITY' and
7466            'DOCKER' and
7467            'CHAIN' and
7468            'NF_VPPIP4' and
7469            'IMIX' and
7470            '4T2C' and
7471            'NDRPDR'"
7472   parameters:
7473   - "throughput"
7474   - "name"
7475   - "tags"
7476   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7477   x-axis: "X = CNFs per Service Chain"
7478   y-axis: "Y = Number of Service Chains"
7479   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7480   layout:
7481     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7482     layout: "plot-service-density"
7483
7484 - type: "plot"
7485   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7486   algorithm: "plot_nf_heatmap"
7487   output-file-type: ".html"
7488   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7489   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7490   filter: "'NIC_Intel-XXV710' and
7491            'NF_DENSITY' and
7492            'DOCKER' and
7493            'CHAIN' and
7494            'NF_VPPIP4' and
7495            'IMIX' and
7496            '8T4C' and
7497            'NDRPDR'"
7498   parameters:
7499   - "throughput"
7500   - "name"
7501   - "tags"
7502   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7503   x-axis: "X = CNFs per Service Chain"
7504   y-axis: "Y = Number of Service Chains"
7505   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7506   layout:
7507     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7508     layout: "plot-service-density"
7509
7510 # Plots - NF Density - CSC - PDR IMIX
7511 - type: "plot"
7512   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7513   algorithm: "plot_nf_heatmap"
7514   output-file-type: ".html"
7515   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7516   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7517   filter: "'NIC_Intel-XXV710' and
7518            'NF_DENSITY' and
7519            'DOCKER' and
7520            'CHAIN' and
7521            'NF_VPPIP4' and
7522            'IMIX' and
7523            '2T1C' and
7524            'NDRPDR'"
7525   parameters:
7526   - "throughput"
7527   - "name"
7528   - "tags"
7529   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7530   x-axis: "X = CNFs per Service Chain"
7531   y-axis: "Y = Number of Service Chains"
7532   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7533   layout:
7534     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7535     layout: "plot-service-density"
7536
7537 - type: "plot"
7538   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7539   algorithm: "plot_nf_heatmap"
7540   output-file-type: ".html"
7541   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7542   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7543   filter: "'NIC_Intel-XXV710' and
7544            'NF_DENSITY' and
7545            'DOCKER' and
7546            'CHAIN' and
7547            'NF_VPPIP4' and
7548            'IMIX' and
7549            '4T2C' and
7550            'NDRPDR'"
7551   parameters:
7552   - "throughput"
7553   - "name"
7554   - "tags"
7555   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7556   x-axis: "X = CNFs per Service Chain"
7557   y-axis: "Y = Number of Service Chains"
7558   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7559   layout:
7560     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7561     layout: "plot-service-density"
7562
7563 - type: "plot"
7564   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7565   algorithm: "plot_nf_heatmap"
7566   output-file-type: ".html"
7567   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7568   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7569   filter: "'NIC_Intel-XXV710' and
7570            'NF_DENSITY' and
7571            'DOCKER' and
7572            'CHAIN' and
7573            'NF_VPPIP4' and
7574            'IMIX' and
7575            '8T4C' and
7576            'NDRPDR'"
7577   parameters:
7578   - "throughput"
7579   - "name"
7580   - "tags"
7581   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7582   x-axis: "X = CNFs per Service Chain"
7583   y-axis: "Y = Number of Service Chains"
7584   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7585   layout:
7586     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7587     layout: "plot-service-density"
7588
7589 ################################################################################
7590 #
7591 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7592 #- type: "plot"
7593 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7594 #  algorithm: "plot_nf_heatmap"
7595 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7596 #  data: "plot-vpp-nfv-3n-skx-mrr"
7597 #  filter: "'NIC_Intel-XXV710' and
7598 #           'NF_DENSITY' and
7599 #           'DOCKER' and
7600 #           'CHAIN' and
7601 #           'NF_VPPIP4' and
7602 #           'IPSEC' and
7603 #           'TNL_4' and
7604 #           'IMIX' and
7605 #           '2T1C' and
7606 #           'MRR'"
7607 #  parameters:
7608 #  - "result"
7609 #  - "name"
7610 #  - "tags"
7611 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7612 #  x-axis: "X = CNFs per Service Chain"
7613 #  y-axis: "Y = Number of Service Chains"
7614 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7615 #  layout:
7616 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7617 #    layout: "plot-service-density"
7618 #
7619 #- type: "plot"
7620 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7621 #  algorithm: "plot_nf_heatmap"
7622 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7623 #  data: "plot-vpp-nfv-3n-skx-mrr"
7624 #  filter: "'NIC_Intel-XXV710' and
7625 #           'NF_DENSITY' and
7626 #           'DOCKER' and
7627 #           'CHAIN' and
7628 #           'NF_VPPIP4' and
7629 #           'IPSEC' and
7630 #           'TNL_4' and
7631 #           'IMIX' and
7632 #           '4T2C' and
7633 #           'MRR'"
7634 #  parameters:
7635 #  - "result"
7636 #  - "name"
7637 #  - "tags"
7638 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7639 #  x-axis: "X = CNFs per Service Chain"
7640 #  y-axis: "Y = Number of Service Chains"
7641 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7642 #  layout:
7643 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7644 #    layout: "plot-service-density"
7645 #
7646 #- type: "plot"
7647 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7648 #  algorithm: "plot_nf_heatmap"
7649 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7650 #  data: "plot-vpp-nfv-3n-skx-mrr"
7651 #  filter: "'NIC_Intel-XXV710' and
7652 #           'NF_DENSITY' and
7653 #           'DOCKER' and
7654 #           'CHAIN' and
7655 #           'NF_VPPIP4' and
7656 #           'IPSEC' and
7657 #           'TNL_4' and
7658 #           'IMIX' and
7659 #           '8T4C' and
7660 #           'MRR'"
7661 #  parameters:
7662 #  - "result"
7663 #  - "name"
7664 #  - "tags"
7665 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7666 #  x-axis: "X = CNFs per Service Chain"
7667 #  y-axis: "Y = Number of Service Chains"
7668 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7669 #  layout:
7670 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7671 #    layout: "plot-service-density"
7672
7673 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7674 - type: "plot"
7675   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7676   algorithm: "plot_nf_heatmap"
7677   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7678   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7679   filter: "'NIC_Intel-XXV710' and
7680            'NF_DENSITY' and
7681            'DOCKER' and
7682            'CHAIN' and
7683            'NF_VPPIP4' and
7684            'IPSEC' and
7685            'TNL_4' and
7686            'IMIX' and
7687            '2T1C' and
7688            'NDRPDR'"
7689   parameters:
7690   - "throughput"
7691   - "name"
7692   - "tags"
7693   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7694   x-axis: "X = CNFs per Service Chain"
7695   y-axis: "Y = Number of Service Chains"
7696   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7697   layout:
7698     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7699     layout: "plot-service-density"
7700
7701 - type: "plot"
7702   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7703   algorithm: "plot_nf_heatmap"
7704   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7705   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7706   filter: "'NIC_Intel-XXV710' and
7707            'NF_DENSITY' and
7708            'DOCKER' and
7709            'CHAIN' and
7710            'NF_VPPIP4' and
7711            'IPSEC' and
7712            'TNL_4' and
7713            'IMIX' and
7714            '4T2C' and
7715            'NDRPDR'"
7716   parameters:
7717   - "throughput"
7718   - "name"
7719   - "tags"
7720   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7721   x-axis: "X = CNFs per Service Chain"
7722   y-axis: "Y = Number of Service Chains"
7723   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7724   layout:
7725     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7726     layout: "plot-service-density"
7727
7728 - type: "plot"
7729   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7730   algorithm: "plot_nf_heatmap"
7731   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7732   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7733   filter: "'NIC_Intel-XXV710' and
7734            'NF_DENSITY' and
7735            'DOCKER' and
7736            'CHAIN' and
7737            'NF_VPPIP4' and
7738            'IPSEC' and
7739            'TNL_4' and
7740            'IMIX' and
7741            '8T4C' and
7742            'NDRPDR'"
7743   parameters:
7744   - "throughput"
7745   - "name"
7746   - "tags"
7747   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7748   x-axis: "X = CNFs per Service Chain"
7749   y-axis: "Y = Number of Service Chains"
7750   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7751   layout:
7752     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7753     layout: "plot-service-density"
7754
7755 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7756 - type: "plot"
7757   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7758   algorithm: "plot_nf_heatmap"
7759   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7760   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7761   filter: "'NIC_Intel-XXV710' and
7762            'NF_DENSITY' and
7763            'DOCKER' and
7764            'CHAIN' and
7765            'NF_VPPIP4' and
7766            'IPSEC' and
7767            'TNL_4' and
7768            'IMIX' and
7769            '2T1C' and
7770            'NDRPDR'"
7771   parameters:
7772   - "throughput"
7773   - "name"
7774   - "tags"
7775   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7776   x-axis: "X = CNFs per Service Chain"
7777   y-axis: "Y = Number of Service Chains"
7778   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7779   layout:
7780     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7781     layout: "plot-service-density"
7782
7783 - type: "plot"
7784   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7785   algorithm: "plot_nf_heatmap"
7786   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7787   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7788   filter: "'NIC_Intel-XXV710' and
7789            'NF_DENSITY' and
7790            'DOCKER' and
7791            'CHAIN' and
7792            'NF_VPPIP4' and
7793            'IPSEC' and
7794            'TNL_4' and
7795            'IMIX' and
7796            '4T2C' and
7797            'NDRPDR'"
7798   parameters:
7799   - "throughput"
7800   - "name"
7801   - "tags"
7802   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7803   x-axis: "X = CNFs per Service Chain"
7804   y-axis: "Y = Number of Service Chains"
7805   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7806   layout:
7807     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7808     layout: "plot-service-density"
7809
7810 - type: "plot"
7811   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7812   algorithm: "plot_nf_heatmap"
7813   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7814   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7815   filter: "'NIC_Intel-XXV710' and
7816            'NF_DENSITY' and
7817            'DOCKER' and
7818            'CHAIN' and
7819            'NF_VPPIP4' and
7820            'IPSEC' and
7821            'TNL_4' and
7822            'IMIX' and
7823            '8T4C' and
7824            'NDRPDR'"
7825   parameters:
7826   - "throughput"
7827   - "name"
7828   - "tags"
7829   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7830   x-axis: "X = CNFs per Service Chain"
7831   y-axis: "Y = Number of Service Chains"
7832   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7833   layout:
7834     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7835     layout: "plot-service-density"
7836
7837 ###############################################################################
7838
7839 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7840 #- type: "plot"
7841 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7842 #  algorithm: "plot_nf_heatmap"
7843 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7844 #  data: "plot-vpp-nfv-3n-hsw-mrr"
7845 #  filter: "'NIC_Intel-XL710' and
7846 #           'NF_DENSITY' and
7847 #           'DOCKER' and
7848 #           'CHAIN' and
7849 #           'NF_VPPIP4' and
7850 #           'IMIX' and
7851 #           'TNL_4' and
7852 #           '1T1C' and
7853 #           'MRR'"
7854 #  parameters:
7855 #  - "result"
7856 #  - "name"
7857 #  - "tags"
7858 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7859 #  x-axis: "X = CNFs per Service Chain"
7860 #  y-axis: "Y = Number of Service Chains"
7861 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7862 #  layout:
7863 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7864 #    layout: "plot-service-density"
7865 #
7866 #- type: "plot"
7867 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7868 #  algorithm: "plot_nf_heatmap"
7869 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7870 #  data: "plot-vpp-nfv-3n-hsw-mrr"
7871 #  filter: "'NIC_Intel-XL710' and
7872 #           'NF_DENSITY' and
7873 #           'DOCKER' and
7874 #           'CHAIN' and
7875 #           'NF_VPPIP4' and
7876 #           'IPSEC' and
7877 #           'TNL_4' and
7878 #           'IMIX' and
7879 #           '2T2C' and
7880 #           'MRR'"
7881 #  parameters:
7882 #  - "result"
7883 #  - "name"
7884 #  - "tags"
7885 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7886 #  x-axis: "X = CNFs per Service Chain"
7887 #  y-axis: "Y = Number of Service Chains"
7888 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7889 #  layout:
7890 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7891 #    layout: "plot-service-density"
7892 #
7893 #- type: "plot"
7894 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7895 #  algorithm: "plot_nf_heatmap"
7896 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7897 #  data: "plot-vpp-nfv-3n-hsw-mrr"
7898 #  filter: "'NIC_Intel-XL710' and
7899 #           'NF_DENSITY' and
7900 #           'DOCKER' and
7901 #           'CHAIN' and
7902 #           'NF_VPPIP4' and
7903 #           'IPSEC' and
7904 #           'TNL_4' and
7905 #           'IMIX' and
7906 #           '4T4C' and
7907 #           'MRR'"
7908 #  parameters:
7909 #  - "result"
7910 #  - "name"
7911 #  - "tags"
7912 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7913 #  x-axis: "X = CNFs per Service Chain"
7914 #  y-axis: "Y = Number of Service Chains"
7915 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7916 #  layout:
7917 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7918 #    layout: "plot-service-density"
7919
7920 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7921 #- type: "plot"
7922 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7923 #  algorithm: "plot_nf_heatmap"
7924 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7925 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7926 #  filter: "'NIC_Intel-XL710' and
7927 #           'NF_DENSITY' and
7928 #           'DOCKER' and
7929 #           'CHAIN' and
7930 #           'NF_VPPIP4' and
7931 #           'IPSEC' and
7932 #           'TNL_4' and
7933 #           'IMIX' and
7934 #           '1T1C' and
7935 #           'NDRPDR'"
7936 #  parameters:
7937 #  - "throughput"
7938 #  - "name"
7939 #  - "tags"
7940 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7941 #  x-axis: "X = CNFs per Service Chain"
7942 #  y-axis: "Y = Number of Service Chains"
7943 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7944 #  layout:
7945 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7946 #    layout: "plot-service-density"
7947 #
7948 #- type: "plot"
7949 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7950 #  algorithm: "plot_nf_heatmap"
7951 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7952 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7953 #  filter: "'NIC_Intel-XL710' and
7954 #           'NF_DENSITY' and
7955 #           'DOCKER' and
7956 #           'CHAIN' and
7957 #           'NF_VPPIP4' and
7958 #           'IPSEC' and
7959 #           'TNL_4' and
7960 #           'IMIX' and
7961 #           '2T2C' and
7962 #           'NDRPDR'"
7963 #  parameters:
7964 #  - "throughput"
7965 #  - "name"
7966 #  - "tags"
7967 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7968 #  x-axis: "X = CNFs per Service Chain"
7969 #  y-axis: "Y = Number of Service Chains"
7970 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7971 #  layout:
7972 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7973 #    layout: "plot-service-density"
7974 #
7975 #- type: "plot"
7976 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7977 #  algorithm: "plot_nf_heatmap"
7978 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7979 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7980 #  filter: "'NIC_Intel-XL710' and
7981 #           'NF_DENSITY' and
7982 #           'DOCKER' and
7983 #           'CHAIN' and
7984 #           'NF_VPPIP4' and
7985 #           'IPSEC' and
7986 #           'TNL_4' and
7987 #           'IMIX' and
7988 #           '4T4C' and
7989 #           'NDRPDR'"
7990 #  parameters:
7991 #  - "throughput"
7992 #  - "name"
7993 #  - "tags"
7994 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7995 #  x-axis: "X = CNFs per Service Chain"
7996 #  y-axis: "Y = Number of Service Chains"
7997 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7998 #  layout:
7999 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8000 #    layout: "plot-service-density"
8001 #
8002 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8003 #- type: "plot"
8004 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8005 #  algorithm: "plot_nf_heatmap"
8006 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8007 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8008 #  filter: "'NIC_Intel-XL710' and
8009 #           'NF_DENSITY' and
8010 #           'DOCKER' and
8011 #           'CHAIN' and
8012 #           'NF_VPPIP4' and
8013 #           'IPSEC' and
8014 #           'TNL_4' and
8015 #           'IMIX' and
8016 #           '1T1C' and
8017 #           'NDRPDR'"
8018 #  parameters:
8019 #  - "throughput"
8020 #  - "name"
8021 #  - "tags"
8022 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8023 #  x-axis: "X = CNFs per Service Chain"
8024 #  y-axis: "Y = Number of Service Chains"
8025 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8026 #  layout:
8027 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8028 #    layout: "plot-service-density"
8029 #
8030 #- type: "plot"
8031 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8032 #  algorithm: "plot_nf_heatmap"
8033 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8034 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8035 #  filter: "'NIC_Intel-XL710' and
8036 #           'NF_DENSITY' and
8037 #           'DOCKER' and
8038 #           'CHAIN' and
8039 #           'NF_VPPIP4' and
8040 #           'IPSEC' and
8041 #           'TNL_4' and
8042 #           'IMIX' and
8043 #           '2T2C' and
8044 #           'NDRPDR'"
8045 #  parameters:
8046 #  - "throughput"
8047 #  - "name"
8048 #  - "tags"
8049 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8050 #  x-axis: "X = CNFs per Service Chain"
8051 #  y-axis: "Y = Number of Service Chains"
8052 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8053 #  layout:
8054 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8055 #    layout: "plot-service-density"
8056 #
8057 #- type: "plot"
8058 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8059 #  algorithm: "plot_nf_heatmap"
8060 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8061 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8062 #  filter: "'NIC_Intel-XL710' and
8063 #           'NF_DENSITY' and
8064 #           'DOCKER' and
8065 #           'CHAIN' and
8066 #           'NF_VPPIP4' and
8067 #           'IPSEC' and
8068 #           'TNL_4' and
8069 #           'IMIX' and
8070 #           '4T4C' and
8071 #           'NDRPDR'"
8072 #  parameters:
8073 #  - "throughput"
8074 #  - "name"
8075 #  - "tags"
8076 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8077 #  x-axis: "X = CNFs per Service Chain"
8078 #  y-axis: "Y = Number of Service Chains"
8079 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8080 #  layout:
8081 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8082 #    layout: "plot-service-density"
8083
8084 ###############################################################################
8085
8086 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8087 #- type: "plot"
8088 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8089 #  algorithm: "plot_nf_heatmap"
8090 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8091 #  data: "plot-vpp-nfv-3n-skx-mrr"
8092 #  filter: "'NIC_Intel-XXV710' and
8093 #           'NF_DENSITY' and
8094 #           'DOCKER' and
8095 #           'CHAIN' and
8096 #           'NF_VPPIP4' and
8097 #           'IPSEC' and
8098 #           'TNL_1000' and
8099 #           'IMIX' and
8100 #           '2T1C' and
8101 #           'MRR'"
8102 #  parameters:
8103 #  - "result"
8104 #  - "name"
8105 #  - "tags"
8106 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8107 #  x-axis: "X = CNFs per Service Chain"
8108 #  y-axis: "Y = Number of Service Chains"
8109 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8110 #  layout:
8111 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8112 #    layout: "plot-service-density"
8113 #
8114 #- type: "plot"
8115 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8116 #  algorithm: "plot_nf_heatmap"
8117 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8118 #  data: "plot-vpp-nfv-3n-skx-mrr"
8119 #  filter: "'NIC_Intel-XXV710' and
8120 #           'NF_DENSITY' and
8121 #           'DOCKER' and
8122 #           'CHAIN' and
8123 #           'NF_VPPIP4' and
8124 #           'IPSEC' and
8125 #           'TNL_1000' and
8126 #           'IMIX' and
8127 #           '4T2C' and
8128 #           'MRR'"
8129 #  parameters:
8130 #  - "result"
8131 #  - "name"
8132 #  - "tags"
8133 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8134 #  x-axis: "X = CNFs per Service Chain"
8135 #  y-axis: "Y = Number of Service Chains"
8136 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8137 #  layout:
8138 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8139 #    layout: "plot-service-density"
8140 #
8141 #- type: "plot"
8142 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8143 #  algorithm: "plot_nf_heatmap"
8144 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8145 #  data: "plot-vpp-nfv-3n-skx-mrr"
8146 #  filter: "'NIC_Intel-XXV710' and
8147 #           'NF_DENSITY' and
8148 #           'DOCKER' and
8149 #           'CHAIN' and
8150 #           'NF_VPPIP4' and
8151 #           'IPSEC' and
8152 #           'TNL_1000' and
8153 #           'IMIX' and
8154 #           '8T4C' and
8155 #           'MRR'"
8156 #  parameters:
8157 #  - "result"
8158 #  - "name"
8159 #  - "tags"
8160 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8161 #  x-axis: "X = CNFs per Service Chain"
8162 #  y-axis: "Y = Number of Service Chains"
8163 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8164 #  layout:
8165 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8166 #    layout: "plot-service-density"
8167
8168 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8169 - type: "plot"
8170   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8171   algorithm: "plot_nf_heatmap"
8172   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8173   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8174   filter: "'NIC_Intel-XXV710' and
8175            'NF_DENSITY' and
8176            'DOCKER' and
8177            'CHAIN' and
8178            'NF_VPPIP4' and
8179            'IPSEC' and
8180            'TNL_1000' and
8181            'IMIX' and
8182            '2T1C' and
8183            'NDRPDR'"
8184   parameters:
8185   - "throughput"
8186   - "name"
8187   - "tags"
8188   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8189   x-axis: "X = CNFs per Service Chain"
8190   y-axis: "Y = Number of Service Chains"
8191   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8192   layout:
8193     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8194     layout: "plot-service-density"
8195
8196 - type: "plot"
8197   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8198   algorithm: "plot_nf_heatmap"
8199   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8200   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8201   filter: "'NIC_Intel-XXV710' and
8202            'NF_DENSITY' and
8203            'DOCKER' and
8204            'CHAIN' and
8205            'NF_VPPIP4' and
8206            'IPSEC' and
8207            'TNL_1000' and
8208            'IMIX' and
8209            '4T2C' and
8210            'NDRPDR'"
8211   parameters:
8212   - "throughput"
8213   - "name"
8214   - "tags"
8215   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8216   x-axis: "X = CNFs per Service Chain"
8217   y-axis: "Y = Number of Service Chains"
8218   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8219   layout:
8220     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8221     layout: "plot-service-density"
8222
8223 - type: "plot"
8224   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8225   algorithm: "plot_nf_heatmap"
8226   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8227   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8228   filter: "'NIC_Intel-XXV710' and
8229            'NF_DENSITY' and
8230            'DOCKER' and
8231            'CHAIN' and
8232            'NF_VPPIP4' and
8233            'IPSEC' and
8234            'TNL_1000' and
8235            'IMIX' and
8236            '8T4C' and
8237            'NDRPDR'"
8238   parameters:
8239   - "throughput"
8240   - "name"
8241   - "tags"
8242   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8243   x-axis: "X = CNFs per Service Chain"
8244   y-axis: "Y = Number of Service Chains"
8245   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8246   layout:
8247     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8248     layout: "plot-service-density"
8249
8250 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8251 - type: "plot"
8252   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8253   algorithm: "plot_nf_heatmap"
8254   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8255   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8256   filter: "'NIC_Intel-XXV710' and
8257            'NF_DENSITY' and
8258            'DOCKER' and
8259            'CHAIN' and
8260            'NF_VPPIP4' and
8261            'IPSEC' and
8262            'TNL_1000' and
8263            'IMIX' and
8264            '2T1C' and
8265            'NDRPDR'"
8266   parameters:
8267   - "throughput"
8268   - "name"
8269   - "tags"
8270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8271   x-axis: "X = CNFs per Service Chain"
8272   y-axis: "Y = Number of Service Chains"
8273   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8274   layout:
8275     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8276     layout: "plot-service-density"
8277
8278 - type: "plot"
8279   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8280   algorithm: "plot_nf_heatmap"
8281   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8282   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8283   filter: "'NIC_Intel-XXV710' and
8284            'NF_DENSITY' and
8285            'DOCKER' and
8286            'CHAIN' and
8287            'NF_VPPIP4' and
8288            'IPSEC' and
8289            'TNL_1000' and
8290            'IMIX' and
8291            '4T2C' and
8292            'NDRPDR'"
8293   parameters:
8294   - "throughput"
8295   - "name"
8296   - "tags"
8297   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8298   x-axis: "X = CNFs per Service Chain"
8299   y-axis: "Y = Number of Service Chains"
8300   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8301   layout:
8302     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8303     layout: "plot-service-density"
8304
8305 - type: "plot"
8306   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8307   algorithm: "plot_nf_heatmap"
8308   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8309   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8310   filter: "'NIC_Intel-XXV710' and
8311            'NF_DENSITY' and
8312            'DOCKER' and
8313            'CHAIN' and
8314            'NF_VPPIP4' and
8315            'IPSEC' and
8316            'TNL_1000' and
8317            'IMIX' and
8318            '8T4C' and
8319            'NDRPDR'"
8320   parameters:
8321   - "throughput"
8322   - "name"
8323   - "tags"
8324   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8325   x-axis: "X = CNFs per Service Chain"
8326   y-axis: "Y = Number of Service Chains"
8327   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8328   layout:
8329     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8330     layout: "plot-service-density"
8331
8332 ###############################################################################
8333
8334 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8335 #- type: "plot"
8336 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8337 #  algorithm: "plot_nf_heatmap"
8338 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8339 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8340 #  filter: "'NIC_Intel-XL710' and
8341 #           'NF_DENSITY' and
8342 #           'DOCKER' and
8343 #           'CHAIN' and
8344 #           'NF_VPPIP4' and
8345 #           'IMIX' and
8346 #           'TNL_1000' and
8347 #           '1T1C' and
8348 #           'MRR'"
8349 #  parameters:
8350 #  - "result"
8351 #  - "name"
8352 #  - "tags"
8353 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8354 #  x-axis: "X = CNFs per Service Chain"
8355 #  y-axis: "Y = Number of Service Chains"
8356 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8357 #  layout:
8358 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8359 #    layout: "plot-service-density"
8360 #
8361 #- type: "plot"
8362 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8363 #  algorithm: "plot_nf_heatmap"
8364 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8365 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8366 #  filter: "'NIC_Intel-XL710' and
8367 #           'NF_DENSITY' and
8368 #           'DOCKER' and
8369 #           'CHAIN' and
8370 #           'NF_VPPIP4' and
8371 #           'IPSEC' and
8372 #           'TNL_1000' and
8373 #           'IMIX' and
8374 #           '2T2C' and
8375 #           'MRR'"
8376 #  parameters:
8377 #  - "result"
8378 #  - "name"
8379 #  - "tags"
8380 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8381 #  x-axis: "X = CNFs per Service Chain"
8382 #  y-axis: "Y = Number of Service Chains"
8383 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8384 #  layout:
8385 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8386 #    layout: "plot-service-density"
8387 #
8388 #- type: "plot"
8389 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8390 #  algorithm: "plot_nf_heatmap"
8391 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8392 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8393 #  filter: "'NIC_Intel-XL710' and
8394 #           'NF_DENSITY' and
8395 #           'DOCKER' and
8396 #           'CHAIN' and
8397 #           'NF_VPPIP4' and
8398 #           'IPSEC' and
8399 #           'TNL_1000' and
8400 #           'IMIX' and
8401 #           '4T4C' and
8402 #           'MRR'"
8403 #  parameters:
8404 #  - "result"
8405 #  - "name"
8406 #  - "tags"
8407 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8408 #  x-axis: "X = CNFs per Service Chain"
8409 #  y-axis: "Y = Number of Service Chains"
8410 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8411 #  layout:
8412 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8413 #    layout: "plot-service-density"
8414
8415 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8416 #- type: "plot"
8417 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8418 #  algorithm: "plot_nf_heatmap"
8419 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8420 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8421 #  filter: "'NIC_Intel-XL710' and
8422 #           'NF_DENSITY' and
8423 #           'DOCKER' and
8424 #           'CHAIN' and
8425 #           'NF_VPPIP4' and
8426 #           'IPSEC' and
8427 #           'TNL_1000' and
8428 #           'IMIX' and
8429 #           '1T1C' and
8430 #           'NDRPDR'"
8431 #  parameters:
8432 #  - "throughput"
8433 #  - "name"
8434 #  - "tags"
8435 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8436 #  x-axis: "X = CNFs per Service Chain"
8437 #  y-axis: "Y = Number of Service Chains"
8438 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8439 #  layout:
8440 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8441 #    layout: "plot-service-density"
8442 #
8443 #- type: "plot"
8444 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8445 #  algorithm: "plot_nf_heatmap"
8446 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8447 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8448 #  filter: "'NIC_Intel-XL710' and
8449 #           'NF_DENSITY' and
8450 #           'DOCKER' and
8451 #           'CHAIN' and
8452 #           'NF_VPPIP4' and
8453 #           'IPSEC' and
8454 #           'TNL_1000' and
8455 #           'IMIX' and
8456 #           '2T2C' and
8457 #           'NDRPDR'"
8458 #  parameters:
8459 #  - "throughput"
8460 #  - "name"
8461 #  - "tags"
8462 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8463 #  x-axis: "X = CNFs per Service Chain"
8464 #  y-axis: "Y = Number of Service Chains"
8465 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8466 #  layout:
8467 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8468 #    layout: "plot-service-density"
8469 #
8470 #- type: "plot"
8471 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8472 #  algorithm: "plot_nf_heatmap"
8473 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8474 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8475 #  filter: "'NIC_Intel-XL710' and
8476 #           'NF_DENSITY' and
8477 #           'DOCKER' and
8478 #           'CHAIN' and
8479 #           'NF_VPPIP4' and
8480 #           'IPSEC' and
8481 #           'TNL_1000' and
8482 #           'IMIX' and
8483 #           '4T4C' and
8484 #           'NDRPDR'"
8485 #  parameters:
8486 #  - "throughput"
8487 #  - "name"
8488 #  - "tags"
8489 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8490 #  x-axis: "X = CNFs per Service Chain"
8491 #  y-axis: "Y = Number of Service Chains"
8492 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8493 #  layout:
8494 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8495 #    layout: "plot-service-density"
8496 #
8497 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8498 #- type: "plot"
8499 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8500 #  algorithm: "plot_nf_heatmap"
8501 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8502 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8503 #  filter: "'NIC_Intel-XL710' and
8504 #           'NF_DENSITY' and
8505 #           'DOCKER' and
8506 #           'CHAIN' and
8507 #           'NF_VPPIP4' and
8508 #           'IPSEC' and
8509 #           'TNL_1000' and
8510 #           'IMIX' and
8511 #           '1T1C' and
8512 #           'NDRPDR'"
8513 #  parameters:
8514 #  - "throughput"
8515 #  - "name"
8516 #  - "tags"
8517 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8518 #  x-axis: "X = CNFs per Service Chain"
8519 #  y-axis: "Y = Number of Service Chains"
8520 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8521 #  layout:
8522 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8523 #    layout: "plot-service-density"
8524 #
8525 #- type: "plot"
8526 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8527 #  algorithm: "plot_nf_heatmap"
8528 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8529 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8530 #  filter: "'NIC_Intel-XL710' and
8531 #           'NF_DENSITY' and
8532 #           'DOCKER' and
8533 #           'CHAIN' and
8534 #           'NF_VPPIP4' and
8535 #           'IPSEC' and
8536 #           'TNL_1000' and
8537 #           'IMIX' and
8538 #           '2T2C' and
8539 #           'NDRPDR'"
8540 #  parameters:
8541 #  - "throughput"
8542 #  - "name"
8543 #  - "tags"
8544 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8545 #  x-axis: "X = CNFs per Service Chain"
8546 #  y-axis: "Y = Number of Service Chains"
8547 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8548 #  layout:
8549 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8550 #    layout: "plot-service-density"
8551 #
8552 #- type: "plot"
8553 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8554 #  algorithm: "plot_nf_heatmap"
8555 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8556 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8557 #  filter: "'NIC_Intel-XL710' and
8558 #           'NF_DENSITY' and
8559 #           'DOCKER' and
8560 #           'CHAIN' and
8561 #           'NF_VPPIP4' and
8562 #           'IPSEC' and
8563 #           'TNL_1000' and
8564 #           'IMIX' and
8565 #           '4T4C' and
8566 #           'NDRPDR'"
8567 #  parameters:
8568 #  - "throughput"
8569 #  - "name"
8570 #  - "tags"
8571 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8572 #  x-axis: "X = CNFs per Service Chain"
8573 #  y-axis: "Y = Number of Service Chains"
8574 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8575 #  layout:
8576 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8577 #    layout: "plot-service-density"
8578
8579 ###############################################################################
8580
8581 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8582 #- type: "plot"
8583 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8584 #  algorithm: "plot_nf_heatmap"
8585 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8586 #  data: "plot-vpp-nfv-3n-skx-mrr"
8587 #  filter: "'NIC_Intel-XXV710' and
8588 #           'NF_DENSITY' and
8589 #           'DOCKER' and
8590 #           'CHAIN' and
8591 #           'NF_VPPIP4' and
8592 #           'IPSEC' and
8593 #           'TNL_10000' and
8594 #           'IMIX' and
8595 #           '2T1C' and
8596 #           'MRR'"
8597 #  parameters:
8598 #  - "result"
8599 #  - "name"
8600 #  - "tags"
8601 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8602 #  x-axis: "X = CNFs per Service Chain"
8603 #  y-axis: "Y = Number of Service Chains"
8604 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8605 #  layout:
8606 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8607 #    layout: "plot-service-density"
8608 #
8609 #- type: "plot"
8610 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8611 #  algorithm: "plot_nf_heatmap"
8612 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8613 #  data: "plot-vpp-nfv-3n-skx-mrr"
8614 #  filter: "'NIC_Intel-XXV710' and
8615 #           'NF_DENSITY' and
8616 #           'DOCKER' and
8617 #           'CHAIN' and
8618 #           'NF_VPPIP4' and
8619 #           'IPSEC' and
8620 #           'TNL_10000' and
8621 #           'IMIX' and
8622 #           '4T2C' and
8623 #           'MRR'"
8624 #  parameters:
8625 #  - "result"
8626 #  - "name"
8627 #  - "tags"
8628 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8629 #  x-axis: "X = CNFs per Service Chain"
8630 #  y-axis: "Y = Number of Service Chains"
8631 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8632 #  layout:
8633 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8634 #    layout: "plot-service-density"
8635 #
8636 #- type: "plot"
8637 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8638 #  algorithm: "plot_nf_heatmap"
8639 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8640 #  data: "plot-vpp-nfv-3n-skx-mrr"
8641 #  filter: "'NIC_Intel-XXV710' and
8642 #           'NF_DENSITY' and
8643 #           'DOCKER' and
8644 #           'CHAIN' and
8645 #           'NF_VPPIP4' and
8646 #           'IPSEC' and
8647 #           'TNL_10000' and
8648 #           'IMIX' and
8649 #           '8T4C' and
8650 #           'MRR'"
8651 #  parameters:
8652 #  - "result"
8653 #  - "name"
8654 #  - "tags"
8655 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8656 #  x-axis: "X = CNFs per Service Chain"
8657 #  y-axis: "Y = Number of Service Chains"
8658 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8659 #  layout:
8660 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8661 #    layout: "plot-service-density"
8662
8663 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8664 - type: "plot"
8665   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8666   algorithm: "plot_nf_heatmap"
8667   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8668   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8669   filter: "'NIC_Intel-XXV710' and
8670            'NF_DENSITY' and
8671            'DOCKER' and
8672            'CHAIN' and
8673            'NF_VPPIP4' and
8674            'IPSEC' and
8675            'TNL_10000' and
8676            'IMIX' and
8677            '2T1C' and
8678            'NDRPDR'"
8679   parameters:
8680   - "throughput"
8681   - "name"
8682   - "tags"
8683   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8684   x-axis: "X = CNFs per Service Chain"
8685   y-axis: "Y = Number of Service Chains"
8686   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8687   layout:
8688     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8689     layout: "plot-service-density"
8690
8691 - type: "plot"
8692   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8693   algorithm: "plot_nf_heatmap"
8694   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8695   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8696   filter: "'NIC_Intel-XXV710' and
8697            'NF_DENSITY' and
8698            'DOCKER' and
8699            'CHAIN' and
8700            'NF_VPPIP4' and
8701            'IPSEC' and
8702            'TNL_10000' and
8703            'IMIX' and
8704            '4T2C' and
8705            'NDRPDR'"
8706   parameters:
8707   - "throughput"
8708   - "name"
8709   - "tags"
8710   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8711   x-axis: "X = CNFs per Service Chain"
8712   y-axis: "Y = Number of Service Chains"
8713   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8714   layout:
8715     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8716     layout: "plot-service-density"
8717
8718 - type: "plot"
8719   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8720   algorithm: "plot_nf_heatmap"
8721   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8722   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8723   filter: "'NIC_Intel-XXV710' and
8724            'NF_DENSITY' and
8725            'DOCKER' and
8726            'CHAIN' and
8727            'NF_VPPIP4' and
8728            'IPSEC' and
8729            'TNL_10000' and
8730            'IMIX' and
8731            '8T4C' and
8732            'NDRPDR'"
8733   parameters:
8734   - "throughput"
8735   - "name"
8736   - "tags"
8737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8738   x-axis: "X = CNFs per Service Chain"
8739   y-axis: "Y = Number of Service Chains"
8740   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8741   layout:
8742     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8743     layout: "plot-service-density"
8744
8745 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8746 - type: "plot"
8747   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8748   algorithm: "plot_nf_heatmap"
8749   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8750   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8751   filter: "'NIC_Intel-XXV710' and
8752            'NF_DENSITY' and
8753            'DOCKER' and
8754            'CHAIN' and
8755            'NF_VPPIP4' and
8756            'IPSEC' and
8757            'TNL_10000' and
8758            'IMIX' and
8759            '2T1C' and
8760            'NDRPDR'"
8761   parameters:
8762   - "throughput"
8763   - "name"
8764   - "tags"
8765   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8766   x-axis: "X = CNFs per Service Chain"
8767   y-axis: "Y = Number of Service Chains"
8768   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8769   layout:
8770     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8771     layout: "plot-service-density"
8772
8773 - type: "plot"
8774   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8775   algorithm: "plot_nf_heatmap"
8776   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8777   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8778   filter: "'NIC_Intel-XXV710' and
8779            'NF_DENSITY' and
8780            'DOCKER' and
8781            'CHAIN' and
8782            'NF_VPPIP4' and
8783            'IPSEC' and
8784            'TNL_10000' and
8785            'IMIX' and
8786            '4T2C' and
8787            'NDRPDR'"
8788   parameters:
8789   - "throughput"
8790   - "name"
8791   - "tags"
8792   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8793   x-axis: "X = CNFs per Service Chain"
8794   y-axis: "Y = Number of Service Chains"
8795   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8796   layout:
8797     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8798     layout: "plot-service-density"
8799
8800 - type: "plot"
8801   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8802   algorithm: "plot_nf_heatmap"
8803   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8804   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8805   filter: "'NIC_Intel-XXV710' and
8806            'NF_DENSITY' and
8807            'DOCKER' and
8808            'CHAIN' and
8809            'NF_VPPIP4' and
8810            'IPSEC' and
8811            'TNL_10000' and
8812            'IMIX' and
8813            '8T4C' and
8814            'NDRPDR'"
8815   parameters:
8816   - "throughput"
8817   - "name"
8818   - "tags"
8819   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8820   x-axis: "X = CNFs per Service Chain"
8821   y-axis: "Y = Number of Service Chains"
8822   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8823   layout:
8824     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8825     layout: "plot-service-density"
8826
8827 ###############################################################################
8828
8829 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8830 #- type: "plot"
8831 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8832 #  algorithm: "plot_nf_heatmap"
8833 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8834 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8835 #  filter: "'NIC_Intel-XL710' and
8836 #           'NF_DENSITY' and
8837 #           'DOCKER' and
8838 #           'CHAIN' and
8839 #           'NF_VPPIP4' and
8840 #           'IMIX' and
8841 #           'TNL_10000' and
8842 #           '1T1C' and
8843 #           'MRR'"
8844 #  parameters:
8845 #  - "result"
8846 #  - "name"
8847 #  - "tags"
8848 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8849 #  x-axis: "X = CNFs per Service Chain"
8850 #  y-axis: "Y = Number of Service Chains"
8851 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8852 #  layout:
8853 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8854 #    layout: "plot-service-density"
8855 #
8856 #- type: "plot"
8857 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8858 #  algorithm: "plot_nf_heatmap"
8859 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8860 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8861 #  filter: "'NIC_Intel-XL710' and
8862 #           'NF_DENSITY' and
8863 #           'DOCKER' and
8864 #           'CHAIN' and
8865 #           'NF_VPPIP4' and
8866 #           'IPSEC' and
8867 #           'TNL_10000' and
8868 #           'IMIX' and
8869 #           '2T2C' and
8870 #           'MRR'"
8871 #  parameters:
8872 #  - "result"
8873 #  - "name"
8874 #  - "tags"
8875 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8876 #  x-axis: "X = CNFs per Service Chain"
8877 #  y-axis: "Y = Number of Service Chains"
8878 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8879 #  layout:
8880 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8881 #    layout: "plot-service-density"
8882 #
8883 #- type: "plot"
8884 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8885 #  algorithm: "plot_nf_heatmap"
8886 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8887 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8888 #  filter: "'NIC_Intel-XL710' and
8889 #           'NF_DENSITY' and
8890 #           'DOCKER' and
8891 #           'CHAIN' and
8892 #           'NF_VPPIP4' and
8893 #           'IPSEC' and
8894 #           'TNL_10000' and
8895 #           'IMIX' and
8896 #           '4T4C' and
8897 #           'MRR'"
8898 #  parameters:
8899 #  - "result"
8900 #  - "name"
8901 #  - "tags"
8902 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8903 #  x-axis: "X = CNFs per Service Chain"
8904 #  y-axis: "Y = Number of Service Chains"
8905 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8906 #  layout:
8907 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8908 #    layout: "plot-service-density"
8909
8910 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8911 #- type: "plot"
8912 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8913 #  algorithm: "plot_nf_heatmap"
8914 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8915 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8916 #  filter: "'NIC_Intel-XL710' and
8917 #           'NF_DENSITY' and
8918 #           'DOCKER' and
8919 #           'CHAIN' and
8920 #           'NF_VPPIP4' and
8921 #           'IPSEC' and
8922 #           'TNL_10000' and
8923 #           'IMIX' and
8924 #           '1T1C' and
8925 #           'NDRPDR'"
8926 #  parameters:
8927 #  - "throughput"
8928 #  - "name"
8929 #  - "tags"
8930 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8931 #  x-axis: "X = CNFs per Service Chain"
8932 #  y-axis: "Y = Number of Service Chains"
8933 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8934 #  layout:
8935 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8936 #    layout: "plot-service-density"
8937 #
8938 #- type: "plot"
8939 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8940 #  algorithm: "plot_nf_heatmap"
8941 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8942 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8943 #  filter: "'NIC_Intel-XL710' and
8944 #           'NF_DENSITY' and
8945 #           'DOCKER' and
8946 #           'CHAIN' and
8947 #           'NF_VPPIP4' and
8948 #           'IPSEC' and
8949 #           'TNL_10000' and
8950 #           'IMIX' and
8951 #           '2T2C' and
8952 #           'NDRPDR'"
8953 #  parameters:
8954 #  - "throughput"
8955 #  - "name"
8956 #  - "tags"
8957 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8958 #  x-axis: "X = CNFs per Service Chain"
8959 #  y-axis: "Y = Number of Service Chains"
8960 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8961 #  layout:
8962 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8963 #    layout: "plot-service-density"
8964 #
8965 #- type: "plot"
8966 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8967 #  algorithm: "plot_nf_heatmap"
8968 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8969 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8970 #  filter: "'NIC_Intel-XL710' and
8971 #           'NF_DENSITY' and
8972 #           'DOCKER' and
8973 #           'CHAIN' and
8974 #           'NF_VPPIP4' and
8975 #           'IPSEC' and
8976 #           'TNL_10000' and
8977 #           'IMIX' and
8978 #           '4T4C' and
8979 #           'NDRPDR'"
8980 #  parameters:
8981 #  - "throughput"
8982 #  - "name"
8983 #  - "tags"
8984 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8985 #  x-axis: "X = CNFs per Service Chain"
8986 #  y-axis: "Y = Number of Service Chains"
8987 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8988 #  layout:
8989 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8990 #    layout: "plot-service-density"
8991 #
8992 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8993 #- type: "plot"
8994 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8995 #  algorithm: "plot_nf_heatmap"
8996 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8997 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8998 #  filter: "'NIC_Intel-XL710' and
8999 #           'NF_DENSITY' and
9000 #           'DOCKER' and
9001 #           'CHAIN' and
9002 #           'NF_VPPIP4' and
9003 #           'IPSEC' and
9004 #           'TNL_10000' and
9005 #           'IMIX' and
9006 #           '1T1C' and
9007 #           'NDRPDR'"
9008 #  parameters:
9009 #  - "throughput"
9010 #  - "name"
9011 #  - "tags"
9012 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9013 #  x-axis: "X = CNFs per Service Chain"
9014 #  y-axis: "Y = Number of Service Chains"
9015 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9016 #  layout:
9017 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9018 #    layout: "plot-service-density"
9019 #
9020 #- type: "plot"
9021 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9022 #  algorithm: "plot_nf_heatmap"
9023 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9024 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9025 #  filter: "'NIC_Intel-XL710' and
9026 #           'NF_DENSITY' and
9027 #           'DOCKER' and
9028 #           'CHAIN' and
9029 #           'NF_VPPIP4' and
9030 #           'IPSEC' and
9031 #           'TNL_10000' and
9032 #           'IMIX' and
9033 #           '2T2C' and
9034 #           'NDRPDR'"
9035 #  parameters:
9036 #  - "throughput"
9037 #  - "name"
9038 #  - "tags"
9039 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9040 #  x-axis: "X = CNFs per Service Chain"
9041 #  y-axis: "Y = Number of Service Chains"
9042 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9043 #  layout:
9044 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9045 #    layout: "plot-service-density"
9046 #
9047 #- type: "plot"
9048 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9049 #  algorithm: "plot_nf_heatmap"
9050 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9051 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9052 #  filter: "'NIC_Intel-XL710' and
9053 #           'NF_DENSITY' and
9054 #           'DOCKER' and
9055 #           'CHAIN' and
9056 #           'NF_VPPIP4' and
9057 #           'IPSEC' and
9058 #           'TNL_10000' and
9059 #           'IMIX' and
9060 #           '4T4C' and
9061 #           'NDRPDR'"
9062 #  parameters:
9063 #  - "throughput"
9064 #  - "name"
9065 #  - "tags"
9066 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9067 #  x-axis: "X = CNFs per Service Chain"
9068 #  y-axis: "Y = Number of Service Chains"
9069 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9070 #  layout:
9071 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9072 #    layout: "plot-service-density"
9073
9074 ###############################################################################
9075
9076 # Plots - NF Density - CSP - MRR IMIX
9077 - type: "plot"
9078   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9079   algorithm: "plot_nf_heatmap"
9080   output-file-type: ".html"
9081   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9082   data: "plot-vpp-nfv-2n-skx-mrr"
9083   filter: "'NIC_Intel-XXV710' and
9084            'NF_DENSITY' and
9085            'DOCKER' and
9086            'PIPELINE' and
9087            'NF_VPPIP4' and
9088            'IMIX' and
9089            '2T1C' and
9090            'MRR'"
9091   parameters:
9092   - "result"
9093   - "name"
9094   - "tags"
9095   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9096   x-axis: "X = CNFs per Service Pipeline"
9097   y-axis: "Y = Number of Service Pipelines"
9098   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9099   layout:
9100     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9101     layout: "plot-service-density"
9102
9103 - type: "plot"
9104   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9105   algorithm: "plot_nf_heatmap"
9106   output-file-type: ".html"
9107   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9108   data: "plot-vpp-nfv-2n-skx-mrr"
9109   filter: "'NIC_Intel-XXV710' and
9110            'NF_DENSITY' and
9111            'DOCKER' and
9112            'PIPELINE' and
9113            'NF_VPPIP4' and
9114            'IMIX' and
9115            '4T2C' and
9116            'MRR'"
9117   parameters:
9118   - "result"
9119   - "name"
9120   - "tags"
9121   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9122   x-axis: "X = CNFs per Service Pipeline"
9123   y-axis: "Y = Number of Service Pipelines"
9124   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9125   layout:
9126     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9127     layout: "plot-service-density"
9128
9129 - type: "plot"
9130   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9131   algorithm: "plot_nf_heatmap"
9132   output-file-type: ".html"
9133   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9134   data: "plot-vpp-nfv-2n-skx-mrr"
9135   filter: "'NIC_Intel-XXV710' and
9136            'NF_DENSITY' and
9137            'DOCKER' and
9138            'PIPELINE' and
9139            'NF_VPPIP4' and
9140            'IMIX' and
9141            '8T4C' and
9142            'MRR'"
9143   parameters:
9144   - "result"
9145   - "name"
9146   - "tags"
9147   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9148   x-axis: "X = CNFs per Service Pipeline"
9149   y-axis: "Y = Number of Service Pipelines"
9150   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9151   layout:
9152     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9153     layout: "plot-service-density"
9154
9155 # Plots - NF Density - CSP - NDR IMIX
9156 - type: "plot"
9157   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9158   algorithm: "plot_nf_heatmap"
9159   output-file-type: ".html"
9160   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9161   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9162   filter: "'NIC_Intel-XXV710' and
9163            'NF_DENSITY' and
9164            'DOCKER' and
9165            'PIPELINE' and
9166            'NF_VPPIP4' and
9167            'IMIX' and
9168            '2T1C' and
9169            'NDRPDR'"
9170   parameters:
9171   - "throughput"
9172   - "name"
9173   - "tags"
9174   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9175   x-axis: "X = CNFs per Service Pipeline"
9176   y-axis: "Y = Number of Service Pipelines"
9177   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9178   layout:
9179     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9180     layout: "plot-service-density"
9181
9182 - type: "plot"
9183   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9184   algorithm: "plot_nf_heatmap"
9185   output-file-type: ".html"
9186   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9187   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9188   filter: "'NIC_Intel-XXV710' and
9189            'NF_DENSITY' and
9190            'DOCKER' and
9191            'PIPELINE' and
9192            'NF_VPPIP4' and
9193            'IMIX' and
9194            '4T2C' and
9195            'NDRPDR'"
9196   parameters:
9197   - "throughput"
9198   - "name"
9199   - "tags"
9200   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9201   x-axis: "X = CNFs per Service Pipeline"
9202   y-axis: "Y = Number of Service Pipelines"
9203   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9204   layout:
9205     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9206     layout: "plot-service-density"
9207
9208 - type: "plot"
9209   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9210   algorithm: "plot_nf_heatmap"
9211   output-file-type: ".html"
9212   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9213   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9214   filter: "'NIC_Intel-XXV710' and
9215            'NF_DENSITY' and
9216            'DOCKER' and
9217            'PIPELINE' and
9218            'NF_VPPIP4' and
9219            'IMIX' and
9220            '8T4C' and
9221            'NDRPDR'"
9222   parameters:
9223   - "throughput"
9224   - "name"
9225   - "tags"
9226   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9227   x-axis: "X = CNFs per Service Pipeline"
9228   y-axis: "Y = Number of Service Pipelines"
9229   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9230   layout:
9231     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9232     layout: "plot-service-density"
9233
9234 # Plots - NF Density - CSP - PDR IMIX
9235 - type: "plot"
9236   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9237   algorithm: "plot_nf_heatmap"
9238   output-file-type: ".html"
9239   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9240   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9241   filter: "'NIC_Intel-XXV710' and
9242            'NF_DENSITY' and
9243            'DOCKER' and
9244            'PIPELINE' and
9245            'NF_VPPIP4' and
9246            'IMIX' and
9247            '2T1C' and
9248            'NDRPDR'"
9249   parameters:
9250   - "throughput"
9251   - "name"
9252   - "tags"
9253   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9254   x-axis: "X = CNFs per Service Pipeline"
9255   y-axis: "Y = Number of Service Pipelines"
9256   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9257   layout:
9258     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9259     layout: "plot-service-density"
9260
9261 - type: "plot"
9262   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9263   algorithm: "plot_nf_heatmap"
9264   output-file-type: ".html"
9265   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9266   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9267   filter: "'NIC_Intel-XXV710' and
9268            'NF_DENSITY' and
9269            'DOCKER' and
9270            'PIPELINE' and
9271            'NF_VPPIP4' and
9272            'IMIX' and
9273            '4T2C' and
9274            'NDRPDR'"
9275   parameters:
9276   - "throughput"
9277   - "name"
9278   - "tags"
9279   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9280   x-axis: "X = CNFs per Service Pipeline"
9281   y-axis: "Y = Number of Service Pipelines"
9282   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9283   layout:
9284     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9285     layout: "plot-service-density"
9286
9287 - type: "plot"
9288   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9289   algorithm: "plot_nf_heatmap"
9290   output-file-type: ".html"
9291   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9292   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9293   filter: "'NIC_Intel-XXV710' and
9294            'NF_DENSITY' and
9295            'DOCKER' and
9296            'PIPELINE' and
9297            'NF_VPPIP4' and
9298            'IMIX' and
9299            '8T4C' and
9300            'NDRPDR'"
9301   parameters:
9302   - "throughput"
9303   - "name"
9304   - "tags"
9305   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9306   x-axis: "X = CNFs per Service Pipeline"
9307   y-axis: "Y = Number of Service Pipelines"
9308   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9309   layout:
9310     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9311     layout: "plot-service-density"
9312
9313 ###############################################################################
9314 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9315
9316 - type: "plot"
9317   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9318   algorithm: "plot_nf_heatmap"
9319   output-file-type: ".html"
9320   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9321   data: "plot-vpp-nfv-2n-clx-mrr"
9322   filter: "'NIC_Intel-XXV710' and
9323            'NF_DENSITY' and
9324            'VHOST' and
9325            not 'VXLAN' and
9326            'CHAIN' and
9327            'NF_VPPIP4' and
9328            'IMIX' and
9329            '2T1C' and
9330            'MRR'"
9331   parameters:
9332   - "result"
9333   - "name"
9334   - "tags"
9335   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9336   x-axis: "X = VNFs per Service Chain"
9337   y-axis: "Y = Number of Service Chains"
9338   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9339   layout:
9340     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9341     layout: "plot-service-density"
9342
9343 - type: "plot"
9344   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9345   algorithm: "plot_nf_heatmap"
9346   output-file-type: ".html"
9347   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9348   data: "plot-vpp-nfv-2n-clx-mrr"
9349   filter: "'NIC_Intel-XXV710' and
9350            'NF_DENSITY' and
9351            'VHOST' and
9352            not 'VXLAN' and
9353            'CHAIN' and
9354            'NF_VPPIP4' and
9355            'IMIX' and
9356            '4T2C' and
9357            'MRR'"
9358   parameters:
9359   - "result"
9360   - "name"
9361   - "tags"
9362   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9363   x-axis: "X = VNFs per Service Chain"
9364   y-axis: "Y = Number of Service Chains"
9365   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9366   layout:
9367     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9368     layout: "plot-service-density"
9369
9370 - type: "plot"
9371   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9372   algorithm: "plot_nf_heatmap"
9373   output-file-type: ".html"
9374   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9375   data: "plot-vpp-nfv-2n-clx-mrr"
9376   filter: "'NIC_Intel-XXV710' and
9377            'NF_DENSITY' and
9378            'VHOST' and
9379            not 'VXLAN' and
9380            'CHAIN' and
9381            'NF_VPPIP4' and
9382            'IMIX' and
9383            '8T4C' and
9384            'MRR'"
9385   parameters:
9386   - "result"
9387   - "name"
9388   - "tags"
9389   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9390   x-axis: "X = VNFs per Service Chain"
9391   y-axis: "Y = Number of Service Chains"
9392   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9393   layout:
9394     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9395     layout: "plot-service-density"
9396
9397 # Plots - NF Density - VSC - NDR IMIX
9398 - type: "plot"
9399   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9400   algorithm: "plot_nf_heatmap"
9401   output-file-type: ".html"
9402   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9403   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9404   filter: "'NIC_Intel-XXV710' and
9405            'NF_DENSITY' and
9406            'VHOST' and
9407            not 'VXLAN' and
9408            'CHAIN' and
9409            'NF_VPPIP4' and
9410            'IMIX' and
9411            '2T1C' and
9412            'NDRPDR'"
9413   parameters:
9414   - "throughput"
9415   - "name"
9416   - "tags"
9417   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9418   x-axis: "X = VNFs per Service Chain"
9419   y-axis: "Y = Number of Service Chains"
9420   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9421   layout:
9422     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9423     layout: "plot-service-density"
9424
9425 - type: "plot"
9426   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9427   algorithm: "plot_nf_heatmap"
9428   output-file-type: ".html"
9429   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9430   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9431   filter: "'NIC_Intel-XXV710' and
9432            'NF_DENSITY' and
9433            'VHOST' and
9434            not 'VXLAN' and
9435            'CHAIN' and
9436            'NF_VPPIP4' and
9437            'IMIX' and
9438            '4T2C' and
9439            'NDRPDR'"
9440   parameters:
9441   - "throughput"
9442   - "name"
9443   - "tags"
9444   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9445   x-axis: "X = VNFs per Service Chain"
9446   y-axis: "Y = Number of Service Chains"
9447   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9448   layout:
9449     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9450     layout: "plot-service-density"
9451
9452 - type: "plot"
9453   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9454   algorithm: "plot_nf_heatmap"
9455   output-file-type: ".html"
9456   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9457   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9458   filter: "'NIC_Intel-XXV710' and
9459            'NF_DENSITY' and
9460            'VHOST' and
9461            not 'VXLAN' and
9462            'CHAIN' and
9463            'NF_VPPIP4' and
9464            'IMIX' and
9465            '8T4C' and
9466            'NDRPDR'"
9467   parameters:
9468   - "throughput"
9469   - "name"
9470   - "tags"
9471   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9472   x-axis: "X = VNFs per Service Chain"
9473   y-axis: "Y = Number of Service Chains"
9474   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9475   layout:
9476     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9477     layout: "plot-service-density"
9478
9479 # Plots - NF Density - VSC - PDR IMIX
9480 - type: "plot"
9481   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9482   algorithm: "plot_nf_heatmap"
9483   output-file-type: ".html"
9484   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9485   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9486   filter: "'NIC_Intel-XXV710' and
9487            'NF_DENSITY' and
9488            'VHOST' and
9489            not 'VXLAN' and
9490            'CHAIN' and
9491            'NF_VPPIP4' and
9492            'IMIX' and
9493            '2T1C' and
9494            'NDRPDR'"
9495   parameters:
9496   - "throughput"
9497   - "name"
9498   - "tags"
9499   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9500   x-axis: "X = VNFs per Service Chain"
9501   y-axis: "Y = Number of Service Chains"
9502   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9503   layout:
9504     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9505     layout: "plot-service-density"
9506
9507 - type: "plot"
9508   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9509   algorithm: "plot_nf_heatmap"
9510   output-file-type: ".html"
9511   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9512   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9513   filter: "'NIC_Intel-XXV710' and
9514            'NF_DENSITY' and
9515            'VHOST' and
9516            not 'VXLAN' and
9517            'CHAIN' and
9518            'NF_VPPIP4' and
9519            'IMIX' and
9520            '4T2C' and
9521            'NDRPDR'"
9522   parameters:
9523   - "throughput"
9524   - "name"
9525   - "tags"
9526   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9527   x-axis: "X = VNFs per Service Chain"
9528   y-axis: "Y = Number of Service Chains"
9529   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9530   layout:
9531     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9532     layout: "plot-service-density"
9533
9534 - type: "plot"
9535   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9536   algorithm: "plot_nf_heatmap"
9537   output-file-type: ".html"
9538   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9539   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9540   filter: "'NIC_Intel-XXV710' and
9541            'NF_DENSITY' and
9542            'VHOST' and
9543            not 'VXLAN' and
9544            'CHAIN' and
9545            'NF_VPPIP4' and
9546            'IMIX' and
9547            '8T4C' and
9548            'NDRPDR'"
9549   parameters:
9550   - "throughput"
9551   - "name"
9552   - "tags"
9553   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9554   x-axis: "X = VNFs per Service Chain"
9555   y-axis: "Y = Number of Service Chains"
9556   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9557   layout:
9558     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9559     layout: "plot-service-density"
9560
9561 # Plots - NF Density - VSC - MRR IMIX
9562 - type: "plot"
9563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9564   algorithm: "plot_nf_heatmap"
9565   output-file-type: ".html"
9566   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9567   data: "plot-vpp-nfv-2n-clx-mrr"
9568   filter: "'NIC_Intel-XXV710' and
9569            'NF_DENSITY' and
9570            'VHOST' and
9571            'VXLAN' and
9572            'CHAIN' and
9573            'IMIX' and
9574            '2T1C' and
9575            'MRR'"
9576   parameters:
9577   - "result"
9578   - "name"
9579   - "tags"
9580   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9581   x-axis: "X = VNFs per Service Chain"
9582   y-axis: "Y = Number of Service Chains"
9583   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9584   layout:
9585     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9586     layout: "plot-service-density"
9587
9588 - type: "plot"
9589   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9590   algorithm: "plot_nf_heatmap"
9591   output-file-type: ".html"
9592   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9593   data: "plot-vpp-nfv-2n-clx-mrr"
9594   filter: "'NIC_Intel-XXV710' and
9595            'NF_DENSITY' and
9596            'VHOST' and
9597            'VXLAN' and
9598            'CHAIN' and
9599            'IMIX' and
9600            '4T2C' and
9601            'MRR'"
9602   parameters:
9603   - "result"
9604   - "name"
9605   - "tags"
9606   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9607   x-axis: "X = VNFs per Service Chain"
9608   y-axis: "Y = Number of Service Chains"
9609   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9610   layout:
9611     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9612     layout: "plot-service-density"
9613
9614 - type: "plot"
9615   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9616   algorithm: "plot_nf_heatmap"
9617   output-file-type: ".html"
9618   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9619   data: "plot-vpp-nfv-2n-clx-mrr"
9620   filter: "'NIC_Intel-XXV710' and
9621            'NF_DENSITY' and
9622            'VHOST' and
9623            'VXLAN' and
9624            'CHAIN' and
9625            'IMIX' and
9626            '8T4C' and
9627            'MRR'"
9628   parameters:
9629   - "result"
9630   - "name"
9631   - "tags"
9632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9633   x-axis: "X = VNFs per Service Chain"
9634   y-axis: "Y = Number of Service Chains"
9635   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9636   layout:
9637     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9638     layout: "plot-service-density"
9639
9640 # Plots - NF Density - VSC - NDR IMIX
9641 - type: "plot"
9642   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9643   algorithm: "plot_nf_heatmap"
9644   output-file-type: ".html"
9645   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9646   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9647   filter: "'NIC_Intel-XXV710' and
9648            'NF_DENSITY' and
9649            'VHOST' and
9650            'VXLAN' and
9651            'CHAIN' and
9652            'IMIX' and
9653            '2T1C' and
9654            'NDRPDR'"
9655   parameters:
9656   - "throughput"
9657   - "name"
9658   - "tags"
9659   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9660   x-axis: "X = VNFs per Service Chain"
9661   y-axis: "Y = Number of Service Chains"
9662   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9663   layout:
9664     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9665     layout: "plot-service-density"
9666
9667 - type: "plot"
9668   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9669   algorithm: "plot_nf_heatmap"
9670   output-file-type: ".html"
9671   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9672   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9673   filter: "'NIC_Intel-XXV710' and
9674            'NF_DENSITY' and
9675            'VHOST' and
9676            'VXLAN' and
9677            'CHAIN' and
9678            'IMIX' and
9679            '4T2C' and
9680            'NDRPDR'"
9681   parameters:
9682   - "throughput"
9683   - "name"
9684   - "tags"
9685   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9686   x-axis: "X = VNFs per Service Chain"
9687   y-axis: "Y = Number of Service Chains"
9688   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9689   layout:
9690     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9691     layout: "plot-service-density"
9692
9693 - type: "plot"
9694   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9695   algorithm: "plot_nf_heatmap"
9696   output-file-type: ".html"
9697   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9698   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9699   filter: "'NIC_Intel-XXV710' and
9700            'NF_DENSITY' and
9701            'VHOST' and
9702            'VXLAN' and
9703            'CHAIN' and
9704            'IMIX' and
9705            '8T4C' and
9706            'NDRPDR'"
9707   parameters:
9708   - "throughput"
9709   - "name"
9710   - "tags"
9711   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9712   x-axis: "X = VNFs per Service Chain"
9713   y-axis: "Y = Number of Service Chains"
9714   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9715   layout:
9716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9717     layout: "plot-service-density"
9718
9719 # Plots - NF Density - VSC - PDR IMIX
9720 - type: "plot"
9721   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9722   algorithm: "plot_nf_heatmap"
9723   output-file-type: ".html"
9724   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9725   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9726   filter: "'NIC_Intel-XXV710' and
9727            'NF_DENSITY' and
9728            'VHOST' and
9729            'VXLAN' and
9730            'CHAIN' and
9731            'IMIX' and
9732            '2T1C' and
9733            'NDRPDR'"
9734   parameters:
9735   - "throughput"
9736   - "name"
9737   - "tags"
9738   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9739   x-axis: "X = VNFs per Service Chain"
9740   y-axis: "Y = Number of Service Chains"
9741   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9742   layout:
9743     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9744     layout: "plot-service-density"
9745
9746 - type: "plot"
9747   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9748   algorithm: "plot_nf_heatmap"
9749   output-file-type: ".html"
9750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9751   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9752   filter: "'NIC_Intel-XXV710' and
9753            'NF_DENSITY' and
9754            'VHOST' and
9755            'VXLAN' and
9756            'CHAIN' and
9757            'IMIX' and
9758            '4T2C' and
9759            'NDRPDR'"
9760   parameters:
9761   - "throughput"
9762   - "name"
9763   - "tags"
9764   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9765   x-axis: "X = VNFs per Service Chain"
9766   y-axis: "Y = Number of Service Chains"
9767   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9768   layout:
9769     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9770     layout: "plot-service-density"
9771
9772 - type: "plot"
9773   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9774   algorithm: "plot_nf_heatmap"
9775   output-file-type: ".html"
9776   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9777   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9778   filter: "'NIC_Intel-XXV710' and
9779            'NF_DENSITY' and
9780            'VHOST' and
9781            'VXLAN' and
9782            'CHAIN' and
9783            'IMIX' and
9784            '8T4C' and
9785            'NDRPDR'"
9786   parameters:
9787   - "throughput"
9788   - "name"
9789   - "tags"
9790   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9791   x-axis: "X = VNFs per Service Chain"
9792   y-axis: "Y = Number of Service Chains"
9793   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9794   layout:
9795     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9796     layout: "plot-service-density"
9797
9798 # Plots - NF Density - CSC - MRR IMIX
9799 - type: "plot"
9800   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9801   algorithm: "plot_nf_heatmap"
9802   output-file-type: ".html"
9803   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
9804   data: "plot-vpp-nfv-2n-clx-mrr"
9805   filter: "'NIC_Intel-XXV710' and
9806            'NF_DENSITY' and
9807            'DOCKER' and
9808            'CHAIN' and
9809            'NF_VPPIP4' and
9810            'IMIX' and
9811            '2T1C' and
9812            'MRR'"
9813   parameters:
9814   - "result"
9815   - "name"
9816   - "tags"
9817   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9818   x-axis: "X = CNFs per Service Chain"
9819   y-axis: "Y = Number of Service Chains"
9820   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9821   layout:
9822     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9823     layout: "plot-service-density"
9824
9825 - type: "plot"
9826   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9827   algorithm: "plot_nf_heatmap"
9828   output-file-type: ".html"
9829   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
9830   data: "plot-vpp-nfv-2n-clx-mrr"
9831   filter: "'NIC_Intel-XXV710' and
9832            'NF_DENSITY' and
9833            'DOCKER' and
9834            'CHAIN' and
9835            'NF_VPPIP4' and
9836            'IMIX' and
9837            '4T2C' and
9838            'MRR'"
9839   parameters:
9840   - "result"
9841   - "name"
9842   - "tags"
9843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9844   x-axis: "X = CNFs per Service Chain"
9845   y-axis: "Y = Number of Service Chains"
9846   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9847   layout:
9848     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9849     layout: "plot-service-density"
9850
9851 - type: "plot"
9852   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9853   algorithm: "plot_nf_heatmap"
9854   output-file-type: ".html"
9855   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
9856   data: "plot-vpp-nfv-2n-clx-mrr"
9857   filter: "'NIC_Intel-XXV710' and
9858            'NF_DENSITY' and
9859            'DOCKER' and
9860            'CHAIN' and
9861            'NF_VPPIP4' and
9862            'IMIX' and
9863            '8T4C' and
9864            'MRR'"
9865   parameters:
9866   - "result"
9867   - "name"
9868   - "tags"
9869   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9870   x-axis: "X = CNFs per Service Chain"
9871   y-axis: "Y = Number of Service Chains"
9872   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9873   layout:
9874     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9875     layout: "plot-service-density"
9876
9877 # Plots - NF Density - CSC - NDR IMIX
9878 - type: "plot"
9879   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9880   algorithm: "plot_nf_heatmap"
9881   output-file-type: ".html"
9882   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
9883   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9884   filter: "'NIC_Intel-XXV710' and
9885            'NF_DENSITY' and
9886            'DOCKER' and
9887            'CHAIN' and
9888            'NF_VPPIP4' and
9889            'IMIX' and
9890            '2T1C' and
9891            'NDRPDR'"
9892   parameters:
9893   - "throughput"
9894   - "name"
9895   - "tags"
9896   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9897   x-axis: "X = CNFs per Service Chain"
9898   y-axis: "Y = Number of Service Chains"
9899   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9900   layout:
9901     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9902     layout: "plot-service-density"
9903
9904 - type: "plot"
9905   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9906   algorithm: "plot_nf_heatmap"
9907   output-file-type: ".html"
9908   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
9909   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9910   filter: "'NIC_Intel-XXV710' and
9911            'NF_DENSITY' and
9912            'DOCKER' and
9913            'CHAIN' and
9914            'NF_VPPIP4' and
9915            'IMIX' and
9916            '4T2C' and
9917            'NDRPDR'"
9918   parameters:
9919   - "throughput"
9920   - "name"
9921   - "tags"
9922   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9923   x-axis: "X = CNFs per Service Chain"
9924   y-axis: "Y = Number of Service Chains"
9925   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9926   layout:
9927     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9928     layout: "plot-service-density"
9929
9930 - type: "plot"
9931   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9932   algorithm: "plot_nf_heatmap"
9933   output-file-type: ".html"
9934   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
9935   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9936   filter: "'NIC_Intel-XXV710' and
9937            'NF_DENSITY' and
9938            'DOCKER' and
9939            'CHAIN' and
9940            'NF_VPPIP4' and
9941            'IMIX' and
9942            '8T4C' and
9943            'NDRPDR'"
9944   parameters:
9945   - "throughput"
9946   - "name"
9947   - "tags"
9948   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9949   x-axis: "X = CNFs per Service Chain"
9950   y-axis: "Y = Number of Service Chains"
9951   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9952   layout:
9953     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9954     layout: "plot-service-density"
9955
9956 # Plots - NF Density - CSC - PDR IMIX
9957 - type: "plot"
9958   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9959   algorithm: "plot_nf_heatmap"
9960   output-file-type: ".html"
9961   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
9962   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9963   filter: "'NIC_Intel-XXV710' and
9964            'NF_DENSITY' and
9965            'DOCKER' and
9966            'CHAIN' and
9967            'NF_VPPIP4' and
9968            'IMIX' and
9969            '2T1C' and
9970            'NDRPDR'"
9971   parameters:
9972   - "throughput"
9973   - "name"
9974   - "tags"
9975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9976   x-axis: "X = CNFs per Service Chain"
9977   y-axis: "Y = Number of Service Chains"
9978   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9979   layout:
9980     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9981     layout: "plot-service-density"
9982
9983 - type: "plot"
9984   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9985   algorithm: "plot_nf_heatmap"
9986   output-file-type: ".html"
9987   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
9988   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9989   filter: "'NIC_Intel-XXV710' and
9990            'NF_DENSITY' and
9991            'DOCKER' and
9992            'CHAIN' and
9993            'NF_VPPIP4' and
9994            'IMIX' and
9995            '4T2C' and
9996            'NDRPDR'"
9997   parameters:
9998   - "throughput"
9999   - "name"
10000   - "tags"
10001   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10002   x-axis: "X = CNFs per Service Chain"
10003   y-axis: "Y = Number of Service Chains"
10004   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10005   layout:
10006     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10007     layout: "plot-service-density"
10008
10009 - type: "plot"
10010   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10011   algorithm: "plot_nf_heatmap"
10012   output-file-type: ".html"
10013   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10014   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10015   filter: "'NIC_Intel-XXV710' and
10016            'NF_DENSITY' and
10017            'DOCKER' and
10018            'CHAIN' and
10019            'NF_VPPIP4' and
10020            'IMIX' and
10021            '8T4C' and
10022            'NDRPDR'"
10023   parameters:
10024   - "throughput"
10025   - "name"
10026   - "tags"
10027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10028   x-axis: "X = CNFs per Service Chain"
10029   y-axis: "Y = Number of Service Chains"
10030   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10031   layout:
10032     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10033     layout: "plot-service-density"
10034
10035 # Plots - NF Density - CSP - MRR IMIX
10036 - type: "plot"
10037   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10038   algorithm: "plot_nf_heatmap"
10039   output-file-type: ".html"
10040   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10041   data: "plot-vpp-nfv-2n-clx-mrr"
10042   filter: "'NIC_Intel-XXV710' and
10043            'NF_DENSITY' and
10044            'DOCKER' and
10045            'PIPELINE' and
10046            'NF_VPPIP4' and
10047            'IMIX' and
10048            '2T1C' and
10049            'MRR'"
10050   parameters:
10051   - "result"
10052   - "name"
10053   - "tags"
10054   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10055   x-axis: "X = CNFs per Service Pipeline"
10056   y-axis: "Y = Number of Service Pipelines"
10057   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10058   layout:
10059     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10060     layout: "plot-service-density"
10061
10062 - type: "plot"
10063   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10064   algorithm: "plot_nf_heatmap"
10065   output-file-type: ".html"
10066   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10067   data: "plot-vpp-nfv-2n-clx-mrr"
10068   filter: "'NIC_Intel-XXV710' and
10069            'NF_DENSITY' and
10070            'DOCKER' and
10071            'PIPELINE' and
10072            'NF_VPPIP4' and
10073            'IMIX' and
10074            '4T2C' and
10075            'MRR'"
10076   parameters:
10077   - "result"
10078   - "name"
10079   - "tags"
10080   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10081   x-axis: "X = CNFs per Service Pipeline"
10082   y-axis: "Y = Number of Service Pipelines"
10083   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10084   layout:
10085     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10086     layout: "plot-service-density"
10087
10088 - type: "plot"
10089   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10090   algorithm: "plot_nf_heatmap"
10091   output-file-type: ".html"
10092   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10093   data: "plot-vpp-nfv-2n-clx-mrr"
10094   filter: "'NIC_Intel-XXV710' and
10095            'NF_DENSITY' and
10096            'DOCKER' and
10097            'PIPELINE' and
10098            'NF_VPPIP4' and
10099            'IMIX' and
10100            '8T4C' and
10101            'MRR'"
10102   parameters:
10103   - "result"
10104   - "name"
10105   - "tags"
10106   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10107   x-axis: "X = CNFs per Service Pipeline"
10108   y-axis: "Y = Number of Service Pipelines"
10109   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10110   layout:
10111     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10112     layout: "plot-service-density"
10113
10114 # Plots - NF Density - CSP - NDR IMIX
10115 - type: "plot"
10116   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10117   algorithm: "plot_nf_heatmap"
10118   output-file-type: ".html"
10119   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10120   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10121   filter: "'NIC_Intel-XXV710' and
10122            'NF_DENSITY' and
10123            'DOCKER' and
10124            'PIPELINE' and
10125            'NF_VPPIP4' and
10126            'IMIX' and
10127            '2T1C' and
10128            'NDRPDR'"
10129   parameters:
10130   - "throughput"
10131   - "name"
10132   - "tags"
10133   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10134   x-axis: "X = CNFs per Service Pipeline"
10135   y-axis: "Y = Number of Service Pipelines"
10136   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10137   layout:
10138     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10139     layout: "plot-service-density"
10140
10141 - type: "plot"
10142   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10143   algorithm: "plot_nf_heatmap"
10144   output-file-type: ".html"
10145   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10146   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10147   filter: "'NIC_Intel-XXV710' and
10148            'NF_DENSITY' and
10149            'DOCKER' and
10150            'PIPELINE' and
10151            'NF_VPPIP4' and
10152            'IMIX' and
10153            '4T2C' and
10154            'NDRPDR'"
10155   parameters:
10156   - "throughput"
10157   - "name"
10158   - "tags"
10159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10160   x-axis: "X = CNFs per Service Pipeline"
10161   y-axis: "Y = Number of Service Pipelines"
10162   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10163   layout:
10164     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10165     layout: "plot-service-density"
10166
10167 - type: "plot"
10168   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10169   algorithm: "plot_nf_heatmap"
10170   output-file-type: ".html"
10171   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10172   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10173   filter: "'NIC_Intel-XXV710' and
10174            'NF_DENSITY' and
10175            'DOCKER' and
10176            'PIPELINE' and
10177            'NF_VPPIP4' and
10178            'IMIX' and
10179            '8T4C' and
10180            'NDRPDR'"
10181   parameters:
10182   - "throughput"
10183   - "name"
10184   - "tags"
10185   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10186   x-axis: "X = CNFs per Service Pipeline"
10187   y-axis: "Y = Number of Service Pipelines"
10188   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10189   layout:
10190     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10191     layout: "plot-service-density"
10192
10193 # Plots - NF Density - CSP - PDR IMIX
10194 - type: "plot"
10195   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10196   algorithm: "plot_nf_heatmap"
10197   output-file-type: ".html"
10198   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10199   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10200   filter: "'NIC_Intel-XXV710' and
10201            'NF_DENSITY' and
10202            'DOCKER' and
10203            'PIPELINE' and
10204            'NF_VPPIP4' and
10205            'IMIX' and
10206            '2T1C' and
10207            'NDRPDR'"
10208   parameters:
10209   - "throughput"
10210   - "name"
10211   - "tags"
10212   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10213   x-axis: "X = CNFs per Service Pipeline"
10214   y-axis: "Y = Number of Service Pipelines"
10215   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10216   layout:
10217     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10218     layout: "plot-service-density"
10219
10220 - type: "plot"
10221   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10222   algorithm: "plot_nf_heatmap"
10223   output-file-type: ".html"
10224   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10225   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10226   filter: "'NIC_Intel-XXV710' and
10227            'NF_DENSITY' and
10228            'DOCKER' and
10229            'PIPELINE' and
10230            'NF_VPPIP4' and
10231            'IMIX' and
10232            '4T2C' and
10233            'NDRPDR'"
10234   parameters:
10235   - "throughput"
10236   - "name"
10237   - "tags"
10238   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10239   x-axis: "X = CNFs per Service Pipeline"
10240   y-axis: "Y = Number of Service Pipelines"
10241   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10242   layout:
10243     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10244     layout: "plot-service-density"
10245
10246 - type: "plot"
10247   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10248   algorithm: "plot_nf_heatmap"
10249   output-file-type: ".html"
10250   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10251   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10252   filter: "'NIC_Intel-XXV710' and
10253            'NF_DENSITY' and
10254            'DOCKER' and
10255            'PIPELINE' and
10256            'NF_VPPIP4' and
10257            'IMIX' and
10258            '8T4C' and
10259            'NDRPDR'"
10260   parameters:
10261   - "throughput"
10262   - "name"
10263   - "tags"
10264   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10265   x-axis: "X = CNFs per Service Pipeline"
10266   y-axis: "Y = Number of Service Pipelines"
10267   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10268   layout:
10269     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10270     layout: "plot-service-density"
10271
10272 ################################################################################
10273
10274 # Packet Throughput
10275
10276 - type: "plot"
10277   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10278   algorithm: "plot_perf_box_name"
10279   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10280   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10281   include:
10282     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10283     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10284     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10285     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10286   layout:
10287     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10288     layout: "plot-throughput"
10289
10290 - type: "plot"
10291   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10292   algorithm: "plot_perf_box_name"
10293   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10294   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10295   include:
10296     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10297     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10298     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10299     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10300   layout:
10301     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10302     layout: "plot-throughput"
10303
10304 - type: "plot"
10305   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10306   algorithm: "plot_perf_box_name"
10307   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10308   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10309   include:
10310     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10311     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10312     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10313     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10314   layout:
10315     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10316     layout: "plot-throughput"
10317
10318 - type: "plot"
10319   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10320   algorithm: "plot_perf_box_name"
10321   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10323   include:
10324     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10325     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10326     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10327     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10328   layout:
10329     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10330     layout: "plot-throughput"
10331
10332 - type: "plot"
10333   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10334   algorithm: "plot_perf_box_name"
10335   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10337   include:
10338     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10339     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10340     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10341     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10342     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10343   layout:
10344     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10345     layout: "plot-throughput"
10346
10347 - type: "plot"
10348   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10349   algorithm: "plot_perf_box_name"
10350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10352   include:
10353     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10354     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10355     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10356     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10357     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10358   layout:
10359     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10360     layout: "plot-throughput"
10361
10362 - type: "plot"
10363   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10364   algorithm: "plot_perf_box_name"
10365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10367   include:
10368     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10369     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10370     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10371     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10372     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10373   layout:
10374     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10375     layout: "plot-throughput"
10376
10377 - type: "plot"
10378   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10379   algorithm: "plot_perf_box_name"
10380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10382   include:
10383     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10384     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10385     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10386     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10387     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10388   layout:
10389     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10390     layout: "plot-throughput"
10391
10392 - type: "plot"
10393   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10394   algorithm: "plot_perf_box_name"
10395   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10396   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10397   include:
10398     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10399     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10400     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10401     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10402     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10403   layout:
10404     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10405     layout: "plot-throughput"
10406
10407 - type: "plot"
10408   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10409   algorithm: "plot_perf_box_name"
10410   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10411   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10412   include:
10413     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10414     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10415     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10416     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10417     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10418   layout:
10419     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10420     layout: "plot-throughput"
10421
10422 - type: "plot"
10423   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10424   algorithm: "plot_perf_box_name"
10425   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10426   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10427   include:
10428     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10432     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10433     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10434   layout:
10435     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10436     layout: "plot-throughput"
10437
10438 - type: "plot"
10439   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10440   algorithm: "plot_perf_box_name"
10441   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10443   include:
10444     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10445     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10446     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10447     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10448     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10449     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10450   layout:
10451     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10452     layout: "plot-throughput"
10453
10454 - type: "plot"
10455   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10456   algorithm: "plot_perf_box_name"
10457   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10459   include:
10460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10465   layout:
10466     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10467     layout: "plot-throughput"
10468
10469 - type: "plot"
10470   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10471   algorithm: "plot_perf_box_name"
10472   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10473   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10474   include:
10475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10480   layout:
10481     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10482     layout: "plot-throughput"
10483
10484 - type: "plot"
10485   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10486   algorithm: "plot_perf_box_name"
10487   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10488   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10489   include:
10490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10493   layout:
10494     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10495     layout: "plot-throughput"
10496
10497 - type: "plot"
10498   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10499   algorithm: "plot_perf_box_name"
10500   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10501   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10502   include:
10503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10506   layout:
10507     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10508     layout: "plot-throughput"
10509
10510 - type: "plot"
10511   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10512   algorithm: "plot_perf_box_name"
10513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10515   include:
10516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10521   layout:
10522     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10523     layout: "plot-throughput"
10524
10525 - type: "plot"
10526   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10527   algorithm: "plot_perf_box_name"
10528   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10529   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10530   include:
10531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10536   layout:
10537     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10538     layout: "plot-throughput"
10539
10540 - type: "plot"
10541   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10542   algorithm: "plot_perf_box_name"
10543   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10544   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10545   include:
10546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10549   layout:
10550     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10551     layout: "plot-throughput"
10552
10553 - type: "plot"
10554   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10555   algorithm: "plot_perf_box_name"
10556   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10557   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10558   include:
10559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10562   layout:
10563     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10564     layout: "plot-throughput"
10565
10566 - type: "plot"
10567   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10568   algorithm: "plot_perf_box_name"
10569   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10570   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10571   include:
10572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
10577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
10578   layout:
10579     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10580     layout: "plot-throughput"
10581
10582 - type: "plot"
10583   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10584   algorithm: "plot_perf_box_name"
10585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10587   include:
10588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
10593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
10594   layout:
10595     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10596     layout: "plot-throughput"
10597
10598 - type: "plot"
10599   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10600   algorithm: "plot_perf_box_name"
10601   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10603   include:
10604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
10610   layout:
10611     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10612     layout: "plot-throughput"
10613
10614 - type: "plot"
10615   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10616   algorithm: "plot_perf_box_name"
10617   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10618   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10619   include:
10620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
10626   layout:
10627     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10628     layout: "plot-throughput"
10629
10630 - type: "plot"
10631   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10632   algorithm: "plot_perf_box_name"
10633   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10634   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10635   include:
10636     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10637     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10638     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10639   layout:
10640     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10641     layout: "plot-throughput"
10642
10643 - type: "plot"
10644   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10645   algorithm: "plot_perf_box_name"
10646   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10647   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10648   include:
10649     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10650     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10651     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10652   layout:
10653     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10654     layout: "plot-throughput"
10655
10656 - type: "plot"
10657   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10658   algorithm: "plot_perf_box_name"
10659   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10661   include:
10662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10664 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10665 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10666 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10667   layout:
10668     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10669     layout: "plot-throughput"
10670
10671 - type: "plot"
10672   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10673   algorithm: "plot_perf_box_name"
10674   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10676   include:
10677     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10678     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10679 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10680 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10681 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10682   layout:
10683     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10684     layout: "plot-throughput"
10685
10686 - type: "plot"
10687   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10688   algorithm: "plot_perf_box_name"
10689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10691   include:
10692     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10693     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10694     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10695     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10696     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10697   layout:
10698     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10699     layout: "plot-throughput"
10700
10701 - type: "plot"
10702   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10703   algorithm: "plot_perf_box_name"
10704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10706   include:
10707     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10708     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10709     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10710     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10711     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10712   layout:
10713     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10714     layout: "plot-throughput"
10715
10716 - type: "plot"
10717   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10718   algorithm: "plot_perf_box_name"
10719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10721   include:
10722     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10723     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10724     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10725     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10726     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10727   layout:
10728     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10729     layout: "plot-throughput"
10730
10731 - type: "plot"
10732   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10733   algorithm: "plot_perf_box_name"
10734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10736   include:
10737     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10738     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10739     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10740     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10741     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10742   layout:
10743     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10744     layout: "plot-throughput"
10745
10746 - type: "plot"
10747   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10748   algorithm: "plot_perf_box_name"
10749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10751   include:
10752     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10753     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10754     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10755     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10756   layout:
10757     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10758     layout: "plot-throughput"
10759
10760 - type: "plot"
10761   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10762   algorithm: "plot_perf_box_name"
10763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10765   include:
10766     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10767     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10768     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10769     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10770   layout:
10771     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10772     layout: "plot-throughput"
10773
10774 - type: "plot"
10775   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10776   algorithm: "plot_perf_box_name"
10777   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10779   include:
10780     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10781     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10782     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10783     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10784     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10785   layout:
10786     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10787     layout: "plot-throughput"
10788
10789 - type: "plot"
10790   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10791   algorithm: "plot_perf_box_name"
10792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10794   include:
10795     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10796     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10797     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10798     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10799     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10800   layout:
10801     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10802     layout: "plot-throughput"
10803
10804 - type: "plot"
10805   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10806   algorithm: "plot_perf_box_name"
10807   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10808   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10809   include:
10810     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10811     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10812     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10814     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10815   layout:
10816     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10817     layout: "plot-throughput"
10818
10819 - type: "plot"
10820   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10821   algorithm: "plot_perf_box_name"
10822   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10823   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10824   include:
10825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10830   layout:
10831     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10832     layout: "plot-throughput"
10833
10834 - type: "plot"
10835   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10836   algorithm: "plot_perf_box_name"
10837   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10838   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10839   include:
10840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10844   layout:
10845     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10846     layout: "plot-throughput"
10847
10848 - type: "plot"
10849   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10850   algorithm: "plot_perf_box_name"
10851   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10852   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10853   include:
10854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10858   layout:
10859     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10860     layout: "plot-throughput"
10861
10862 - type: "plot"
10863   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10864   algorithm: "plot_perf_box_name"
10865   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10866   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10867   include:
10868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10873   layout:
10874     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10875     layout: "plot-throughput"
10876
10877 - type: "plot"
10878   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10879   algorithm: "plot_perf_box_name"
10880   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10881   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10882   include:
10883     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10888   layout:
10889     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10890     layout: "plot-throughput"
10891
10892 - type: "plot"
10893   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10894   algorithm: "plot_perf_box_name"
10895   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10896   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10897   include:
10898     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10899     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10900     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10902     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
10904   layout:
10905     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10906     layout: "plot-throughput"
10907
10908 - type: "plot"
10909   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10910   algorithm: "plot_perf_box_name"
10911   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10912   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10913   include:
10914     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10915     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10916     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10917     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10918     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
10920   layout:
10921     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10922     layout: "plot-throughput"
10923
10924 - type: "plot"
10925   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10926   algorithm: "plot_perf_box_name"
10927   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10928   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10929   include:
10930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10935   layout:
10936     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10937     layout: "plot-throughput"
10938
10939 - type: "plot"
10940   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10941   algorithm: "plot_perf_box_name"
10942   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10943   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10944   include:
10945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10950   layout:
10951     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10952     layout: "plot-throughput"
10953
10954 - type: "plot"
10955   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10956   algorithm: "plot_perf_box_name"
10957   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10958   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10959   include:
10960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10961     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10964     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10965   layout:
10966     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10967     layout: "plot-throughput"
10968
10969 - type: "plot"
10970   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10971   algorithm: "plot_perf_box_name"
10972   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10973   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10974   include:
10975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10976     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10977     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10978     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10979     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10980   layout:
10981     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10982     layout: "plot-throughput"
10983
10984 - type: "plot"
10985   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10986   algorithm: "plot_perf_box_name"
10987   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10988   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10989   include:
10990     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10991     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10992   layout:
10993     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10994     layout: "plot-throughput"
10995
10996 - type: "plot"
10997   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10998   algorithm: "plot_perf_box_name"
10999   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11000   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11001   include:
11002     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11003     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11004   layout:
11005     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11006     layout: "plot-throughput"
11007
11008 - type: "plot"
11009   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11010   algorithm: "plot_perf_box_name"
11011   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11012   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11013   include:
11014     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11015     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11016     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11017     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11018   layout:
11019     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11020     layout: "plot-throughput"
11021
11022 - type: "plot"
11023   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11024   algorithm: "plot_perf_box_name"
11025   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11027   include:
11028     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11030     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11031     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11032   layout:
11033     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11034     layout: "plot-throughput"
11035
11036 - type: "plot"
11037   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11038   algorithm: "plot_perf_box_name"
11039   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11041   include:
11042     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11043     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11044     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11045     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11046   layout:
11047     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11048     layout: "plot-throughput"
11049
11050 - type: "plot"
11051   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11052   algorithm: "plot_perf_box_name"
11053   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11054   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11055   include:
11056     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11057     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11058     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11059     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11060   layout:
11061     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11062     layout: "plot-throughput"
11063
11064 - type: "plot"
11065   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11066   algorithm: "plot_perf_box_name"
11067   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11068   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11069   include:
11070     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11071     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11072     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11073     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11074   layout:
11075     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11076     layout: "plot-throughput"
11077
11078 - type: "plot"
11079   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11080   algorithm: "plot_perf_box_name"
11081   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11082   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11083   include:
11084     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11085     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11086     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11087     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11088   layout:
11089     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11090     layout: "plot-throughput"
11091
11092 - type: "plot"
11093   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11094   algorithm: "plot_perf_box_name"
11095   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11096   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11097   include:
11098     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11099     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11100     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11101     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11102   layout:
11103     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11104     layout: "plot-throughput"
11105
11106 - type: "plot"
11107   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11108   algorithm: "plot_perf_box_name"
11109   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11110   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11111   include:
11112     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11113     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11114     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11115     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11116   layout:
11117     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11118     layout: "plot-throughput"
11119
11120 - type: "plot"
11121   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11122   algorithm: "plot_perf_box_name"
11123   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11124   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11125   include:
11126     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11128     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11129     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11130     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11131     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11132   layout:
11133     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11134     layout: "plot-throughput"
11135
11136 - type: "plot"
11137   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11138   algorithm: "plot_perf_box_name"
11139   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11140   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11141   include:
11142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11144     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11145     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11146     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11147     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11148   layout:
11149     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11150     layout: "plot-throughput"
11151
11152 - type: "plot"
11153   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11154   algorithm: "plot_perf_box_name"
11155   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11156   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11157   include:
11158     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11159     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11160     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11162     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11163   layout:
11164     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11165     layout: "plot-throughput"
11166
11167 - type: "plot"
11168   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11169   algorithm: "plot_perf_box_name"
11170   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11171   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11172   include:
11173     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11175     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11178   layout:
11179     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11180     layout: "plot-throughput"
11181
11182 - type: "plot"
11183   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11184   algorithm: "plot_perf_box_name"
11185   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11187   include:
11188     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11193   layout:
11194     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11195     layout: "plot-throughput"
11196
11197 - type: "plot"
11198   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11199   algorithm: "plot_perf_box_name"
11200   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11202   include:
11203     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11206     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11207     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11208   layout:
11209     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11210     layout: "plot-throughput"
11211
11212 - type: "plot"
11213   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11214   algorithm: "plot_perf_box_name"
11215   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11216   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11217   include:
11218     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11221   layout:
11222     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11223     layout: "plot-throughput"
11224
11225 - type: "plot"
11226   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11227   algorithm: "plot_perf_box_name"
11228   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11229   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11230   include:
11231     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11232     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11233     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11234   layout:
11235     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11236     layout: "plot-throughput"
11237
11238 - type: "plot"
11239   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11240   algorithm: "plot_perf_box_name"
11241   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11243   include:
11244     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11245     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11246     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11247   layout:
11248     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11249     layout: "plot-throughput"
11250
11251 - type: "plot"
11252   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11253   algorithm: "plot_perf_box_name"
11254   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11256   include:
11257     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11258     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11259     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11260   layout:
11261     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11262     layout: "plot-throughput"
11263
11264 - type: "plot"
11265   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11266   algorithm: "plot_perf_box_name"
11267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11269   include:
11270     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11271     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11272     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11273     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11274     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11275   layout:
11276     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11277     layout: "plot-throughput"
11278
11279 - type: "plot"
11280   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11281   algorithm: "plot_perf_box_name"
11282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11284   include:
11285     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11286     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11287     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11288     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11290   layout:
11291     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11292     layout: "plot-throughput"
11293
11294 - type: "plot"
11295   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11296   algorithm: "plot_perf_box_name"
11297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11299   include:
11300     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11301     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11302     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11305   layout:
11306     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11307     layout: "plot-throughput"
11308
11309 - type: "plot"
11310   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11311   algorithm: "plot_perf_box_name"
11312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11314   include:
11315     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11316     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11317     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11318     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11320   layout:
11321     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11322     layout: "plot-throughput"
11323
11324 - type: "plot"
11325   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11326   algorithm: "plot_perf_box_name"
11327   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11328   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11329   include:
11330     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11331     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11332     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11335   layout:
11336     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11337     layout: "plot-throughput"
11338
11339 - type: "plot"
11340   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11341   algorithm: "plot_perf_box_name"
11342   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11343   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11344   include:
11345     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11346     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11347     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11349     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11350   layout:
11351     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11352     layout: "plot-throughput"
11353
11354 - type: "plot"
11355   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11356   algorithm: "plot_perf_box_name"
11357   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11358   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11359   include:
11360     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11361     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11362     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11365   layout:
11366     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11367     layout: "plot-throughput"
11368
11369 - type: "plot"
11370   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11371   algorithm: "plot_perf_box_name"
11372   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11373   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11374   include:
11375     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11376     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11377     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11379     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11380   layout:
11381     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11382     layout: "plot-throughput"
11383
11384 - type: "plot"
11385   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11386   algorithm: "plot_perf_box_name"
11387   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11388   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11389   include:
11390     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11391     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11392     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11393     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11394     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11395   layout:
11396     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11397     layout: "plot-throughput"
11398
11399 - type: "plot"
11400   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11401   algorithm: "plot_perf_box_name"
11402   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11403   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11404   include:
11405     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11406     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11409     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11410   layout:
11411     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11412     layout: "plot-throughput"
11413
11414 - type: "plot"
11415   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11416   algorithm: "plot_perf_box_name"
11417   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11418   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11419   include:
11420     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11421     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11422     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11423     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11424     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11425     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11426   layout:
11427     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11428     layout: "plot-throughput"
11429
11430 - type: "plot"
11431   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11432   algorithm: "plot_perf_box_name"
11433   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11434   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11435   include:
11436     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11437     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11438     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11439     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11440     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11441     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11442   layout:
11443     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11444     layout: "plot-throughput"
11445
11446 - type: "plot"
11447   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11448   algorithm: "plot_perf_box_name"
11449   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11450   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11451   include:
11452     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11453     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11454     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11455     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11456   layout:
11457     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11458     layout: "plot-throughput"
11459
11460 - type: "plot"
11461   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11462   algorithm: "plot_perf_box_name"
11463   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11464   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11465   include:
11466     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11467     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11468     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11469     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11470   layout:
11471     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11472     layout: "plot-throughput"
11473
11474 - type: "plot"
11475   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11476   algorithm: "plot_perf_box_name"
11477   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11479   include:
11480     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11481     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11482     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11483     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11484     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11485     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11486   layout:
11487     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11488     layout: "plot-throughput"
11489
11490 - type: "plot"
11491   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11492   algorithm: "plot_perf_box_name"
11493   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11495   include:
11496     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11497     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11498     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11499     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11500     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11501     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11502   layout:
11503     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11504     layout: "plot-throughput"
11505
11506 - type: "plot"
11507   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11508   algorithm: "plot_perf_box_name"
11509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11511   include:
11512     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11513     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11514     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11515     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11516     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11517     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11518   layout:
11519     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11520     layout: "plot-throughput"
11521
11522 - type: "plot"
11523   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11524   algorithm: "plot_perf_box_name"
11525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11527   include:
11528     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11529     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11530     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11531     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11532     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11533     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11534   layout:
11535     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11536     layout: "plot-throughput"
11537
11538 - type: "plot"
11539   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11540   algorithm: "plot_perf_box_name"
11541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11543   include:
11544     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11545     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11546     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11547     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11548     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11549     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11550   layout:
11551     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11552     layout: "plot-throughput"
11553
11554 - type: "plot"
11555   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11556   algorithm: "plot_perf_box_name"
11557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11559   include:
11560     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11561     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11562     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11563     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11564     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11565     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11566   layout:
11567     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11568     layout: "plot-throughput"
11569
11570 - type: "plot"
11571   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11572   algorithm: "plot_perf_box_name"
11573   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11574   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11575   include:
11576     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11577     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11578     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11579     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11580     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11581     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11582   layout:
11583     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11584     layout: "plot-throughput"
11585
11586 - type: "plot"
11587   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11588   algorithm: "plot_perf_box_name"
11589   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11590   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11591   include:
11592     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11593     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11594     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11595     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11596     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11597     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11598   layout:
11599     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11600     layout: "plot-throughput"
11601
11602 - type: "plot"
11603   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11604   algorithm: "plot_perf_box_name"
11605   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11606   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11607   include:
11608     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11609     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11610     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11611     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11612     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11613     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11614   layout:
11615     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11616     layout: "plot-throughput"
11617
11618 - type: "plot"
11619   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11620   algorithm: "plot_perf_box_name"
11621   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11622   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11623   include:
11624     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11625     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11626     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11627     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11628     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11629     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11630   layout:
11631     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11632     layout: "plot-throughput"
11633
11634 - type: "plot"
11635   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11636   algorithm: "plot_perf_box_name"
11637   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11638   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11639   include:
11640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11644     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11645     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11646   layout:
11647     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11648     layout: "plot-throughput"
11649
11650 - type: "plot"
11651   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11652   algorithm: "plot_perf_box_name"
11653   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11655   include:
11656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11657     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11658     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11659     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11660     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11661     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11662   layout:
11663     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11664     layout: "plot-throughput"
11665
11666 - type: "plot"
11667   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11668   algorithm: "plot_perf_box_name"
11669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11671   include:
11672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
11673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11678   layout:
11679     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11680     layout: "plot-throughput"
11681
11682 - type: "plot"
11683   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11684   algorithm: "plot_perf_box_name"
11685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11687   include:
11688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
11689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11694   layout:
11695     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11696     layout: "plot-throughput"
11697
11698 - type: "plot"
11699   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11700   algorithm: "plot_perf_box_name"
11701   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11702   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11703   include:
11704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11710   layout:
11711     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11712     layout: "plot-throughput"
11713
11714 - type: "plot"
11715   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11716   algorithm: "plot_perf_box_name"
11717   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11718   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11719   include:
11720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11726   layout:
11727     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11728     layout: "plot-throughput"
11729
11730 - type: "plot"
11731   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
11732   algorithm: "plot_perf_box_name"
11733   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
11734   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11735   include:
11736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
11738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
11739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11740   layout:
11741     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
11742     layout: "plot-throughput"
11743
11744 - type: "plot"
11745   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
11746   algorithm: "plot_perf_box_name"
11747   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
11748   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11749   include:
11750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
11752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
11753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11754   layout:
11755     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
11756     layout: "plot-throughput"
11757
11758 - type: "plot"
11759   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11760   algorithm: "plot_perf_box_name"
11761   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11762   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11763   include:
11764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11768   layout:
11769     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11770     layout: "plot-throughput"
11771
11772 - type: "plot"
11773   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11774   algorithm: "plot_perf_box_name"
11775   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11776   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11777   include:
11778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11782   layout:
11783     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11784     layout: "plot-throughput"
11785
11786 - type: "plot"
11787   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11788   algorithm: "plot_perf_box_name"
11789   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11790   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11791   include:
11792     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11793     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11794     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11795     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11796     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11797     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11798   layout:
11799     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11800     layout: "plot-throughput"
11801
11802 - type: "plot"
11803   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11804   algorithm: "plot_perf_box_name"
11805   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11806   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11807   include:
11808     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11809     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11810     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11811     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11812     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11813     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11814   layout:
11815     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11816     layout: "plot-throughput"
11817
11818 - type: "plot"
11819   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
11820   algorithm: "plot_perf_box_name"
11821   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
11822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11823   include:
11824     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11825     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11826     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11827     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11828     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11829   layout:
11830     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
11831     layout: "plot-throughput"
11832
11833 - type: "plot"
11834   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
11835   algorithm: "plot_perf_box_name"
11836   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
11837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11838   include:
11839     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11840     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11841     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11842     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11843     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11844   layout:
11845     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
11846     layout: "plot-throughput"
11847
11848 - type: "plot"
11849   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11850   algorithm: "plot_perf_box_name"
11851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11853   include:
11854     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
11855     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11856     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11857     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11858     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11859   layout:
11860     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11861     layout: "plot-throughput"
11862
11863 - type: "plot"
11864   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11865   algorithm: "plot_perf_box_name"
11866   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11868   include:
11869     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
11870     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11871     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11872     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11874   layout:
11875     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11876     layout: "plot-throughput"
11877
11878 - type: "plot"
11879   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11880   algorithm: "plot_perf_box_name"
11881   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11883   include:
11884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11885     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11886     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11887     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11888   layout:
11889     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11890     layout: "plot-throughput"
11891
11892 - type: "plot"
11893   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11894   algorithm: "plot_perf_box_name"
11895   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11897   include:
11898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11900     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11901     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11902   layout:
11903     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11904     layout: "plot-throughput"
11905
11906 - type: "plot"
11907   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
11908   algorithm: "plot_perf_box_name"
11909   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
11910   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11911   include:
11912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11914     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11915     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
11916     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
11917     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11918   layout:
11919     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
11920     layout: "plot-throughput"
11921
11922 - type: "plot"
11923   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
11924   algorithm: "plot_perf_box_name"
11925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
11926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11927   include:
11928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11930     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11931     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
11932     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
11933     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11934   layout:
11935     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
11936     layout: "plot-throughput"
11937
11938 - type: "plot"
11939   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11940   algorithm: "plot_perf_box_name"
11941   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11942   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11943   include:
11944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11946     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11947     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11948     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11949     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11950   layout:
11951     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11952     layout: "plot-throughput"
11953
11954 - type: "plot"
11955   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11956   algorithm: "plot_perf_box_name"
11957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11959   include:
11960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11962     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11963     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11964     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11965     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11966   layout:
11967     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11968     layout: "plot-throughput"
11969
11970 - type: "plot"
11971   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
11972   algorithm: "plot_perf_box_name"
11973   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
11974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11975   include:
11976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11978     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11979     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11980     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11982   layout:
11983     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
11984     layout: "plot-throughput"
11985
11986 - type: "plot"
11987   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
11988   algorithm: "plot_perf_box_name"
11989   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
11990   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11991   include:
11992     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11993     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11994     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11995     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11996     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11997     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11998   layout:
11999     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12000     layout: "plot-throughput"
12001
12002 - type: "plot"
12003   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12004   algorithm: "plot_perf_box_name"
12005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12007   include:
12008     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12009     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12010     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12011     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12012     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12013     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12014   layout:
12015     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12016     layout: "plot-throughput"
12017
12018 - type: "plot"
12019   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12020   algorithm: "plot_perf_box_name"
12021   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12023   include:
12024     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12025     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12026     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12027     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12028     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12029     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12030   layout:
12031     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12032     layout: "plot-throughput"
12033
12034 - type: "plot"
12035   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12036   algorithm: "plot_perf_box_name"
12037   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12038   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12039   include:
12040     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12041     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12042     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12043     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12044   layout:
12045     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12046     layout: "plot-throughput"
12047
12048 - type: "plot"
12049   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12050   algorithm: "plot_perf_box_name"
12051   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12052   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12053   include:
12054     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12056     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12057     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12058   layout:
12059     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12060     layout: "plot-throughput"
12061
12062 - type: "plot"
12063   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12064   algorithm: "plot_perf_box_name"
12065   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12066   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12067   include:
12068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12072     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12073     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12074   layout:
12075     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12076     layout: "plot-throughput"
12077
12078 - type: "plot"
12079   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12080   algorithm: "plot_perf_box_name"
12081   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12082   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12083   include:
12084     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12085     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12086     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12087     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12088     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12089     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12090   layout:
12091     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12092     layout: "plot-throughput"
12093
12094 - type: "plot"
12095   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12096   algorithm: "plot_perf_box_name"
12097   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12098   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12099   include:
12100     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12101     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12102     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12103     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12104     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12105     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12106   layout:
12107     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12108     layout: "plot-throughput"
12109
12110 - type: "plot"
12111   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12112   algorithm: "plot_perf_box_name"
12113   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12114   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12115   include:
12116     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12117     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12118     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12119     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12120     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12121     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12122   layout:
12123     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12124     layout: "plot-throughput"
12125
12126 #- type: "plot"
12127 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12128 #  algorithm: "plot_perf_box_name"
12129 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12130 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12131 #  include:
12132 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12133 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12134 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12135 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12136 #  layout:
12137 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12138 #    layout: "plot-throughput"
12139 #
12140 #- type: "plot"
12141 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12142 #  algorithm: "plot_perf_box_name"
12143 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12144 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12145 #  include:
12146 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12147 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12148 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12149 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12150 #  layout:
12151 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12152 #    layout: "plot-throughput"
12153
12154 - type: "plot"
12155   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12156   algorithm: "plot_perf_box_name"
12157   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12158   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12159   include:
12160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12164     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12166   layout:
12167     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12168     layout: "plot-throughput"
12169
12170 - type: "plot"
12171   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12172   algorithm: "plot_perf_box_name"
12173   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12174   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12175   include:
12176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12177     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12178     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12179     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12180     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12181     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12182   layout:
12183     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12184     layout: "plot-throughput"
12185
12186 #- type: "plot"
12187 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12188 #  algorithm: "plot_perf_box_name"
12189 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12190 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12191 #  include:
12192 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12193 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12194 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12195 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12196 #  layout:
12197 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12198 #    layout: "plot-throughput"
12199 #
12200 #- type: "plot"
12201 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12202 #  algorithm: "plot_perf_box_name"
12203 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12204 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12205 #  include:
12206 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12207 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12208 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12209 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12210 #  layout:
12211 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12212 #    layout: "plot-throughput"
12213
12214 - type: "plot"
12215   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12216   algorithm: "plot_perf_box_name"
12217   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12218   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12219   include:
12220     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12221     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12222     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12223     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12224     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12225     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12226   layout:
12227     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12228     layout: "plot-throughput"
12229
12230 - type: "plot"
12231   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12232   algorithm: "plot_perf_box_name"
12233   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12234   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12235   include:
12236     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12237     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12238     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12239     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12240     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12241     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12242   layout:
12243     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12244     layout: "plot-throughput"
12245
12246 #- type: "plot"
12247 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12248 #  algorithm: "plot_perf_box_name"
12249 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12250 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12251 #  include:
12252 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12253 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12254 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12255 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12256 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12257 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12258 #  layout:
12259 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12260 #    layout: "plot-throughput"
12261 #
12262 #- type: "plot"
12263 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12264 #  algorithm: "plot_perf_box_name"
12265 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12266 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12267 #  include:
12268 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12269 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12270 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12271 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12272 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12273 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12274 #  layout:
12275 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12276 #    layout: "plot-throughput"
12277
12278 - type: "plot"
12279   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12280   algorithm: "plot_perf_box_name"
12281   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12282   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12283   include:
12284     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12285     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12286     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12287     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12288     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12289     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12290   layout:
12291     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12292     layout: "plot-throughput"
12293
12294 - type: "plot"
12295   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12296   algorithm: "plot_perf_box_name"
12297   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12299   include:
12300     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12301     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12302     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12303     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12304     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12305     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12306   layout:
12307     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12308     layout: "plot-throughput"
12309
12310 - type: "plot"
12311   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12312   algorithm: "plot_perf_box_name"
12313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12315   include:
12316     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12317     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12318     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12319 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12320 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12321 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12322   layout:
12323     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12324     layout: "plot-throughput"
12325
12326 - type: "plot"
12327   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12328   algorithm: "plot_perf_box_name"
12329   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12331   include:
12332     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12333     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12334     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12335 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12336 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12337 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12338   layout:
12339     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12340     layout: "plot-throughput"
12341
12342 - type: "plot"
12343   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12344   algorithm: "plot_perf_box_name"
12345   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12346   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12347   include:
12348     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12349     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12350     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12351     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12352     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12353     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12354   layout:
12355     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12356     layout: "plot-throughput"
12357
12358 - type: "plot"
12359   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12360   algorithm: "plot_perf_box_name"
12361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12363   include:
12364     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12365     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12366     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12367     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12368     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12369     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12370   layout:
12371     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12372     layout: "plot-throughput"
12373
12374 - type: "plot"
12375   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12376   algorithm: "plot_perf_box_name"
12377   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12378   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12379   include:
12380     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12381     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12382     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12383     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12384     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12385     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12386   layout:
12387     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12388     layout: "plot-throughput"
12389
12390 - type: "plot"
12391   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12392   algorithm: "plot_perf_box_name"
12393   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12394   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12395   include:
12396     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12397     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12398     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12399     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12400     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12401     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12402   layout:
12403     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12404     layout: "plot-throughput"
12405
12406 #- type: "plot"
12407 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12408 #  algorithm: "plot_perf_box_name"
12409 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12410 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12411 #  include:
12412 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12413 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12414 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12415 #  layout:
12416 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12417 #    layout: "plot-throughput"
12418 #
12419 #- type: "plot"
12420 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12421 #  algorithm: "plot_perf_box_name"
12422 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12423 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12424 #  include:
12425 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12426 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12427 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12428 #  layout:
12429 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12430 #    layout: "plot-throughput"
12431
12432 - type: "plot"
12433   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12434   algorithm: "plot_perf_box_name"
12435   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12436   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12437   include:
12438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12443   layout:
12444     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12445     layout: "plot-throughput"
12446
12447 - type: "plot"
12448   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12449   algorithm: "plot_perf_box_name"
12450   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12451   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12452   include:
12453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12458   layout:
12459     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12460     layout: "plot-throughput"
12461
12462 - type: "plot"
12463   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12464   algorithm: "plot_perf_box_name"
12465   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12466   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12467   include:
12468     - "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"
12469     - "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"
12470     - "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"
12471     - "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"
12472     - "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"
12473   layout:
12474     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12475     layout: "plot-throughput"
12476
12477 - type: "plot"
12478   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12479   algorithm: "plot_perf_box_name"
12480   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12481   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12482   include:
12483     - "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"
12484     - "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"
12485     - "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"
12486     - "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"
12487     - "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"
12488   layout:
12489     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12490     layout: "plot-throughput"
12491
12492 - type: "plot"
12493   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12494   algorithm: "plot_perf_box_name"
12495   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12496   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12497   include:
12498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12503   layout:
12504     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12505     layout: "plot-throughput"
12506
12507 - type: "plot"
12508   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12509   algorithm: "plot_perf_box_name"
12510   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12511   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12512   include:
12513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12515     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12518   layout:
12519     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12520     layout: "plot-throughput"
12521
12522 - type: "plot"
12523   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12524   algorithm: "plot_perf_box_name"
12525   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12526   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12527   include:
12528     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12529     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12530     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12533   layout:
12534     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12535     layout: "plot-throughput"
12536
12537 - type: "plot"
12538   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12539   algorithm: "plot_perf_box_name"
12540   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12541   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12542   include:
12543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12544     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12545     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12546     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12547     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12548   layout:
12549     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12550     layout: "plot-throughput"
12551
12552 - type: "plot"
12553   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12554   algorithm: "plot_perf_box_name"
12555   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12556   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12557   include:
12558     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12559     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12560     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12561     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12562     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12563   layout:
12564     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12565     layout: "plot-throughput"
12566
12567 - type: "plot"
12568   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12569   algorithm: "plot_perf_box_name"
12570   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12571   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12572   include:
12573     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12574     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12575     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12576     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12577     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12578   layout:
12579     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12580     layout: "plot-throughput"
12581
12582 - type: "plot"
12583   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12584   algorithm: "plot_perf_box_name"
12585   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12586   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12587   include:
12588     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12589     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12590     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12591     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12592     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12593   layout:
12594     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12595     layout: "plot-throughput"
12596
12597 - type: "plot"
12598   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12599   algorithm: "plot_perf_box_name"
12600   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12601   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12602   include:
12603     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12604     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12605     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12606     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12607     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12608   layout:
12609     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12610     layout: "plot-throughput"
12611
12612 - type: "plot"
12613   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12614   algorithm: "plot_perf_box_name"
12615   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12617   include:
12618     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12619     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12620     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12621     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12622   layout:
12623     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12624     layout: "plot-throughput"
12625
12626 - type: "plot"
12627   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12628   algorithm: "plot_perf_box_name"
12629   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12631   include:
12632     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12633     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12634     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12635     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12636   layout:
12637     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12638     layout: "plot-throughput"
12639
12640 - type: "plot"
12641   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12642   algorithm: "plot_perf_box_name"
12643   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12645   include:
12646     - "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"
12647     - "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"
12648     - "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"
12649     - "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"
12650   layout:
12651     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12652     layout: "plot-throughput"
12653
12654 - type: "plot"
12655   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12656   algorithm: "plot_perf_box_name"
12657   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12658   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12659   include:
12660     - "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"
12661     - "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"
12662     - "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"
12663     - "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"
12664   layout:
12665     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12666     layout: "plot-throughput"
12667
12668 - type: "plot"
12669   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12670   algorithm: "plot_perf_box_name"
12671   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12673   include:
12674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12676     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12677     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12678     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12679     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12680   layout:
12681     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12682     layout: "plot-throughput"
12683
12684 - type: "plot"
12685   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12686   algorithm: "plot_perf_box_name"
12687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12689   include:
12690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12691     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12692     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12693     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12694     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12695     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12696   layout:
12697     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12698     layout: "plot-throughput"
12699
12700 - type: "plot"
12701   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12702   algorithm: "plot_perf_box_name"
12703   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12705   include:
12706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12707     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12708     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12709     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12710     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12711     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12712   layout:
12713     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12714     layout: "plot-throughput"
12715
12716 - type: "plot"
12717   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12718   algorithm: "plot_perf_box_name"
12719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12721   include:
12722     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12723     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12724     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12725     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12726     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12727     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12728   layout:
12729     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12730     layout: "plot-throughput"
12731
12732 - type: "plot"
12733   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12734   algorithm: "plot_perf_box_name"
12735   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12736   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12737   include:
12738     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12739     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12740     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12741     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12742     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12743     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12744   layout:
12745     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12746     layout: "plot-throughput"
12747
12748 - type: "plot"
12749   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12750   algorithm: "plot_perf_box_name"
12751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12753   include:
12754     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12755     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12756     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12757     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12759     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12760   layout:
12761     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12762     layout: "plot-throughput"
12763
12764 - type: "plot"
12765   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12766   algorithm: "plot_perf_box_name"
12767   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12769   include:
12770     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12771     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12772     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12773     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12774     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12775   layout:
12776     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12777     layout: "plot-throughput"
12778
12779 - type: "plot"
12780   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12781   algorithm: "plot_perf_box_name"
12782   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12784   include:
12785     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12786     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12787     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12788     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12789     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12790   layout:
12791     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12792     layout: "plot-throughput"
12793
12794 - type: "plot"
12795   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12796   algorithm: "plot_perf_box_name"
12797   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12799   include:
12800     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12801     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12802   layout:
12803     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12804     layout: "plot-throughput"
12805
12806 - type: "plot"
12807   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12808   algorithm: "plot_perf_box_name"
12809   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12811   include:
12812     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12813     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12814   layout:
12815     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12816     layout: "plot-throughput"
12817
12818 - type: "plot"
12819   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12820   algorithm: "plot_perf_box_name"
12821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12823   include:
12824     - "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"
12825     - "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"
12826   layout:
12827     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12828     layout: "plot-throughput"
12829
12830 - type: "plot"
12831   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12832   algorithm: "plot_perf_box_name"
12833   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12835   include:
12836     - "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"
12837     - "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"
12838   layout:
12839     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12840     layout: "plot-throughput"
12841
12842 - type: "plot"
12843   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12844   algorithm: "plot_perf_box_name"
12845   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12847   include:
12848     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12849     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12850   layout:
12851     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12852     layout: "plot-throughput"
12853
12854 - type: "plot"
12855   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12856   algorithm: "plot_perf_box_name"
12857   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12859   include:
12860     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12861     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12862   layout:
12863     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12864     layout: "plot-throughput"
12865
12866 - type: "plot"
12867   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12868   algorithm: "plot_perf_box_name"
12869   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12870   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12871   include:
12872     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12873     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12874   layout:
12875     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12876     layout: "plot-throughput"
12877
12878 - type: "plot"
12879   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12880   algorithm: "plot_perf_box_name"
12881   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12883   include:
12884     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12885     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12886   layout:
12887     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12888     layout: "plot-throughput"
12889
12890 - type: "plot"
12891   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12892   algorithm: "plot_perf_box_name"
12893   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12894   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12895   include:
12896     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12897     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12898     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12899     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12900     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12901     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12902   layout:
12903     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12904     layout: "plot-throughput"
12905
12906 - type: "plot"
12907   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12908   algorithm: "plot_perf_box_name"
12909   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12910   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12911   include:
12912     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12913     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12914     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12915     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12916     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12917     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12918   layout:
12919     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12920     layout: "plot-throughput"
12921
12922 - type: "plot"
12923   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12924   algorithm: "plot_perf_box_name"
12925   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12926   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12927   include:
12928     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12929     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12930     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12931     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12932     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12933     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12934   layout:
12935     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12936     layout: "plot-throughput"
12937
12938 - type: "plot"
12939   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12940   algorithm: "plot_perf_box_name"
12941   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12942   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12943   include:
12944     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12945     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12946     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12947     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12948     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12949     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12950   layout:
12951     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12952     layout: "plot-throughput"
12953
12954 #- type: "plot"
12955 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12956 #  algorithm: "plot_perf_box_name"
12957 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12958 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12959 #  include:
12960 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12961 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12962 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12963 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12964 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12965 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12966 #  layout:
12967 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12968 #    layout: "plot-throughput"
12969 #
12970 #- type: "plot"
12971 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12972 #  algorithm: "plot_perf_box_name"
12973 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12974 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12975 #  include:
12976 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12977 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12978 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12979 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12980 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12981 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12982 #  layout:
12983 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12984 #    layout: "plot-throughput"
12985
12986 - type: "plot"
12987   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12988   algorithm: "plot_perf_box_name"
12989   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12990   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12991   include:
12992     - "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"
12993     - "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"
12994     - "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"
12995     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12996     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12997     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12998   layout:
12999     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13000     layout: "plot-throughput"
13001
13002 - type: "plot"
13003   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13004   algorithm: "plot_perf_box_name"
13005   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13007   include:
13008     - "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"
13009     - "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"
13010     - "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"
13011     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13012     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13013     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13014   layout:
13015     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13016     layout: "plot-throughput"
13017
13018 ################################################################################
13019
13020 # Packet Speedup
13021
13022 - type: "plot"
13023   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13024   algorithm: "plot_tsa_name"
13025   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13026   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13027   include:
13028     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13029     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13030     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13031     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13032   layout:
13033     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13034     layout: "plot-throughput-speedup-analysis"
13035
13036 - type: "plot"
13037   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13038   algorithm: "plot_tsa_name"
13039   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13040   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13041   include:
13042     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13043     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13044     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13045     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13046   layout:
13047     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13048     layout: "plot-throughput-speedup-analysis"
13049
13050 - type: "plot"
13051   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13052   algorithm: "plot_tsa_name"
13053   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13055   include:
13056     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13057     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13058     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13059     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13060   layout:
13061     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13062     layout: "plot-throughput-speedup-analysis"
13063
13064 - type: "plot"
13065   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13066   algorithm: "plot_tsa_name"
13067   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13068   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13069   include:
13070     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13071     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13072     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13073     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13074   layout:
13075     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13076     layout: "plot-throughput-speedup-analysis"
13077
13078 - type: "plot"
13079   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13080   algorithm: "plot_tsa_name"
13081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13083   include:
13084     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13085     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13086     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13087     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13088     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13089   layout:
13090     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13091     layout: "plot-throughput-speedup-analysis"
13092
13093 - type: "plot"
13094   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13095   algorithm: "plot_tsa_name"
13096   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13098   include:
13099     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13100     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13101     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13102     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13103     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13104   layout:
13105     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13106     layout: "plot-throughput-speedup-analysis"
13107
13108 - type: "plot"
13109   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13110   algorithm: "plot_tsa_name"
13111   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13113   include:
13114     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13115     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13116     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13117     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13118     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13119   layout:
13120     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13121     layout: "plot-throughput-speedup-analysis"
13122
13123 - type: "plot"
13124   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13125   algorithm: "plot_tsa_name"
13126   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13128   include:
13129     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13130     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13131     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13132     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13133     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13134   layout:
13135     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13136     layout: "plot-throughput-speedup-analysis"
13137
13138 - type: "plot"
13139   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13140   algorithm: "plot_tsa_name"
13141   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13143   include:
13144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13145     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13150   layout:
13151     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13152     layout: "plot-throughput-speedup-analysis"
13153
13154 - type: "plot"
13155   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13156   algorithm: "plot_tsa_name"
13157   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13158   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13159   include:
13160     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13161     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13162     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13163     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13164     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13165     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13166   layout:
13167     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13168     layout: "plot-throughput-speedup-analysis"
13169
13170 - type: "plot"
13171   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13172   algorithm: "plot_tsa_name"
13173   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13174   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13175   include:
13176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13181   layout:
13182     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13183     layout: "plot-throughput-speedup-analysis"
13184
13185 - type: "plot"
13186   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13187   algorithm: "plot_tsa_name"
13188   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13189   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13190   include:
13191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13196   layout:
13197     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13198     layout: "plot-throughput-speedup-analysis"
13199
13200 - type: "plot"
13201   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13202   algorithm: "plot_tsa_name"
13203   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13204   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13205   include:
13206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13209   layout:
13210     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13211     layout: "plot-throughput-speedup-analysis"
13212
13213 - type: "plot"
13214   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13215   algorithm: "plot_tsa_name"
13216   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13217   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13218   include:
13219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13222   layout:
13223     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13224     layout: "plot-throughput-speedup-analysis"
13225
13226 - type: "plot"
13227   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13228   algorithm: "plot_tsa_name"
13229   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13230   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13231   include:
13232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13237   layout:
13238     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13239     layout: "plot-throughput-speedup-analysis"
13240
13241 - type: "plot"
13242   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13243   algorithm: "plot_tsa_name"
13244   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13245   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13246   include:
13247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13252   layout:
13253     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13254     layout: "plot-throughput-speedup-analysis"
13255
13256 - type: "plot"
13257   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13258   algorithm: "plot_tsa_name"
13259   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13260   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13261   include:
13262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13265   layout:
13266     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13267     layout: "plot-throughput-speedup-analysis"
13268
13269 - type: "plot"
13270   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13271   algorithm: "plot_tsa_name"
13272   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13273   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13274   include:
13275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13278   layout:
13279     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13280     layout: "plot-throughput-speedup-analysis"
13281
13282 - type: "plot"
13283   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13284   algorithm: "plot_tsa_name"
13285   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13286   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13287   include:
13288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
13293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
13294   layout:
13295     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13296     layout: "plot-throughput-speedup-analysis"
13297
13298 - type: "plot"
13299   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13300   algorithm: "plot_tsa_name"
13301   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13302   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13303   include:
13304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
13309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
13310   layout:
13311     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13312     layout: "plot-throughput-speedup-analysis"
13313
13314 - type: "plot"
13315   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13316   algorithm: "plot_tsa_name"
13317   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13318   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13319   include:
13320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
13326   layout:
13327     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13328     layout: "plot-throughput-speedup-analysis"
13329
13330 - type: "plot"
13331   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13332   algorithm: "plot_tsa_name"
13333   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13334   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13335   include:
13336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
13342   layout:
13343     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13344     layout: "plot-throughput-speedup-analysis"
13345
13346 - type: "plot"
13347   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13348   algorithm: "plot_tsa_name"
13349   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13350   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13351   include:
13352     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13353     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13354     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13355   layout:
13356     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13357     layout: "plot-throughput-speedup-analysis"
13358
13359 - type: "plot"
13360   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13361   algorithm: "plot_tsa_name"
13362   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13363   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13364   include:
13365     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13366     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13367     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13368   layout:
13369     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13370     layout: "plot-throughput-speedup-analysis"
13371
13372 - type: "plot"
13373   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13374   algorithm: "plot_tsa_name"
13375   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13376   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13377   include:
13378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13381 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13382 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13383   layout:
13384     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13385     layout: "plot-throughput-speedup-analysis"
13386
13387 - type: "plot"
13388   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13389   algorithm: "plot_tsa_name"
13390   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13392   include:
13393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13396 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13397 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13398   layout:
13399     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13400     layout: "plot-throughput-speedup-analysis"
13401
13402 - type: "plot"
13403   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13404   algorithm: "plot_tsa_name"
13405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13407   include:
13408     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13409     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13410     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13411     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13412     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13413   layout:
13414     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13415     layout: "plot-throughput-speedup-analysis"
13416
13417 - type: "plot"
13418   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13419   algorithm: "plot_tsa_name"
13420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13422   include:
13423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13426     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13427     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13428   layout:
13429     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13430     layout: "plot-throughput-speedup-analysis"
13431
13432 - type: "plot"
13433   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13434   algorithm: "plot_tsa_name"
13435   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13437   include:
13438     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13440     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13441     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13442     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13443   layout:
13444     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13445     layout: "plot-throughput-speedup-analysis"
13446
13447 - type: "plot"
13448   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13449   algorithm: "plot_tsa_name"
13450   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13452   include:
13453     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13455     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13456     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13457     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13458   layout:
13459     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13460     layout: "plot-throughput-speedup-analysis"
13461
13462 - type: "plot"
13463   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13464   algorithm: "plot_tsa_name"
13465   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13467   include:
13468     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13470     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13471     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13472   layout:
13473     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13474     layout: "plot-throughput-speedup-analysis"
13475
13476 - type: "plot"
13477   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13478   algorithm: "plot_tsa_name"
13479   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13480   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13481   include:
13482     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13486   layout:
13487     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13488     layout: "plot-throughput-speedup-analysis"
13489
13490 - type: "plot"
13491   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13492   algorithm: "plot_tsa_name"
13493   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13495   include:
13496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13501   layout:
13502     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13503     layout: "plot-throughput-speedup-analysis"
13504
13505 - type: "plot"
13506   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13507   algorithm: "plot_tsa_name"
13508   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13510   include:
13511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13516   layout:
13517     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13518     layout: "plot-throughput-speedup-analysis"
13519
13520 - type: "plot"
13521   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13522   algorithm: "plot_tsa_name"
13523   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13524   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13525   include:
13526     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13527     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13528   layout:
13529     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13530     layout: "plot-throughput-speedup-analysis"
13531
13532 - type: "plot"
13533   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13534   algorithm: "plot_tsa_name"
13535   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13536   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13537   include:
13538     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13539     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13540   layout:
13541     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13542     layout: "plot-throughput-speedup-analysis"
13543
13544 - type: "plot"
13545   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13546   algorithm: "plot_tsa_name"
13547   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13549   include:
13550     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13551     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13552     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13553     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13554   layout:
13555     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
13556     layout: "plot-throughput-speedup-analysis"
13557
13558 - type: "plot"
13559   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13560   algorithm: "plot_tsa_name"
13561   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13563   include:
13564     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13565     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13566     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13567     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13568   layout:
13569     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
13570     layout: "plot-throughput-speedup-analysis"
13571
13572 - type: "plot"
13573   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13574   algorithm: "plot_tsa_name"
13575   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13577   include:
13578     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13579     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13580     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13581     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13582   layout:
13583     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13584     layout: "plot-throughput-speedup-analysis"
13585
13586 - type: "plot"
13587   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13588   algorithm: "plot_tsa_name"
13589   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13590   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13591   include:
13592     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13593     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13594     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13595     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13596   layout:
13597     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13598     layout: "plot-throughput-speedup-analysis"
13599
13600 - type: "plot"
13601   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13602   algorithm: "plot_tsa_name"
13603   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13604   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13605   include:
13606     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13607     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13608     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13609     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13610     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13611     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13612   layout:
13613     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
13614     layout: "plot-throughput-speedup-analysis"
13615
13616 - type: "plot"
13617   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13618   algorithm: "plot_tsa_name"
13619   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13620   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13621   include:
13622     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13623     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13624     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13625     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13626     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13627     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13628   layout:
13629     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
13630     layout: "plot-throughput-speedup-analysis"
13631
13632 - type: "plot"
13633   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13634   algorithm: "plot_tsa_name"
13635   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13636   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13637   include:
13638     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13639     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13640     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13641     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13642     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13643   layout:
13644     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13645     layout: "plot-throughput-speedup-analysis"
13646
13647 - type: "plot"
13648   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13649   algorithm: "plot_tsa_name"
13650   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13652   include:
13653     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13654     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13655     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13656     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13657     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13658   layout:
13659     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13660     layout: "plot-throughput-speedup-analysis"
13661
13662 - type: "plot"
13663   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13664   algorithm: "plot_tsa_name"
13665   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13666   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13667   include:
13668     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13669     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13670     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13671     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13673   layout:
13674     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
13675     layout: "plot-throughput-speedup-analysis"
13676
13677 - type: "plot"
13678   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13679   algorithm: "plot_tsa_name"
13680   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13681   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13682   include:
13683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13688   layout:
13689     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
13690     layout: "plot-throughput-speedup-analysis"
13691
13692 - type: "plot"
13693   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13694   algorithm: "plot_tsa_name"
13695   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13696   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13697   include:
13698     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13699     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13700     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13701   layout:
13702     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13703     layout: "plot-throughput-speedup-analysis"
13704
13705 - type: "plot"
13706   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13707   algorithm: "plot_tsa_name"
13708   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13709   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13710   include:
13711     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13712     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13713     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13714   layout:
13715     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13716     layout: "plot-throughput-speedup-analysis"
13717
13718 - type: "plot"
13719   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13720   algorithm: "plot_tsa_name"
13721   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13723   include:
13724     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13725     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13726     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13727   layout:
13728     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
13729     layout: "plot-throughput-speedup-analysis"
13730
13731 - type: "plot"
13732   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
13733   algorithm: "plot_tsa_name"
13734   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
13735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13736   include:
13737     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13738     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13739     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13740   layout:
13741     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
13742     layout: "plot-throughput-speedup-analysis"
13743
13744 - type: "plot"
13745   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13746   algorithm: "plot_tsa_name"
13747   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13749   include:
13750     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13751     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13752     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13753     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13754     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13755   layout:
13756     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13757     layout: "plot-throughput-speedup-analysis"
13758
13759 - type: "plot"
13760   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13761   algorithm: "plot_tsa_name"
13762   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13764   include:
13765     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13766     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13767     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13768     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13769     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13770   layout:
13771     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13772     layout: "plot-throughput-speedup-analysis"
13773
13774 - type: "plot"
13775   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13776   algorithm: "plot_tsa_name"
13777   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13779   include:
13780     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13781     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13782     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13783     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13784     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13785   layout:
13786     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
13787     layout: "plot-throughput-speedup-analysis"
13788
13789 - type: "plot"
13790   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13791   algorithm: "plot_tsa_name"
13792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13794   include:
13795     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13796     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13797     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13798     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13799     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13800   layout:
13801     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
13802     layout: "plot-throughput-speedup-analysis"
13803
13804 - type: "plot"
13805   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13806   algorithm: "plot_tsa_name"
13807   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13808   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13809   include:
13810     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13811     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13812     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13813     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13814     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13815     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13816   layout:
13817     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13818     layout: "plot-throughput-speedup-analysis"
13819
13820 - type: "plot"
13821   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13822   algorithm: "plot_tsa_name"
13823   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13824   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13825   include:
13826     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13827     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13828     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13829     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13832   layout:
13833     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13834     layout: "plot-throughput-speedup-analysis"
13835
13836 - type: "plot"
13837   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13838   algorithm: "plot_tsa_name"
13839   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13840   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13841   include:
13842     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13843     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13844     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13846   layout:
13847     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13848     layout: "plot-throughput-speedup-analysis"
13849
13850 - type: "plot"
13851   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13852   algorithm: "plot_tsa_name"
13853   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13854   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13855   include:
13856     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13857     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13860   layout:
13861     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13862     layout: "plot-throughput-speedup-analysis"
13863
13864 - type: "plot"
13865   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
13866   algorithm: "plot_tsa_name"
13867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
13868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13869   include:
13870     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13871     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13872     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13873     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13874     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13875     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13876   layout:
13877     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
13878     layout: "plot-throughput-speedup-analysis"
13879
13880 - type: "plot"
13881   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
13882   algorithm: "plot_tsa_name"
13883   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
13884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13885   include:
13886     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13887     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13888     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13889     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13890     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13892   layout:
13893     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
13894     layout: "plot-throughput-speedup-analysis"
13895
13896 - type: "plot"
13897   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13898   algorithm: "plot_tsa_name"
13899   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13901   include:
13902     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13903     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13908   layout:
13909     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13910     layout: "plot-throughput-speedup-analysis"
13911
13912 - type: "plot"
13913   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13914   algorithm: "plot_tsa_name"
13915   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13917   include:
13918     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13919     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13920     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13921     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13922     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13924   layout:
13925     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13926     layout: "plot-throughput-speedup-analysis"
13927
13928 - type: "plot"
13929   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13930   algorithm: "plot_tsa_name"
13931   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13933   include:
13934     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13935     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13940   layout:
13941     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13942     layout: "plot-throughput-speedup-analysis"
13943
13944 - type: "plot"
13945   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13946   algorithm: "plot_tsa_name"
13947   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13949   include:
13950     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13951     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13956   layout:
13957     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13958     layout: "plot-throughput-speedup-analysis"
13959
13960 - type: "plot"
13961   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13962   algorithm: "plot_tsa_name"
13963   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13965   include:
13966     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
13967     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13972   layout:
13973     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13974     layout: "plot-throughput-speedup-analysis"
13975
13976 - type: "plot"
13977   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13978   algorithm: "plot_tsa_name"
13979   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13980   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13981   include:
13982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
13983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13988   layout:
13989     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13990     layout: "plot-throughput-speedup-analysis"
13991
13992 - type: "plot"
13993   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13994   algorithm: "plot_tsa_name"
13995   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13996   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13997   include:
13998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14004   layout:
14005     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14006     layout: "plot-throughput-speedup-analysis"
14007
14008 - type: "plot"
14009   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14010   algorithm: "plot_tsa_name"
14011   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14012   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14013   include:
14014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14020   layout:
14021     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14022     layout: "plot-throughput-speedup-analysis"
14023
14024 - type: "plot"
14025   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14026   algorithm: "plot_tsa_name"
14027   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14029   include:
14030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14034   layout:
14035     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14036     layout: "plot-throughput-speedup-analysis"
14037
14038 - type: "plot"
14039   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14040   algorithm: "plot_tsa_name"
14041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14043   include:
14044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14048   layout:
14049     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14050     layout: "plot-throughput-speedup-analysis"
14051
14052 - type: "plot"
14053   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14054   algorithm: "plot_tsa_name"
14055   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14057   include:
14058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14062   layout:
14063     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14064     layout: "plot-throughput-speedup-analysis"
14065
14066 - type: "plot"
14067   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14068   algorithm: "plot_tsa_name"
14069   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14071   include:
14072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14076   layout:
14077     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14078     layout: "plot-throughput-speedup-analysis"
14079
14080 - type: "plot"
14081   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14082   algorithm: "plot_tsa_name"
14083   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14084   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14085   include:
14086     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14087     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14088     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14089     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14090     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14091     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14092   layout:
14093     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14094     layout: "plot-throughput-speedup-analysis"
14095
14096 - type: "plot"
14097   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14098   algorithm: "plot_tsa_name"
14099   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14100   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14101   include:
14102     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14103     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14104     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14105     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14106     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14107     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14108   layout:
14109     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14110     layout: "plot-throughput-speedup-analysis"
14111
14112 - type: "plot"
14113   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14114   algorithm: "plot_tsa_name"
14115   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14117   include:
14118     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14119     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14120     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14121     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14122     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14123   layout:
14124     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14125     layout: "plot-throughput-speedup-analysis"
14126
14127 - type: "plot"
14128   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14129   algorithm: "plot_tsa_name"
14130   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14132   include:
14133     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14134     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14135     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14136     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14137     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14138   layout:
14139     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14140     layout: "plot-throughput-speedup-analysis"
14141
14142 - type: "plot"
14143   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14144   algorithm: "plot_tsa_name"
14145   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14147   include:
14148     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14149     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14150     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14151     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14152     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14153   layout:
14154     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14155     layout: "plot-throughput-speedup-analysis"
14156
14157 - type: "plot"
14158   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14159   algorithm: "plot_tsa_name"
14160   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14162   include:
14163     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14164     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14168   layout:
14169     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14170     layout: "plot-throughput-speedup-analysis"
14171
14172 - type: "plot"
14173   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14174   algorithm: "plot_tsa_name"
14175   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14177   include:
14178     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14179     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14180     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14182   layout:
14183     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14184     layout: "plot-throughput-speedup-analysis"
14185
14186 - type: "plot"
14187   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14188   algorithm: "plot_tsa_name"
14189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14191   include:
14192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14196   layout:
14197     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14198     layout: "plot-throughput-speedup-analysis"
14199
14200 - type: "plot"
14201   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14202   algorithm: "plot_tsa_name"
14203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14205   include:
14206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14212   layout:
14213     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14214     layout: "plot-throughput-speedup-analysis"
14215
14216 - type: "plot"
14217   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14218   algorithm: "plot_tsa_name"
14219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14221   include:
14222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14228   layout:
14229     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14230     layout: "plot-throughput-speedup-analysis"
14231
14232 - type: "plot"
14233   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14234   algorithm: "plot_tsa_name"
14235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14237   include:
14238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14244   layout:
14245     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14246     layout: "plot-throughput-speedup-analysis"
14247
14248 - type: "plot"
14249   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14250   algorithm: "plot_tsa_name"
14251   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14253   include:
14254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14260   layout:
14261     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14262     layout: "plot-throughput-speedup-analysis"
14263
14264 - type: "plot"
14265   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14266   algorithm: "plot_tsa_name"
14267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14269   include:
14270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14276   layout:
14277     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14278     layout: "plot-throughput-speedup-analysis"
14279
14280 - type: "plot"
14281   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14282   algorithm: "plot_tsa_name"
14283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14285   include:
14286     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14287     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14288     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14289     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14292   layout:
14293     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14294     layout: "plot-throughput-speedup-analysis"
14295
14296 - type: "plot"
14297   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14298   algorithm: "plot_tsa_name"
14299   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14301   include:
14302     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14303     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14304     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14305     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14306     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14307     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14308   layout:
14309     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14310     layout: "plot-throughput-speedup-analysis"
14311
14312 - type: "plot"
14313   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14314   algorithm: "plot_tsa_name"
14315   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14316   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14317   include:
14318     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14319     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14320     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14321     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14322     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14323     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14324   layout:
14325     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14326     layout: "plot-throughput-speedup-analysis"
14327
14328 - type: "plot"
14329   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14330   algorithm: "plot_tsa_name"
14331   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14333   include:
14334     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14335     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14336     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14337     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14338     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14339     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14340   layout:
14341     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14342     layout: "plot-throughput-speedup-analysis"
14343
14344 - type: "plot"
14345   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14346   algorithm: "plot_tsa_name"
14347   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14349   include:
14350     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14351     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14352     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14353     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14354     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14355     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14356   layout:
14357     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14358     layout: "plot-throughput-speedup-analysis"
14359
14360 - type: "plot"
14361   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14362   algorithm: "plot_tsa_name"
14363   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14364   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14365   include:
14366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14371   layout:
14372     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14373     layout: "plot-throughput-speedup-analysis"
14374
14375 - type: "plot"
14376   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14377   algorithm: "plot_tsa_name"
14378   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14379   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14380   include:
14381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14386   layout:
14387     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14388     layout: "plot-throughput-speedup-analysis"
14389
14390 - type: "plot"
14391   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14392   algorithm: "plot_tsa_name"
14393   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14394   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14395   include:
14396     - "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"
14397     - "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"
14398     - "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"
14399     - "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"
14400     - "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"
14401   layout:
14402     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14403     layout: "plot-throughput-speedup-analysis"
14404
14405 - type: "plot"
14406   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14407   algorithm: "plot_tsa_name"
14408   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14409   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14410   include:
14411     - "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"
14412     - "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"
14413     - "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"
14414     - "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"
14415     - "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"
14416   layout:
14417     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14418     layout: "plot-throughput-speedup-analysis"
14419
14420 - type: "plot"
14421   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14422   algorithm: "plot_tsa_name"
14423   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14425   include:
14426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14431   layout:
14432     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14433     layout: "plot-throughput-speedup-analysis"
14434
14435 - type: "plot"
14436   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14437   algorithm: "plot_tsa_name"
14438   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14439   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14440   include:
14441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14446   layout:
14447     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14448     layout: "plot-throughput-speedup-analysis"
14449
14450 - type: "plot"
14451   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14452   algorithm: "plot_tsa_name"
14453   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14454   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14455   include:
14456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14461   layout:
14462     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14463     layout: "plot-throughput-speedup-analysis"
14464
14465 - type: "plot"
14466   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14467   algorithm: "plot_tsa_name"
14468   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14470   include:
14471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14476   layout:
14477     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14478     layout: "plot-throughput-speedup-analysis"
14479
14480 - type: "plot"
14481   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14482   algorithm: "plot_tsa_name"
14483   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
14484   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14485   include:
14486     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14487     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14488     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14489     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14490     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14491   layout:
14492     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14493     layout: "plot-throughput-speedup-analysis"
14494
14495 - type: "plot"
14496   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14497   algorithm: "plot_tsa_name"
14498   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
14499   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14500   include:
14501     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14502     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14503     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14504     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14505     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14506   layout:
14507     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14508     layout: "plot-throughput-speedup-analysis"
14509
14510 - type: "plot"
14511   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14512   algorithm: "plot_tsa_name"
14513   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14514   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14515   include:
14516     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14517     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14518     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14519     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14520     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14521   layout:
14522     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14523     layout: "plot-throughput-speedup-analysis"
14524
14525 - type: "plot"
14526   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14527   algorithm: "plot_tsa_name"
14528   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14529   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14530   include:
14531     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14532     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14533     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14534     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14535     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14536   layout:
14537     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14538     layout: "plot-throughput-speedup-analysis"
14539
14540 - type: "plot"
14541   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14542   algorithm: "plot_tsa_name"
14543   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14545   include:
14546     - "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"
14547     - "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"
14548     - "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"
14549     - "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"
14550   layout:
14551     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14552     layout: "plot-throughput-speedup-analysis"
14553
14554 - type: "plot"
14555   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14556   algorithm: "plot_tsa_name"
14557   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14559   include:
14560     - "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"
14561     - "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"
14562     - "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"
14563     - "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"
14564   layout:
14565     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14566     layout: "plot-throughput-speedup-analysis"
14567
14568 - type: "plot"
14569   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14570   algorithm: "plot_tsa_name"
14571   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14573   include:
14574     - "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"
14575     - "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"
14576     - "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"
14577     - "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"
14578   layout:
14579     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14587   include:
14588     - "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"
14589     - "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"
14590     - "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"
14591     - "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"
14592   layout:
14593     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14594     layout: "plot-throughput-speedup-analysis"
14595
14596 - type: "plot"
14597   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
14598   algorithm: "plot_tsa_name"
14599   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14601   include:
14602     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14603     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14604     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14605     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14608   layout:
14609     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
14610     layout: "plot-throughput-speedup-analysis"
14611
14612 - type: "plot"
14613   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
14614   algorithm: "plot_tsa_name"
14615   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14617   include:
14618     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14619     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14623     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14624   layout:
14625     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
14626     layout: "plot-throughput-speedup-analysis"
14627
14628 - type: "plot"
14629   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14630   algorithm: "plot_tsa_name"
14631   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14633   include:
14634     - "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"
14635     - "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"
14636     - "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"
14637     - "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"
14638     - "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"
14639     - "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"
14640   layout:
14641     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14642     layout: "plot-throughput-speedup-analysis"
14643
14644 - type: "plot"
14645   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14646   algorithm: "plot_tsa_name"
14647   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14648   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14649   include:
14650     - "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"
14651     - "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"
14652     - "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"
14653     - "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"
14654     - "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"
14655     - "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"
14656   layout:
14657     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14658     layout: "plot-throughput-speedup-analysis"
14659
14660 - type: "plot"
14661   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14662   algorithm: "plot_tsa_name"
14663   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14665   include:
14666     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14667     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14668     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14672   layout:
14673     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14674     layout: "plot-throughput-speedup-analysis"
14675
14676 - type: "plot"
14677   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14678   algorithm: "plot_tsa_name"
14679   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14681   include:
14682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14683     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14688   layout:
14689     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14690     layout: "plot-throughput-speedup-analysis"
14691
14692 - type: "plot"
14693   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14694   algorithm: "plot_tsa_name"
14695   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14697   include:
14698     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14699     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14700     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14703   layout:
14704     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14705     layout: "plot-throughput-speedup-analysis"
14706
14707 - type: "plot"
14708   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14709   algorithm: "plot_tsa_name"
14710   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14712   include:
14713     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14714     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14715     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14716     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14717     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14718   layout:
14719     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14720     layout: "plot-throughput-speedup-analysis"
14721
14722 - type: "plot"
14723   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
14724   algorithm: "plot_tsa_name"
14725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14727   include:
14728     - "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"
14729     - "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"
14730   layout:
14731     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
14732     layout: "plot-throughput-speedup-analysis"
14733
14734 - type: "plot"
14735   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
14736   algorithm: "plot_tsa_name"
14737   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14739   include:
14740     - "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"
14741     - "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"
14742   layout:
14743     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
14744     layout: "plot-throughput-speedup-analysis"
14745
14746 - type: "plot"
14747   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14748   algorithm: "plot_tsa_name"
14749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14751   include:
14752     - "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"
14753     - "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"
14754   layout:
14755     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14756     layout: "plot-throughput-speedup-analysis"
14757
14758 - type: "plot"
14759   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14760   algorithm: "plot_tsa_name"
14761   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14763   include:
14764     - "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"
14765     - "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"
14766   layout:
14767     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14768     layout: "plot-throughput-speedup-analysis"
14769
14770 - type: "plot"
14771   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14772   algorithm: "plot_tsa_name"
14773   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14774   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14775   include:
14776     - "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"
14777     - "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"
14778     - "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"
14779     - "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"
14780     - "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"
14781     - "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"
14782   layout:
14783     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
14784     layout: "plot-throughput-speedup-analysis"
14785
14786 - type: "plot"
14787   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14788   algorithm: "plot_tsa_name"
14789   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14790   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14791   include:
14792     - "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"
14793     - "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"
14794     - "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"
14795     - "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"
14796     - "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"
14797     - "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"
14798   layout:
14799     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
14800     layout: "plot-throughput-speedup-analysis"
14801
14802 - type: "plot"
14803   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
14804   algorithm: "plot_tsa_name"
14805   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
14806   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14807   include:
14808     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14809     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14810     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14811     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14812     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14813   layout:
14814     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
14815     layout: "plot-throughput-speedup-analysis"
14816
14817 - type: "plot"
14818   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
14819   algorithm: "plot_tsa_name"
14820   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
14821   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14822   include:
14823     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14824     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14825     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14826     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14827     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14828   layout:
14829     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
14830     layout: "plot-throughput-speedup-analysis"
14831
14832 - type: "plot"
14833   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14834   algorithm: "plot_tsa_name"
14835   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14836   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14837   include:
14838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14843   layout:
14844     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
14845     layout: "plot-throughput-speedup-analysis"
14846
14847 - type: "plot"
14848   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14849   algorithm: "plot_tsa_name"
14850   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14851   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14852   include:
14853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14858   layout:
14859     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
14860     layout: "plot-throughput-speedup-analysis"
14861
14862 - type: "plot"
14863   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14864   algorithm: "plot_tsa_name"
14865   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14866   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14867   include:
14868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14872   layout:
14873     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
14874     layout: "plot-throughput-speedup-analysis"
14875
14876 - type: "plot"
14877   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14878   algorithm: "plot_tsa_name"
14879   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14880   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14881   include:
14882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14886   layout:
14887     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
14888     layout: "plot-throughput-speedup-analysis"
14889
14890 - type: "plot"
14891   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14892   algorithm: "plot_tsa_name"
14893   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14894   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14895   include:
14896     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14897     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14898     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14899     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14900   layout:
14901     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
14902     layout: "plot-throughput-speedup-analysis"
14903
14904 - type: "plot"
14905   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14906   algorithm: "plot_tsa_name"
14907   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14908   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14909   include:
14910     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14911     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14912     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14913     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14914   layout:
14915     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
14916     layout: "plot-throughput-speedup-analysis"
14917
14918 - type: "plot"
14919   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14920   algorithm: "plot_tsa_name"
14921   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14922   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14923   include:
14924     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14925     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14926     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14927     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14928     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14929   layout:
14930     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
14931     layout: "plot-throughput-speedup-analysis"
14932
14933 - type: "plot"
14934   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14935   algorithm: "plot_tsa_name"
14936   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14937   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14938   include:
14939     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14940     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14941     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14942     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14943     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14944   layout:
14945     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
14946     layout: "plot-throughput-speedup-analysis"
14947
14948 - type: "plot"
14949   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14950   algorithm: "plot_tsa_name"
14951   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14952   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14953   include:
14954     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14955     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14956     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14957     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14958     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14959     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14960   layout:
14961     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14962     layout: "plot-throughput-speedup-analysis"
14963
14964 - type: "plot"
14965   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14966   algorithm: "plot_tsa_name"
14967   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14968   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14969   include:
14970     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14971     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14972     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14973     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14974     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14975     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14976   layout:
14977     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14978     layout: "plot-throughput-speedup-analysis"
14979
14980 - type: "plot"
14981   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14982   algorithm: "plot_tsa_name"
14983   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14984   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14985   include:
14986     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14987     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14988     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14989     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14990   layout:
14991     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14992     layout: "plot-throughput-speedup-analysis"
14993
14994 - type: "plot"
14995   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14996   algorithm: "plot_tsa_name"
14997   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14998   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14999   include:
15000     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15001     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15002     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15003     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15004   layout:
15005     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15006     layout: "plot-throughput-speedup-analysis"
15007
15008 - type: "plot"
15009   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15010   algorithm: "plot_tsa_name"
15011   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15012   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15013   include:
15014     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15015     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15017     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15018     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15019     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15020   layout:
15021     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15022     layout: "plot-throughput-speedup-analysis"
15023
15024 - type: "plot"
15025   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15026   algorithm: "plot_tsa_name"
15027   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15028   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15029   include:
15030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15031     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15036   layout:
15037     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15038     layout: "plot-throughput-speedup-analysis"
15039
15040 - type: "plot"
15041   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15042   algorithm: "plot_tsa_name"
15043   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15044   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15045   include:
15046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15052   layout:
15053     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15054     layout: "plot-throughput-speedup-analysis"
15055
15056 - type: "plot"
15057   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15058   algorithm: "plot_tsa_name"
15059   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15060   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15061   include:
15062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15068   layout:
15069     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15070     layout: "plot-throughput-speedup-analysis"
15071
15072 - type: "plot"
15073   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15074   algorithm: "plot_tsa_name"
15075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15077   include:
15078     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15079     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15080     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15081     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15082     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15083     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15084   layout:
15085     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15086     layout: "plot-throughput-speedup-analysis"
15087
15088 - type: "plot"
15089   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15090   algorithm: "plot_tsa_name"
15091   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15092   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15093   include:
15094     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15095     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15096     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15097     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15098     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15099     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15100   layout:
15101     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15102     layout: "plot-throughput-speedup-analysis"
15103
15104 - type: "plot"
15105   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15106   algorithm: "plot_tsa_name"
15107   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15108   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15109   include:
15110     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15111     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15112     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15113     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15114     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15115     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15116   layout:
15117     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15118     layout: "plot-throughput-speedup-analysis"
15119
15120 - type: "plot"
15121   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15122   algorithm: "plot_tsa_name"
15123   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15124   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15125   include:
15126     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15127     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15128     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15129     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15130     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15131     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15132   layout:
15133     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15134     layout: "plot-throughput-speedup-analysis"
15135
15136 - type: "plot"
15137   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15138   algorithm: "plot_tsa_name"
15139   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15140   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15141   include:
15142     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15143     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15144     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15145     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15146     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15147     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15148   layout:
15149     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15150     layout: "plot-throughput-speedup-analysis"
15151
15152 - type: "plot"
15153   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15154   algorithm: "plot_tsa_name"
15155   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15156   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15157   include:
15158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15159     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15161     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15162     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15163     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15164   layout:
15165     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15166     layout: "plot-throughput-speedup-analysis"
15167
15168 #- type: "plot"
15169 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15170 #  algorithm: "plot_tsa_name"
15171 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15172 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15173 #  include:
15174 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15175 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15176 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15177 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15178 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15179 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15180 #  layout:
15181 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15182 #    layout: "plot-throughput-speedup-analysis"
15183 #
15184 #- type: "plot"
15185 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15186 #  algorithm: "plot_tsa_name"
15187 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15188 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15189 #  include:
15190 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15191 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15192 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15193 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15194 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15195 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15196 #  layout:
15197 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15198 #    layout: "plot-throughput-speedup-analysis"
15199
15200 - type: "plot"
15201   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15202   algorithm: "plot_tsa_name"
15203   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15204   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15205   include:
15206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15208     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15209     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15210     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15211   layout:
15212     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15213     layout: "plot-throughput-speedup-analysis"
15214
15215 - type: "plot"
15216   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15217   algorithm: "plot_tsa_name"
15218   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15219   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15220   include:
15221     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15224     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15225     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15226   layout:
15227     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15228     layout: "plot-throughput-speedup-analysis"
15229
15230 - type: "plot"
15231   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15232   algorithm: "plot_tsa_name"
15233   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15234   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15235   include:
15236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15240     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15241     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
15242   layout:
15243     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15244     layout: "plot-throughput-speedup-analysis"
15245
15246 - type: "plot"
15247   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15248   algorithm: "plot_tsa_name"
15249   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15250   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15251   include:
15252     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15253     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15254     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15255     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15256     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15257     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
15258   layout:
15259     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15260     layout: "plot-throughput-speedup-analysis"
15261
15262 - type: "plot"
15263   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15264   algorithm: "plot_tsa_name"
15265   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15266   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15267   include:
15268     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15269     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15270     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15271     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15272     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15273   layout:
15274     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15275     layout: "plot-throughput-speedup-analysis"
15276
15277 - type: "plot"
15278   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15279   algorithm: "plot_tsa_name"
15280   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15281   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15282   include:
15283     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15284     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15285     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15286     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15287     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15288   layout:
15289     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15290     layout: "plot-throughput-speedup-analysis"
15291
15292 #- type: "plot"
15293 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15294 #  algorithm: "plot_tsa_name"
15295 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15296 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15297 #  include:
15298 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15299 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15300 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15301 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15302 #  layout:
15303 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15304 #    layout: "plot-throughput-speedup-analysis"
15305 #
15306 #- type: "plot"
15307 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15308 #  algorithm: "plot_tsa_name"
15309 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15310 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15311 #  include:
15312 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15313 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15314 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15315 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15316 #  layout:
15317 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15318 #    layout: "plot-throughput-speedup-analysis"
15319
15320 - type: "plot"
15321   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15322   algorithm: "plot_tsa_name"
15323   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15324   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15325   include:
15326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15329     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15330     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15331     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15332   layout:
15333     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15334     layout: "plot-throughput-speedup-analysis"
15335
15336 - type: "plot"
15337   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15338   algorithm: "plot_tsa_name"
15339   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15340   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15341   include:
15342     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15343     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15344     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15345     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15346     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15347     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15348   layout:
15349     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15350     layout: "plot-throughput-speedup-analysis"
15351
15352 - type: "plot"
15353   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15354   algorithm: "plot_tsa_name"
15355   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15356   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15357   include:
15358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15363   layout:
15364     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15365     layout: "plot-throughput-speedup-analysis"
15366
15367 - type: "plot"
15368   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15369   algorithm: "plot_tsa_name"
15370   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15371   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15372   include:
15373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15378   layout:
15379     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15380     layout: "plot-throughput-speedup-analysis"
15381
15382 - type: "plot"
15383   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15384   algorithm: "plot_tsa_name"
15385   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15386   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15387   include:
15388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15393   layout:
15394     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15395     layout: "plot-throughput-speedup-analysis"
15396
15397 - type: "plot"
15398   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15399   algorithm: "plot_tsa_name"
15400   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15401   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15402   include:
15403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15408   layout:
15409     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15410     layout: "plot-throughput-speedup-analysis"
15411
15412 - type: "plot"
15413   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15414   algorithm: "plot_tsa_name"
15415   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15416   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15417   include:
15418     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15419     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15420     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15421     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15422   layout:
15423     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15424     layout: "plot-throughput-speedup-analysis"
15425
15426 - type: "plot"
15427   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15428   algorithm: "plot_tsa_name"
15429   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15430   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15431   include:
15432     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15433     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15434     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15435     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15436   layout:
15437     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15438     layout: "plot-throughput-speedup-analysis"
15439
15440 - type: "plot"
15441   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15442   algorithm: "plot_tsa_name"
15443   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15444   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15445   include:
15446     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15447     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15448     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15449     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15450     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15451   layout:
15452     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15453     layout: "plot-throughput-speedup-analysis"
15454
15455 - type: "plot"
15456   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15457   algorithm: "plot_tsa_name"
15458   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15459   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15460   include:
15461     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15462     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15464     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15465     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15466   layout:
15467     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15468     layout: "plot-throughput-speedup-analysis"
15469
15470 - type: "plot"
15471   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15472   algorithm: "plot_tsa_name"
15473   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15474   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15475   include:
15476     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15477     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15478     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15479     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15480     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15481     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15482   layout:
15483     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15484     layout: "plot-throughput-speedup-analysis"
15485
15486 - type: "plot"
15487   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15488   algorithm: "plot_tsa_name"
15489   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15490   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15491   include:
15492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15495     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15496     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15497     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15498   layout:
15499     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15500     layout: "plot-throughput-speedup-analysis"
15501
15502 #- type: "plot"
15503 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15504 #  algorithm: "plot_tsa_name"
15505 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15506 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15507 #  include:
15508 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15509 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15510 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15511 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15512 #  layout:
15513 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15514 #    layout: "plot-throughput-speedup-analysis"
15515 #
15516 #- type: "plot"
15517 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15518 #  algorithm: "plot_tsa_name"
15519 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15520 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15521 #  include:
15522 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15523 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15524 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15525 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15526 #  layout:
15527 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15528 #    layout: "plot-throughput-speedup-analysis"
15529
15530 - type: "plot"
15531   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15532   algorithm: "plot_tsa_name"
15533   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15534   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15535   include:
15536     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15541     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15542   layout:
15543     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15544     layout: "plot-throughput-speedup-analysis"
15545
15546 - type: "plot"
15547   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15548   algorithm: "plot_tsa_name"
15549   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15550   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15551   include:
15552     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15557     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15558   layout:
15559     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15560     layout: "plot-throughput-speedup-analysis"
15561
15562 #- type: "plot"
15563 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15564 #  algorithm: "plot_tsa_name"
15565 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15566 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15567 #  include:
15568 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15569 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15570 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15571 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15572 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15573 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15574 #  layout:
15575 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15576 #    layout: "plot-throughput-speedup-analysis"
15577 #
15578 #- type: "plot"
15579 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15580 #  algorithm: "plot_tsa_name"
15581 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15582 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15583 #  include:
15584 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15585 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15586 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15587 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15588 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15589 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15590 #  layout:
15591 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15592 #    layout: "plot-throughput-speedup-analysis"
15593
15594 #- type: "plot"
15595 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15596 #  algorithm: "plot_tsa_name"
15597 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15598 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15599 #  include:
15600 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15601 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15602 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15603 #  layout:
15604 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15605 #    layout: "plot-throughput-speedup-analysis"
15606 #
15607 #- type: "plot"
15608 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15609 #  algorithm: "plot_tsa_name"
15610 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15611 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15612 #  include:
15613 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15614 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15615 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15616 #  layout:
15617 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15618 #    layout: "plot-throughput-speedup-analysis"
15619
15620 ################################################################################
15621
15622 # Packet Throughput - DPDK
15623
15624 # 2n-skx-xxv710
15625
15626 - type: "plot"
15627   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
15628   algorithm: "plot_perf_box_name"
15629   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
15630   data: "plot-dpdk-throughput-latency-2n-skx"
15631   include:
15632     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15633     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15634   layout:
15635     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
15636     layout: "plot-throughput"
15637
15638 - type: "plot"
15639   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
15640   algorithm: "plot_perf_box_name"
15641   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
15642   data: "plot-dpdk-throughput-latency-2n-skx"
15643   include:
15644     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15645     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15646   layout:
15647     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
15648     layout: "plot-throughput"
15649
15650 - type: "plot"
15651   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
15652   algorithm: "plot_perf_box_name"
15653   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
15654   data: "plot-dpdk-throughput-latency-2n-skx"
15655   include:
15656     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15657     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15658   layout:
15659     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
15660     layout: "plot-throughput"
15661
15662 - type: "plot"
15663   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
15664   algorithm: "plot_perf_box_name"
15665   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
15666   data: "plot-dpdk-throughput-latency-2n-skx"
15667   include:
15668     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15669     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15670   layout:
15671     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
15672     layout: "plot-throughput"
15673
15674 # 2n-skx-x710
15675
15676 - type: "plot"
15677   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
15678   algorithm: "plot_perf_box_name"
15679   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
15680   data: "plot-dpdk-throughput-latency-2n-skx"
15681   include:
15682     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15683     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15684   layout:
15685     title: "2n-skx-x710-64b-2t1c-base-ndr"
15686     layout: "plot-throughput"
15687
15688 - type: "plot"
15689   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
15690   algorithm: "plot_perf_box_name"
15691   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
15692   data: "plot-dpdk-throughput-latency-2n-skx"
15693   include:
15694     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15695     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15696   layout:
15697     title: "2n-skx-x710-64b-4t2c-base-ndr"
15698     layout: "plot-throughput"
15699
15700 - type: "plot"
15701   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
15702   algorithm: "plot_perf_box_name"
15703   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
15704   data: "plot-dpdk-throughput-latency-2n-skx"
15705   include:
15706     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15707     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15708   layout:
15709     title: "2n-skx-x710-64b-2t1c-base-pdr"
15710     layout: "plot-throughput"
15711
15712 - type: "plot"
15713   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
15714   algorithm: "plot_perf_box_name"
15715   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
15716   data: "plot-dpdk-throughput-latency-2n-skx"
15717   include:
15718     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15719     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15720   layout:
15721     title: "2n-skx-x710-64b-4t2c-base-pdr"
15722     layout: "plot-throughput"
15723
15724 # 3n-skx-xxv710
15725
15726 - type: "plot"
15727   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
15728   algorithm: "plot_perf_box_name"
15729   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
15730   data: "plot-dpdk-throughput-latency-3n-skx"
15731   include:
15732     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15733     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15734   layout:
15735     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
15736     layout: "plot-throughput"
15737
15738 - type: "plot"
15739   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
15740   algorithm: "plot_perf_box_name"
15741   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
15742   data: "plot-dpdk-throughput-latency-3n-skx"
15743   include:
15744     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15745     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15746   layout:
15747     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
15748     layout: "plot-throughput"
15749
15750 - type: "plot"
15751   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
15752   algorithm: "plot_perf_box_name"
15753   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
15754   data: "plot-dpdk-throughput-latency-3n-skx"
15755   include:
15756     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15757     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15758   layout:
15759     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
15760     layout: "plot-throughput"
15761
15762 - type: "plot"
15763   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
15764   algorithm: "plot_perf_box_name"
15765   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
15766   data: "plot-dpdk-throughput-latency-3n-skx"
15767   include:
15768     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15769     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15770   layout:
15771     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
15772     layout: "plot-throughput"
15773
15774 # 3n-skx-x710
15775
15776 - type: "plot"
15777   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
15778   algorithm: "plot_perf_box_name"
15779   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
15780   data: "plot-dpdk-throughput-latency-3n-skx"
15781   include:
15782     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15783     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15784   layout:
15785     title: "3n-skx-x710-64b-2t1c-base-ndr"
15786     layout: "plot-throughput"
15787
15788 - type: "plot"
15789   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
15790   algorithm: "plot_perf_box_name"
15791   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
15792   data: "plot-dpdk-throughput-latency-3n-skx"
15793   include:
15794     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15795     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15796   layout:
15797     title: "3n-skx-x710-64b-4t2c-base-ndr"
15798     layout: "plot-throughput"
15799
15800 - type: "plot"
15801   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
15802   algorithm: "plot_perf_box_name"
15803   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
15804   data: "plot-dpdk-throughput-latency-3n-skx"
15805   include:
15806     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15807     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15808   layout:
15809     title: "3n-skx-x710-64b-2t1c-base-pdr"
15810     layout: "plot-throughput"
15811
15812 - type: "plot"
15813   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
15814   algorithm: "plot_perf_box_name"
15815   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
15816   data: "plot-dpdk-throughput-latency-3n-skx"
15817   include:
15818     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15819     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15820   layout:
15821     title: "3n-skx-x710-64b-4t2c-base-pdr"
15822     layout: "plot-throughput"
15823
15824 # 3n-hsw-xl710
15825
15826 - type: "plot"
15827   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
15828   algorithm: "plot_perf_box_name"
15829   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
15830   data: "plot-dpdk-throughput-latency-3n-hsw"
15831   include:
15832     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15833     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15834   layout:
15835     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
15836     layout: "plot-throughput"
15837
15838 - type: "plot"
15839   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
15840   algorithm: "plot_perf_box_name"
15841   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
15842   data: "plot-dpdk-throughput-latency-3n-hsw"
15843   include:
15844     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15845     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15846   layout:
15847     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
15848     layout: "plot-throughput"
15849
15850 - type: "plot"
15851   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
15852   algorithm: "plot_perf_box_name"
15853   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
15854   data: "plot-dpdk-throughput-latency-3n-hsw"
15855   include:
15856     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15857     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15858   layout:
15859     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
15860     layout: "plot-throughput"
15861
15862 - type: "plot"
15863   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
15864   algorithm: "plot_perf_box_name"
15865   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
15866   data: "plot-dpdk-throughput-latency-3n-hsw"
15867   include:
15868     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15869     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15870   layout:
15871     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
15872     layout: "plot-throughput"
15873
15874 # 3n-hsw-x710
15875
15876 - type: "plot"
15877   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
15878   algorithm: "plot_perf_box_name"
15879   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
15880   data: "plot-dpdk-throughput-latency-3n-hsw"
15881   include:
15882     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15883     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15884   layout:
15885     title: "3n-hsw-x710-64b-1t1c-base-ndr"
15886     layout: "plot-throughput"
15887
15888 - type: "plot"
15889   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
15890   algorithm: "plot_perf_box_name"
15891   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
15892   data: "plot-dpdk-throughput-latency-3n-hsw"
15893   include:
15894     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15895     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15896   layout:
15897     title: "3n-hsw-x710-64b-2t2c-base-ndr"
15898     layout: "plot-throughput"
15899
15900 - type: "plot"
15901   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
15902   algorithm: "plot_perf_box_name"
15903   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
15904   data: "plot-dpdk-throughput-latency-3n-hsw"
15905   include:
15906     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15907     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15908   layout:
15909     title: "3n-hsw-x710-64b-1t1c-base-pdr"
15910     layout: "plot-throughput"
15911
15912 - type: "plot"
15913   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
15914   algorithm: "plot_perf_box_name"
15915   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
15916   data: "plot-dpdk-throughput-latency-3n-hsw"
15917   include:
15918     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15919     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15920   layout:
15921     title: "3n-hsw-x710-64b-2t2c-base-pdr"
15922     layout: "plot-throughput"
15923
15924 # 2n-dnv-x553
15925
15926 - type: "plot"
15927   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
15928   algorithm: "plot_perf_box_name"
15929   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
15930   data: "plot-dpdk-throughput-latency-2n-dnv"
15931   include:
15932     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15933     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15934   layout:
15935     title: "2n-dnv-x553-64b-1t1c-base-ndr"
15936     layout: "plot-throughput"
15937
15938 - type: "plot"
15939   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
15940   algorithm: "plot_perf_box_name"
15941   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
15942   data: "plot-dpdk-throughput-latency-2n-dnv"
15943   include:
15944     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15945     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15946   layout:
15947     title: "2n-dnv-x553-64b-2t2c-base-ndr"
15948     layout: "plot-throughput"
15949
15950 - type: "plot"
15951   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
15952   algorithm: "plot_perf_box_name"
15953   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
15954   data: "plot-dpdk-throughput-latency-2n-dnv"
15955   include:
15956     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15957     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15958   layout:
15959     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15960     layout: "plot-throughput"
15961
15962 - type: "plot"
15963   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15964   algorithm: "plot_perf_box_name"
15965   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15966   data: "plot-dpdk-throughput-latency-2n-dnv"
15967   include:
15968     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15969     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15970   layout:
15971     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15972     layout: "plot-throughput"
15973
15974 # 3n-dnv-x553
15975
15976 - type: "plot"
15977   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15978   algorithm: "plot_perf_box_name"
15979   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15980   data: "plot-dpdk-throughput-latency-3n-dnv"
15981   include:
15982     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15983     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15984   layout:
15985     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15986     layout: "plot-throughput"
15987
15988 - type: "plot"
15989   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15990   algorithm: "plot_perf_box_name"
15991   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15992   data: "plot-dpdk-throughput-latency-3n-dnv"
15993   include:
15994     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15995     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15996   layout:
15997     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15998     layout: "plot-throughput"
15999
16000 - type: "plot"
16001   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16002   algorithm: "plot_perf_box_name"
16003   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16004   data: "plot-dpdk-throughput-latency-3n-dnv"
16005   include:
16006     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16007     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16008   layout:
16009     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16010     layout: "plot-throughput"
16011
16012 - type: "plot"
16013   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16014   algorithm: "plot_perf_box_name"
16015   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16016   data: "plot-dpdk-throughput-latency-3n-dnv"
16017   include:
16018     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16019     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16020   layout:
16021     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16022     layout: "plot-throughput"
16023
16024 # 3n-tsh-x520
16025
16026 - type: "plot"
16027   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16028   algorithm: "plot_perf_box_name"
16029   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16030   data: "plot-dpdk-throughput-latency-3n-tsh"
16031   include:
16032     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16033     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16034   layout:
16035     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16036     layout: "plot-throughput"
16037
16038 - type: "plot"
16039   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16040   algorithm: "plot_perf_box_name"
16041   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16042   data: "plot-dpdk-throughput-latency-3n-tsh"
16043   include:
16044     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16045     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16046   layout:
16047     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16048     layout: "plot-throughput"
16049
16050 - type: "plot"
16051   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16052   algorithm: "plot_perf_box_name"
16053   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16054   data: "plot-dpdk-throughput-latency-3n-tsh"
16055   include:
16056     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16057     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16058   layout:
16059     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16060     layout: "plot-throughput"
16061
16062 - type: "plot"
16063   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16064   algorithm: "plot_perf_box_name"
16065   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16066   data: "plot-dpdk-throughput-latency-3n-tsh"
16067   include:
16068     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16069     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16070   layout:
16071     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16072     layout: "plot-throughput"
16073
16074 ################################################################################
16075 ###   2n-clx                                                                 ###
16076 ################################################################################
16077
16078 # Packet Throughput
16079
16080 - type: "plot"
16081   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16082   algorithm: "plot_perf_box_name"
16083   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16085   include:
16086     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16089     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16090   layout:
16091     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16092     layout: "plot-throughput"
16093
16094 - type: "plot"
16095   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16096   algorithm: "plot_perf_box_name"
16097   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16098   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16099   include:
16100     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16101     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16102     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16103     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16104   layout:
16105     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16106     layout: "plot-throughput"
16107
16108 - type: "plot"
16109   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16110   algorithm: "plot_perf_box_name"
16111   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16112   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16113   include:
16114     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16115     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16118   layout:
16119     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16120     layout: "plot-throughput"
16121
16122 - type: "plot"
16123   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16124   algorithm: "plot_perf_box_name"
16125   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16127   include:
16128     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16129     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16130     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16131     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16132   layout:
16133     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16134     layout: "plot-throughput"
16135
16136 - type: "plot"
16137   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16138   algorithm: "plot_perf_box_name"
16139   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16141   include:
16142 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16143     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16144     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16145     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16146   layout:
16147     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16148     layout: "plot-throughput"
16149
16150 - type: "plot"
16151   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16152   algorithm: "plot_perf_box_name"
16153   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16155   include:
16156 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16157     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16158     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16159     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16160   layout:
16161     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16162     layout: "plot-throughput"
16163
16164 - type: "plot"
16165   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16166   algorithm: "plot_perf_box_name"
16167   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16169   include:
16170     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16171     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16174     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16175     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16176   layout:
16177     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16178     layout: "plot-throughput"
16179
16180 - type: "plot"
16181   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16182   algorithm: "plot_perf_box_name"
16183   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16185   include:
16186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16191     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16192   layout:
16193     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16194     layout: "plot-throughput"
16195
16196 - type: "plot"
16197   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16198   algorithm: "plot_perf_box_name"
16199   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16201   include:
16202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16206   layout:
16207     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16208     layout: "plot-throughput"
16209
16210 - type: "plot"
16211   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16212   algorithm: "plot_perf_box_name"
16213   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16215   include:
16216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16220   layout:
16221     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16222     layout: "plot-throughput"
16223
16224 - type: "plot"
16225   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16226   algorithm: "plot_perf_box_name"
16227   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16228   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16229   include:
16230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16233   layout:
16234     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16235     layout: "plot-throughput"
16236
16237 - type: "plot"
16238   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16239   algorithm: "plot_perf_box_name"
16240   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16242   include:
16243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16246   layout:
16247     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16248     layout: "plot-throughput"
16249
16250 - type: "plot"
16251   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16252   algorithm: "plot_perf_box_name"
16253   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16255   include:
16256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16261   layout:
16262     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16263     layout: "plot-throughput"
16264
16265 - type: "plot"
16266   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16267   algorithm: "plot_perf_box_name"
16268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16270   include:
16271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16276   layout:
16277     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16278     layout: "plot-throughput"
16279
16280 - type: "plot"
16281   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16282   algorithm: "plot_perf_box_name"
16283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16285   include:
16286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16289   layout:
16290     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16291     layout: "plot-throughput"
16292
16293 - type: "plot"
16294   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16295   algorithm: "plot_perf_box_name"
16296   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16297   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16298   include:
16299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16302   layout:
16303     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16304     layout: "plot-throughput"
16305
16306 - type: "plot"
16307   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16308   algorithm: "plot_perf_box_name"
16309   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16311   include:
16312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16318   layout:
16319     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16320     layout: "plot-throughput"
16321
16322 - type: "plot"
16323   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16324   algorithm: "plot_perf_box_name"
16325   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16326   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16327   include:
16328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16334   layout:
16335     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16336     layout: "plot-throughput"
16337
16338 - type: "plot"
16339   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-snat44det-scale-avf-ndr"
16340   algorithm: "plot_perf_box_name"
16341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-snat44det-scale-avf-ndr"
16342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16343   include:
16344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H1-P63-S63-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p63-s63-ndrpdr"
16346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H16384-P63-S1032192-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h16384-p63-s1032192-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H262144-P63-S16515072-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h262144-p63-s16515072-ndrpdr"
16349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H65536-P63-S4128758-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h65536-p63-s4128758-ndrpdr"
16350   layout:
16351     title: "2n-clx-xxv710-64b-2t1c-features-snat44det-scale-avf-ndr"
16352     layout: "plot-throughput"
16353
16354 - type: "plot"
16355   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-snat44det-scale-avf-pdr"
16356   algorithm: "plot_perf_box_name"
16357   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-snat44det-scale-avf-pdr"
16358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16359   include:
16360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H1-P63-S63-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p63-s63-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H16384-P63-S1032192-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h16384-p63-s1032192-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H262144-P63-S16515072-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h262144-p63-s16515072-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H65536-P63-S4128758-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h65536-p63-s4128758-ndrpdr"
16366   layout:
16367     title: "2n-clx-xxv710-64b-2t1c-features-snat44det-scale-avf-pdr"
16368     layout: "plot-throughput"
16369
16370 - type: "plot"
16371   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16372   algorithm: "plot_perf_box_name"
16373   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16375   include:
16376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16382   layout:
16383     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16384     layout: "plot-throughput"
16385
16386 - type: "plot"
16387   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16388   algorithm: "plot_perf_box_name"
16389   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16391   include:
16392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16398   layout:
16399     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16400     layout: "plot-throughput"
16401
16402 - type: "plot"
16403   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16404   algorithm: "plot_perf_box_name"
16405   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16407   include:
16408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16410   layout:
16411     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16412     layout: "plot-throughput"
16413
16414 - type: "plot"
16415   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16416   algorithm: "plot_perf_box_name"
16417   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16419   include:
16420     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16422   layout:
16423     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16424     layout: "plot-throughput"
16425
16426 - type: "plot"
16427   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16428   algorithm: "plot_perf_box_name"
16429   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16431   include:
16432     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16434     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16435     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16438   layout:
16439     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16440     layout: "plot-throughput"
16441
16442 - type: "plot"
16443   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16444   algorithm: "plot_perf_box_name"
16445   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16447   include:
16448     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16449     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16454   layout:
16455     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16456     layout: "plot-throughput"
16457
16458 - type: "plot"
16459   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16460   algorithm: "plot_perf_box_name"
16461   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16462   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16463   include:
16464     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16465     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16466     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16467     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16468     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16469     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16470   layout:
16471     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16472     layout: "plot-throughput"
16473
16474 - type: "plot"
16475   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16476   algorithm: "plot_perf_box_name"
16477   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16479   include:
16480     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16481     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16482     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16483     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16484     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16485     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16486   layout:
16487     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16488     layout: "plot-throughput"
16489
16490 - type: "plot"
16491   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16492   algorithm: "plot_perf_box_name"
16493   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16494   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16495   include:
16496     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16497     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16498     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16499     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16500     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16501     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16502   layout:
16503     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16504     layout: "plot-throughput"
16505
16506 - type: "plot"
16507   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16508   algorithm: "plot_perf_box_name"
16509   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16510   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16511   include:
16512     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16513     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16514     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16515     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16516     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16517     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16518   layout:
16519     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16520     layout: "plot-throughput"
16521
16522 - type: "plot"
16523   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16524   algorithm: "plot_perf_box_name"
16525   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16527   include:
16528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16530     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
16531     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
16532     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16533   layout:
16534     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16535     layout: "plot-throughput"
16536
16537 - type: "plot"
16538   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16539   algorithm: "plot_perf_box_name"
16540   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16542   include:
16543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
16546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
16547     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16548   layout:
16549     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16550     layout: "plot-throughput"
16551
16552 - type: "plot"
16553   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16554   algorithm: "plot_perf_box_name"
16555   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16557   include:
16558     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16559     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16560     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16561     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16562     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16563   layout:
16564     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16565     layout: "plot-throughput"
16566
16567 - type: "plot"
16568   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16569   algorithm: "plot_perf_box_name"
16570   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16572   include:
16573     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16574     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16575     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16576     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16577     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16578   layout:
16579     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16580     layout: "plot-throughput"
16581
16582 - type: "plot"
16583   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16584   algorithm: "plot_perf_box_name"
16585   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16587   include:
16588     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16589     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16590     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16591     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16592     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16593   layout:
16594     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16595     layout: "plot-throughput"
16596
16597 - type: "plot"
16598   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16599   algorithm: "plot_perf_box_name"
16600   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16602   include:
16603     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16604     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16605     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16606     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16607     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16608   layout:
16609     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16610     layout: "plot-throughput"
16611
16612 - type: "plot"
16613   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16614   algorithm: "plot_perf_box_name"
16615   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16616   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16617   include:
16618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16623   layout:
16624     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16625     layout: "plot-throughput"
16626
16627 - type: "plot"
16628   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16629   algorithm: "plot_perf_box_name"
16630   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16631   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16632   include:
16633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16638   layout:
16639     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16640     layout: "plot-throughput"
16641
16642 - type: "plot"
16643   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16644   algorithm: "plot_perf_box_name"
16645   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16647   include:
16648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16653   layout:
16654     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16655     layout: "plot-throughput"
16656
16657 - type: "plot"
16658   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16659   algorithm: "plot_perf_box_name"
16660   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16662   include:
16663     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16664     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16665     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16666     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16667     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16668   layout:
16669     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16670     layout: "plot-throughput"
16671
16672 - type: "plot"
16673   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16674   algorithm: "plot_perf_box_name"
16675   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16677   include:
16678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
16679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16684   layout:
16685     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16686     layout: "plot-throughput"
16687
16688 - type: "plot"
16689   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16690   algorithm: "plot_perf_box_name"
16691   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16693   include:
16694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
16695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16700   layout:
16701     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16702     layout: "plot-throughput"
16703
16704 - type: "plot"
16705   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16706   algorithm: "plot_perf_box_name"
16707   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16709   include:
16710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16714   layout:
16715     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16716     layout: "plot-throughput"
16717
16718 - type: "plot"
16719   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16720   algorithm: "plot_perf_box_name"
16721   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16723   include:
16724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16728   layout:
16729     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16730     layout: "plot-throughput"
16731
16732 - type: "plot"
16733   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16734   algorithm: "plot_perf_box_name"
16735   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16736   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16737   include:
16738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16744   layout:
16745     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16746     layout: "plot-throughput"
16747
16748 - type: "plot"
16749   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16750   algorithm: "plot_perf_box_name"
16751   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16753   include:
16754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16760   layout:
16761     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16762     layout: "plot-throughput"
16763
16764 - type: "plot"
16765   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16766   algorithm: "plot_perf_box_name"
16767   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16768   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16769   include:
16770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16774   layout:
16775     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16776     layout: "plot-throughput"
16777
16778 - type: "plot"
16779   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16780   algorithm: "plot_perf_box_name"
16781   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16782   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16783   include:
16784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16788   layout:
16789     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16790     layout: "plot-throughput"
16791
16792 - type: "plot"
16793   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16794   algorithm: "plot_perf_box_name"
16795   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16797   include:
16798     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16799     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16800     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16801     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16802     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16803     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16804   layout:
16805     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16806     layout: "plot-throughput"
16807
16808 - type: "plot"
16809   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16810   algorithm: "plot_perf_box_name"
16811   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16813   include:
16814     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16815     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16816     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16817     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16818     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16819     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16820   layout:
16821     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16822     layout: "plot-throughput"
16823
16824 - type: "plot"
16825   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16826   algorithm: "plot_perf_box_name"
16827   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16828   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16829   include:
16830     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16831     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16832     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16833     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16834   layout:
16835     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16836     layout: "plot-throughput"
16837
16838 - type: "plot"
16839   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16840   algorithm: "plot_perf_box_name"
16841   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16842   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16843   include:
16844     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16845     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16846     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16847     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16848   layout:
16849     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16850     layout: "plot-throughput"
16851
16852 - type: "plot"
16853   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
16854   algorithm: "plot_perf_box_name"
16855   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
16856   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16857   include:
16858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16863   layout:
16864     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
16865     layout: "plot-throughput"
16866
16867 - type: "plot"
16868   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
16869   algorithm: "plot_perf_box_name"
16870   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
16871   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16872   include:
16873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16878   layout:
16879     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
16880     layout: "plot-throughput"
16881
16882 - type: "plot"
16883   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
16884   algorithm: "plot_perf_box_name"
16885   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
16886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16887   include:
16888     - "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"
16889     - "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"
16890     - "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"
16891     - "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"
16892     - "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"
16893   layout:
16894     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
16895     layout: "plot-throughput"
16896
16897 - type: "plot"
16898   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
16899   algorithm: "plot_perf_box_name"
16900   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
16901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16902   include:
16903     - "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"
16904     - "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"
16905     - "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"
16906     - "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"
16907     - "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"
16908   layout:
16909     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
16910     layout: "plot-throughput"
16911
16912 - type: "plot"
16913   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16914   algorithm: "plot_perf_box_name"
16915   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16917   include:
16918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16923   layout:
16924     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16925     layout: "plot-throughput"
16926
16927 - type: "plot"
16928   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16929   algorithm: "plot_perf_box_name"
16930   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16932   include:
16933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16938   layout:
16939     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16940     layout: "plot-throughput"
16941
16942 - type: "plot"
16943   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16944   algorithm: "plot_perf_box_name"
16945   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16947   include:
16948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16953   layout:
16954     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16955     layout: "plot-throughput"
16956
16957 - type: "plot"
16958   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16959   algorithm: "plot_perf_box_name"
16960   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16961   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16962   include:
16963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16968   layout:
16969     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16970     layout: "plot-throughput"
16971
16972 - type: "plot"
16973   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16974   algorithm: "plot_perf_box_name"
16975   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16976   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16977   include:
16978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16982   layout:
16983     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16984     layout: "plot-throughput"
16985
16986 - type: "plot"
16987   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16988   algorithm: "plot_perf_box_name"
16989   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16990   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16991   include:
16992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16996   layout:
16997     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16998     layout: "plot-throughput"
16999
17000 - type: "plot"
17001   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17002   algorithm: "plot_perf_box_name"
17003   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17004   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17005   include:
17006     - "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"
17007     - "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"
17008     - "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"
17009     - "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"
17010   layout:
17011     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17012     layout: "plot-throughput"
17013
17014 - type: "plot"
17015   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17016   algorithm: "plot_perf_box_name"
17017   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17018   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17019   include:
17020     - "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"
17021     - "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"
17022     - "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"
17023     - "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"
17024   layout:
17025     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17026     layout: "plot-throughput"
17027
17028 - type: "plot"
17029   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17030   algorithm: "plot_perf_box_name"
17031   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17032   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17033   include:
17034     - "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"
17035     - "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"
17036     - "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"
17037     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17038     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17039     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17040   layout:
17041     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17042     layout: "plot-throughput"
17043
17044 - type: "plot"
17045   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17046   algorithm: "plot_perf_box_name"
17047   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17048   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17049   include:
17050     - "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"
17051     - "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"
17052     - "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"
17053     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17054     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17055     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17056   layout:
17057     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17058     layout: "plot-throughput"
17059
17060 ################################################################################
17061
17062 # Packet Speedup
17063
17064 - type: "plot"
17065   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17066   algorithm: "plot_tsa_name"
17067   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17068   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17069   include:
17070     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17071     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17072     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17073     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17074   layout:
17075     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17076     layout: "plot-throughput-speedup-analysis"
17077
17078 - type: "plot"
17079   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17080   algorithm: "plot_tsa_name"
17081   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17083   include:
17084     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17085     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17086     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17088   layout:
17089     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17090     layout: "plot-throughput-speedup-analysis"
17091
17092 - type: "plot"
17093   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17094   algorithm: "plot_tsa_name"
17095   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17097   include:
17098     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17099     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17100     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17101     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17102   layout:
17103     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17104     layout: "plot-throughput-speedup-analysis"
17105
17106 - type: "plot"
17107   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17108   algorithm: "plot_tsa_name"
17109   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17111   include:
17112     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17113     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17114     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17115     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17116   layout:
17117     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17118     layout: "plot-throughput-speedup-analysis"
17119
17120 - type: "plot"
17121   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17122   algorithm: "plot_tsa_name"
17123   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17125   include:
17126     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17127     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17128     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17129     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17130   layout:
17131     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17132     layout: "plot-throughput-speedup-analysis"
17133
17134 - type: "plot"
17135   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17136   algorithm: "plot_tsa_name"
17137   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17138   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17139   include:
17140     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17141     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17142     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17143     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17144   layout:
17145     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17146     layout: "plot-throughput-speedup-analysis"
17147
17148 - type: "plot"
17149   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17150   algorithm: "plot_tsa_name"
17151   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17153   include:
17154     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17155     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17156     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17157     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17158     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17160   layout:
17161     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17162     layout: "plot-throughput-speedup-analysis"
17163
17164 - type: "plot"
17165   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17166   algorithm: "plot_tsa_name"
17167   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17169   include:
17170     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17171     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17174     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17175     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17176   layout:
17177     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17178     layout: "plot-throughput-speedup-analysis"
17179
17180 - type: "plot"
17181   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17182   algorithm: "plot_tsa_name"
17183   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17185   include:
17186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17190   layout:
17191     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17192     layout: "plot-throughput-speedup-analysis"
17193
17194 - type: "plot"
17195   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17196   algorithm: "plot_tsa_name"
17197   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17198   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17199   include:
17200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17204   layout:
17205     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17206     layout: "plot-throughput-speedup-analysis"
17207
17208 - type: "plot"
17209   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17210   algorithm: "plot_tsa_name"
17211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17213   include:
17214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17217   layout:
17218     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17219     layout: "plot-throughput-speedup-analysis"
17220
17221 - type: "plot"
17222   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17223   algorithm: "plot_tsa_name"
17224   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17225   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17226   include:
17227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17230   layout:
17231     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17232     layout: "plot-throughput-speedup-analysis"
17233
17234 - type: "plot"
17235   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17236   algorithm: "plot_tsa_name"
17237   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17238   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17239   include:
17240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17245   layout:
17246     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17247     layout: "plot-throughput-speedup-analysis"
17248
17249 - type: "plot"
17250   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17251   algorithm: "plot_tsa_name"
17252   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17253   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17254   include:
17255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17260   layout:
17261     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17262     layout: "plot-throughput-speedup-analysis"
17263
17264 - type: "plot"
17265   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17266   algorithm: "plot_tsa_name"
17267   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17268   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17269   include:
17270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17273   layout:
17274     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17275     layout: "plot-throughput-speedup-analysis"
17276
17277 - type: "plot"
17278   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17279   algorithm: "plot_tsa_name"
17280   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17281   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17282   include:
17283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17286   layout:
17287     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17288     layout: "plot-throughput-speedup-analysis"
17289
17290 - type: "plot"
17291   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17292   algorithm: "plot_tsa_name"
17293   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17294   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17295   include:
17296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17302   layout:
17303     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17304     layout: "plot-throughput-speedup-analysis"
17305
17306 - type: "plot"
17307   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17308   algorithm: "plot_tsa_name"
17309   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17311   include:
17312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17318   layout:
17319     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17320     layout: "plot-throughput-speedup-analysis"
17321
17322 - type: "plot"
17323   title: "Speedup: 2n-clx-xxv710-64b-features-snat44det-scale-avf-ndr-tsa"
17324   algorithm: "plot_tsa_name"
17325   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-snat44det-scale-avf-ndr-tsa"
17326   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17327   include:
17328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H1-P63-S63-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p63-s63-ndrpdr"
17330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H16384-P63-S1032192-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h16384-p63-s1032192-ndrpdr"
17332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H262144-P63-S16515072-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h262144-p63-s16515072-ndrpdr"
17333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H65536-P63-S4128758-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h65536-p63-s4128758-ndrpdr"
17334   layout:
17335     title: "2n-clx-xxv710-64b-features-snat44det-scale-avf-ndr"
17336     layout: "plot-throughput-speedup-analysis"
17337
17338 - type: "plot"
17339   title: "Speedup: 2n-clx-xxv710-64b-features-snat44det-scale-avf-pdr-tsa"
17340   algorithm: "plot_tsa_name"
17341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-snat44det-scale-avf-pdr-tsa"
17342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17343   include:
17344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H1-P63-S63-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p63-s63-ndrpdr"
17346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H16384-P63-S1032192-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h16384-p63-s1032192-ndrpdr"
17348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H262144-P63-S16515072-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h262144-p63-s16515072-ndrpdr"
17349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Snat44Det-H65536-P63-S4128758-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h65536-p63-s4128758-ndrpdr"
17350   layout:
17351     title: "2n-clx-xxv710-64b-features-snat44det-scale-avf-pdr"
17352     layout: "plot-throughput-speedup-analysis"
17353
17354 - type: "plot"
17355   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17356   algorithm: "plot_tsa_name"
17357   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17359   include:
17360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17366   layout:
17367     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17368     layout: "plot-throughput-speedup-analysis"
17369
17370 - type: "plot"
17371   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17372   algorithm: "plot_tsa_name"
17373   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17375   include:
17376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17382   layout:
17383     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17384     layout: "plot-throughput-speedup-analysis"
17385
17386 - type: "plot"
17387   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17388   algorithm: "plot_tsa_name"
17389   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17391   include:
17392     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17394   layout:
17395     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17396     layout: "plot-throughput-speedup-analysis"
17397
17398 - type: "plot"
17399   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17400   algorithm: "plot_tsa_name"
17401   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17402   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17403   include:
17404     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17405     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17406   layout:
17407     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17408     layout: "plot-throughput-speedup-analysis"
17409
17410 - type: "plot"
17411   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17412   algorithm: "plot_tsa_name"
17413   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17415   include:
17416     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17417     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17418     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17419     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17420     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17421     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17422   layout:
17423     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17424     layout: "plot-throughput-speedup-analysis"
17425
17426 - type: "plot"
17427   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17428   algorithm: "plot_tsa_name"
17429   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17431   include:
17432     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17433     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17434     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17435     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17436     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17437     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17438   layout:
17439     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17440     layout: "plot-throughput-speedup-analysis"
17441
17442 - type: "plot"
17443   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17444   algorithm: "plot_tsa_name"
17445   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17447   include:
17448     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17449     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17450     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17451     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17452     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17453     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17454   layout:
17455     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17456     layout: "plot-throughput-speedup-analysis"
17457
17458 - type: "plot"
17459   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17460   algorithm: "plot_tsa_name"
17461   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17462   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17463   include:
17464     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17465     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17466     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17467     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17468     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17469     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17470   layout:
17471     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
17472     layout: "plot-throughput-speedup-analysis"
17473
17474 - type: "plot"
17475   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17476   algorithm: "plot_tsa_name"
17477   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17479   include:
17480     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17481     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17482     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17483     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17484     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17485     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17486   layout:
17487     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
17488     layout: "plot-throughput-speedup-analysis"
17489
17490 - type: "plot"
17491   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17492   algorithm: "plot_tsa_name"
17493   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17494   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17495   include:
17496     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17497     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17498     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17499     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17500     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17501     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17502   layout:
17503     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
17504     layout: "plot-throughput-speedup-analysis"
17505
17506 - type: "plot"
17507   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17508   algorithm: "plot_tsa_name"
17509   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17510   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17511   include:
17512     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17513     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17514     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17515     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17516     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17517   layout:
17518     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
17519     layout: "plot-throughput-speedup-analysis"
17520
17521 - type: "plot"
17522   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17523   algorithm: "plot_tsa_name"
17524   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17526   include:
17527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17530     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17531     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17532   layout:
17533     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
17534     layout: "plot-throughput-speedup-analysis"
17535
17536 - type: "plot"
17537   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17538   algorithm: "plot_tsa_name"
17539   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17541   include:
17542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17547   layout:
17548     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17549     layout: "plot-throughput-speedup-analysis"
17550
17551 - type: "plot"
17552   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17553   algorithm: "plot_tsa_name"
17554   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17555   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17556   include:
17557     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17558     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17559     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17560     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17561     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17562   layout:
17563     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17564     layout: "plot-throughput-speedup-analysis"
17565
17566 - type: "plot"
17567   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17568   algorithm: "plot_tsa_name"
17569   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17570   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17571   include:
17572     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17573     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17574     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17575     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17576     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17577   layout:
17578     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
17579     layout: "plot-throughput-speedup-analysis"
17580
17581 - type: "plot"
17582   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17583   algorithm: "plot_tsa_name"
17584   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17586   include:
17587     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17588     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17589     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17590     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17591     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17592   layout:
17593     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
17594     layout: "plot-throughput-speedup-analysis"
17595
17596 - type: "plot"
17597   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17598   algorithm: "plot_tsa_name"
17599   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17601   include:
17602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17607   layout:
17608     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
17609     layout: "plot-throughput-speedup-analysis"
17610
17611 - type: "plot"
17612   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17613   algorithm: "plot_tsa_name"
17614   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17616   include:
17617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17622   layout:
17623     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
17624     layout: "plot-throughput-speedup-analysis"
17625
17626 - type: "plot"
17627   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17628   algorithm: "plot_tsa_name"
17629   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17631   include:
17632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17637   layout:
17638     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
17639     layout: "plot-throughput-speedup-analysis"
17640
17641 - type: "plot"
17642   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17643   algorithm: "plot_tsa_name"
17644   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17645   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17646   include:
17647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17652   layout:
17653     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
17654     layout: "plot-throughput-speedup-analysis"
17655
17656 - type: "plot"
17657   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17658   algorithm: "plot_tsa_name"
17659   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17661   include:
17662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17668   layout:
17669     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
17670     layout: "plot-throughput-speedup-analysis"
17671
17672 - type: "plot"
17673   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17674   algorithm: "plot_tsa_name"
17675   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17677   include:
17678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17684   layout:
17685     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
17686     layout: "plot-throughput-speedup-analysis"
17687
17688 - type: "plot"
17689   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17690   algorithm: "plot_tsa_name"
17691   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17693   include:
17694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17698   layout:
17699     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
17700     layout: "plot-throughput-speedup-analysis"
17701
17702 - type: "plot"
17703   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17704   algorithm: "plot_tsa_name"
17705   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17707   include:
17708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17712   layout:
17713     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
17714     layout: "plot-throughput-speedup-analysis"
17715
17716 - type: "plot"
17717   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17718   algorithm: "plot_tsa_name"
17719   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17720   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17721   include:
17722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17728   layout:
17729     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
17730     layout: "plot-throughput-speedup-analysis"
17731
17732 - type: "plot"
17733   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17734   algorithm: "plot_tsa_name"
17735   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17736   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17737   include:
17738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17744   layout:
17745     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
17746     layout: "plot-throughput-speedup-analysis"
17747
17748 - type: "plot"
17749   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17750   algorithm: "plot_tsa_name"
17751   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17753   include:
17754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17758   layout:
17759     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17760     layout: "plot-throughput-speedup-analysis"
17761
17762 - type: "plot"
17763   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17764   algorithm: "plot_tsa_name"
17765   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17766   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17767   include:
17768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17772   layout:
17773     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17774     layout: "plot-throughput-speedup-analysis"
17775
17776 - type: "plot"
17777   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17778   algorithm: "plot_tsa_name"
17779   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17781   include:
17782     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
17783     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17784     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17785     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
17786     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
17787     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17788   layout:
17789     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
17790     layout: "plot-throughput-speedup-analysis"
17791
17792 - type: "plot"
17793   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
17794   algorithm: "plot_tsa_name"
17795   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
17796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17797   include:
17798     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
17799     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17800     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17801     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
17802     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
17803     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17804   layout:
17805     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
17806     layout: "plot-throughput-speedup-analysis"
17807
17808 - type: "plot"
17809   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
17810   algorithm: "plot_tsa_name"
17811   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
17812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17813   include:
17814     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17815     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17816     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17817     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17818   layout:
17819     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
17820     layout: "plot-throughput-speedup-analysis"
17821
17822 - type: "plot"
17823   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
17824   algorithm: "plot_tsa_name"
17825   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
17826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17827   include:
17828     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17829     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17830     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17831     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17832   layout:
17833     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
17834     layout: "plot-throughput-speedup-analysis"
17835
17836 - type: "plot"
17837   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
17838   algorithm: "plot_tsa_name"
17839   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
17840   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17841   include:
17842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17847   layout:
17848     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
17849     layout: "plot-throughput-speedup-analysis"
17850
17851 - type: "plot"
17852   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
17853   algorithm: "plot_tsa_name"
17854   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
17855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17856   include:
17857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17862   layout:
17863     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
17864     layout: "plot-throughput-speedup-analysis"
17865
17866 - type: "plot"
17867   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
17868   algorithm: "plot_tsa_name"
17869   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
17870   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17871   include:
17872     - "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"
17873     - "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"
17874     - "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"
17875     - "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"
17876     - "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"
17877   layout:
17878     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
17879     layout: "plot-throughput-speedup-analysis"
17880
17881 - type: "plot"
17882   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
17883   algorithm: "plot_tsa_name"
17884   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
17885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17886   include:
17887     - "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"
17888     - "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"
17889     - "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"
17890     - "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"
17891     - "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"
17892   layout:
17893     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
17894     layout: "plot-throughput-speedup-analysis"
17895
17896 - type: "plot"
17897   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
17898   algorithm: "plot_tsa_name"
17899   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
17900   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17901   include:
17902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17907   layout:
17908     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
17909     layout: "plot-throughput-speedup-analysis"
17910
17911 - type: "plot"
17912   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
17913   algorithm: "plot_tsa_name"
17914   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
17915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17916   include:
17917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17922   layout:
17923     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
17924     layout: "plot-throughput-speedup-analysis"
17925
17926 - type: "plot"
17927   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17928   algorithm: "plot_tsa_name"
17929   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
17930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17931   include:
17932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17937   layout:
17938     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17939     layout: "plot-throughput-speedup-analysis"
17940
17941 - type: "plot"
17942   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17943   algorithm: "plot_tsa_name"
17944   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
17945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17946   include:
17947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17952   layout:
17953     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17954     layout: "plot-throughput-speedup-analysis"
17955
17956 - type: "plot"
17957   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
17958   algorithm: "plot_tsa_name"
17959   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
17960   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17961   include:
17962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17966   layout:
17967     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
17968     layout: "plot-throughput-speedup-analysis"
17969
17970 - type: "plot"
17971   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
17972   algorithm: "plot_tsa_name"
17973   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
17974   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17975   include:
17976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17980   layout:
17981     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
17982     layout: "plot-throughput-speedup-analysis"
17983
17984 - type: "plot"
17985   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
17986   algorithm: "plot_tsa_name"
17987   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
17988   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17989   include:
17990     - "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"
17991     - "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"
17992     - "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"
17993     - "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"
17994   layout:
17995     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
17996     layout: "plot-throughput-speedup-analysis"
17997
17998 - type: "plot"
17999   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18000   algorithm: "plot_tsa_name"
18001   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18002   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18003   include:
18004     - "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"
18005     - "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"
18006     - "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"
18007     - "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"
18008   layout:
18009     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
18010     layout: "plot-throughput-speedup-analysis"
18011
18012 - type: "plot"
18013   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18014   algorithm: "plot_tsa_name"
18015   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18016   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18017   include:
18018     - "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"
18019     - "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"
18020     - "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"
18021     - "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"
18022     - "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"
18023     - "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"
18024   layout:
18025     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18026     layout: "plot-throughput-speedup-analysis"
18027
18028 - type: "plot"
18029   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18030   algorithm: "plot_tsa_name"
18031   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18032   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18033   include:
18034     - "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"
18035     - "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"
18036     - "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"
18037     - "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"
18038     - "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"
18039     - "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"
18040   layout:
18041     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18042     layout: "plot-throughput-speedup-analysis"
18043
18044 ################################################################################
18045
18046 # Packet Throughput - DPDK
18047
18048 # 2n-clx-xxv710
18049
18050 - type: "plot"
18051   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18052   algorithm: "plot_perf_box_name"
18053   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18054   data: "plot-dpdk-throughput-latency-2n-clx"
18055   include:
18056     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18057     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18058   layout:
18059     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18060     layout: "plot-throughput"
18061
18062 - type: "plot"
18063   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18064   algorithm: "plot_perf_box_name"
18065   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18066   data: "plot-dpdk-throughput-latency-2n-clx"
18067   include:
18068     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18069     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18070   layout:
18071     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18072     layout: "plot-throughput"
18073
18074 - type: "plot"
18075   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18076   algorithm: "plot_perf_box_name"
18077   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18078   data: "plot-dpdk-throughput-latency-2n-clx"
18079   include:
18080     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18081     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18082   layout:
18083     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18084     layout: "plot-throughput"
18085
18086 - type: "plot"
18087   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18088   algorithm: "plot_perf_box_name"
18089   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18090   data: "plot-dpdk-throughput-latency-2n-clx"
18091   include:
18092     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18093     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18094   layout:
18095     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18096     layout: "plot-throughput"
18097
18098 # 2n-clx-x710
18099
18100 - type: "plot"
18101   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18102   algorithm: "plot_perf_box_name"
18103   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18104   data: "plot-dpdk-throughput-latency-2n-clx"
18105   include:
18106     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18107     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18108   layout:
18109     title: "2n-clx-x710-64b-2t1c-base-ndr"
18110     layout: "plot-throughput"
18111
18112 - type: "plot"
18113   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18114   algorithm: "plot_perf_box_name"
18115   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18116   data: "plot-dpdk-throughput-latency-2n-clx"
18117   include:
18118     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18119     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18120   layout:
18121     title: "2n-clx-x710-64b-4t2c-base-ndr"
18122     layout: "plot-throughput"
18123
18124 - type: "plot"
18125   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18126   algorithm: "plot_perf_box_name"
18127   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18128   data: "plot-dpdk-throughput-latency-2n-clx"
18129   include:
18130     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18131     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18132   layout:
18133     title: "2n-clx-x710-64b-2t1c-base-pdr"
18134     layout: "plot-throughput"
18135
18136 - type: "plot"
18137   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18138   algorithm: "plot_perf_box_name"
18139   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18140   data: "plot-dpdk-throughput-latency-2n-clx"
18141   include:
18142     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18143     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18144   layout:
18145     title: "2n-clx-x710-64b-4t2c-base-pdr"
18146     layout: "plot-throughput"
18147
18148 ################################################################################
18149
18150 - type: "plot"
18151   title: "Latency by percentile: 2n-skx"
18152   algorithm: "plot_hdrh_lat_by_percentile"
18153   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18154   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18155   target-links: "../../_static/vpp"
18156   data: "plot-vpp-hdrh-lat-2n-skx"
18157   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18158   layout:
18159     layout: "plot-hdrh-latency-by-percentile"
18160
18161 - type: "plot"
18162   title: "Latency by percentile: 3n-skx"
18163   algorithm: "plot_hdrh_lat_by_percentile"
18164   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18165   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18166   target-links: "../../_static/vpp"
18167   data: "plot-vpp-hdrh-lat-3n-skx"
18168   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18169   layout:
18170     layout: "plot-hdrh-latency-by-percentile"
18171
18172 - type: "plot"
18173   title: "Latency by percentile: 2n-clx"
18174   algorithm: "plot_hdrh_lat_by_percentile"
18175   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18176   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18177   target-links: "../../_static/vpp"
18178   data: "plot-vpp-hdrh-lat-2n-clx"
18179   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18180   layout:
18181     layout: "plot-hdrh-latency-by-percentile"
18182
18183 - type: "plot"
18184   title: "Latency by percentile: 3n-hsw"
18185   algorithm: "plot_hdrh_lat_by_percentile"
18186   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18187   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18188   target-links: "../../_static/vpp"
18189   data: "plot-vpp-hdrh-lat-3n-hsw"
18190   filter: "'1T1C' and 'NIC_Intel-XL710'"
18191   layout:
18192     layout: "plot-hdrh-latency-by-percentile"
18193
18194 - type: "plot"
18195   title: "Latency by percentile: 3n-tsh"
18196   algorithm: "plot_hdrh_lat_by_percentile"
18197   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18198   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18199   target-links: "../../_static/vpp"
18200   data: "plot-vpp-hdrh-lat-3n-tsh"
18201   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18202   layout:
18203     layout: "plot-hdrh-latency-by-percentile"
18204
18205 - type: "plot"
18206   title: "Latency by percentile: DPDK 2n-skx"
18207   algorithm: "plot_hdrh_lat_by_percentile"
18208   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18209   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18210   target-links: "../../_static/dpdk"
18211   data: "plot-dpdk-hdrh-lat-2n-skx"
18212   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18213   layout:
18214     layout: "plot-hdrh-latency-by-percentile"
18215
18216 - type: "plot"
18217   title: "Latency by percentile: DPDK 3n-skx"
18218   algorithm: "plot_hdrh_lat_by_percentile"
18219   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18220   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18221   target-links: "../../_static/dpdk"
18222   data: "plot-dpdk-hdrh-lat-3n-skx"
18223   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18224   layout:
18225     layout: "plot-hdrh-latency-by-percentile"
18226
18227 - type: "plot"
18228   title: "Latency by percentile: DPDK 2n-clx"
18229   algorithm: "plot_hdrh_lat_by_percentile"
18230   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18231   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18232   target-links: "../../_static/dpdk"
18233   data: "plot-dpdk-hdrh-lat-2n-clx"
18234   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18235   layout:
18236     layout: "plot-hdrh-latency-by-percentile"
18237
18238 - type: "plot"
18239   title: "Latency by percentile: DPDK 3n-hsw"
18240   algorithm: "plot_hdrh_lat_by_percentile"
18241   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18242   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18243   target-links: "../../_static/dpdk"
18244   data: "plot-dpdk-hdrh-lat-3n-hsw"
18245   filter: "'1T1C' and 'NIC_Intel-XL710'"
18246   layout:
18247     layout: "plot-hdrh-latency-by-percentile"
18248
18249 - type: "plot"
18250   title: "Latency by percentile: DPDK 3n-tsh"
18251   algorithm: "plot_hdrh_lat_by_percentile"
18252   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18253   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18254   target-links: "../../_static/dpdk"
18255   data: "plot-dpdk-hdrh-lat-3n-tsh"
18256   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18257   layout:
18258     layout: "plot-hdrh-latency-by-percentile"