Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       # TODO: Add:
155       csit-vpp-perf-report-iterative-2009-3n-hsw:
156         - 4   # RC2 NDRPDR iter env5
157         - 5   # RC2 NDRPDR iter env5
158         - 6   # RC2 NDRPDR iter env5
159         - 7   # RC2 NDRPDR iter env5
160         - 8   # RC2 NDRPDR iter env5
161         - 20  # RC2 NDRPDR iter env5
162
163     plot-vpp-hdrh-lat-3n-hsw:
164       # TODO: Add:
165       csit-vpp-perf-report-iterative-2009-3n-hsw:
166         - 4   # RC2 NDRPDR iter env5
167
168     plot-vpp-hoststack-3n-hsw:
169       # TODO: Replace:
170       # csit-vpp-perf-report-iterative-2009-3n-hsw: OR
171       # csit-vpp-perf-verify-2009-3n-hsw:
172       csit-vpp-perf-verify-2005-3n-hsw:
173         - 3   # hoststack
174         - 5   # hoststack
175         - 6   # hoststack
176         - 7   # hoststack
177         - 8   # hoststack
178         - 9   # hoststack
179         - 10  # hoststack
180         - 11  # hoststack
181         - 12  # hoststack
182         - 13  # hoststack
183
184     plot-dpdk-throughput-latency-3n-hsw:
185       csit-dpdk-perf-report-iterative-2009-3n-hsw:
186         - 6   # NDRPDR iter env5
187         - 7   # NDRPDR iter env5
188         - 8   # NDRPDR iter env5
189         - 9   # NDRPDR iter env5
190         - 10  # NDRPDR iter env5
191         - 11  # NDRPDR iter env5
192         - 12  # NDRPDR iter env5
193         - 13  # NDRPDR iter env5
194         - 14  # NDRPDR iter env5
195         - 15  # NDRPDR iter env5
196
197     plot-dpdk-hdrh-lat-3n-hsw:
198       csit-dpdk-perf-report-iterative-2009-3n-hsw:
199         - 6   # NDRPDR iter env5
200
201     # 3n-skx
202
203     plot-vpp-throughput-lat-tsa-3n-skx:
204       # TODO: Add:
205       csit-vpp-perf-report-iterative-2009-3n-skx:
206         - 10  # RC2 NDRPDR iter env5
207         - 12  # RC2 NDRPDR iter env5
208         - 14  # RC2 NDRPDR iter env5
209         - 15  # RC2 NDRPDR iter env5
210         - 16  # RC2 NDRPDR iter env5
211
212     plot-vpp-hdrh-lat-3n-skx:
213       # TODO: Add:
214       csit-vpp-perf-report-iterative-2009-3n-skx:
215         - 16  # RC2 NDRPDR iter env5
216
217 #    plot-vpp-nfv-3n-skx-ndrpdr:
218 #      # TODO: Replace:
219 #      # csit-vpp-perf-report-iterative-2009-3n-skx:
220 #      csit-vpp-perf-report-iterative-2005-3n-skx:
221 #        - 4   # NDRPDR sel
222 #        - 5   # NDRPDR sel ??? all x710 failed
223 #        - 33  # NDRPDR sel
224 #        - 28  # NDRPDR sel
225 #        - 34  # NDRPDR sel
226
227 #    plot-vpp-nfv-3n-skx-mrr:
228 #      # TODO: Replace:
229 #      # csit-vpp-perf-report-iterative-2009-3n-skx:
230 #      csit-vpp-perf-report-iterative-2005-3n-skx:
231 #        - 49  # MRR sel env 4
232
233     plot-dpdk-throughput-latency-3n-skx:
234       csit-dpdk-perf-report-iterative-2009-3n-skx:
235         - 4   # NDRPDR sel env5
236         - 5   # NDRPDR sel env5
237         - 6   # NDRPDR sel env5
238         - 7   # NDRPDR sel env5
239         - 8   # NDRPDR sel env5
240         - 9   # NDRPDR sel env5
241         - 14  # NDRPDR sel env5
242         - 11  # NDRPDR sel env5
243         - 12  # NDRPDR sel env5
244         - 13  # NDRPDR sel env5
245
246     plot-dpdk-hdrh-lat-3n-skx:
247       csit-dpdk-perf-report-iterative-2009-3n-skx:
248         - 4   # NDRPDR sel env5
249
250     # 2n-skx
251
252     plot-vpp-throughput-lat-tsa-2n-skx:
253       # TODO: Add:
254       csit-vpp-perf-report-iterative-2009-2n-skx:
255         - 8   # RC2 NDRPDR iter env5
256         - 10  # RC2 NDRPDR iter env5
257         - 12  # RC2 NDRPDR iter env5
258         - 14  # RC2 NDRPDR iter env5
259         - 15  # RC2 NDRPDR iter env5
260
261     plot-vpp-hdrh-lat-2n-skx:
262       # TODO: Add:
263       csit-vpp-perf-report-iterative-2009-2n-skx:
264         - 14  # RC2 NDRPDR iter env5
265
266     plot-vpp-soak-2n-skx:
267       # TODO: Replace:
268       # csit-vpp-perf-report-iterative-2009-2n-skx:
269       csit-vpp-perf-report-iterative-2005-2n-skx:
270         - 122 # Soak
271         - 123 # Soak
272
273     plot-vpp-nfv-2n-skx-ndrpdr:
274       # TODO: Replace:
275       # csit-vpp-perf-report-iterative-2009-2n-skx:
276       csit-vpp-perf-report-iterative-2005-2n-skx:
277         - 113 # nf-density-sel env 4
278         - 114 # nf-density-sel env 4
279         - 124 # nf-density-sel env 4
280         - 128 # nf-density-sel env 4
281         - 129 # nf-density-sel env 4
282         - 131 # nf-density-sel env 4
283         - 132 # nf-density-sel env 4
284         - 135 # nf-density-sel env 4
285         - 136 # nf-density-sel env 4
286         - 139 # nf-density-sel env 4
287
288     plot-vpp-nfv-2n-skx-mrr:
289       # TODO: Replace:
290       # csit-vpp-perf-report-iterative-2009-2n-skx:
291       csit-vpp-perf-report-iterative-2005-2n-skx:
292         - 115 # nf-density-sel env 4
293
294     plot-vpp-nfv-reconf-2n-skx:
295       # TODO: Replace:
296       # csit-vpp-perf-report-iterative-2009-2n-skx:
297       csit-vpp-perf-report-iterative-2005-2n-skx:
298         - 106 # Reconf env 4
299         - 107 # Reconf env 4
300         - 108 # Reconf env 4
301         - 109 # Reconf env 4
302         - 110 # Reconf env 4
303         - 111 # Reconf env 4
304         - 112 # Reconf env 4
305         - 118 # Reconf env 4
306         - 120 # Reconf env 4
307         - 121 # Reconf env 4
308
309     plot-dpdk-throughput-latency-2n-skx:
310       csit-dpdk-perf-report-iterative-2009-2n-skx:
311         - 4   # NDRPDR iter env5
312         - 5   # NDRPDR iter env5
313         - 6   # NDRPDR iter env5
314         - 7   # NDRPDR iter env5
315         - 8   # NDRPDR iter env5
316         - 9   # NDRPDR iter env5
317         - 10  # NDRPDR iter env5
318         - 11  # NDRPDR iter env5
319         - 12  # NDRPDR iter env5
320         - 13  # NDRPDR iter env5
321
322     plot-dpdk-hdrh-lat-2n-skx:
323       csit-dpdk-perf-report-iterative-2009-2n-skx:
324         - 4   # NDRPDR iter env5
325
326     # 2n-clx
327
328     plot-vpp-throughput-lat-tsa-2n-clx:
329       # TODO: Add:
330       csit-vpp-perf-report-iterative-2009-2n-clx:
331         - 7   # RC2 NDRPDR iter env5
332         - 9   # RC2 NDRPDR iter env5
333         - 10  # RC2 NDRPDR iter env5
334         - 12  # RC2 NDRPDR iter env5
335         - 14  # RC2 NDRPDR iter env5
336
337     plot-vpp-hdrh-lat-2n-clx:
338       # TODO: Add:
339       csit-vpp-perf-report-iterative-2009-2n-clx:
340         - 14  # RC2 NDRPDR iter env5
341
342     plot-vpp-nfv-2n-clx-ndrpdr:
343       # TODO: Replace:
344       # csit-vpp-perf-report-iterative-2009-2n-clx:
345       csit-vpp-perf-report-iterative-2005-2n-clx:
346         - 91  # nfv-density-00 env 4
347         - 92  # nfv-density-00 env 4
348         - 93  # nfv-density-00 env 4
349         - 97  # nfv-density-00 env 4
350         - 98  # nfv-density-00 env 4
351         - 99  # nfv-density-00 env 4
352         - 100 # nfv-density-00 env 4
353         - 105 # nfv-density-00 env 4
354         - 106 # nfv-density-00 env 4
355         - 108 # nfv-density-00 env 4
356
357     plot-vpp-nfv-2n-clx-mrr:
358       # TODO: Replace:
359       # csit-vpp-perf-report-iterative-2009-2n-clx:
360       csit-vpp-perf-report-iterative-2005-2n-clx:
361         - 96  # MRR
362
363     plot-vpp-nfv-reconf-2n-clx:
364       # TODO: Replace:
365       # csit-vpp-perf-report-iterative-2009-2n-clx:
366       csit-vpp-perf-report-iterative-2005-2n-clx:
367         - 81  # Reconf env 4
368         - 82  # Reconf env 4
369         - 83  # Reconf env 4
370         - 84  # Reconf env 4
371         - 85  # Reconf env 4
372         - 86  # Reconf env 4
373         - 87  # Reconf env 4
374         - 88  # Reconf env 4
375         - 89  # Reconf env 4
376         - 90  # Reconf env 4
377
378     plot-vpp-soak-2n-clx:
379       # TODO: Replace:
380       # csit-vpp-perf-report-iterative-2009-2n-clx:
381       csit-vpp-perf-report-iterative-2005-2n-clx:
382         - 101 # Soak
383         - 102 # Soak
384
385     plot-dpdk-throughput-latency-2n-clx:
386       csit-dpdk-perf-report-iterative-2009-2n-clx:
387         - 4   # NDRPDR iter env5
388         - 5   # NDRPDR iter env5
389         - 6   # NDRPDR iter env5
390         - 7   # NDRPDR iter env5
391         - 8   # NDRPDR iter env5
392         - 9   # NDRPDR iter env5
393         - 10  # NDRPDR iter env5
394         - 11  # NDRPDR iter env5
395         - 12  # NDRPDR iter env5
396         - 13  # NDRPDR iter env5
397
398     plot-dpdk-hdrh-lat-2n-clx:
399       csit-dpdk-perf-report-iterative-2009-2n-clx:
400         - 4   # NDRPDR iter env5
401
402     # 3n-tsh
403
404     plot-vpp-throughput-lat-tsa-3n-tsh:
405       # TODO: Replace:
406       csit-vpp-perf-report-iterative-2009-3n-tsh:
407         - 7   # RC2 NDRPDR iter env5
408
409     plot-vpp-hdrh-lat-3n-tsh:
410       # TODO: Replace:
411       csit-vpp-perf-report-iterative-2009-3n-tsh:
412         - 7   # RC2 NDRPDR iter env5
413
414     plot-dpdk-throughput-latency-3n-tsh:
415       # TODO: Add:
416       csit-dpdk-perf-report-iterative-2009-3n-tsh:
417         - 1   # NDRPDR iter env5
418         - 2   # NDRPDR iter env5
419         - 3   # NDRPDR iter env5
420         - 4   # NDRPDR iter env5
421         - 5   # NDRPDR iter env5
422         - 6   # NDRPDR iter env5
423         - 7   # NDRPDR iter env5
424         - 9   # NDRPDR iter env5
425         - 10  # NDRPDR iter env5
426
427     plot-dpdk-hdrh-lat-3n-tsh:
428       csit-dpdk-perf-report-iterative-2009-3n-tsh:
429         - 1   # NDRPDR iter env5
430
431     # 3n-dnv
432
433     plot-vpp-throughput-lat-tsa-3n-dnv:
434       # TODO: Replace:
435       # csit-vpp-perf-report-iterative-2009-3n-dnv:
436       csit-vpp-perf-report-iterative-2005-3n-dnv:
437         - 2   # NDRPDR sel
438         - 3   # NDRPDR sel
439         - 4   # NDRPDR sel
440         - 5   # NDRPDR sel
441         - 6   # NDRPDR sel
442         - 7   # NDRPDR sel
443         - 9   # NDRPDR sel
444         - 10  # NDRPDR sel
445         - 11  # NDRPDR sel
446         - 12  # NDRPDR sel
447
448     plot-dpdk-throughput-latency-3n-dnv:
449       # TODO: Replace:
450       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
451       csit-dpdk-perf-report-iterative-2005-3n-dnv:
452         - 6   # NDRPDR sel
453         - 7   # NDRPDR sel
454         - 8   # NDRPDR sel
455         - 9   # NDRPDR sel
456         - 10  # NDRPDR sel
457         - 11  # NDRPDR sel
458         - 12  # NDRPDR sel
459         - 13  # NDRPDR sel
460         - 14  # NDRPDR sel
461         - 16  # NDRPDR sel
462
463     # 2n-dnv
464
465     plot-vpp-throughput-lat-tsa-2n-dnv:
466       # TODO: Replace:
467       # csit-vpp-perf-report-iterative-2009-2n-dnv:
468       csit-vpp-perf-report-iterative-2005-2n-dnv:
469         - 3   # NDRPDR sel
470         - 6   # NDRPDR sel
471         - 7   # NDRPDR sel
472         - 8   # NDRPDR sel
473         - 9   # NDRPDR sel
474         - 10  # NDRPDR sel
475         - 11  # NDRPDR sel
476         - 12  # NDRPDR sel
477         - 13  # NDRPDR sel
478         - 14  # NDRPDR sel
479
480     plot-dpdk-throughput-latency-2n-dnv:
481       # TODO: Replace:
482       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
483       csit-dpdk-perf-report-iterative-2005-2n-dnv:
484         - 8   # NDRPDR sel
485         - 9   # NDRPDR sel
486         - 10  # NDRPDR sel
487         - 11  # NDRPDR sel
488         - 12  # NDRPDR sel
489         - 13  # NDRPDR sel
490         - 14  # NDRPDR sel
491         - 15  # NDRPDR sel
492         - 16  # NDRPDR sel
493         - 17  # NDRPDR sel
494
495     ###########################################################################
496     # Simple tables (only one data set):
497
498     # NIC Comparisons
499
500     vpp-nic-comparison-3n-skx:
501       # TODO: Add:
502       csit-vpp-perf-report-iterative-2009-3n-skx:
503         - 10  # RC2 NDRPDR iter env5
504         - 12  # RC2 NDRPDR iter env5
505         - 14  # RC2 NDRPDR iter env5
506         - 15  # RC2 NDRPDR iter env5
507         - 16  # RC2 NDRPDR iter env5
508
509     vpp-nic-comparison-2n-skx:
510       # TODO: Add:
511       csit-vpp-perf-report-iterative-2009-2n-skx:
512         - 8   # RC2 NDRPDR iter env5
513         - 10  # RC2 NDRPDR iter env5
514         - 12  # RC2 NDRPDR iter env5
515         - 14  # RC2 NDRPDR iter env5
516         - 15  # RC2 NDRPDR iter env5
517
518     vpp-nic-comparison-3n-skx-mrr:
519       # TODO: Replace:
520       # csit-vpp-perf-report-iterative-2009-3n-skx:
521       csit-vpp-perf-report-iterative-2005-3n-skx:
522         - 49  # MRR sel env 4
523
524     vpp-nic-comparison-2n-skx-mrr:
525       # TODO: Replace:
526       # csit-vpp-perf-report-iterative-2009-2n-skx:
527       csit-vpp-perf-report-iterative-2005-2n-skx:
528         - 99  # MRR sel env 4
529
530     # Results
531
532     vpp-perf-results-3n-hsw:
533       # TODO: Replace:
534       csit-vpp-perf-report-coverage-2009-3n-hsw:
535         - 2   # RC2 env5 3n-hsw-ip4-00
536
537     vpp-perf-results-3n-skx:
538       # TODO: Replace:
539       csit-vpp-perf-report-coverage-2009-3n-skx:
540         - 1   # RC2 env5 3n-skx-ip4-00
541
542     vpp-perf-results-2n-skx:
543       # TODO: Replace:
544       csit-vpp-perf-report-coverage-2009-2n-skx:
545         - 7   # RC2 env5 2n-skx-ip4-00
546
547     vpp-perf-results-2n-clx:
548       # TODO: Replace:
549       csit-vpp-perf-report-coverage-2009-2n-clx:
550         - 1   # RC2 env5 2n-clx-ip4-00
551
552     vpp-perf-results-3n-tsh:
553       # TODO: Add:
554       csit-vpp-perf-report-coverage-2009-3n-tsh:
555         - 1   # 3n-tsh-ip4-00
556
557     vpp-perf-results-3n-dnv:
558       # TODO: Replace:
559       # csit-vpp-perf-report-coverage-2009-3n-dnv:
560       csit-vpp-perf-report-coverage-2005-3n-dnv:
561         - 1   # perf-full-3n-dnv-crypto_I
562         - 24  # perf-full-3n-dnv-crypto_II
563         - 5   # perf-full-3n-dnv-ip4_I
564         - 13  # perf-full-3n-dnv-ip4_II
565         - 17  # perf-full-3n-dnv-ip6_I
566         - 18  # perf-full-3n-dnv-ip6_II
567         - 21  # perf-full-3n-dnv-l2_I
568         - 22  # perf-full-3n-dnv-l2_II
569         - 23  # perf-full-3n-dnv-ip4-tunnels_I
570
571     vpp-perf-results-2n-dnv:
572       # TODO: Replace:
573       # csit-vpp-perf-report-coverage-2009-2n-dnv:
574       csit-vpp-perf-report-coverage-2005-2n-dnv:
575         - 1   # perf-full-2n-dnv-ip4_I
576         - 2   # perf-full-2n-dnv-ip4_II
577         - 3   # perf-full-2n-dnv-ip6_I
578         - 4   # perf-full-2n-dnv-ip6_II
579         - 5   # perf-full-2n-dnv-l2_I
580         - 6   # perf-full-2n-dnv-l2_II
581
582     vpp-mrr-results-3n-hsw:
583       # TODO: Replace:
584       # csit-vpp-perf-report-iterative-2009-3n-hsw:
585       csit-vpp-perf-report-iterative-2005-3n-hsw:
586         - 30  # MRR env 4
587
588     vpp-mrr-results-3n-skx:
589       # TODO: Replace:
590       # csit-vpp-perf-report-iterative-2009-3n-skx:
591       csit-vpp-perf-report-iterative-2005-3n-skx:
592         - 49  # MRR sel env 4
593
594     vpp-mrr-results-2n-skx:
595       # TODO: Replace:
596       # csit-vpp-perf-report-iterative-2009-2n-skx:
597       csit-vpp-perf-report-iterative-2005-2n-skx:
598         - 99  # MRR sel env 4
599
600     vpp-mrr-results-2n-clx:
601       # TODO: Replace:
602       # csit-vpp-perf-report-iterative-2009-2n-clx:
603       csit-vpp-perf-report-iterative-2005-2n-clx:
604         - 72  # MRR env 4
605
606     vpp-mrr-results-3n-tsh:
607       # TODO: Replace:
608       # csit-vpp-perf-report-iterative-2009-3n-tsh:
609       csit-vpp-perf-report-iterative-2005-3n-tsh:
610         - 27  # MRR sel env 4
611
612     vpp-mrr-results-3n-dnv:
613       # TODO: Replace:
614       # csit-vpp-perf-report-iterative-2009-3n-dnv:
615       csit-vpp-perf-report-iterative-2005-3n-dnv:
616         - 8   # MRR
617
618     vpp-mrr-results-2n-dnv:
619       # TODO: Replace:
620       # csit-vpp-perf-report-iterative-2009-2n-dnv:
621       csit-vpp-perf-report-iterative-2005-2n-dnv:
622         - 15  # MRR sel
623
624     vpp-device-results-ubuntu:
625       # TODO: Replace:
626       csit-vpp-device-2009-ubuntu1804-1n-skx:
627         - 89  # RC2 env 5
628
629     dpdk-perf-results-3n-hsw:
630       csit-dpdk-perf-report-iterative-2009-3n-hsw:
631         - 6   # NDRPDR iter env5
632
633     dpdk-perf-results-3n-skx:
634       csit-dpdk-perf-report-iterative-2009-3n-skx:
635         - 4   # NDRPDR sel env5
636
637     dpdk-perf-results-2n-skx:
638       csit-dpdk-perf-report-iterative-2009-2n-skx:
639         - 4   # NDRPDR iter env5
640
641     dpdk-perf-results-2n-clx:
642       csit-dpdk-perf-report-iterative-2009-2n-clx:
643         - 4   # NDRPDR iter env5
644
645     dpdk-perf-results-2n-dnv:
646       # TODO: Replace:
647       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
648       csit-dpdk-perf-report-iterative-2005-2n-dnv:
649         - 8   # NDRPDR sel
650
651     dpdk-perf-results-3n-dnv:
652       # TODO: Replace:
653       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
654       csit-dpdk-perf-report-iterative-2005-3n-dnv:
655         - 6   # NDRPDR sel
656
657     dpdk-perf-results-3n-tsh:
658       csit-dpdk-perf-report-iterative-2009-3n-tsh:
659         - 1   # NDRPDR iter env5
660
661 ###########################################################################
662     # Tables (more than one data set)
663
664     # Performance changes
665
666     vpp-performance-changes-3n-hsw-h1:
667       csit-vpp-perf-report-iterative-2005-3n-hsw:
668         - 31  # NDRPDR sel 2001.0-4
669         - 32  # NDRPDR sel 2001.0-4
670         - 33  # NDRPDR sel 2001.0-4
671         - 34  # NDRPDR sel 2001.0-4
672         - 35  # NDRPDR sel 2001.0-4
673         - 36  # NDRPDR sel 2001.0-4
674         - 38  # NDRPDR sel 2001.0-4
675     vpp-performance-changes-3n-hsw-ref-env4:
676       csit-vpp-perf-report-iterative-2005-3n-hsw:
677         - 20  # NDRPDR sel env 4
678         - 21  # NDRPDR sel env 4
679         - 22  # NDRPDR sel env 4
680         - 23  # NDRPDR sel env 4
681         - 24  # NDRPDR sel env 4
682         - 25  # NDRPDR sel env 4
683         - 26  # NDRPDR sel env 4
684         - 27  # NDRPDR sel env 4
685         - 28  # NDRPDR sel env 4
686         - 29  # NDRPDR sel env 4
687     vpp-performance-changes-3n-hsw-ref-env5:
688       csit-vpp-perf-report-iterative-2009-3n-hsw:
689         - 9   # rls2005 NDRPDR iter env 5
690         - 10  # rls2005 NDRPDR iter env 5
691         - 11  # rls2005 NDRPDR iter env 5
692         - 12  # rls2005 NDRPDR iter env 5
693         - 13  # rls2005 NDRPDR iter env 5
694         - 14  # rls2005 NDRPDR iter env 5
695         - 15  # rls2005 NDRPDR iter env 5
696         - 16  # rls2005 NDRPDR iter env 5
697         - 17  # rls2005 NDRPDR iter env 5
698         - 19  # rls2005 NDRPDR iter env 5
699     vpp-performance-changes-3n-hsw-cmp:
700       # TODO: Add:
701       csit-vpp-perf-report-iterative-2009-3n-hsw:
702         - 4   # RC2 NDRPDR iter env5
703         - 5   # RC2 NDRPDR iter env5
704         - 6   # RC2 NDRPDR iter env5
705         - 7   # RC2 NDRPDR iter env5
706         - 8   # RC2 NDRPDR iter env5
707         - 20  # RC2 NDRPDR iter env5
708
709     vpp-performance-changes-3n-skx-h1:
710       csit-vpp-perf-report-iterative-2005-3n-skx:
711         - 50  # NDRPDR sel 2001.0-4
712         - 51  # NDRPDR sel 2001.0-4
713         - 52  # NDRPDR sel 2001.0-4
714         - 53  # NDRPDR sel 2001.0-4
715         - 54  # NDRPDR sel 2001.0-4
716     vpp-performance-changes-3n-skx-ref-env4:
717       csit-vpp-perf-report-iterative-2005-3n-skx:
718         - 42  # NDRPDR sel env 4
719         - 43  # NDRPDR sel env 4
720         - 44  # NDRPDR sel env 4
721         - 45  # NDRPDR sel env 4
722         - 47  # NDRPDR sel env 4
723         - 55  # NDRPDR sel env 4
724         - 56  # NDRPDR sel env 4
725         - 57  # NDRPDR sel env 4
726         - 61  # NDRPDR sel env 4
727         - 62  # NDRPDR sel env 4
728     vpp-performance-changes-3n-skx-ref-env5:
729       csit-vpp-perf-report-iterative-2009-3n-skx:
730         - 13  # rls2005 NDRPDR iter env 5
731     vpp-performance-changes-3n-skx-cmp:
732       # TODO: Add:
733       csit-vpp-perf-report-iterative-2009-3n-skx:
734         - 10  # RC2 NDRPDR iter env5
735         - 12  # RC2 NDRPDR iter env5
736         - 14  # RC2 NDRPDR iter env5
737         - 15  # RC2 NDRPDR iter env5
738         - 16  # RC2 NDRPDR iter env5
739
740     vpp-performance-changes-2n-skx-h1:
741       csit-vpp-perf-report-iterative-2005-2n-skx:
742         - 100 # NDRPDR sel 2001.0-4
743         - 101 # NDRPDR sel 2001.0-4
744         - 102 # NDRPDR sel 2001.0-4
745         - 103 # NDRPDR sel 2001.0-4
746         - 104 # NDRPDR sel 2001.0-4
747         - 105 # NDRPDR sel 2001.0-4
748     vpp-performance-changes-2n-skx-ref-env4:
749       csit-vpp-perf-report-iterative-2005-2n-skx:
750         - 88  # NDRPDR sel env 4
751         - 89  # NDRPDR sel env 4
752         - 90  # NDRPDR sel env 4
753         - 91  # NDRPDR sel env 4
754         - 92  # NDRPDR sel env 4
755         - 93  # NDRPDR sel env 4
756         - 94  # NDRPDR sel env 4
757         - 125 # NDRPDR sel env 4
758         - 126 # NDRPDR sel env 4
759         - 127 # NDRPDR sel env 4
760     vpp-performance-changes-2n-skx-ref-env5:
761       csit-vpp-perf-report-iterative-2009-2n-skx:
762         - 13  # rls2005 NDRPDR iter env 5
763         - 16  # rls2005 NDRPDR iter env 5
764         - 17  # rls2005 NDRPDR iter env 5
765         - 18  # rls2005 NDRPDR iter env 5
766         - 19  # rls2005 NDRPDR iter env 5
767         - 21  # rls2005 NDRPDR iter env 5
768         - 23  # rls2005 NDRPDR iter env 5
769     vpp-performance-changes-2n-skx-cmp:
770       # TODO: Add:
771       csit-vpp-perf-report-iterative-2009-2n-skx:
772         - 8   # RC2 NDRPDR iter env5
773         - 10  # RC2 NDRPDR iter env5
774         - 12  # RC2 NDRPDR iter env5
775         - 14  # RC2 NDRPDR iter env5
776         - 15  # RC2 NDRPDR iter env5
777
778     vpp-performance-changes-2n-clx-h1:
779       csit-vpp-perf-report-iterative-2005-2n-clx:
780         - 73  # NDRPDR sel 2001.0-4
781         - 74  # NDRPDR sel 2001.0-4
782         - 75  # NDRPDR sel 2001.0-4
783         - 76  # NDRPDR sel 2001.0-4
784         - 77  # NDRPDR sel 2001.0-4
785         - 78  # NDRPDR sel 2001.0-4
786         - 79  # NDRPDR sel 2001.0-4
787         - 80  # NDRPDR sel 2001.0-4
788     vpp-performance-changes-2n-clx-ref-env4:
789       csit-vpp-perf-report-iterative-2005-2n-clx:
790         - 62  # NDRPDR sel env 4
791         - 63  # NDRPDR sel env 4
792         - 64  # NDRPDR sel env 4
793         - 65  # NDRPDR sel env 4
794         - 66  # NDRPDR sel env 4
795         - 68  # NDRPDR sel env 4
796         - 69  # NDRPDR sel env 4
797         - 70  # NDRPDR sel env 4
798         - 103 # NDRPDR sel env 4
799         - 104 # NDRPDR sel env 4
800     vpp-performance-changes-2n-clx-ref-env5:
801       csit-vpp-perf-report-iterative-2009-2n-clx:
802         - 13  # rls2005 NDRPDR iter env 5
803         - 15  # rls2005 NDRPDR iter env 5
804         - 17  # rls2005 NDRPDR iter env 5
805         - 18  # rls2005 NDRPDR iter env 5
806         - 19  # rls2005 NDRPDR iter env 5
807     vpp-performance-changes-2n-clx-cmp:
808       # TODO: Add:
809       csit-vpp-perf-report-iterative-2009-2n-clx:
810         - 7   # RC2 NDRPDR iter env5
811         - 9   # RC2 NDRPDR iter env5
812         - 10  # RC2 NDRPDR iter env5
813         - 12  # RC2 NDRPDR iter env5
814         - 14  # RC2 NDRPDR iter env5
815
816     vpp-performance-changes-2n-dnv-h1:
817       csit-vpp-perf-verify-2001-2n-dnv:
818         - 4   # NDRPDR sel
819         - 5   # NDRPDR sel
820         - 6   # NDRPDR sel
821         - 7   # NDRPDR sel
822         - 8   # NDRPDR sel
823         - 9   # NDRPDR sel
824         - 10  # NDRPDR sel
825         - 11  # NDRPDR sel
826         - 13  # NDRPDR sel
827         - 16  # NDRPDR sel
828     vpp-performance-changes-2n-dnv-ref:
829       csit-vpp-perf-report-iterative-2005-2n-dnv:
830         - 3   # NDRPDR sel
831         - 6   # NDRPDR sel
832         - 7   # NDRPDR sel
833         - 8   # NDRPDR sel
834         - 9   # NDRPDR sel
835         - 10  # NDRPDR sel
836         - 11  # NDRPDR sel
837         - 12  # NDRPDR sel
838         - 13  # NDRPDR sel
839         - 14  # NDRPDR sel
840     vpp-performance-changes-2n-dnv-cmp:
841       # TODO: Replace:
842       # csit-vpp-perf-report-iterative-2009-2n-dnv:
843       csit-vpp-perf-report-iterative-2005-2n-dnv:
844         - 3   # NDRPDR sel
845         - 6   # NDRPDR sel
846         - 7   # NDRPDR sel
847         - 8   # NDRPDR sel
848         - 9   # NDRPDR sel
849         - 10  # NDRPDR sel
850         - 11  # NDRPDR sel
851         - 12  # NDRPDR sel
852         - 13  # NDRPDR sel
853         - 14  # NDRPDR sel
854
855     vpp-performance-changes-3n-dnv-h1:
856       csit-vpp-perf-verify-2001-3n-dnv:
857         - 5   # NDRPDR sel
858         - 6   # NDRPDR sel
859         - 7   # NDRPDR sel
860         - 8   # NDRPDR sel
861         - 9   # NDRPDR sel
862         - 10  # NDRPDR sel
863         - 12  # NDRPDR sel
864         - 16  # NDRPDR sel
865         - 17  # NDRPDR sel
866         - 18  # NDRPDR sel
867     vpp-performance-changes-3n-dnv-ref:
868       csit-vpp-perf-report-iterative-2005-3n-dnv:
869         - 2   # NDRPDR sel
870         - 3   # NDRPDR sel
871         - 4   # NDRPDR sel
872         - 5   # NDRPDR sel
873         - 6   # NDRPDR sel
874         - 7   # NDRPDR sel
875         - 9   # NDRPDR sel
876         - 10  # NDRPDR sel
877         - 11  # NDRPDR sel
878         - 12  # NDRPDR sel
879     vpp-performance-changes-3n-dnv-cmp:
880       # TODO: Replace:
881       # csit-vpp-perf-report-iterative-2009-3n-dnv:
882       csit-vpp-perf-report-iterative-2005-3n-dnv:
883         - 2   # NDRPDR sel
884         - 3   # NDRPDR sel
885         - 4   # NDRPDR sel
886         - 5   # NDRPDR sel
887         - 6   # NDRPDR sel
888         - 7   # NDRPDR sel
889         - 9   # NDRPDR sel
890         - 10  # NDRPDR sel
891         - 11  # NDRPDR sel
892         - 12  # NDRPDR sel
893
894     vpp-performance-changes-3n-tsh-h1:
895       csit-vpp-perf-report-iterative-2005-3n-tsh:
896         - 28  # NDRPDR sel 2001.0-4
897         - 29  # NDRPDR sel 2001.0-4
898         - 31  # NDRPDR sel 2001.0-4
899     vpp-performance-changes-3n-tsh-ref-env4:
900       csit-vpp-perf-report-iterative-2005-3n-tsh:
901         - 23  # NDRPDR sel env 4
902         - 25  # NDRPDR sel env 4
903         - 33  # NDRPDR sel env 4
904         - 34  # NDRPDR sel env 4
905         - 35  # NDRPDR sel env 4
906         - 36  # NDRPDR sel env 4
907         - 37  # NDRPDR sel env 4
908         - 38  # NDRPDR sel env 4
909         - 39  # NDRPDR sel env 4
910         - 40  # NDRPDR sel env 4
911     vpp-performance-changes-3n-tsh-ref-env5:
912       csit-vpp-perf-report-iterative-2009-3n-tsh:
913         - 8   # rls2005 NDRPDR iter env 5
914     vpp-performance-changes-3n-tsh-cmp:
915       # TODO: Replace:
916       csit-vpp-perf-report-iterative-2009-3n-tsh:
917         - 7   # RC2 NDRPDR iter env5
918
919     vpp-soak-vs-ndr-2n-skx-ref:
920       # TODO: Replace:
921       # csit-vpp-perf-report-iterative-2009-2n-skx:
922       csit-vpp-perf-report-iterative-2005-2n-skx:
923         - 88  # NDRPDR sel env 4
924         - 89  # NDRPDR sel env 4
925         - 90  # NDRPDR sel env 4
926         - 91  # NDRPDR sel env 4
927         - 92  # NDRPDR sel env 4
928         - 93  # NDRPDR sel env 4
929         - 94  # NDRPDR sel env 4
930         - 125 # NDRPDR sel env 4
931         - 126 # NDRPDR sel env 4
932         - 127 # NDRPDR sel env 4
933     vpp-soak-vs-ndr-2n-skx-cmp:
934       # TODO: Replace:
935       # csit-vpp-perf-report-iterative-2009-2n-skx:
936       csit-vpp-perf-report-iterative-2005-2n-skx:
937         - 122 # Soak
938         - 123 # Soak
939     vpp-soak-vs-ndr-2n-skx:
940       # TODO: Replace:
941       # csit-vpp-perf-report-iterative-2009-2n-skx:
942       csit-vpp-perf-report-iterative-2005-2n-skx:
943         - 88  # NDRPDR sel env 4
944         - 89  # NDRPDR sel env 4
945         - 90  # NDRPDR sel env 4
946         - 91  # NDRPDR sel env 4
947         - 92  # NDRPDR sel env 4
948         - 93  # NDRPDR sel env 4
949         - 94  # NDRPDR sel env 4
950         - 125 # NDRPDR sel env 4
951         - 126 # NDRPDR sel env 4
952         - 127 # NDRPDR sel env 4
953         - 122 # Soak
954         - 123 # Soak
955
956     vpp-soak-vs-ndr-2n-clx-ref:
957       # TODO: Replace:
958       # csit-vpp-perf-report-iterative-2009-2n-clx:
959       csit-vpp-perf-report-iterative-2005-2n-clx:
960         - 62  # NDRPDR sel env 4
961         - 63  # NDRPDR sel env 4
962         - 64  # NDRPDR sel env 4
963         - 65  # NDRPDR sel env 4
964         - 66  # NDRPDR sel env 4
965         - 68  # NDRPDR sel env 4
966         - 69  # NDRPDR sel env 4
967         - 70  # NDRPDR sel env 4
968         - 103 # NDRPDR sel env 4
969         - 104 # NDRPDR sel env 4
970     vpp-soak-vs-ndr-2n-clx-cmp:
971       # TODO: Replace:
972       # csit-vpp-perf-report-iterative-2009-2n-clx:
973       csit-vpp-perf-report-iterative-2005-2n-clx:
974         - 101 # Soak
975         - 102 # Soak
976     vpp-soak-vs-ndr-2n-clx:
977       # TODO: Replace:
978       # csit-vpp-perf-report-iterative-2009-2n-clx:
979       csit-vpp-perf-report-iterative-2005-2n-clx:
980         - 62  # NDRPDR sel env 4
981         - 63  # NDRPDR sel env 4
982         - 64  # NDRPDR sel env 4
983         - 65  # NDRPDR sel env 4
984         - 66  # NDRPDR sel env 4
985         - 68  # NDRPDR sel env 4
986         - 69  # NDRPDR sel env 4
987         - 70  # NDRPDR sel env 4
988         - 103 # NDRPDR sel env 4
989         - 104 # NDRPDR sel env 4
990         - 101 # Soak
991         - 102 # Soak
992
993     vpp-performance-changes-3n-hsw-mrr-h1:
994       csit-vpp-perf-verify-2001-3n-hsw:
995         - 17  # MRR sel
996     vpp-performance-changes-3n-hsw-mrr-ref-env4:
997       csit-vpp-perf-report-iterative-2005-3n-hsw:
998         - 30  # MRR env 4
999     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1000       csit-vpp-perf-report-iterative-2009-3n-hsw:
1001         - 18  # rls2005 MRR iter env 5
1002     vpp-performance-changes-3n-hsw-mrr-cmp:
1003       # TODO: Replace:
1004       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1005       csit-vpp-perf-report-iterative-2005-3n-hsw:
1006         - 30  # MRR env 4
1007
1008     vpp-performance-changes-3n-skx-mrr-h1:
1009       csit-vpp-perf-verify-2001-3n-skx:
1010         - 50  # MRR sel
1011         - 53  # MRR sel addition
1012     vpp-performance-changes-3n-skx-mrr-ref-env4:
1013       csit-vpp-perf-report-iterative-2005-3n-skx:
1014         - 49  # MRR sel env 4
1015     vpp-performance-changes-3n-skx-mrr-ref-env5:
1016       csit-vpp-perf-report-iterative-2009-3n-skx:
1017         - 17  # rls2005 MRR iter env 5
1018     vpp-performance-changes-3n-skx-mrr-cmp:
1019       # TODO: Replace:
1020       # csit-vpp-perf-report-iterative-2009-3n-skx:
1021       csit-vpp-perf-report-iterative-2005-3n-skx:
1022         - 49  # MRR sel env 4
1023
1024     vpp-performance-changes-2n-skx-mrr-h1:
1025       csit-vpp-perf-verify-2001-2n-skx:
1026         - 101 # MRR sel
1027         - 128 # MRR sel addition
1028     vpp-performance-changes-2n-skx-mrr-ref-env4:
1029       csit-vpp-perf-report-iterative-2005-2n-skx:
1030         - 99  # MRR sel env 4
1031     vpp-performance-changes-2n-skx-mrr-ref-env5:
1032       csit-vpp-perf-report-iterative-2009-2n-skx:
1033         - 20  # rls2005 MRR iter env 5
1034     vpp-performance-changes-2n-skx-mrr-cmp:
1035       # TODO: Replace:
1036       # csit-vpp-perf-report-iterative-2009-2n-skx:
1037       csit-vpp-perf-report-iterative-2005-2n-skx:
1038         - 99  # MRR sel env 4
1039
1040     vpp-performance-changes-2n-clx-mrr-h1:
1041       csit-vpp-perf-verify-2001-2n-clx:
1042         - 39  # MRR
1043     vpp-performance-changes-2n-clx-mrr-ref-env4:
1044       csit-vpp-perf-report-iterative-2005-2n-clx:
1045         - 72   # MRR sel env 4
1046     vpp-performance-changes-2n-clx-mrr-ref-env5:
1047       csit-vpp-perf-report-iterative-2009-2n-clx:
1048         - 16  # rls2005 MRR iter env 5
1049     vpp-performance-changes-2n-clx-mrr-cmp:
1050       # TODO: Replace:
1051       # csit-vpp-perf-report-iterative-2009-2n-clx:
1052       csit-vpp-perf-report-iterative-2005-2n-clx:
1053         - 72   # MRR sel env 4
1054
1055 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1056 #      csit-vpp-perf-verify-1908-2n-skx:
1057 #        - 71  # NFV MRR
1058 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1059 #      # csit-vpp-perf-verify-2001-2n-skx:
1060 #      csit-vpp-perf-verify-1908-2n-skx:
1061 #        - 71  # NFV MRR
1062
1063     vpp-performance-changes-2n-dnv-mrr-h1:
1064       csit-vpp-perf-verify-2001-2n-dnv:
1065         - 12  # MRR sel
1066     vpp-performance-changes-2n-dnv-mrr-ref:
1067       csit-vpp-perf-report-iterative-2005-2n-dnv:
1068         - 15  # MRR sel
1069     vpp-performance-changes-2n-dnv-mrr-cmp:
1070       # TODO: Replace:
1071       # csit-vpp-perf-report-iterative-2009-2n-dnv:
1072       csit-vpp-perf-report-iterative-2005-2n-dnv:
1073         - 15  # MRR sel
1074
1075     vpp-performance-changes-3n-dnv-mrr-h1:
1076       csit-vpp-perf-verify-2001-3n-dnv:
1077         - 11  # MRR sel
1078     vpp-performance-changes-3n-dnv-mrr-ref:
1079       csit-vpp-perf-report-iterative-2005-3n-dnv:
1080         - 8   # MRR
1081     vpp-performance-changes-3n-dnv-mrr-cmp:
1082       # TODO: Replace:
1083       # csit-vpp-perf-report-iterative-2009-3n-dnv:
1084       csit-vpp-perf-report-iterative-2005-3n-dnv:
1085         - 8   # MRR
1086
1087     vpp-performance-changes-3n-tsh-mrr-h1:
1088       csit-vpp-perf-verify-2001-3n-tsh:
1089         - 9   # MRR sel
1090     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1091       csit-vpp-perf-report-iterative-2005-3n-tsh:
1092         - 27  # MRR sel env 4
1093     vpp-performance-changes-3n-tsh-mrr-cmp:
1094       # TODO: Replace:
1095       # csit-vpp-perf-report-iterative-2009-3n-tsh:
1096       csit-vpp-perf-report-iterative-2005-3n-tsh:
1097         - 27  # MRR sel env 4
1098
1099     dpdk-performance-changes-3n-hsw-h1:
1100       csit-dpdk-perf-verify-2001-3n-hsw:
1101         - 4   # NDRPDR sel
1102         - 5   # NDRPDR sel
1103         - 6   # NDRPDR sel
1104         - 7   # NDRPDR sel
1105         - 8   # NDRPDR sel
1106         - 9   # NDRPDR sel
1107         - 10  # NDRPDR sel
1108         - 11  # NDRPDR sel
1109         - 12  # NDRPDR sel
1110         - 13  # NDRPDR sel
1111         - 15  # NDRPDR sel
1112         - 16  # NDRPDR sel
1113         - 17  # NDRPDR sel
1114         - 18  # NDRPDR sel
1115         - 19  # NDRPDR sel
1116         - 20  # NDRPDR sel
1117         - 21  # NDRPDR sel
1118         - 22  # NDRPDR sel
1119         - 23  # NDRPDR sel
1120         - 24  # NDRPDR sel
1121     dpdk-performance-changes-3n-hsw-ref:
1122       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1123         - 25  # NDRPDR iter
1124         - 26  # NDRPDR iter
1125         - 27  # NDRPDR iter
1126         - 28  # NDRPDR iter
1127         - 29  # NDRPDR iter
1128         - 30  # NDRPDR iter
1129         - 31  # NDRPDR iter
1130         - 32  # NDRPDR iter
1131         - 33  # NDRPDR iter
1132         - 34  # NDRPDR iter
1133     dpdk-performance-changes-3n-hsw-cmp:
1134       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1135         - 6   # NDRPDR iter env5
1136         - 7   # NDRPDR iter env5
1137         - 8   # NDRPDR iter env5
1138         - 9   # NDRPDR iter env5
1139         - 10  # NDRPDR iter env5
1140         - 11  # NDRPDR iter env5
1141         - 12  # NDRPDR iter env5
1142         - 13  # NDRPDR iter env5
1143         - 14  # NDRPDR iter env5
1144         - 15  # NDRPDR iter env5
1145
1146     dpdk-performance-changes-3n-skx-h1:
1147       csit-dpdk-perf-verify-2001-3n-skx:
1148         - 29  # NDRPDR sel xxv710
1149         - 33  # NDRPDR sel xxv710
1150         - 34  # NDRPDR sel xxv710
1151         - 35  # NDRPDR sel xxv710
1152         - 36  # NDRPDR sel xxv710
1153         - 37  # NDRPDR sel xxv710
1154         - 41  # NDRPDR sel xxv710
1155         - 42  # NDRPDR sel xxv710
1156         - 43  # NDRPDR sel xxv710
1157         - 45  # NDRPDR sel xxv710
1158         - 30  # NDRPDR sel x710
1159         - 31  # NDRPDR sel x710
1160         - 32  # NDRPDR sel x710
1161         - 38  # NDRPDR sel x710
1162         - 39  # NDRPDR sel x710
1163         - 40  # NDRPDR sel x710
1164         - 44  # NDRPDR sel x710
1165         - 46  # NDRPDR sel x710
1166         - 47  # NDRPDR sel x710
1167         - 48  # NDRPDR sel x710
1168     dpdk-performance-changes-3n-skx-ref:
1169       csit-dpdk-perf-report-iterative-2005-3n-skx:
1170         - 28  # NDRPDR iter
1171         - 29  # NDRPDR iter
1172         - 30  # NDRPDR iter
1173         - 31  # NDRPDR iter
1174         - 32  # NDRPDR iter
1175         - 33  # NDRPDR iter
1176         - 34  # NDRPDR iter
1177         - 35  # NDRPDR iter
1178         - 36  # NDRPDR iter
1179         - 37  # NDRPDR iter
1180     dpdk-performance-changes-3n-skx-cmp:
1181       csit-dpdk-perf-report-iterative-2009-3n-skx:
1182         - 4   # NDRPDR sel env5
1183         - 5   # NDRPDR sel env5
1184         - 6   # NDRPDR sel env5
1185         - 7   # NDRPDR sel env5
1186         - 8   # NDRPDR sel env5
1187         - 9   # NDRPDR sel env5
1188         - 14  # NDRPDR sel env5
1189         - 11  # NDRPDR sel env5
1190         - 12  # NDRPDR sel env5
1191         - 13  # NDRPDR sel env5
1192
1193     dpdk-performance-changes-2n-skx-h1:
1194       csit-dpdk-perf-verify-2001-2n-skx:
1195         - 35  # NDRPDR sel xxv710
1196         - 36  # NDRPDR sel xxv710
1197         - 37  # NDRPDR sel xxv710
1198         - 41  # NDRPDR sel xxv710
1199         - 42  # NDRPDR sel xxv710
1200         - 43  # NDRPDR sel xxv710
1201         - 46  # NDRPDR sel xxv710
1202         - 47  # NDRPDR sel xxv710
1203         - 52  # NDRPDR sel xxv710
1204         - 53  # NDRPDR sel xxv710
1205         - 38  # NDRPDR sel x710
1206         - 39  # NDRPDR sel x710
1207         - 40  # NDRPDR sel x710
1208         - 44  # NDRPDR sel x710
1209         - 45  # NDRPDR sel x710
1210         - 48  # NDRPDR sel x710
1211         - 49  # NDRPDR sel x710
1212         - 50  # NDRPDR sel x710
1213         - 51  # NDRPDR sel x710
1214         - 54  # NDRPDR sel x710
1215     dpdk-performance-changes-2n-skx-ref:
1216       csit-dpdk-perf-report-iterative-2005-2n-skx:
1217         - 20  # NDRPDR iter
1218         - 21  # NDRPDR iter
1219         - 22  # NDRPDR iter
1220         - 23  # NDRPDR iter
1221         - 24  # NDRPDR iter
1222         - 25  # NDRPDR iter
1223         - 26  # NDRPDR iter
1224         - 27  # NDRPDR iter
1225         - 28  # NDRPDR iter
1226         - 29  # NDRPDR iter
1227     dpdk-performance-changes-2n-skx-cmp:
1228       csit-dpdk-perf-report-iterative-2009-2n-skx:
1229         - 4   # NDRPDR iter env5
1230         - 5   # NDRPDR iter env5
1231         - 6   # NDRPDR iter env5
1232         - 7   # NDRPDR iter env5
1233         - 8   # NDRPDR iter env5
1234         - 9   # NDRPDR iter env5
1235         - 10  # NDRPDR iter env5
1236         - 11  # NDRPDR iter env5
1237         - 12  # NDRPDR iter env5
1238         - 13  # NDRPDR iter env5
1239
1240     dpdk-performance-changes-2n-clx-h1:
1241       csit-dpdk-perf-verify-2001-2n-clx:
1242         - 15  # NDRPDR sel
1243         - 16  # NDRPDR sel
1244         - 17  # NDRPDR sel
1245         - 18  # NDRPDR sel
1246         - 19  # NDRPDR sel
1247         - 20  # NDRPDR sel
1248         - 21  # NDRPDR sel
1249         - 22  # NDRPDR sel
1250         - 23  # NDRPDR sel
1251         - 24  # NDRPDR sel
1252         - 25  # NDRPDR sel
1253         - 26  # NDRPDR sel
1254         - 27  # NDRPDR sel
1255         - 28  # NDRPDR sel
1256         - 29  # NDRPDR sel
1257         - 30  # NDRPDR sel
1258         - 31  # NDRPDR sel
1259         - 32  # NDRPDR sel
1260         - 33  # NDRPDR sel
1261         - 34  # NDRPDR sel
1262     dpdk-performance-changes-2n-clx-ref:
1263       csit-dpdk-perf-report-iterative-2005-2n-clx:
1264         - 20  # NDRPDR iter
1265         - 21  # NDRPDR iter
1266         - 22  # NDRPDR iter
1267         - 23  # NDRPDR iter
1268         - 24  # NDRPDR iter
1269         - 25  # NDRPDR iter
1270         - 26  # NDRPDR iter
1271         - 27  # NDRPDR iter
1272         - 28  # NDRPDR iter
1273         - 29  # NDRPDR iter
1274     dpdk-performance-changes-2n-clx-cmp:
1275       csit-dpdk-perf-report-iterative-2009-2n-clx:
1276         - 4   # NDRPDR iter env5
1277         - 5   # NDRPDR iter env5
1278         - 6   # NDRPDR iter env5
1279         - 7   # NDRPDR iter env5
1280         - 8   # NDRPDR iter env5
1281         - 9   # NDRPDR iter env5
1282         - 10  # NDRPDR iter env5
1283         - 11  # NDRPDR iter env5
1284         - 12  # NDRPDR iter env5
1285         - 13  # NDRPDR iter env5
1286
1287     dpdk-performance-changes-2n-dnv-h1:
1288       csit-dpdk-perf-verify-2001-2n-dnv:
1289         - 9   # NDRPDR sel
1290         - 10  # NDRPDR sel
1291         - 11  # NDRPDR sel
1292         - 12  # NDRPDR sel
1293         - 13  # NDRPDR sel
1294         - 14  # NDRPDR sel
1295         - 15  # NDRPDR sel
1296         - 16  # NDRPDR sel
1297         - 17  # NDRPDR sel
1298         - 18  # NDRPDR sel
1299     dpdk-performance-changes-2n-dnv-ref:
1300       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1301         - 8   # NDRPDR sel
1302         - 9   # NDRPDR sel
1303         - 10  # NDRPDR sel
1304         - 11  # NDRPDR sel
1305         - 12  # NDRPDR sel
1306         - 13  # NDRPDR sel
1307         - 14  # NDRPDR sel
1308         - 15  # NDRPDR sel
1309         - 16  # NDRPDR sel
1310         - 17  # NDRPDR sel
1311     dpdk-performance-changes-2n-dnv-cmp:
1312       # TODO: Replace:
1313       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
1314       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1315         - 8   # NDRPDR sel
1316         - 9   # NDRPDR sel
1317         - 10  # NDRPDR sel
1318         - 11  # NDRPDR sel
1319         - 12  # NDRPDR sel
1320         - 13  # NDRPDR sel
1321         - 14  # NDRPDR sel
1322         - 15  # NDRPDR sel
1323         - 16  # NDRPDR sel
1324         - 17  # NDRPDR sel
1325
1326     dpdk-performance-changes-3n-dnv-h1:
1327       csit-dpdk-perf-verify-2001-3n-dnv:
1328         - 12  # NDRPDR sel
1329         - 13  # NDRPDR sel
1330         - 14  # NDRPDR sel
1331         - 15  # NDRPDR sel
1332         - 16  # NDRPDR sel
1333         - 17  # NDRPDR sel
1334         - 18  # NDRPDR sel
1335         - 19  # NDRPDR sel
1336         - 20  # NDRPDR sel
1337         - 22  # NDRPDR sel
1338     dpdk-performance-changes-3n-dnv-ref:
1339       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1340         - 6   # NDRPDR sel
1341         - 7   # NDRPDR sel
1342         - 8   # NDRPDR sel
1343         - 9   # NDRPDR sel
1344         - 10  # NDRPDR sel
1345         - 11  # NDRPDR sel
1346         - 12  # NDRPDR sel
1347         - 13  # NDRPDR sel
1348         - 14  # NDRPDR sel
1349         - 16  # NDRPDR sel
1350     dpdk-performance-changes-3n-dnv-cmp:
1351       # TODO: Replace:
1352       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
1353       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1354         - 6   # NDRPDR sel
1355         - 7   # NDRPDR sel
1356         - 8   # NDRPDR sel
1357         - 9   # NDRPDR sel
1358         - 10  # NDRPDR sel
1359         - 11  # NDRPDR sel
1360         - 12  # NDRPDR sel
1361         - 13  # NDRPDR sel
1362         - 14  # NDRPDR sel
1363         - 16  # NDRPDR sel
1364
1365     dpdk-performance-changes-3n-tsh-h1:
1366       csit-dpdk-perf-verify-2001-3n-tsh:
1367         - 3   # NDRPDR sel
1368         - 4   # NDRPDR sel
1369         - 5   # NDRPDR sel
1370         - 9   # NDRPDR sel
1371         - 10  # NDRPDR sel
1372         - 11  # NDRPDR sel
1373         - 12  # NDRPDR sel
1374         - 14  # NDRPDR sel
1375         - 15  # NDRPDR sel
1376         - 18  # NDRPDR sel
1377     dpdk-performance-changes-3n-tsh-ref:
1378       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1379         - 5   # NDRPDR sel
1380     dpdk-performance-changes-3n-tsh-cmp:
1381       # TODO: Add:
1382       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1383         - 1   # NDRPDR iter env5
1384         - 2   # NDRPDR iter env5
1385         - 3   # NDRPDR iter env5
1386         - 4   # NDRPDR iter env5
1387         - 5   # NDRPDR iter env5
1388         - 6   # NDRPDR iter env5
1389         - 7   # NDRPDR iter env5
1390         - 9   # NDRPDR iter env5
1391         - 10  # NDRPDR iter env5
1392
1393     # Compare testbeds
1394
1395     vpp-compare-testbeds-ref:
1396       # TODO: Add:
1397       csit-vpp-perf-report-iterative-2009-3n-hsw:
1398         - 4   # RC2 NDRPDR iter env5
1399         - 5   # RC2 NDRPDR iter env5
1400         - 6   # RC2 NDRPDR iter env5
1401         - 7   # RC2 NDRPDR iter env5
1402         - 8   # RC2 NDRPDR iter env5
1403         - 20  # RC2 NDRPDR iter env5
1404     vpp-compare-testbeds-cmp:
1405       # TODO: Add:
1406       csit-vpp-perf-report-iterative-2009-3n-skx:
1407         - 10  # RC2 NDRPDR iter env5
1408         - 12  # RC2 NDRPDR iter env5
1409         - 14  # RC2 NDRPDR iter env5
1410         - 15  # RC2 NDRPDR iter env5
1411         - 16  # RC2 NDRPDR iter env5
1412
1413     vpp-compare-testbeds-skx-clx-ref:
1414       # TODO: Add:
1415       csit-vpp-perf-report-iterative-2009-2n-skx:
1416         - 8   # RC2 NDRPDR iter env5
1417         - 10  # RC2 NDRPDR iter env5
1418         - 12  # RC2 NDRPDR iter env5
1419         - 14  # RC2 NDRPDR iter env5
1420         - 15  # RC2 NDRPDR iter env5
1421     vpp-compare-testbeds-skx-clx-cmp:
1422       # TODO: Add:
1423       csit-vpp-perf-report-iterative-2009-2n-clx:
1424         - 7   # RC2 NDRPDR iter env5
1425         - 9   # RC2 NDRPDR iter env5
1426         - 10  # RC2 NDRPDR iter env5
1427         - 12  # RC2 NDRPDR iter env5
1428         - 14  # RC2 NDRPDR iter env5
1429
1430     vpp-compare-testbeds-hsw-clx-ref:
1431       # TODO: Add:
1432       csit-vpp-perf-report-iterative-2009-3n-hsw:
1433         - 4   # RC2 NDRPDR iter env5
1434         - 5   # RC2 NDRPDR iter env5
1435         - 6   # RC2 NDRPDR iter env5
1436         - 7   # RC2 NDRPDR iter env5
1437         - 8   # RC2 NDRPDR iter env5
1438         - 20  # RC2 NDRPDR iter env5
1439     vpp-compare-testbeds-hsw-clx-cmp:
1440       # TODO: Add:
1441       csit-vpp-perf-report-iterative-2009-2n-clx:
1442         - 7   # RC2 NDRPDR iter env5
1443         - 9   # RC2 NDRPDR iter env5
1444         - 10  # RC2 NDRPDR iter env5
1445         - 12  # RC2 NDRPDR iter env5
1446         - 14  # RC2 NDRPDR iter env5
1447
1448     vpp-compare-testbeds-mrr-ref:
1449       # TODO: Replace:
1450       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1451       csit-vpp-perf-report-iterative-2005-3n-hsw:
1452         - 30  # MRR env 4
1453     vpp-compare-testbeds-mrr-cmp:
1454       # TODO: Replace:
1455       # csit-vpp-perf-report-iterative-2009-3n-skx:
1456       csit-vpp-perf-report-iterative-2005-3n-skx:
1457         - 49  # MRR sel env 4
1458
1459     vpp-compare-testbeds-mrr-skx-clx-ref:
1460       # TODO: Replace:
1461       # csit-vpp-perf-report-iterative-2009-2n-skx:
1462       csit-vpp-perf-report-iterative-2005-2n-skx:
1463         - 99  # MRR sel env 4
1464     vpp-compare-testbeds-mrr-skx-clx-cmp:
1465       # TODO: Replace:
1466       # csit-vpp-perf-report-iterative-2009-2n-clx:
1467       csit-vpp-perf-report-iterative-2005-2n-clx:
1468         - 72  # MRR env 4
1469
1470     vpp-compare-testbeds-mrr-hsw-clx-ref:
1471       # TODO: Replace:
1472       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1473       csit-vpp-perf-report-iterative-2005-3n-hsw:
1474         - 30  # MRR env 4
1475     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1476       # TODO: Replace:
1477       # csit-vpp-perf-report-iterative-2009-2n-clx:
1478       csit-vpp-perf-report-iterative-2005-2n-clx:
1479         - 72  # MRR env 4
1480
1481     dpdk-compare-testbeds-ref:
1482       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1483         - 6   # NDRPDR iter env5
1484         - 7   # NDRPDR iter env5
1485         - 8   # NDRPDR iter env5
1486         - 9   # NDRPDR iter env5
1487         - 10  # NDRPDR iter env5
1488         - 11  # NDRPDR iter env5
1489         - 12  # NDRPDR iter env5
1490         - 13  # NDRPDR iter env5
1491         - 14  # NDRPDR iter env5
1492         - 15  # NDRPDR iter env5
1493     dpdk-compare-testbeds-cmp:
1494       csit-dpdk-perf-report-iterative-2009-3n-skx:
1495         - 4   # NDRPDR sel env5
1496         - 5   # NDRPDR sel env5
1497         - 6   # NDRPDR sel env5
1498         - 7   # NDRPDR sel env5
1499         - 8   # NDRPDR sel env5
1500         - 9   # NDRPDR sel env5
1501         - 14  # NDRPDR sel env5
1502         - 11  # NDRPDR sel env5
1503         - 12  # NDRPDR sel env5
1504         - 13  # NDRPDR sel env5
1505
1506     dpdk-compare-testbeds-skx-clx-ref:
1507       csit-dpdk-perf-report-iterative-2009-2n-skx:
1508         - 4   # NDRPDR iter env5
1509         - 5   # NDRPDR iter env5
1510         - 6   # NDRPDR iter env5
1511         - 7   # NDRPDR iter env5
1512         - 8   # NDRPDR iter env5
1513         - 9   # NDRPDR iter env5
1514         - 10  # NDRPDR iter env5
1515         - 11  # NDRPDR iter env5
1516         - 12  # NDRPDR iter env5
1517         - 13  # NDRPDR iter env5
1518     dpdk-compare-testbeds-skx-clx-cmp:
1519       csit-dpdk-perf-report-iterative-2009-2n-clx:
1520         - 4   # NDRPDR iter env5
1521         - 5   # NDRPDR iter env5
1522         - 6   # NDRPDR iter env5
1523         - 7   # NDRPDR iter env5
1524         - 8   # NDRPDR iter env5
1525         - 9   # NDRPDR iter env5
1526         - 10  # NDRPDR iter env5
1527         - 11  # NDRPDR iter env5
1528         - 12  # NDRPDR iter env5
1529         - 13  # NDRPDR iter env5
1530
1531     # Compare topologies
1532
1533     vpp-compare-topologies-ref:
1534       # TODO: Add:
1535       csit-vpp-perf-report-iterative-2009-3n-skx:
1536         - 10  # RC2 NDRPDR iter env5
1537         - 12  # RC2 NDRPDR iter env5
1538         - 14  # RC2 NDRPDR iter env5
1539         - 15  # RC2 NDRPDR iter env5
1540         - 16  # RC2 NDRPDR iter env5
1541     vpp-compare-topologies-cmp:
1542       # TODO: Add:
1543       csit-vpp-perf-report-iterative-2009-2n-skx:
1544         - 8   # RC2 NDRPDR iter env5
1545         - 10  # RC2 NDRPDR iter env5
1546         - 12  # RC2 NDRPDR iter env5
1547         - 14  # RC2 NDRPDR iter env5
1548         - 15  # RC2 NDRPDR iter env5
1549
1550     vpp-compare-topologies-mrr-ref:
1551       # TODO: Replace:
1552       # csit-vpp-perf-report-iterative-2009-3n-skx:
1553       csit-vpp-perf-report-iterative-2005-3n-skx:
1554         - 49  # MRR sel env 4
1555     vpp-compare-topologies-mrr-cmp:
1556       # TODO: Replace:
1557       # csit-vpp-perf-report-iterative-2009-2n-skx:
1558       csit-vpp-perf-report-iterative-2005-2n-skx:
1559         - 99  # MRR sel env 4
1560
1561     dpdk-compare-topologies-ref:
1562       csit-dpdk-perf-report-iterative-2009-3n-skx:
1563         - 4   # NDRPDR sel env5
1564         - 5   # NDRPDR sel env5
1565         - 6   # NDRPDR sel env5
1566         - 7   # NDRPDR sel env5
1567         - 8   # NDRPDR sel env5
1568         - 9   # NDRPDR sel env5
1569         - 14  # NDRPDR sel env5
1570         - 11  # NDRPDR sel env5
1571         - 12  # NDRPDR sel env5
1572         - 13  # NDRPDR sel env5
1573     dpdk-compare-topologies-cmp:
1574       csit-dpdk-perf-report-iterative-2009-2n-skx:
1575         - 4   # NDRPDR iter env5
1576         - 5   # NDRPDR iter env5
1577         - 6   # NDRPDR iter env5
1578         - 7   # NDRPDR iter env5
1579         - 8   # NDRPDR iter env5
1580         - 9   # NDRPDR iter env5
1581         - 10  # NDRPDR iter env5
1582         - 11  # NDRPDR iter env5
1583         - 12  # NDRPDR iter env5
1584         - 13  # NDRPDR iter env5
1585
1586   plot-layouts:
1587
1588     plot-soak-throughput:
1589       titlefont:
1590         size: 18
1591       xaxis:
1592         title: "<b>Test Cases [Index]</b>"
1593         titlefont:
1594           size: 16
1595         autorange: True
1596         fixedrange: False
1597         gridcolor: "rgb(230, 230, 230)"
1598         linecolor: "rgb(220, 220, 220)"
1599         linewidth: 1
1600         showgrid: True
1601         showline: True
1602         showticklabels: True
1603         tickcolor: "rgb(220, 220, 220)"
1604         tickmode: "linear"
1605         tickfont:
1606           size: 16
1607         zeroline: False
1608       yaxis:
1609         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1610         titlefont:
1611           size: 16
1612         gridcolor: "rgb(230, 230, 230)"
1613         hoverformat: ".4r"
1614         tickformat: ".3r"
1615         linecolor: "rgb(220, 220, 220)"
1616         linewidth: 1
1617         showgrid: True
1618         showline: True
1619         showticklabels: True
1620         tickcolor: "rgb(220, 220, 220)"
1621         tickfont:
1622           size: 16
1623         zeroline: False
1624         range: [0,50]
1625       autosize: False
1626       margin:
1627         t: 50
1628         b: 0
1629         l: 80
1630         r: 20
1631       showlegend: True
1632       legend:
1633         orientation: "h"
1634         font:
1635           size: 16
1636       width: 700
1637       height: 900
1638       paper_bgcolor: "#fff"
1639       plot_bgcolor: "#fff"
1640       hoverlabel:
1641         namelength: -1
1642
1643     plot-service-density:
1644       titlefont:
1645         size: 18
1646       xaxis:
1647         side: "top"
1648         autorange: True
1649         fixedrange: False
1650         showgrid: False
1651         showline: False
1652         showticklabels: False
1653         ticks: ""
1654         ticklen: 0
1655         tickwidth: 0
1656         zeroline: False
1657       yaxis:
1658         autorange: "reversed"
1659         showgrid: False
1660         showline: False
1661         showticklabels: False
1662         ticks: ""
1663         ticklen: 0
1664         tickwidth: 0
1665         zeroline: False
1666       showlegend: False
1667       paper_bgcolor: "#fff"
1668       plot_bgcolor: "#fff"
1669       width: 700
1670       height: 700
1671       hoverlabel:
1672         namelength: -1
1673
1674     plot-hoststack:
1675       titlefont:
1676         size: 16
1677       xaxis:
1678         title: "<b>Test Cases [Index]</b>"
1679         titlefont:
1680           size: 14
1681         autorange: True
1682         fixedrange: False
1683         gridcolor: "rgb(230, 230, 230)"
1684         linecolor: "rgb(220, 220, 220)"
1685         linewidth: 1
1686         showgrid: True
1687         showline: True
1688         showticklabels: True
1689         tickcolor: "rgb(220, 220, 220)"
1690         tickmode: "linear"
1691         tickfont:
1692           size: 14
1693         zeroline: False
1694       yaxis:
1695         title: "<b>Bandwidth [Gbps]</b>"
1696         titlefont:
1697           size: 14
1698         gridcolor: "rgb(230, 230, 230)"
1699         hoverformat: ".4s"
1700         linecolor: "rgb(220, 220, 220)"
1701         linewidth: 1
1702         rangemode: "tozero"
1703         showgrid: True
1704         showline: True
1705         showticklabels: True
1706         tickcolor: "rgb(230, 230, 230)"
1707         tickformat: ".3s"
1708         tickfont:
1709           size: 14
1710         zeroline: False
1711       boxmode: "group"
1712       boxgroupgap: 0.5
1713       autosize: False
1714       margin:
1715         t: 50
1716         b: 20
1717         l: 80
1718         r: 20
1719       showlegend: True
1720       legend:
1721         orientation: "h"
1722         font:
1723           size: 14
1724       width: 700
1725       height: 800
1726       paper_bgcolor: "#fff"
1727       plot_bgcolor: "#fff"
1728       hoverlabel:
1729         namelength: -1
1730
1731     plot-throughput:
1732       titlefont:
1733         size: 18
1734       xaxis:
1735         title: "<b>Test Cases [Index]</b>"
1736         titlefont:
1737           size: 16
1738         autorange: True
1739         fixedrange: False
1740         gridcolor: "rgb(230, 230, 230)"
1741         linecolor: "rgb(220, 220, 220)"
1742         linewidth: 1
1743         showgrid: True
1744         showline: True
1745         showticklabels: True
1746         tickcolor: "rgb(220, 220, 220)"
1747         tickmode: "linear"
1748         tickfont:
1749           size: 16
1750         zeroline: False
1751       yaxis:
1752         title: "<b>Packet Throughput [Mpps]</b>"
1753         titlefont:
1754           size: 16
1755         gridcolor: "rgb(230, 230, 230)"
1756         hoverformat: ".4r"
1757         tickformat: ".3r"
1758         linecolor: "rgb(220, 220, 220)"
1759         linewidth: 1
1760         showgrid: True
1761         showline: True
1762         showticklabels: True
1763         tickcolor: "rgb(220, 220, 220)"
1764         tickfont:
1765           size: 16
1766         zeroline: False
1767         range: [0,50]
1768       autosize: False
1769       margin:
1770         t: 50
1771         b: 0
1772         l: 80
1773         r: 20
1774       showlegend: True
1775       legend:
1776         orientation: "h"
1777         font:
1778           size: 16
1779       width: 700
1780       height: 900
1781       paper_bgcolor: "#fff"
1782       plot_bgcolor: "#fff"
1783       hoverlabel:
1784         namelength: -1
1785
1786     plot-throughput-speedup-analysis:
1787       titlefont:
1788         size: 18
1789       xaxis:
1790         title: "<b>Number of Cores [Qty]</b>"
1791         titlefont:
1792           size: 16
1793         autorange: True
1794         fixedrange: False
1795         gridcolor: "rgb(230, 230, 230)"
1796         linecolor: "rgb(220, 220, 220)"
1797         linewidth: 1
1798         showgrid: True
1799         showline: True
1800         showticklabels: True
1801         tickcolor: "rgb(238, 238, 238)"
1802         tickmode: "linear"
1803         tickfont:
1804           size: 16
1805         zeroline: False
1806       yaxis:
1807         title: "<b>Packet Throughput [Mpps]</b>"
1808         titlefont:
1809           size: 16
1810         type: "linear"
1811         gridcolor: "rgb(230, 230, 230)"
1812         hoverformat: ".4s"
1813         linecolor: "rgb(220, 220, 220)"
1814         linewidth: 1
1815         showgrid: True
1816         showline: True
1817         showticklabels: True
1818         tickcolor: "rgb(220, 220, 220)"
1819         tickformat: ".4s"
1820         tickfont:
1821           size: 16
1822         zeroline: True
1823         rangemode: "tozero"
1824         range: [0,100]
1825       legend:
1826         orientation: "h"
1827         font:
1828           size: 16
1829         xanchor: "left"
1830         yanchor: "top"
1831         x: 0
1832         y: -0.2
1833         bgcolor: "rgba(255, 255, 255, 0)"
1834         bordercolor: "rgba(255, 255, 255, 0)"
1835         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1836       autosize: False
1837       margin:
1838           't': 50
1839           'b': 150
1840           'l': 85
1841           'r': 10
1842       showlegend: True
1843       width: 700
1844       height: 700
1845       paper_bgcolor: "#fff"
1846       plot_bgcolor: "#fff"
1847       hoverlabel:
1848         namelength: -1
1849       annotations: [
1850         {
1851           text: "_ _          __          ...",
1852           align: "left",
1853           showarrow: False,
1854           xref: "paper",
1855           yref: "paper",
1856           xanchor: "left",
1857           yanchor: "top",
1858           x: 0,
1859           y: -0.13,
1860           font: {
1861             family: "Consolas, Courier New",
1862             size: 15
1863           },
1864         },
1865         {
1866           text: "    Perfect     Measured     Limit",
1867           align: "left",
1868           showarrow: False,
1869           xref: "paper",
1870           yref: "paper",
1871           xanchor: "left",
1872           yanchor: "top",
1873           x: 0,
1874           y: -0.15,
1875           font: {
1876             family: "Consolas, Courier New",
1877             size: 15
1878           },
1879         },
1880       ]
1881
1882     plot-latency:
1883       titlefont:
1884         size: 18
1885       xaxis:
1886         title: "<b>Direction</b>"
1887         titlefont:
1888           size: 16
1889         autorange: True
1890         fixedrange: False
1891         gridcolor: "rgb(230, 230, 230)"
1892         linecolor: "rgb(220, 220, 220)"
1893         linewidth: 1
1894         showgrid: True
1895         showline: True
1896         showticklabels: False
1897         tickcolor: "rgb(220, 220, 220)"
1898         tickmode: "linear"
1899         tickfont:
1900           size: 16
1901         zeroline: False
1902       yaxis:
1903         title: "<b>Packet Latency [uSec]</b>"
1904         titlefont:
1905           size: 16
1906         type: "linear"
1907         gridcolor: "rgb(230, 230, 230)"
1908         hoverformat: ".4s"
1909         linecolor: "rgb(220, 220, 220)"
1910         linewidth: 1
1911         showgrid: True
1912         showline: True
1913         showticklabels: True
1914         tickcolor: "rgb(220, 220, 220)"
1915         tickformat: ".4s"
1916         tickfont:
1917           size: 16
1918         zeroline: True
1919         rangemode: "tozero"
1920       legend:
1921         orientation: "h"
1922         font:
1923           size: 16
1924         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1925       autosize: False
1926       margin:
1927           't': 50
1928           'b': 150
1929           'l': 80
1930           'r': 10
1931       showlegend: True
1932       width: 700
1933       height: 700
1934       paper_bgcolor: "#fff"
1935       plot_bgcolor: "#fff"
1936       hoverlabel:
1937         namelength: -1
1938
1939     plot-hdrh-latency:
1940       title:
1941         text: ""
1942         xanchor: "center"
1943         x: 0.5
1944         font:
1945           size: 16
1946       width: 700
1947       plot_bgcolor: "white"
1948       annotations:
1949         - font:
1950             size: 14
1951           showarrow: False
1952           text: "<b>Packet Latency [uSec]</b>"
1953           x: 1
1954           xanchor: "right"
1955           xref: "paper"
1956           y: -0.045
1957           yanchor: "top"
1958           yref: "paper"
1959         - font:
1960             size: 14
1961           showarrow: False
1962           text: "<b>Probability [%]</b>"
1963           textangle: 270
1964           x: -0.06
1965           xanchor: "center"
1966           xref: "paper"
1967           y: 0.5
1968           yanchor: "middle"
1969           yref: "paper"
1970         - font:
1971             size: 14
1972           showarrow: False
1973           text: "<b>Direction: E-W</b>"
1974           x: 0.24
1975           xanchor: "center"
1976           xref: "paper"
1977           y: 1.05
1978           yanchor: "bottom"
1979           yref: "paper"
1980         - font:
1981             size: 14
1982           showarrow: False
1983           text: "<b>Direction: W-E</b>"
1984           x: 0.74
1985           xanchor: "center"
1986           xref: "paper"
1987           y: 1.05
1988           yanchor: "bottom"
1989           yref: "paper"
1990
1991     plot-hdrh-latency-percentile:
1992       title:
1993         text: ""
1994         xanchor: "center"
1995         x: 0.5
1996         font:
1997           size: 18
1998       xaxis:
1999         type: "log"
2000         title: "<b>Percentile [%]</b>"
2001         titlefont:
2002           size: 16
2003         autorange: True
2004         fixedrange: False
2005         gridcolor: "rgb(230, 230, 230)"
2006         linecolor: "rgb(220, 220, 220)"
2007         linewidth: 1
2008         showgrid: True
2009         showline: True
2010         showticklabels: True
2011         tickcolor: "rgb(220, 220, 220)"
2012         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2013         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2014         tickfont:
2015           size: 16
2016       yaxis:
2017         title: "<b>Packet Latency [uSec]</b>"
2018         titlefont:
2019           size: 16
2020         gridcolor: "rgb(230, 230, 230)"
2021         linecolor: "rgb(220, 220, 220)"
2022         linewidth: 1
2023         showgrid: True
2024         showline: True
2025         showticklabels: True
2026         tickcolor: "rgb(220, 220, 220)"
2027         tickfont:
2028           size: 16
2029       autosize: False
2030       showlegend: True
2031       legend:
2032         traceorder: "normal"
2033         orientation: "h"
2034         font:
2035           size: 16
2036         xanchor: "left"
2037         yanchor: "top"
2038         x: 0
2039         y: -0.15
2040         bgcolor: "rgba(255, 255, 255, 0)"
2041         bordercolor: "rgba(255, 255, 255, 0)"
2042       width: 700
2043       height: 700
2044       paper_bgcolor: "white"
2045       plot_bgcolor: "white"
2046
2047     plot-hdrh-latency-by-percentile:
2048       title:
2049         text: "<b>Latency by Percentile Distribution</b>"
2050         xanchor: "center"
2051         x: 0.5
2052         font:
2053           size: 18
2054       showlegend: True
2055       legend:
2056         traceorder: "normal"
2057         orientation: "h"
2058         font:
2059           size: 16
2060         xanchor: "left"
2061         yanchor: "top"
2062         x: 0
2063         y: -0.2
2064         bgcolor: "rgba(255, 255, 255, 0)"
2065         bordercolor: "rgba(255, 255, 255, 0)"
2066       xaxis:
2067         type: "linear"
2068         title: "<b>Percentile [%]</b>"
2069         titlefont:
2070           size: 14
2071         autorange: False
2072         fixedrange: False
2073         range: [0, 100]
2074         gridcolor: "rgb(230, 230, 230)"
2075         linecolor: "rgb(220, 220, 220)"
2076         linewidth: 1
2077         showgrid: True
2078         showline: True
2079         showticklabels: True
2080         tickcolor: "rgb(220, 220, 220)"
2081         tickvals: [0, 25, 50, 75, 100]
2082         ticktext: [0, 25, 50, 75, 100]
2083         tickfont:
2084           size: 14
2085       yaxis:
2086         title: "<b>One-Way Latency per Direction [uSec]</b>"
2087         titlefont:
2088           size: 14
2089         gridcolor: "rgb(230, 230, 230)"
2090         linecolor: "rgb(220, 220, 220)"
2091         linewidth: 1
2092         showgrid: True
2093         showline: True
2094         showticklabels: True
2095         tickcolor: "rgb(220, 220, 220)"
2096         tickfont:
2097           size: 14
2098       width: 700
2099       height: 700
2100       paper_bgcolor: "white"
2101       plot_bgcolor: "white"
2102
2103 - type: "static"
2104   src-path: "{DIR[RST]}"
2105   dst-path: "{DIR[WORKING,SRC]}"
2106
2107 - type: "input"
2108   general:
2109     file-name: "output_info.xml.gz"
2110     file-format: ".gz"
2111     arch-file-format:
2112       - ".gz"
2113       - ".zip"
2114     download-path: "{job}/{build}/archives/{filename}"
2115     extract: "output.xml"
2116
2117     zip-file-name: "robot-plugin.zip"
2118     zip-file-format: ".zip"
2119     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2120     zip-extract: "robot-plugin/output.xml"
2121
2122   builds:
2123
2124     csit-vpp-perf-verify-2001-3n-hsw:
2125       - 17  # MRR sel
2126     csit-vpp-perf-report-iterative-2005-3n-hsw:
2127       - 20  # NDRPDR sel env 4
2128       - 21  # NDRPDR sel env 4
2129       - 22  # NDRPDR sel env 4
2130       - 23  # NDRPDR sel env 4
2131       - 24  # NDRPDR sel env 4
2132       - 25  # NDRPDR sel env 4
2133       - 26  # NDRPDR sel env 4
2134       - 27  # NDRPDR sel env 4
2135       - 28  # NDRPDR sel env 4
2136       - 29  # NDRPDR sel env 4
2137       - 13  # MRR
2138       - 30  # MRR env 4
2139       - 31  # NDRPDR sel 2001.0-4
2140       - 32  # NDRPDR sel 2001.0-4
2141       - 33  # NDRPDR sel 2001.0-4
2142       - 34  # NDRPDR sel 2001.0-4
2143       - 35  # NDRPDR sel 2001.0-4
2144       - 36  # NDRPDR sel 2001.0-4
2145       - 38  # NDRPDR sel 2001.0-4
2146     csit-vpp-perf-verify-2005-3n-hsw:
2147       - 3   # hoststack
2148       - 5   # hoststack
2149       - 6   # hoststack
2150       - 7   # hoststack
2151       - 8   # hoststack
2152       - 9   # hoststack
2153       - 10  # hoststack
2154       - 11  # hoststack
2155       - 12  # hoststack
2156       - 13  # hoststack
2157     # TODO: Add:
2158     csit-vpp-perf-report-iterative-2009-3n-hsw:
2159       - 4   # RC2 NDRPDR iter env5
2160       - 5   # RC2 NDRPDR iter env5
2161       - 6   # RC2 NDRPDR iter env5
2162       - 7   # RC2 NDRPDR iter env5
2163       - 8   # RC2 NDRPDR iter env5
2164       - 20  # RC2 NDRPDR iter env5
2165       - 18  # rls2005 MRR iter env 5
2166       - 9   # rls2005 NDRPDR iter env 5
2167       - 10  # rls2005 NDRPDR iter env 5
2168       - 11  # rls2005 NDRPDR iter env 5
2169       - 12  # rls2005 NDRPDR iter env 5
2170       - 13  # rls2005 NDRPDR iter env 5
2171       - 14  # rls2005 NDRPDR iter env 5
2172       - 15  # rls2005 NDRPDR iter env 5
2173       - 16  # rls2005 NDRPDR iter env 5
2174       - 17  # rls2005 NDRPDR iter env 5
2175       - 19  # rls2005 NDRPDR iter env 5
2176     # TODO: Add:
2177     csit-vpp-perf-report-coverage-2009-3n-hsw:
2178       - 2   # RC2 env5 3n-hsw-ip4-00
2179
2180     # TODO: Add for hoststack:
2181     # csit-vpp-perf-report-iterative-2009-3n-hsw: OR
2182     # csit-vpp-perf-verify-2009-3n-hsw:
2183
2184     csit-vpp-perf-verify-2001-3n-skx:
2185       - 50  # MRR sel
2186       - 53  # MRR sel addition
2187     csit-vpp-perf-report-iterative-2005-3n-skx:
2188       - 4   # NDRPDR sel
2189       - 5   # NDRPDR sel ??? all x710 failed
2190       - 33  # NDRPDR sel
2191       - 28  # NDRPDR sel
2192       - 34  # NDRPDR sel
2193       - 42  # NDRPDR sel env 4
2194       - 43  # NDRPDR sel env 4
2195       - 44  # NDRPDR sel env 4
2196       - 45  # NDRPDR sel env 4
2197       - 47  # NDRPDR sel env 4
2198       - 55  # NDRPDR sel env 4
2199       - 56  # NDRPDR sel env 4
2200       - 57  # NDRPDR sel env 4
2201       - 61  # NDRPDR sel env 4
2202       - 62  # NDRPDR sel env 4
2203       - 50  # NDRPDR sel 2001.0-4
2204       - 51  # NDRPDR sel 2001.0-4
2205       - 52  # NDRPDR sel 2001.0-4
2206       - 53  # NDRPDR sel 2001.0-4
2207       - 54  # NDRPDR sel 2001.0-4
2208       - 49  # MRR sel env 4
2209     # TODO: Add:
2210     csit-vpp-perf-report-iterative-2009-3n-skx:
2211       - 10  # RC2 NDRPDR iter env5
2212       - 12  # RC2 NDRPDR iter env5
2213       - 14  # RC2 NDRPDR iter env5
2214       - 15  # RC2 NDRPDR iter env5
2215       - 16  # RC2 NDRPDR iter env5
2216       - 17  # rls2005 MRR iter env 5
2217       - 13  # rls2005 NDRPDR iter env 5
2218     # TODO: Add:
2219     csit-vpp-perf-report-coverage-2009-3n-skx:
2220       - 1   # RC2 env5 3n-skx-ip4-00
2221
2222     csit-vpp-perf-verify-2001-2n-skx:
2223       - 101  # MRR sel - old
2224       - 128  # MRR sel addition - old
2225     csit-vpp-perf-report-iterative-2005-2n-skx:
2226       - 88  # NDRPDR sel env 4
2227       - 89  # NDRPDR sel env 4
2228       - 90  # NDRPDR sel env 4
2229       - 91  # NDRPDR sel env 4
2230       - 92  # NDRPDR sel env 4
2231       - 93  # NDRPDR sel env 4
2232       - 94  # NDRPDR sel env 4
2233       - 125 # NDRPDR sel env 4
2234       - 126 # NDRPDR sel env 4
2235       - 127 # NDRPDR sel env 4
2236       - 100 # NDRPDR sel 2001.0-4
2237       - 101 # NDRPDR sel 2001.0-4
2238       - 102 # NDRPDR sel 2001.0-4
2239       - 103 # NDRPDR sel 2001.0-4
2240       - 104 # NDRPDR sel 2001.0-4
2241       - 105 # NDRPDR sel 2001.0-4
2242       - 99  # MRR sel env 4
2243       - 106 # Reconf env 4
2244       - 107 # Reconf env 4
2245       - 108 # Reconf env 4
2246       - 109 # Reconf env 4
2247       - 110 # Reconf env 4
2248       - 111 # Reconf env 4
2249       - 112 # Reconf env 4
2250       - 118 # Reconf env 4
2251       - 120 # Reconf env 4
2252       - 121 # Reconf env 4
2253       - 122 # Soak
2254       - 123 # Soak
2255       - 113 # nf-density-sel env 4
2256       - 114 # nf-density-sel env 4
2257       - 124 # nf-density-sel env 4
2258       - 128 # nf-density-sel env 4
2259       - 129 # nf-density-sel env 4
2260       - 131 # nf-density-sel env 4
2261       - 132 # nf-density-sel env 4
2262       - 135 # nf-density-sel env 4
2263       - 136 # nf-density-sel env 4
2264       - 139 # nf-density-sel env 4
2265       - 115 # MRR nf-density-sel env 4
2266     # TODO: Add:
2267     csit-vpp-perf-report-iterative-2009-2n-skx:
2268       - 8   # RC2 NDRPDR iter env5
2269       - 10  # RC2 NDRPDR iter env5
2270       - 12  # RC2 NDRPDR iter env5
2271       - 14  # RC2 NDRPDR iter env5
2272       - 15  # RC2 NDRPDR iter env5
2273       - 20  # rls2005 MRR iter env 5
2274       - 13  # rls2005 NDRPDR iter env 5
2275       - 16  # rls2005 NDRPDR iter env 5
2276       - 17  # rls2005 NDRPDR iter env 5
2277       - 18  # rls2005 NDRPDR iter env 5
2278       - 19  # rls2005 NDRPDR iter env 5
2279       - 21  # rls2005 NDRPDR iter env 5
2280       - 23  # rls2005 NDRPDR iter env 5
2281     # TODO: Add:
2282     csit-vpp-perf-report-coverage-2009-2n-skx:
2283       - 7   # RC2 env5 2n-skx-ip4-00
2284
2285     csit-vpp-perf-verify-2001-2n-clx:
2286       - 39  # MRR
2287     csit-vpp-perf-report-iterative-2005-2n-clx:
2288       - 62  # NDRPDR sel env 4
2289       - 63  # NDRPDR sel env 4
2290       - 64  # NDRPDR sel env 4
2291       - 65  # NDRPDR sel env 4
2292       - 66  # NDRPDR sel env 4
2293       - 68  # NDRPDR sel env 4
2294       - 69  # NDRPDR sel env 4
2295       - 70  # NDRPDR sel env 4
2296       - 103 # NDRPDR sel env 4
2297       - 104 # NDRPDR sel env 4
2298       - 73  # NDRPDR sel 2001.0-4
2299       - 74  # NDRPDR sel 2001.0-4
2300       - 75  # NDRPDR sel 2001.0-4
2301       - 76  # NDRPDR sel 2001.0-4
2302       - 77  # NDRPDR sel 2001.0-4
2303       - 78  # NDRPDR sel 2001.0-4
2304       - 79  # NDRPDR sel 2001.0-4
2305       - 80  # NDRPDR sel 2001.0-4
2306       - 72  # MRR env 4
2307       - 81  # Reconf env 4
2308       - 82  # Reconf env 4
2309       - 83  # Reconf env 4
2310       - 84  # Reconf env 4
2311       - 85  # Reconf env 4
2312       - 86  # Reconf env 4
2313       - 87  # Reconf env 4
2314       - 88  # Reconf env 4
2315       - 89  # Reconf env 4
2316       - 90  # Reconf env 4
2317       - 101 # Soak
2318       - 102 # Soak
2319       - 91  # nfv-density-00 env 4
2320       - 92  # nfv-density-00 env 4
2321       - 93  # nfv-density-00 env 4
2322       - 97  # nfv-density-00 env 4
2323       - 98  # nfv-density-00 env 4
2324       - 99  # nfv-density-00 env 4
2325       - 100 # nfv-density-00 env 4
2326       - 105 # nfv-density-00 env 4
2327       - 106 # nfv-density-00 env 4
2328       - 108 # nfv-density-00 env 4
2329       - 96  # MRR nfv-density-00 env 4
2330     # TODO: Add:
2331     csit-vpp-perf-report-iterative-2009-2n-clx:
2332       - 7   # RC2 NDRPDR iter env5
2333       - 9   # RC2 NDRPDR iter env5
2334       - 10  # RC2 NDRPDR iter env5
2335       - 12  # RC2 NDRPDR iter env5
2336       - 14  # RC2 NDRPDR iter env5
2337       - 16  # rls2005 MRR iter env 5
2338       - 13  # rls2005 NDRPDR iter env 5
2339       - 15  # rls2005 NDRPDR iter env 5
2340       - 17  # rls2005 NDRPDR iter env 5
2341       - 18  # rls2005 NDRPDR iter env 5
2342       - 19  # rls2005 NDRPDR iter env 5
2343     # TODO: Add:
2344     csit-vpp-perf-report-coverage-2009-2n-clx:
2345       - 1   # RC2 env5 2n-clx-ip4-00
2346
2347     csit-vpp-perf-verify-2001-3n-tsh:
2348       - 9   # MRR sel
2349     csit-vpp-perf-report-iterative-2005-3n-tsh:
2350       - 9   # NDRPDR sel
2351       - 11  # NDRPDR sel
2352       - 12  # NDRPDR sel
2353       - 20  # NDRPDR sel
2354       - 14  # NDRPDR sel
2355       - 21  # NDRPDR sel
2356       - 23  # NDRPDR sel env 4
2357       - 25  # NDRPDR sel env 4
2358       - 33  # NDRPDR sel env 4
2359       - 34  # NDRPDR sel env 4
2360       - 35  # NDRPDR sel env 4
2361       - 36  # NDRPDR sel env 4
2362       - 37  # NDRPDR sel env 4
2363       - 38  # NDRPDR sel env 4
2364       - 39  # NDRPDR sel env 4
2365       - 40  # NDRPDR sel env 4
2366       - 28  # NDRPDR sel 2001.0-4
2367       - 29  # NDRPDR sel 2001.0-4
2368       - 31  # NDRPDR sel 2001.0-4
2369       - 27  # MRR sel env 4
2370     # TODO: Add:
2371     csit-vpp-perf-report-iterative-2009-3n-tsh:
2372       - 7   # RC2 NDRPDR iter env5
2373       - 8   # rls2005 NDRPDR iter env 5
2374     csit-vpp-perf-report-coverage-2009-3n-tsh:
2375       - 1   # 3n-tsh-ip4-00
2376
2377 #    csit-vpp-perf-verify-2001-3n-dnv:
2378 #      - 5   # NDRPDR sel
2379 #      - 6   # NDRPDR sel
2380 #      - 7   # NDRPDR sel
2381 #      - 8   # NDRPDR sel
2382 #      - 9   # NDRPDR sel
2383 #      - 10  # NDRPDR sel
2384 #      - 12  # NDRPDR sel
2385 #      - 16  # NDRPDR sel
2386 #      - 17  # NDRPDR sel
2387 #      - 18  # NDRPDR sel
2388 #      - 11  # MRR sel
2389 #    csit-vpp-perf-report-iterative-2005-3n-dnv:
2390 #      - 2   # NDRPDR sel
2391 #      - 3   # NDRPDR sel
2392 #      - 4   # NDRPDR sel
2393 #      - 5   # NDRPDR sel
2394 #      - 6   # NDRPDR sel
2395 #      - 7   # NDRPDR sel
2396 #      - 9   # NDRPDR sel
2397 #      - 10  # NDRPDR sel
2398 #      - 11  # NDRPDR sel
2399 #      - 12  # NDRPDR sel
2400 #      - 8   # MRR
2401 #    csit-vpp-perf-report-coverage-2005-3n-dnv:
2402 #      - 1   # perf-full-3n-dnv-crypto_I
2403 #      - 24  # perf-full-3n-dnv-crypto_II
2404 #      - 5   # perf-full-3n-dnv-ip4_I
2405 #      - 13  # perf-full-3n-dnv-ip4_II
2406 #      - 17  # perf-full-3n-dnv-ip6_I
2407 #      - 18  # perf-full-3n-dnv-ip6_II
2408 #      - 21  # perf-full-3n-dnv-l2_I
2409 #      - 22  # perf-full-3n-dnv-l2_II
2410 #      - 23  # perf-full-3n-dnv-ip4-tunnels_I
2411 #    # TODO: Add:
2412 #    # csit-vpp-perf-report-iterative-2009-3n-dnv:
2413 #    # TODO: Add:
2414 #    # csit-vpp-perf-report-coverage-2009-3n-dnv:
2415
2416 #    csit-vpp-perf-verify-2001-2n-dnv:
2417 #      - 4   # NDRPDR sel
2418 #      - 5   # NDRPDR sel
2419 #      - 6   # NDRPDR sel
2420 #      - 7   # NDRPDR sel
2421 #      - 8   # NDRPDR sel
2422 #      - 9   # NDRPDR sel
2423 #      - 10  # NDRPDR sel
2424 #      - 11  # NDRPDR sel
2425 #      - 13  # NDRPDR sel
2426 #      - 16  # NDRPDR sel
2427 #      - 12  # MRR sel
2428 #    csit-vpp-perf-report-iterative-2005-2n-dnv:
2429 #      - 3   # NDRPDR sel
2430 #      - 6   # NDRPDR sel
2431 #      - 7   # NDRPDR sel
2432 #      - 8   # NDRPDR sel
2433 #      - 9   # NDRPDR sel
2434 #      - 10  # NDRPDR sel
2435 #      - 11  # NDRPDR sel
2436 #      - 12  # NDRPDR sel
2437 #      - 13  # NDRPDR sel
2438 #      - 14  # NDRPDR sel
2439 #      - 15  # MRR sel
2440 #    csit-vpp-perf-report-coverage-2005-2n-dnv:
2441 #      - 1   # perf-full-2n-dnv-ip4_I
2442 #      - 2   # perf-full-2n-dnv-ip4_II
2443 #      - 3   # perf-full-2n-dnv-ip6_I
2444 #      - 4   # perf-full-2n-dnv-ip6_II
2445 #      - 5   # perf-full-2n-dnv-l2_I
2446 #      - 6   # perf-full-2n-dnv-l2_II
2447 #    # TODO: Add:
2448 #    # csit-vpp-perf-report-iterative-2009-2n-dnv:
2449 #    # TODO: Add:
2450 #    # csit-vpp-perf-report-coverage-2009-2n-dnv:
2451
2452     csit-dpdk-perf-verify-2001-3n-hsw:
2453       - 4   # NDRPDR sel
2454       - 5   # NDRPDR sel
2455       - 6   # NDRPDR sel
2456       - 7   # NDRPDR sel
2457       - 8   # NDRPDR sel
2458       - 9   # NDRPDR sel
2459       - 10  # NDRPDR sel
2460       - 11  # NDRPDR sel
2461       - 12  # NDRPDR sel
2462       - 13  # NDRPDR sel
2463       - 15  # NDRPDR sel
2464       - 16  # NDRPDR sel
2465       - 17  # NDRPDR sel
2466       - 18  # NDRPDR sel
2467       - 19  # NDRPDR sel
2468       - 20  # NDRPDR sel
2469       - 21  # NDRPDR sel
2470       - 22  # NDRPDR sel
2471       - 23  # NDRPDR sel
2472       - 24  # NDRPDR sel
2473     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2474       - 25  # NDRPDR iter
2475       - 26  # NDRPDR iter
2476       - 27  # NDRPDR iter
2477       - 28  # NDRPDR iter
2478       - 29  # NDRPDR iter
2479       - 30  # NDRPDR iter
2480       - 31  # NDRPDR iter
2481       - 32  # NDRPDR iter
2482       - 33  # NDRPDR iter
2483       - 34  # NDRPDR iter
2484     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2485       - 6   # NDRPDR iter env5
2486       - 7   # NDRPDR iter env5
2487       - 8   # NDRPDR iter env5
2488       - 9   # NDRPDR iter env5
2489       - 10  # NDRPDR iter env5
2490       - 11  # NDRPDR iter env5
2491       - 12  # NDRPDR iter env5
2492       - 13  # NDRPDR iter env5
2493       - 14  # NDRPDR iter env5
2494       - 15  # NDRPDR iter env5
2495
2496     csit-dpdk-perf-verify-2001-3n-skx:
2497       - 29  # NDRPDR sel xxv710
2498       - 33  # NDRPDR sel xxv710
2499       - 34  # NDRPDR sel xxv710
2500       - 35  # NDRPDR sel xxv710
2501       - 36  # NDRPDR sel xxv710
2502       - 37  # NDRPDR sel xxv710
2503       - 41  # NDRPDR sel xxv710
2504       - 42  # NDRPDR sel xxv710
2505       - 43  # NDRPDR sel xxv710
2506       - 45  # NDRPDR sel xxv710
2507       - 30  # NDRPDR sel x710
2508       - 31  # NDRPDR sel x710
2509       - 32  # NDRPDR sel x710
2510       - 38  # NDRPDR sel x710
2511       - 39  # NDRPDR sel x710
2512       - 40  # NDRPDR sel x710
2513       - 44  # NDRPDR sel x710
2514       - 46  # NDRPDR sel x710
2515       - 47  # NDRPDR sel x710
2516       - 48  # NDRPDR sel x710
2517     csit-dpdk-perf-report-iterative-2005-3n-skx:
2518       - 28  # NDRPDR iter
2519       - 29  # NDRPDR iter
2520       - 30  # NDRPDR iter
2521       - 31  # NDRPDR iter
2522       - 32  # NDRPDR iter
2523       - 33  # NDRPDR iter
2524       - 34  # NDRPDR iter
2525       - 35  # NDRPDR iter
2526       - 36  # NDRPDR iter
2527       - 37  # NDRPDR iter
2528     csit-dpdk-perf-report-iterative-2009-3n-skx:
2529       - 4   # NDRPDR sel env5
2530       - 5   # NDRPDR sel env5
2531       - 6   # NDRPDR sel env5
2532       - 7   # NDRPDR sel env5
2533       - 8   # NDRPDR sel env5
2534       - 9   # NDRPDR sel env5
2535       - 14  # NDRPDR sel env5
2536       - 11  # NDRPDR sel env5
2537       - 12  # NDRPDR sel env5
2538       - 13  # NDRPDR sel env5
2539
2540     csit-dpdk-perf-verify-2001-2n-skx:
2541       - 35  # NDRPDR sel xxv710
2542       - 36  # NDRPDR sel xxv710
2543       - 37  # NDRPDR sel xxv710
2544       - 41  # NDRPDR sel xxv710
2545       - 42  # NDRPDR sel xxv710
2546       - 43  # NDRPDR sel xxv710
2547       - 46  # NDRPDR sel xxv710
2548       - 47  # NDRPDR sel xxv710
2549       - 52  # NDRPDR sel xxv710
2550       - 53  # NDRPDR sel xxv710
2551       - 38  # NDRPDR sel x710
2552       - 39  # NDRPDR sel x710
2553       - 40  # NDRPDR sel x710
2554       - 44  # NDRPDR sel x710
2555       - 45  # NDRPDR sel x710
2556       - 48  # NDRPDR sel x710
2557       - 49  # NDRPDR sel x710
2558       - 50  # NDRPDR sel x710
2559       - 51  # NDRPDR sel x710
2560       - 54  # NDRPDR sel x710
2561     csit-dpdk-perf-report-iterative-2005-2n-skx:
2562       - 20  # NDRPDR iter
2563       - 21  # NDRPDR iter
2564       - 22  # NDRPDR iter
2565       - 23  # NDRPDR iter
2566       - 24  # NDRPDR iter
2567       - 25  # NDRPDR iter
2568       - 26  # NDRPDR iter
2569       - 27  # NDRPDR iter
2570       - 28  # NDRPDR iter
2571       - 29  # NDRPDR iter
2572     csit-dpdk-perf-report-iterative-2009-2n-skx:
2573       - 4   # NDRPDR iter env5
2574       - 5   # NDRPDR iter env5
2575       - 6   # NDRPDR iter env5
2576       - 7   # NDRPDR iter env5
2577       - 8   # NDRPDR iter env5
2578       - 9   # NDRPDR iter env5
2579       - 10  # NDRPDR iter env5
2580       - 11  # NDRPDR iter env5
2581       - 12  # NDRPDR iter env5
2582       - 13  # NDRPDR iter env5
2583
2584     csit-dpdk-perf-verify-2001-2n-clx:
2585       - 15  # NDRPDR sel
2586       - 16  # NDRPDR sel
2587       - 17  # NDRPDR sel
2588       - 18  # NDRPDR sel
2589       - 19  # NDRPDR sel
2590       - 20  # NDRPDR sel
2591       - 21  # NDRPDR sel
2592       - 22  # NDRPDR sel
2593       - 23  # NDRPDR sel
2594       - 24  # NDRPDR sel
2595       - 25  # NDRPDR sel
2596       - 26  # NDRPDR sel
2597       - 27  # NDRPDR sel
2598       - 28  # NDRPDR sel
2599       - 29  # NDRPDR sel
2600       - 30  # NDRPDR sel
2601       - 31  # NDRPDR sel
2602       - 32  # NDRPDR sel
2603       - 33  # NDRPDR sel
2604       - 34  # NDRPDR sel
2605     csit-dpdk-perf-report-iterative-2005-2n-clx:
2606       - 20  # NDRPDR iter
2607       - 21  # NDRPDR iter
2608       - 22  # NDRPDR iter
2609       - 23  # NDRPDR iter
2610       - 24  # NDRPDR iter
2611       - 25  # NDRPDR iter
2612       - 26  # NDRPDR iter
2613       - 27  # NDRPDR iter
2614       - 28  # NDRPDR iter
2615       - 29  # NDRPDR iter
2616     csit-dpdk-perf-report-iterative-2009-2n-clx:
2617       - 4   # NDRPDR iter env5
2618       - 5   # NDRPDR iter env5
2619       - 6   # NDRPDR iter env5
2620       - 7   # NDRPDR iter env5
2621       - 8   # NDRPDR iter env5
2622       - 9   # NDRPDR iter env5
2623       - 10  # NDRPDR iter env5
2624       - 11  # NDRPDR iter env5
2625       - 12  # NDRPDR iter env5
2626       - 13  # NDRPDR iter env5
2627
2628 #    csit-dpdk-perf-verify-2001-2n-dnv:
2629 #      - 9   # NDRPDR sel
2630 #      - 10  # NDRPDR sel
2631 #      - 11  # NDRPDR sel
2632 #      - 12  # NDRPDR sel
2633 #      - 13  # NDRPDR sel
2634 #      - 14  # NDRPDR sel
2635 #      - 15  # NDRPDR sel
2636 #      - 16  # NDRPDR sel
2637 #      - 17  # NDRPDR sel
2638 #      - 18  # NDRPDR sel
2639 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2640 #      - 8   # NDRPDR sel
2641 #      - 9   # NDRPDR sel
2642 #      - 10  # NDRPDR sel
2643 #      - 11  # NDRPDR sel
2644 #      - 12  # NDRPDR sel
2645 #      - 13  # NDRPDR sel
2646 #      - 14  # NDRPDR sel
2647 #      - 15  # NDRPDR sel
2648 #      - 16  # NDRPDR sel
2649 #      - 17  # NDRPDR sel
2650 #    # TODO: Add:
2651 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2652
2653 #    csit-dpdk-perf-verify-2001-3n-dnv:
2654 #      - 12  # NDRPDR sel
2655 #      - 13  # NDRPDR sel
2656 #      - 14  # NDRPDR sel
2657 #      - 15  # NDRPDR sel
2658 #      - 16  # NDRPDR sel
2659 #      - 17  # NDRPDR sel
2660 #      - 18  # NDRPDR sel
2661 #      - 19  # NDRPDR sel
2662 #      - 20  # NDRPDR sel
2663 #      - 22  # NDRPDR sel
2664 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2665 #      - 6   # NDRPDR sel
2666 #      - 7   # NDRPDR sel
2667 #      - 8   # NDRPDR sel
2668 #      - 9   # NDRPDR sel
2669 #      - 10  # NDRPDR sel
2670 #      - 11  # NDRPDR sel
2671 #      - 12  # NDRPDR sel
2672 #      - 13  # NDRPDR sel
2673 #      - 14  # NDRPDR sel
2674 #      - 16  # NDRPDR sel
2675 #    # TODO: Add:
2676 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2677
2678     csit-dpdk-perf-verify-2001-3n-tsh:
2679       - 3   # NDRPDR sel
2680       - 4   # NDRPDR sel
2681       - 5   # NDRPDR sel
2682       - 9   # NDRPDR sel
2683       - 10  # NDRPDR sel
2684       - 11  # NDRPDR sel
2685       - 12  # NDRPDR sel
2686       - 14  # NDRPDR sel
2687       - 15  # NDRPDR sel
2688       - 18  # NDRPDR sel
2689     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2690       - 5   # NDRPDR sel
2691     # TODO: Add:
2692     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2693       - 1   # NDRPDR iter env5
2694       - 2   # NDRPDR iter env5
2695       - 3   # NDRPDR iter env5
2696       - 4   # NDRPDR iter env5
2697       - 5   # NDRPDR iter env5
2698       - 6   # NDRPDR iter env5
2699       - 7   # NDRPDR iter env5
2700       - 9   # NDRPDR iter env5
2701       - 10  # NDRPDR iter env5
2702
2703     # TODO: Add:
2704     csit-vpp-device-2009-ubuntu1804-1n-skx:
2705       - 89  # RC2 env 5
2706
2707 - type: "output"
2708   output: "report"
2709   format:
2710     html:
2711     - full
2712 #    pdf:
2713 #    - minimal
2714
2715 ################################################################################
2716 ###                               T A B L E S                                ###
2717 ################################################################################
2718
2719 # VPP Soak vs NDR - 2n-skx
2720 - type: "table"
2721   title: "VPP Soak vs NDR 2n-skx"
2722   algorithm: "table_soak_vs_ndr"
2723   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2724   reference:
2725     title: "NDR"
2726     data: "vpp-soak-vs-ndr-2n-skx-ref"
2727   compare:
2728     title: "Soak"
2729     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2730   data: "vpp-soak-vs-ndr-2n-skx"
2731   include-tests: "NDR"
2732   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2733   parameters:
2734     - "throughput"
2735     - "name"
2736     - "parent"
2737
2738 # VPP Soak vs NDR - 2n-clx
2739 - type: "table"
2740   title: "VPP Soak vs NDR 2n-clx"
2741   algorithm: "table_soak_vs_ndr"
2742   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2743   reference:
2744     title: "NDR"
2745     data: "vpp-soak-vs-ndr-2n-clx-ref"
2746   compare:
2747     title: "Soak"
2748     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2749   data: "vpp-soak-vs-ndr-2n-clx"
2750   include-tests: "NDR"
2751   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2752   parameters:
2753     - "throughput"
2754     - "name"
2755     - "parent"
2756
2757 ################################################################################
2758
2759 ## VPP Compare NICs 3n-skx 2t1c ndr
2760 #- type: "table"
2761 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2762 #  algorithm: "table_comparison"
2763 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2764 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2765 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2766 #  columns:
2767 #    - title: "x710"
2768 #      data-set: "vpp-nic-comparison-3n-skx"
2769 #      tag: "NIC_Intel-X710"
2770 #    - title: "xxv710"
2771 #      data-set: "vpp-nic-comparison-3n-skx"
2772 #      tag: "NIC_Intel-XXV710"
2773 #  comparisons:
2774 #    - title: "Diff"
2775 #      reference: 1
2776 #      compare: 2
2777 #  legend:
2778 #    - ""
2779 #    - "x710, xxv710 - NICs tested."
2780 #    - "Diff - difference between x710 and xxv710 NIC."
2781 #
2782 ## VPP Compare NICs 3n-skx 4t2c ndr
2783 #- type: "table"
2784 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2785 #  algorithm: "table_comparison"
2786 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2787 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2788 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2789 #  columns:
2790 #    - title: "x710"
2791 #      data-set: "vpp-nic-comparison-3n-skx"
2792 #      tag: "NIC_Intel-X710"
2793 #    - title: "xxv710"
2794 #      data-set: "vpp-nic-comparison-3n-skx"
2795 #      tag: "NIC_Intel-XXV710"
2796 #  comparisons:
2797 #    - title: "Diff"
2798 #      reference: 1
2799 #      compare: 2
2800 #  legend:
2801 #    - ""
2802 #    - "x710, xxv710 - NICs tested."
2803 #    - "Diff - difference between x710 and xxv710 NIC."
2804 #
2805 ## VPP Compare NICs 3n-skx 2t1c pdr
2806 #- type: "table"
2807 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2808 #  algorithm: "table_comparison"
2809 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2810 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2811 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2812 #  columns:
2813 #    - title: "x710"
2814 #      data-set: "vpp-nic-comparison-3n-skx"
2815 #      tag: "NIC_Intel-X710"
2816 #    - title: "xxv710"
2817 #      data-set: "vpp-nic-comparison-3n-skx"
2818 #      tag: "NIC_Intel-XXV710"
2819 #  comparisons:
2820 #    - title: "Diff"
2821 #      reference: 1
2822 #      compare: 2
2823 #  legend:
2824 #    - ""
2825 #    - "x710, xxv710 - NICs tested."
2826 #    - "Diff - difference between x710 and xxv710 NIC."
2827 #
2828 ## VPP Compare NICs 3n-skx 4t2c pdr
2829 #- type: "table"
2830 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2831 #  algorithm: "table_comparison"
2832 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2833 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2834 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2835 #  columns:
2836 #    - title: "x710"
2837 #      data-set: "vpp-nic-comparison-3n-skx"
2838 #      tag: "NIC_Intel-X710"
2839 #    - title: "xxv710"
2840 #      data-set: "vpp-nic-comparison-3n-skx"
2841 #      tag: "NIC_Intel-XXV710"
2842 #  comparisons:
2843 #    - title: "Diff"
2844 #      reference: 1
2845 #      compare: 2
2846 #  legend:
2847 #    - ""
2848 #    - "x710, xxv710 - NICs tested."
2849 #    - "Diff - difference between x710 and xxv710 NIC."
2850
2851 ## VPP Compare NICs 3n-skx 2t1c mrr
2852 #- type: "table"
2853 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2854 #  algorithm: "table_comparison"
2855 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2856 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2857 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2858 #  columns:
2859 #    - title: "x710"
2860 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2861 #      tag: "NIC_Intel-X710"
2862 #    - title: "xxv710"
2863 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2864 #      tag: "NIC_Intel-XXV710"
2865 #  comparisons:
2866 #    - title: "Diff"
2867 #      reference: 1
2868 #      compare: 2
2869 #  legend:
2870 #    - ""
2871 #    - "x710, xxv710 - NICs tested."
2872 #    - "Diff - difference between x710 and xxv710 NIC."
2873 #
2874 ## VPP Compare NICs 3n-skx 4t2c mrr
2875 #- type: "table"
2876 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2877 #  algorithm: "table_comparison"
2878 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2879 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2880 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2881 #  columns:
2882 #    - title: "x710"
2883 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2884 #      tag: "NIC_Intel-X710"
2885 #    - title: "xxv710"
2886 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2887 #      tag: "NIC_Intel-XXV710"
2888 #  comparisons:
2889 #    - title: "Diff"
2890 #      reference: 1
2891 #      compare: 2
2892 #  legend:
2893 #    - ""
2894 #    - "x710, xxv710 - NICs tested."
2895 #    - "Diff - difference between x710 and xxv710 NIC."
2896 #
2897 ## VPP Compare NICs 3n-skx 8t4c mrr
2898 #- type: "table"
2899 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2900 #  algorithm: "table_comparison"
2901 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2902 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2903 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2904 #  columns:
2905 #    - title: "x710"
2906 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2907 #      tag: "NIC_Intel-X710"
2908 #    - title: "xxv710"
2909 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2910 #      tag: "NIC_Intel-XXV710"
2911 #  comparisons:
2912 #    - title: "Diff"
2913 #      reference: 1
2914 #      compare: 2
2915 #  legend:
2916 #    - ""
2917 #    - "x710, xxv710 - NICs tested."
2918 #    - "Diff - difference between x710 and xxv710 NIC."
2919
2920 # VPP Compare NICs 2n-skx 2t1c ndr
2921 - type: "table"
2922   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2923   algorithm: "table_comparison"
2924   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2925   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2926   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2927   columns:
2928     - title: "x710"
2929       data-set: "vpp-nic-comparison-2n-skx"
2930       tag: "NIC_Intel-X710"
2931     - title: "xxv710"
2932       data-set: "vpp-nic-comparison-2n-skx"
2933       tag: "NIC_Intel-XXV710"
2934   comparisons:
2935     - title: "Diff"
2936       reference: 1
2937       compare: 2
2938   legend:
2939     - ""
2940     - "x710, xxv710 - NICs tested."
2941     - "Diff - difference between x710 and xxv710 NIC."
2942
2943 # VPP Compare NICs 2n-skx 4t2c ndr
2944 - type: "table"
2945   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2946   algorithm: "table_comparison"
2947   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2948   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2949   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2950   columns:
2951     - title: "x710"
2952       data-set: "vpp-nic-comparison-2n-skx"
2953       tag: "NIC_Intel-X710"
2954     - title: "xxv710"
2955       data-set: "vpp-nic-comparison-2n-skx"
2956       tag: "NIC_Intel-XXV710"
2957   comparisons:
2958     - title: "Diff"
2959       reference: 1
2960       compare: 2
2961   legend:
2962     - ""
2963     - "x710, xxv710 - NICs tested."
2964     - "Diff - difference between x710 and xxv710 NIC."
2965
2966 # VPP Compare NICs 2n-skx 2t1c pdr
2967 - type: "table"
2968   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2969   algorithm: "table_comparison"
2970   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2971   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2972   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2973   columns:
2974     - title: "x710"
2975       data-set: "vpp-nic-comparison-2n-skx"
2976       tag: "NIC_Intel-X710"
2977     - title: "xxv710"
2978       data-set: "vpp-nic-comparison-2n-skx"
2979       tag: "NIC_Intel-XXV710"
2980   comparisons:
2981     - title: "Diff"
2982       reference: 1
2983       compare: 2
2984   legend:
2985     - ""
2986     - "x710, xxv710 - NICs tested."
2987     - "Diff - difference between x710 and xxv710 NIC."
2988
2989 # VPP Compare NICs 2n-skx 4t2c pdr
2990 - type: "table"
2991   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2992   algorithm: "table_comparison"
2993   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2994   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2995   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2996   columns:
2997     - title: "x710"
2998       data-set: "vpp-nic-comparison-2n-skx"
2999       tag: "NIC_Intel-X710"
3000     - title: "xxv710"
3001       data-set: "vpp-nic-comparison-2n-skx"
3002       tag: "NIC_Intel-XXV710"
3003   comparisons:
3004     - title: "Diff"
3005       reference: 1
3006       compare: 2
3007   legend:
3008     - ""
3009     - "x710, xxv710 - NICs tested."
3010     - "Diff - difference between x710 and xxv710 NIC."
3011
3012 # VPP Compare NICs 2n-skx 2t1c mrr
3013 - type: "table"
3014   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3015   algorithm: "table_comparison"
3016   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3017   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3018   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3019   columns:
3020     - title: "x710"
3021       data-set: "vpp-nic-comparison-2n-skx-mrr"
3022       tag: "NIC_Intel-X710"
3023     - title: "xxv710"
3024       data-set: "vpp-nic-comparison-2n-skx-mrr"
3025       tag: "NIC_Intel-XXV710"
3026   comparisons:
3027     - title: "Diff"
3028       reference: 1
3029       compare: 2
3030   legend:
3031     - ""
3032     - "x710, xxv710 - NICs tested."
3033     - "Diff - difference between x710 and xxv710 NIC."
3034
3035 # VPP Compare NICs 2n-skx 4t2c mrr
3036 - type: "table"
3037   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3038   algorithm: "table_comparison"
3039   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3040   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3041   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3042   columns:
3043     - title: "x710"
3044       data-set: "vpp-nic-comparison-2n-skx-mrr"
3045       tag: "NIC_Intel-X710"
3046     - title: "xxv710"
3047       data-set: "vpp-nic-comparison-2n-skx-mrr"
3048       tag: "NIC_Intel-XXV710"
3049   comparisons:
3050     - title: "Diff"
3051       reference: 1
3052       compare: 2
3053   legend:
3054     - ""
3055     - "x710, xxv710 - NICs tested."
3056     - "Diff - difference between x710 and xxv710 NIC."
3057
3058 # VPP Compare NICs 2n-skx 8t4c mrr
3059 - type: "table"
3060   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3061   algorithm: "table_comparison"
3062   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3063   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3064   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3065   columns:
3066     - title: "x710"
3067       data-set: "vpp-nic-comparison-2n-skx-mrr"
3068       tag: "NIC_Intel-X710"
3069     - title: "xxv710"
3070       data-set: "vpp-nic-comparison-2n-skx-mrr"
3071       tag: "NIC_Intel-XXV710"
3072   comparisons:
3073     - title: "Diff"
3074       reference: 1
3075       compare: 2
3076   legend:
3077     - ""
3078     - "x710, xxv710 - NICs tested."
3079     - "Diff - difference between x710 and xxv710 NIC."
3080
3081 ################################################################################
3082 # VPP
3083
3084 # VPP Performance Changes 3n-hsw 1t1c pdr
3085 - type: "table"
3086   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3087   algorithm: "table_comparison"
3088   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3089   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3090   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3091   columns:
3092     - title: "2001.0-4"
3093       data-set: "vpp-performance-changes-3n-hsw-h1"
3094     - title: "2005.0-4"
3095       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3096     - title: "2005.0-5"
3097       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3098     - title: "2009.0-5"
3099       data-set: "vpp-performance-changes-3n-hsw-cmp"
3100   comparisons:
3101     - title: "2005.0-5 vs 2005.0-4"
3102       reference: 2
3103       compare: 3
3104 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3105     - title: "2009.0-5 vs 2005.0-5"
3106       reference: 3
3107       compare: 4
3108 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3109   legend:
3110     - ''
3111     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3112     - '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).'
3113     - '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.'
3114     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3115     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3116
3117 # VPP Performance Changes 3n-hsw 2t2c pdr
3118 - type: "table"
3119   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3120   algorithm: "table_comparison"
3121   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3122   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3123   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3124   columns:
3125     - title: "2001.0-4"
3126       data-set: "vpp-performance-changes-3n-hsw-h1"
3127     - title: "2005.0-4"
3128       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3129     - title: "2005.0-5"
3130       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3131     - title: "2009.0-5"
3132       data-set: "vpp-performance-changes-3n-hsw-cmp"
3133   comparisons:
3134     - title: "2005.0-5 vs 2005.0-4"
3135       reference: 2
3136       compare: 3
3137 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3138     - title: "2009.0-5 vs 2005.0-5"
3139       reference: 3
3140       compare: 4
3141 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3142   legend:
3143     - ''
3144     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3145     - '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).'
3146     - '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.'
3147     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3148     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3149
3150 # VPP Performance Changes 3n-hsw 1t1c ndr
3151 - type: "table"
3152   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3153   algorithm: "table_comparison"
3154   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3155   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3156   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3157   columns:
3158     - title: "2001.0-4"
3159       data-set: "vpp-performance-changes-3n-hsw-h1"
3160     - title: "2005.0-4"
3161       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3162     - title: "2005.0-5"
3163       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3164     - title: "2009.0-5"
3165       data-set: "vpp-performance-changes-3n-hsw-cmp"
3166   comparisons:
3167     - title: "2005.0-5 vs 2005.0-4"
3168       reference: 2
3169       compare: 3
3170 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3171     - title: "2009.0-5 vs 2005.0-5"
3172       reference: 3
3173       compare: 4
3174 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3175   legend:
3176     - ''
3177     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3178     - '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).'
3179     - '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.'
3180     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3181     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3182
3183 # VPP Performance Changes 3n-hsw 2t2c ndr
3184 - type: "table"
3185   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3186   algorithm: "table_comparison"
3187   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3188   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3189   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3190   columns:
3191     - title: "2001.0-4"
3192       data-set: "vpp-performance-changes-3n-hsw-h1"
3193     - title: "2005.0-4"
3194       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3195     - title: "2005.0-5"
3196       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3197     - title: "2009.0-5"
3198       data-set: "vpp-performance-changes-3n-hsw-cmp"
3199   comparisons:
3200     - title: "2005.0-5 vs 2005.0-4"
3201       reference: 2
3202       compare: 3
3203 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3204     - title: "2009.0-5 vs 2005.0-5"
3205       reference: 3
3206       compare: 4
3207 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3208   legend:
3209     - ''
3210     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
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-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3214     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3215
3216 # VPP Performance Changes 3n-skx 2t1c pdr
3217 - type: "table"
3218   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3219   algorithm: "table_comparison"
3220   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3221   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3222   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3223   columns:
3224     - title: "2001.0-4"
3225       data-set: "vpp-performance-changes-3n-skx-h1"
3226     - title: "2005.0-4"
3227       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3228     - title: "2005.0-5"
3229       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3230     - title: "2009.0-5"
3231       data-set: "vpp-performance-changes-3n-skx-cmp"
3232   comparisons:
3233     - title: "2005.0-5 vs 2005.0-4"
3234       reference: 2
3235       compare: 3
3236 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3237     - title: "2009.0-5 vs 2005.0-5"
3238       reference: 3
3239       compare: 4
3240 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3241   legend:
3242     - ''
3243     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3244     - '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).'
3245     - '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.'
3246     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3247     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3248
3249 # VPP Performance Changes 3n-skx 4t2c pdr
3250 - type: "table"
3251   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3252   algorithm: "table_comparison"
3253   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3254   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3255   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3256   columns:
3257     - title: "2001.0-4"
3258       data-set: "vpp-performance-changes-3n-skx-h1"
3259     - title: "2005.0-4"
3260       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3261     - title: "2005.0-5"
3262       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3263     - title: "2009.0-5"
3264       data-set: "vpp-performance-changes-3n-skx-cmp"
3265   comparisons:
3266     - title: "2005.0-5 vs 2005.0-4"
3267       reference: 2
3268       compare: 3
3269 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3270     - title: "2009.0-5 vs 2005.0-5"
3271       reference: 3
3272       compare: 4
3273 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3274   legend:
3275     - ''
3276     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3277     - '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).'
3278     - '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.'
3279     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3280     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3281
3282 # VPP Performance Changes 3n-skx 2t1c ndr
3283 - type: "table"
3284   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3285   algorithm: "table_comparison"
3286   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3287   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3288   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3289   columns:
3290     - title: "2001.0-4"
3291       data-set: "vpp-performance-changes-3n-skx-h1"
3292     - title: "2005.0-4"
3293       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3294     - title: "2005.0-5"
3295       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3296     - title: "2009.0-5"
3297       data-set: "vpp-performance-changes-3n-skx-cmp"
3298   comparisons:
3299     - title: "2005.0-5 vs 2005.0-4"
3300       reference: 2
3301       compare: 3
3302 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3303     - title: "2009.0-5 vs 2005.0-5"
3304       reference: 3
3305       compare: 4
3306 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3307   legend:
3308     - ''
3309     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3310     - '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).'
3311     - '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.'
3312     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3313     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3314
3315 # VPP Performance Changes 3n-skx 4t2c ndr
3316 - type: "table"
3317   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3318   algorithm: "table_comparison"
3319   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3320   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3321   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3322   columns:
3323     - title: "2001.0-4"
3324       data-set: "vpp-performance-changes-3n-skx-h1"
3325     - title: "2005.0-4"
3326       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3327     - title: "2005.0-5"
3328       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3329     - title: "2009.0-5"
3330       data-set: "vpp-performance-changes-3n-skx-cmp"
3331   comparisons:
3332     - title: "2005.0-5 vs 2005.0-4"
3333       reference: 2
3334       compare: 3
3335 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3336     - title: "2009.0-5 vs 2005.0-5"
3337       reference: 3
3338       compare: 4
3339 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3340   legend:
3341     - ''
3342     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3343     - '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).'
3344     - '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.'
3345     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3346     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3347
3348 # VPP Performance Changes 2n-skx 2t1c pdr
3349 - type: "table"
3350   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3351   algorithm: "table_comparison"
3352   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3353   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3354   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3355   columns:
3356     - title: "2001.0-4"
3357       data-set: "vpp-performance-changes-2n-skx-h1"
3358     - title: "2005.0-4"
3359       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3360     - title: "2005.0-5"
3361       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3362     - title: "2009.0-5"
3363       data-set: "vpp-performance-changes-2n-skx-cmp"
3364   comparisons:
3365     - title: "2005.0-5 vs 2005.0-4"
3366       reference: 2
3367       compare: 3
3368 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3369     - title: "2009.0-5 vs 2005.0-5"
3370       reference: 3
3371       compare: 4
3372 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3373   legend:
3374     - ''
3375     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3376     - '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).'
3377     - '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.'
3378     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3379     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3380
3381 # VPP Performance Changes 2n-skx 4t2c pdr
3382 - type: "table"
3383   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3384   algorithm: "table_comparison"
3385   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3386   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3387   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3388   columns:
3389     - title: "2001.0-4"
3390       data-set: "vpp-performance-changes-2n-skx-h1"
3391     - title: "2005.0-4"
3392       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3393     - title: "2005.0-5"
3394       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3395     - title: "2009.0-5"
3396       data-set: "vpp-performance-changes-2n-skx-cmp"
3397   comparisons:
3398     - title: "2005.0-5 vs 2005.0-4"
3399       reference: 2
3400       compare: 3
3401 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3402     - title: "2009.0-5 vs 2005.0-5"
3403       reference: 3
3404       compare: 4
3405 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3406   legend:
3407     - ''
3408     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
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     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3412     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3413
3414 # VPP Performance Changes 2n-skx 2t1c ndr
3415 - type: "table"
3416   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3417   algorithm: "table_comparison"
3418   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3419   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3420   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3421   columns:
3422     - title: "2001.0-4"
3423       data-set: "vpp-performance-changes-2n-skx-h1"
3424     - title: "2005.0-4"
3425       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3426     - title: "2005.0-5"
3427       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3428     - title: "2009.0-5"
3429       data-set: "vpp-performance-changes-2n-skx-cmp"
3430   comparisons:
3431     - title: "2005.0-5 vs 2005.0-4"
3432       reference: 2
3433       compare: 3
3434 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3435     - title: "2009.0-5 vs 2005.0-5"
3436       reference: 3
3437       compare: 4
3438 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3439   legend:
3440     - ''
3441     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3442     - '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).'
3443     - '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.'
3444     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3445     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3446
3447 # VPP Performance Changes 2n-skx 4t2c ndr
3448 - type: "table"
3449   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3450   algorithm: "table_comparison"
3451   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3453   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3454   columns:
3455     - title: "2001.0-4"
3456       data-set: "vpp-performance-changes-2n-skx-h1"
3457     - title: "2005.0-4"
3458       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3459     - title: "2005.0-5"
3460       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3461     - title: "2009.0-5"
3462       data-set: "vpp-performance-changes-2n-skx-cmp"
3463   comparisons:
3464     - title: "2005.0-5 vs 2005.0-4"
3465       reference: 2
3466       compare: 3
3467 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3468     - title: "2009.0-5 vs 2005.0-5"
3469       reference: 3
3470       compare: 4
3471 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3472   legend:
3473     - ''
3474     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3475     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3476     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3477     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3478     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3479
3480 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3481 - type: "table"
3482   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3483   algorithm: "table_comparison"
3484   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3485   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3486   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3487   columns:
3488     - title: "2001.0-4"
3489       data-set: "vpp-performance-changes-2n-clx-h1"
3490     - title: "2005.0-4"
3491       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3492     - title: "2005.0-5"
3493       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3494     - title: "2009.0-5"
3495       data-set: "vpp-performance-changes-2n-clx-cmp"
3496   comparisons:
3497     - title: "2005.0-5 vs 2005.0-4"
3498       reference: 2
3499       compare: 3
3500 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3501     - title: "2009.0-5 vs 2005.0-5"
3502       reference: 3
3503       compare: 4
3504 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3505   legend:
3506     - ''
3507     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3508     - '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).'
3509     - '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.'
3510     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3511     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3512
3513 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3514 - type: "table"
3515   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3516   algorithm: "table_comparison"
3517   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3518   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3519   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3520   columns:
3521     - title: "2001.0-4"
3522       data-set: "vpp-performance-changes-2n-clx-h1"
3523     - title: "2005.0-4"
3524       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3525     - title: "2005.0-5"
3526       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3527     - title: "2009.0-5"
3528       data-set: "vpp-performance-changes-2n-clx-cmp"
3529   comparisons:
3530     - title: "2005.0-5 vs 2005.0-4"
3531       reference: 2
3532       compare: 3
3533 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3534     - title: "2009.0-5 vs 2005.0-5"
3535       reference: 3
3536       compare: 4
3537 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3538   legend:
3539     - ''
3540     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3541     - '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).'
3542     - '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.'
3543     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3544     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3545
3546 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3547 - type: "table"
3548   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3549   algorithm: "table_comparison"
3550   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3551   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3552   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3553   columns:
3554     - title: "2001.0-4"
3555       data-set: "vpp-performance-changes-2n-clx-h1"
3556     - title: "2005.0-4"
3557       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3558     - title: "2005.0-5"
3559       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3560     - title: "2009.0-5"
3561       data-set: "vpp-performance-changes-2n-clx-cmp"
3562   comparisons:
3563     - title: "2005.0-5 vs 2005.0-4"
3564       reference: 2
3565       compare: 3
3566 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3567     - title: "2009.0-5 vs 2005.0-5"
3568       reference: 3
3569       compare: 4
3570 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3571   legend:
3572     - ''
3573     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3574     - '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).'
3575     - '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.'
3576     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3577     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3578
3579 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3580 - type: "table"
3581   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3582   algorithm: "table_comparison"
3583   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3584   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3585   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3586   columns:
3587     - title: "2001.0-4"
3588       data-set: "vpp-performance-changes-2n-clx-h1"
3589     - title: "2005.0-4"
3590       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3591     - title: "2005.0-5"
3592       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3593     - title: "2009.0-5"
3594       data-set: "vpp-performance-changes-2n-clx-cmp"
3595   comparisons:
3596     - title: "2005.0-5 vs 2005.0-4"
3597       reference: 2
3598       compare: 3
3599 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3600     - title: "2009.0-5 vs 2005.0-5"
3601       reference: 3
3602       compare: 4
3603 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3604   legend:
3605     - ''
3606     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3607     - '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).'
3608     - '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.'
3609     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3610     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3611
3612 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3613 #- type: "table"
3614 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3615 #  algorithm: "table_comparison"
3616 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3617 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3618 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3619 #  columns:
3620 #    - title: "2001.0-2"
3621 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3622 #    - title: "2005.0-3"
3623 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3624 #  comparisons:
3625 #    - title: "Diff"
3626 #      reference: 1
3627 #      compare: 2
3628 #  legend:
3629 #    - ''
3630 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3631 #    - '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).'
3632 #    - '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.'
3633 #    - '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.'
3634 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3635 #
3636 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3637 #- type: "table"
3638 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3639 #  algorithm: "table_comparison"
3640 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3641 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3642 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3643 #  columns:
3644 #    - title: "2001.0-2"
3645 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3646 #    - title: "2005.0-3"
3647 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3648 #  comparisons:
3649 #    - title: "Diff"
3650 #      reference: 1
3651 #      compare: 2
3652 #  legend:
3653 #    - ''
3654 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3655 #    - '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).'
3656 #    - '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.'
3657 #    - '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.'
3658 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3659 #
3660 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3661 #- type: "table"
3662 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3663 #  algorithm: "table_comparison"
3664 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3665 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3666 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3667 #  columns:
3668 #    - title: "2001.0-2"
3669 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3670 #    - title: "2005.0-3"
3671 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3672 #  comparisons:
3673 #    - title: "Diff"
3674 #      reference: 1
3675 #      compare: 2
3676 #  legend:
3677 #    - ''
3678 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3679 #    - '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).'
3680 #    - '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.'
3681 #    - '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.'
3682 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3683 #
3684 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3685 #- type: "table"
3686 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3687 #  algorithm: "table_comparison"
3688 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3689 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3690 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3691 #  columns:
3692 #    - title: "2001.0-2"
3693 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3694 #    - title: "2005.0-3"
3695 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3696 #  comparisons:
3697 #    - title: "Diff"
3698 #      reference: 1
3699 #      compare: 2
3700 #  legend:
3701 #    - ''
3702 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3703 #    - '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).'
3704 #    - '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.'
3705 #    - '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.'
3706 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3707
3708 ## VPP Performance Changes 2n-dnv 1t1c pdr
3709 #- type: "table"
3710 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3711 #  algorithm: "table_comparison"
3712 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3713 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3714 #  filter: "'1T1C'"
3715 #  columns:
3716 #    - title: "2001.0-2"
3717 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3718 #    - title: "2005.0-3"
3719 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3720 #    - title: "2009.0-5"
3721 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3722 #  comparisons:
3723 #    - title: "2009.0-5 vs 2005.0-3"
3724 #      reference: 2
3725 #      compare: 3
3726 #  legend:
3727 #    - ''
3728 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3729 #    - '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).'
3730 #    - '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.'
3731 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3732 #
3733 ## VPP Performance Changes 2n-dnv 2t2c pdr
3734 #- type: "table"
3735 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3736 #  algorithm: "table_comparison"
3737 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3738 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3739 #  filter: "'2T2C'"
3740 #  columns:
3741 #    - title: "2001.0-2"
3742 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3743 #    - title: "2005.0-3"
3744 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3745 #    - title: "2009.0-5"
3746 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3747 #  comparisons:
3748 #    - title: "2009.0-5 vs 2005.0-3"
3749 #      reference: 2
3750 #      compare: 3
3751 #  legend:
3752 #    - ''
3753 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3754 #    - '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).'
3755 #    - '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.'
3756 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3757 #
3758 ## VPP Performance Changes 2n-dnv 1t1c ndr
3759 #- type: "table"
3760 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3761 #  algorithm: "table_comparison"
3762 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3763 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3764 #  filter: "'1T1C'"
3765 #  columns:
3766 #    - title: "2001.0-2"
3767 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3768 #    - title: "2005.0-3"
3769 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3770 #    - title: "2009.0-5"
3771 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3772 #  comparisons:
3773 #    - title: "2009.0-5 vs 2005.0-3"
3774 #      reference: 2
3775 #      compare: 3
3776 #  legend:
3777 #    - ''
3778 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3779 #    - '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).'
3780 #    - '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.'
3781 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3782 #
3783 ## VPP Performance Changes 2n-dnv 2t2c ndr
3784 #- type: "table"
3785 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3786 #  algorithm: "table_comparison"
3787 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3788 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3789 #  filter: "'2T2C'"
3790 #  columns:
3791 #    - title: "2001.0-2"
3792 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3793 #    - title: "2005.0-3"
3794 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3795 #    - title: "2009.0-5"
3796 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3797 #  comparisons:
3798 #    - title: "2009.0-5 vs 2005.0-3"
3799 #      reference: 2
3800 #      compare: 3
3801 #  legend:
3802 #    - ''
3803 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3804 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3805 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3806 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3807 #
3808 ## VPP Performance Changes 3n-dnv 1t1c pdr
3809 #- type: "table"
3810 #  title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3811 #  algorithm: "table_comparison"
3812 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3813 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3814 #  filter: "'1T1C'"
3815 #  columns:
3816 #    - title: "2001.0-2"
3817 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3818 #    - title: "2005.0-3"
3819 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3820 #    - title: "2009.0-5"
3821 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3822 #  comparisons:
3823 #    - title: "2009.0-5 vs 2005.0-3"
3824 #      reference: 2
3825 #      compare: 3
3826 #  legend:
3827 #    - ''
3828 #    - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3829 #    - '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).'
3830 #    - '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.'
3831 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3832 #
3833 ## VPP Performance Changes 3n-dnv 2t2c pdr
3834 #- type: "table"
3835 #  title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3836 #  algorithm: "table_comparison"
3837 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3838 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3839 #  filter: "'2T2C'"
3840 #  columns:
3841 #    - title: "2001.0-2"
3842 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3843 #    - title: "2005.0-3"
3844 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3845 #    - title: "2009.0-5"
3846 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3847 #  comparisons:
3848 #    - title: "2009.0-5 vs 2005.0-3"
3849 #      reference: 2
3850 #      compare: 3
3851 #  legend:
3852 #    - ''
3853 #    - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3854 #    - '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).'
3855 #    - '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.'
3856 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3857 #
3858 ## VPP Performance Changes 3n-dnv 1t1c ndr
3859 #- type: "table"
3860 #  title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3861 #  algorithm: "table_comparison"
3862 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3863 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3864 #  filter: "'1T1C'"
3865 #  columns:
3866 #    - title: "2001.0-2"
3867 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3868 #    - title: "2005.0-3"
3869 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3870 #    - title: "2009.0-5"
3871 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3872 #  comparisons:
3873 #    - title: "2009.0-5 vs 2005.0-3"
3874 #      reference: 2
3875 #      compare: 3
3876 #  legend:
3877 #    - ''
3878 #    - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3879 #    - '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).'
3880 #    - '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.'
3881 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3882 #
3883 ## VPP Performance Changes 3n-dnv 2t2c ndr
3884 #- type: "table"
3885 #  title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3886 #  algorithm: "table_comparison"
3887 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3888 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3889 #  filter: "'2T2C'"
3890 #  columns:
3891 #    - title: "2001.0-2"
3892 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3893 #    - title: "2005.0-3"
3894 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3895 #    - title: "2009.0-5"
3896 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3897 #  comparisons:
3898 #    - title: "2009.0-5 vs 2005.0-3"
3899 #      reference: 2
3900 #      compare: 3
3901 #  legend:
3902 #    - ''
3903 #    - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3904 #    - '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).'
3905 #    - '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.'
3906 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3907
3908 # VPP Performance Changes 3n-tsh 1t1c pdr
3909 - type: "table"
3910   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3911   algorithm: "table_comparison"
3912   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3913   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3914   filter: "'1T1C'"
3915   columns:
3916     - title: "2001.0-4"
3917       data-set: "vpp-performance-changes-3n-tsh-h1"
3918     - title: "2005.0-4"
3919       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3920     - title: "2005.0-5"
3921       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3922     - title: "2009.0-5"
3923       data-set: "vpp-performance-changes-3n-tsh-cmp"
3924   comparisons:
3925     - title: "2005.0-5 vs 2005.0-4"
3926       reference: 2
3927       compare: 3
3928 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3929     - title: "2009.0-5 vs 2005.0-5"
3930       reference: 3
3931       compare: 4
3932 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
3933   legend:
3934     - ''
3935     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3936     - '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).'
3937     - '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.'
3938     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3939     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3940
3941 # VPP Performance Changes 3n-tsh 2t2c pdr
3942 - type: "table"
3943   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3944   algorithm: "table_comparison"
3945   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3946   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3947   filter: "'2T2C'"
3948   columns:
3949     - title: "2001.0-4"
3950       data-set: "vpp-performance-changes-3n-tsh-h1"
3951     - title: "2005.0-4"
3952       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3953     - title: "2005.0-5"
3954       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3955     - title: "2009.0-5"
3956       data-set: "vpp-performance-changes-3n-tsh-cmp"
3957   comparisons:
3958     - title: "2005.0-5 vs 2005.0-4"
3959       reference: 2
3960       compare: 3
3961 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
3962     - title: "2009.0-5 vs 2005.0-5"
3963       reference: 3
3964       compare: 4
3965 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
3966   legend:
3967     - ''
3968     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3969     - '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).'
3970     - '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.'
3971     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3972     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3973
3974 # VPP Performance Changes 3n-tsh 1t1c ndr
3975 - type: "table"
3976   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3977   algorithm: "table_comparison"
3978   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3979   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3980   filter: "'1T1C'"
3981   columns:
3982     - title: "2001.0-4"
3983       data-set: "vpp-performance-changes-3n-tsh-h1"
3984     - title: "2005.0-4"
3985       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3986     - title: "2005.0-5"
3987       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3988     - title: "2009.0-5"
3989       data-set: "vpp-performance-changes-3n-tsh-cmp"
3990   comparisons:
3991     - title: "2005.0-5 vs 2005.0-4"
3992       reference: 2
3993       compare: 3
3994 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
3995     - title: "2009.0-5 vs 2005.0-5"
3996       reference: 3
3997       compare: 4
3998 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
3999   legend:
4000     - ''
4001     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4002     - '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).'
4003     - '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.'
4004     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4005     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4006
4007 # VPP Performance Changes 3n-tsh 2t2c ndr
4008 - type: "table"
4009   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4010   algorithm: "table_comparison"
4011   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4012   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4013   filter: "'2T2C'"
4014   columns:
4015     - title: "2001.0-4"
4016       data-set: "vpp-performance-changes-3n-tsh-h1"
4017     - title: "2005.0-4"
4018       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4019     - title: "2005.0-5"
4020       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4021     - title: "2009.0-5"
4022       data-set: "vpp-performance-changes-3n-tsh-cmp"
4023   comparisons:
4024     - title: "2005.0-5 vs 2005.0-4"
4025       reference: 2
4026       compare: 3
4027 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4028     - title: "2009.0-5 vs 2005.0-5"
4029       reference: 3
4030       compare: 4
4031 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4032   legend:
4033     - ''
4034     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4035     - '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).'
4036     - '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.'
4037     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4038     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4039
4040 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4041 - type: "table"
4042   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4043   algorithm: "table_comparison"
4044   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4045   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4046   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4047   columns:
4048     - title: "3n-hsw xl710"
4049       data-set: "vpp-compare-testbeds-ref"
4050       tag: "NIC_Intel-XL710"
4051     - title: "3n-skx xxv710"
4052       data-set: "vpp-compare-testbeds-cmp"
4053       tag: "NIC_Intel-XXV710"
4054   comparisons:
4055     - title: "Diff"
4056       reference: 1
4057       compare: 2
4058   legend:
4059     - ""
4060     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4061     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4062
4063 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4064 - type: "table"
4065   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4066   algorithm: "table_comparison"
4067   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4068   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4069   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4070   columns:
4071     - title: "3n-hsw xl710"
4072       data-set: "vpp-compare-testbeds-ref"
4073       tag: "NIC_Intel-XL710"
4074     - title: "3n-skx xxv710"
4075       data-set: "vpp-compare-testbeds-cmp"
4076       tag: "NIC_Intel-XXV710"
4077   comparisons:
4078     - title: "Diff"
4079       reference: 1
4080       compare: 2
4081   legend:
4082     - ""
4083     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4084     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4085
4086 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4087 - type: "table"
4088   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4089   algorithm: "table_comparison"
4090   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4091   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4092   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4093   columns:
4094     - title: "3n-hsw xl710"
4095       data-set: "vpp-compare-testbeds-ref"
4096       tag: "NIC_Intel-XL710"
4097     - title: "3n-skx xxv710"
4098       data-set: "vpp-compare-testbeds-cmp"
4099       tag: "NIC_Intel-XXV710"
4100   comparisons:
4101     - title: "Diff"
4102       reference: 1
4103       compare: 2
4104   legend:
4105     - ""
4106     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4107     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4108
4109 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4110 - type: "table"
4111   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4112   algorithm: "table_comparison"
4113   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4114   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4115   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4116   columns:
4117     - title: "3n-hsw xl710"
4118       data-set: "vpp-compare-testbeds-ref"
4119       tag: "NIC_Intel-XL710"
4120     - title: "3n-skx xxv710"
4121       data-set: "vpp-compare-testbeds-cmp"
4122       tag: "NIC_Intel-XXV710"
4123   comparisons:
4124     - title: "Diff"
4125       reference: 1
4126       compare: 2
4127   legend:
4128     - ""
4129     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4130     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4131
4132 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4133 - type: "table"
4134   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4135   algorithm: "table_comparison"
4136   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4137   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4138   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4139   columns:
4140     - title: "2n-skx"
4141       data-set: "vpp-compare-testbeds-skx-clx-ref"
4142     - title: "2n-clx"
4143       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4144   comparisons:
4145     - title: "Diff"
4146       reference: 1
4147       compare: 2
4148   legend:
4149     - ""
4150     - "2n-skx, 2n-clx - testbeds and NICs tested."
4151     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4152
4153 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4154 - type: "table"
4155   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4156   algorithm: "table_comparison"
4157   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4158   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4159   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4160   columns:
4161     - title: "2n-skx"
4162       data-set: "vpp-compare-testbeds-skx-clx-ref"
4163     - title: "2n-clx"
4164       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4165   comparisons:
4166     - title: "Diff"
4167       reference: 1
4168       compare: 2
4169   legend:
4170     - ""
4171     - "2n-skx, 2n-clx - testbeds and NICs tested."
4172     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4173
4174 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4175 - type: "table"
4176   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4177   algorithm: "table_comparison"
4178   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4179   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4180   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4181   columns:
4182     - title: "2n-skx"
4183       data-set: "vpp-compare-testbeds-skx-clx-ref"
4184     - title: "2n-clx"
4185       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4186   comparisons:
4187     - title: "Diff"
4188       reference: 1
4189       compare: 2
4190   legend:
4191     - ""
4192     - "2n-skx, 2n-clx - testbeds and NICs tested."
4193     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4194
4195 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4196 - type: "table"
4197   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4198   algorithm: "table_comparison"
4199   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4200   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4201   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4202   columns:
4203     - title: "2n-skx"
4204       data-set: "vpp-compare-testbeds-skx-clx-ref"
4205     - title: "2n-clx"
4206       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4207   comparisons:
4208     - title: "Diff"
4209       reference: 1
4210       compare: 2
4211   legend:
4212     - ""
4213     - "2n-skx, 2n-clx - testbeds and NICs tested."
4214     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4215
4216 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4217 - type: "table"
4218   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4219   algorithm: "table_comparison"
4220   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4221   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4222   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4223   columns:
4224     - title: "3n-hsw xl710"
4225       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4226       tag: "NIC_Intel-XL710"
4227     - title: "2n-clx xxv710"
4228       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4229       tag: "NIC_Intel-XXV710"
4230   comparisons:
4231     - title: "Diff"
4232       reference: 1
4233       compare: 2
4234   legend:
4235     - ""
4236     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4237     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4238
4239 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4240 - type: "table"
4241   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4242   algorithm: "table_comparison"
4243   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4244   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4245   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4246   columns:
4247     - title: "3n-hsw xl710"
4248       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4249       tag: "NIC_Intel-XL710"
4250     - title: "2n-clx xxv710"
4251       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4252       tag: "NIC_Intel-XXV710"
4253   comparisons:
4254     - title: "Diff"
4255       reference: 1
4256       compare: 2
4257   legend:
4258     - ""
4259     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4260     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4261
4262 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4263 - type: "table"
4264   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4265   algorithm: "table_comparison"
4266   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4267   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4268   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4269   columns:
4270     - title: "3n-hsw xl710"
4271       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4272       tag: "NIC_Intel-XL710"
4273     - title: "2n-clx xxv710"
4274       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4275       tag: "NIC_Intel-XXV710"
4276   comparisons:
4277     - title: "Diff"
4278       reference: 1
4279       compare: 2
4280   legend:
4281     - ""
4282     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4283     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4284
4285 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4286 - type: "table"
4287   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4288   algorithm: "table_comparison"
4289   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4291   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4292   columns:
4293     - title: "3n-hsw xl710"
4294       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4295       tag: "NIC_Intel-XL710"
4296     - title: "2n-clx xxv710"
4297       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4298       tag: "NIC_Intel-XXV710"
4299   comparisons:
4300     - title: "Diff"
4301       reference: 1
4302       compare: 2
4303   legend:
4304     - ""
4305     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4306     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4307
4308 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4309 - type: "table"
4310   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4311   algorithm: "table_comparison"
4312   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4313   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4314   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4315   columns:
4316     - title: "3n-skx"
4317       data-set: "vpp-compare-topologies-ref"
4318     - title: "2n-skx"
4319       data-set: "vpp-compare-topologies-cmp"
4320   comparisons:
4321     - title: "Diff"
4322       reference: 1
4323       compare: 2
4324   legend:
4325     - ""
4326     - "3n-skx, 2n-skx - topologies tested."
4327     - "Diff - difference between 3n-skx and 2n-skx topologies."
4328
4329 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4330 - type: "table"
4331   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4332   algorithm: "table_comparison"
4333   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4334   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4335   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4336   columns:
4337     - title: "3n-skx"
4338       data-set: "vpp-compare-topologies-ref"
4339     - title: "2n-skx"
4340       data-set: "vpp-compare-topologies-cmp"
4341   comparisons:
4342     - title: "Diff"
4343       reference: 1
4344       compare: 2
4345   legend:
4346     - ""
4347     - "3n-skx, 2n-skx - topologies tested."
4348     - "Diff - difference between 3n-skx and 2n-skx topologies."
4349
4350 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4351 - type: "table"
4352   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4353   algorithm: "table_comparison"
4354   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4355   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4356   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4357   columns:
4358     - title: "3n-skx"
4359       data-set: "vpp-compare-topologies-ref"
4360     - title: "2n-skx"
4361       data-set: "vpp-compare-topologies-cmp"
4362   comparisons:
4363     - title: "Diff"
4364       reference: 1
4365       compare: 2
4366   legend:
4367     - ""
4368     - "3n-skx, 2n-skx - topologies tested."
4369     - "Diff - difference between 3n-skx and 2n-skx topologies."
4370
4371 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4372 - type: "table"
4373   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4374   algorithm: "table_comparison"
4375   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4376   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4377   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4378   columns:
4379     - title: "3n-skx"
4380       data-set: "vpp-compare-topologies-ref"
4381     - title: "2n-skx"
4382       data-set: "vpp-compare-topologies-cmp"
4383   comparisons:
4384     - title: "Diff"
4385       reference: 1
4386       compare: 2
4387   legend:
4388     - ""
4389     - "3n-skx, 2n-skx - topologies tested."
4390     - "Diff - difference between 3n-skx and 2n-skx topologies."
4391
4392 # VPP Performance Changes 3n-hsw 1t1c mrr
4393 - type: "table"
4394   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4395   algorithm: "table_comparison"
4396   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4397   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4398   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4399   columns:
4400     - title: "2001.0-2"
4401       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4402     - title: "2005.0-4"
4403       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4404     - title: "2005.0-5"
4405       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4406     - title: "2009.0-5"
4407       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4408   comparisons:
4409     - title: "2005.0-5 vs 2005.0-4"
4410       reference: 2
4411       compare: 3
4412 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4413     - title: "2009.0-5 vs 2005.0-5"
4414       reference: 3
4415       compare: 4
4416 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4417   legend:
4418     - ''
4419     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4420     - '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).'
4421     - '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.'
4422     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4423     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4424
4425 # VPP Performance Changes 3n-hsw 2t2c mrr
4426 - type: "table"
4427   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4428   algorithm: "table_comparison"
4429   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4430   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4431   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4432   columns:
4433     - title: "2001.0-2"
4434       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4435     - title: "2005.0-4"
4436       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4437     - title: "2005.0-5"
4438       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4439     - title: "2009.0-5"
4440       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4441   comparisons:
4442     - title: "2005.0-5 vs 2005.0-4"
4443       reference: 2
4444       compare: 3
4445 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4446     - title: "2009.0-5 vs 2005.0-5"
4447       reference: 3
4448       compare: 4
4449 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4450   legend:
4451     - ''
4452     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4453     - '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).'
4454     - '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.'
4455     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4456     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4457
4458 # VPP Performance Changes 3n-hsw 4t4c mrr
4459 - type: "table"
4460   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4461   algorithm: "table_comparison"
4462   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4463   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4464   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4465   columns:
4466     - title: "2001.0-2"
4467       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4468     - title: "2005.0-4"
4469       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4470     - title: "2005.0-5"
4471       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4472     - title: "2009.0-5"
4473       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4474   comparisons:
4475     - title: "2005.0-5 vs 2005.0-4"
4476       reference: 2
4477       compare: 3
4478 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4479     - title: "2009.0-5 vs 2005.0-5"
4480       reference: 3
4481       compare: 4
4482 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4483   legend:
4484     - ''
4485     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4486     - '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).'
4487     - '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.'
4488     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4489     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4490
4491 # VPP Performance Changes 3n-skx 2t1c mrr
4492 - type: "table"
4493   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4494   algorithm: "table_comparison"
4495   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4496   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4497   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4498   columns:
4499     - title: "2001.0-2"
4500       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4501     - title: "2005.0-4"
4502       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4503     - title: "2005.0-5"
4504       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4505     - title: "2009.0-5"
4506       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4507   comparisons:
4508     - title: "2005.0-5 vs 2005.0-4"
4509       reference: 2
4510       compare: 3
4511 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4512     - title: "2009.0-5 vs 2005.0-5"
4513       reference: 2
4514       compare: 3
4515 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4516   legend:
4517     - ''
4518     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4519     - '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).'
4520     - '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.'
4521     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4522     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4523
4524 # VPP Performance Changes 3n-skx 4t2c mrr
4525 - type: "table"
4526   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4527   algorithm: "table_comparison"
4528   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4529   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4530   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4531   columns:
4532     - title: "2001.0-2"
4533       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4534     - title: "2005.0-4"
4535       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4536     - title: "2005.0-5"
4537       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4538     - title: "2009.0-5"
4539       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4540   comparisons:
4541     - title: "2005.0-5 vs 2005.0-4"
4542       reference: 2
4543       compare: 3
4544 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4545     - title: "2009.0-5 vs 2005.0-5"
4546       reference: 2
4547       compare: 3
4548 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4549   legend:
4550     - ''
4551     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4552     - '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).'
4553     - '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.'
4554     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4555     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4556
4557 # VPP Performance Changes 3n-skx 8t4c mrr
4558 - type: "table"
4559   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4560   algorithm: "table_comparison"
4561   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4562   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4563   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4564   columns:
4565     - title: "2001.0-2"
4566       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4567     - title: "2005.0-4"
4568       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4569     - title: "2005.0-5"
4570       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4571     - title: "2009.0-5"
4572       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4573   comparisons:
4574     - title: "2005.0-5 vs 2005.0-4"
4575       reference: 2
4576       compare: 3
4577 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4578     - title: "2009.0-5 vs 2005.0-5"
4579       reference: 2
4580       compare: 3
4581 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4582   legend:
4583     - ''
4584     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4585     - '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).'
4586     - '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.'
4587     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4588     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4589
4590 # VPP Performance Changes 2n-skx 2t1c mrr
4591 - type: "table"
4592   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4593   algorithm: "table_comparison"
4594   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4595   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4596   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4597   columns:
4598     - title: "2001.0-2"
4599       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4600     - title: "2005.0-4"
4601       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4602     - title: "2005.0-5"
4603       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4604     - title: "2009.0-5"
4605       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4606   comparisons:
4607     - title: "2005.0-5 vs 2005.0-4"
4608       reference: 2
4609       compare: 3
4610 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4611     - title: "2009.0-5 vs 2005.0-4"
4612       reference: 3
4613       compare: 4
4614 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4615   legend:
4616     - ''
4617     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4618     - '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).'
4619     - '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.'
4620     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4621     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4622
4623 # VPP Performance Changes 2n-skx 4t2c mrr
4624 - type: "table"
4625   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4626   algorithm: "table_comparison"
4627   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4628   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4629   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4630   columns:
4631     - title: "2001.0-2"
4632       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4633     - title: "2005.0-4"
4634       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4635     - title: "2005.0-5"
4636       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4637     - title: "2009.0-5"
4638       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4639   comparisons:
4640     - title: "2005.0-5 vs 2005.0-4"
4641       reference: 2
4642       compare: 3
4643 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4644     - title: "2009.0-5 vs 2005.0-4"
4645       reference: 3
4646       compare: 4
4647 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4648   legend:
4649     - ''
4650     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4651     - '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).'
4652     - '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.'
4653     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4654     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4655
4656 # VPP Performance Changes 2n-skx 8t4c mrr
4657 - type: "table"
4658   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4659   algorithm: "table_comparison"
4660   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4661   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4662   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4663   columns:
4664     - title: "2001.0-2"
4665       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4666     - title: "2005.0-4"
4667       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4668     - title: "2005.0-5"
4669       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4670     - title: "2009.0-5"
4671       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4672   comparisons:
4673     - title: "2005.0-5 vs 2005.0-4"
4674       reference: 2
4675       compare: 3
4676 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4677     - title: "2009.0-5 vs 2005.0-4"
4678       reference: 3
4679       compare: 4
4680 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4681   legend:
4682     - ''
4683     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4684     - '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).'
4685     - '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.'
4686     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4687     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4688
4689 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4690 - type: "table"
4691   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4692   algorithm: "table_comparison"
4693   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4694   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4695   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4696   columns:
4697     - title: "2001.0-2"
4698       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4699     - title: "2005.0-4"
4700       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4701     - title: "2005.0-5"
4702       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4703     - title: "2009.0-5"
4704       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4705   comparisons:
4706     - title: "2005.0-5 vs 2005.0-4"
4707       reference: 2
4708       compare: 3
4709 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4710     - title: "2009.0-5 vs 2005.0-5"
4711       reference: 3
4712       compare: 4
4713 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4714   legend:
4715     - ''
4716     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4717     - '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).'
4718     - '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.'
4719     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4720     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4721
4722 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4723 - type: "table"
4724   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4725   algorithm: "table_comparison"
4726   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4727   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4728   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4729   columns:
4730     - title: "2001.0-2"
4731       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4732     - title: "2005.0-4"
4733       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4734     - title: "2005.0-5"
4735       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4736     - title: "2009.0-5"
4737       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4738   comparisons:
4739     - title: "2005.0-5 vs 2005.0-4"
4740       reference: 2
4741       compare: 3
4742 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4743     - title: "2009.0-5 vs 2005.0-5"
4744       reference: 3
4745       compare: 4
4746 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4747   legend:
4748     - ''
4749     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4750     - '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).'
4751     - '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.'
4752     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4753     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4754
4755 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4756 - type: "table"
4757   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4758   algorithm: "table_comparison"
4759   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4760   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4761   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4762   columns:
4763     - title: "2001.0-2"
4764       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4765     - title: "2005.0-4"
4766       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4767     - title: "2005.0-5"
4768       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4769     - title: "2009.0-5"
4770       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4771   comparisons:
4772     - title: "2005.0-5 vs 2005.0-4"
4773       reference: 2
4774       compare: 3
4775 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4776     - title: "2009.0-5 vs 2005.0-5"
4777       reference: 3
4778       compare: 4
4779 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4780   legend:
4781     - ''
4782     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4783     - '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).'
4784     - '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.'
4785     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4786     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4787
4788 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4789 #- type: "table"
4790 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4791 #  algorithm: "table_comparison"
4792 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4793 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4794 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4795 #  columns:
4796 #    - title: "2001"
4797 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4798 #    - title: "2005"
4799 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4800 #  comparisons:
4801 #    - title: "Diff"
4802 #      reference: 1
4803 #      compare: 2
4804 #  legend:
4805 #    - ""
4806 #    - "2001, 2005 - VPP versions tested."
4807 #    - "Diff - difference between 2001 and 2005 VPP version."
4808 #
4809 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4810 #- type: "table"
4811 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4812 #  algorithm: "table_comparison"
4813 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4814 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4815 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4816 #  columns:
4817 #    - title: "2001"
4818 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4819 #    - title: "2005"
4820 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4821 #  comparisons:
4822 #    - title: "Diff"
4823 #      reference: 1
4824 #      compare: 2
4825 #  legend:
4826 #    - ""
4827 #    - "2001, 2005 - VPP versions tested."
4828 #    - "Diff - difference between 2001 and 2005 VPP version."
4829 #
4830 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4831 #- type: "table"
4832 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4833 #  algorithm: "table_comparison"
4834 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4835 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4836 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4837 #  columns:
4838 #    - title: "2001"
4839 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4840 #    - title: "2005"
4841 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4842 #  comparisons:
4843 #    - title: "Diff"
4844 #      reference: 1
4845 #      compare: 2
4846 #  legend:
4847 #    - ""
4848 #    - "2001, 2005 - VPP versions tested."
4849 #    - "Diff - difference between 2001 and 2005 VPP version."
4850
4851 ## VPP Performance Changes 2n-dnv 1t1c mrr
4852 #- type: "table"
4853 #  title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4854 #  algorithm: "table_comparison"
4855 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4856 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4857 #  filter: "'1T1C'"
4858 #  columns:
4859 #    - title: "2001.0-2"
4860 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4861 #    - title: "2005.0-3"
4862 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4863 #    - title: "2009.0-5"
4864 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4865 #  comparisons:
4866 #    - title: "2009.0-5 vs 2005.0-3"
4867 #      reference: 2
4868 #      compare: 3
4869 #  legend:
4870 #    - ''
4871 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4872 #    - '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).'
4873 #    - '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.'
4874 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4875 #
4876 ## VPP Performance Changes 2n-dnv 2t2c mrr
4877 #- type: "table"
4878 #  title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4879 #  algorithm: "table_comparison"
4880 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4881 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4882 #  filter: "'2T2C'"
4883 #  columns:
4884 #    - title: "2001.0-2"
4885 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4886 #    - title: "2005.0-3"
4887 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4888 #    - title: "2009.0-5"
4889 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4890 #  comparisons:
4891 #    - title: "2009.0-5 vs 2005.0-3"
4892 #      reference: 2
4893 #      compare: 3
4894 #  legend:
4895 #    - ''
4896 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4897 #    - '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).'
4898 #    - '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.'
4899 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4900 #
4901 ## VPP Performance Changes 2n-dnv 4t4c mrr
4902 #- type: "table"
4903 #  title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4904 #  algorithm: "table_comparison"
4905 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4906 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4907 #  filter: "'4T4C'"
4908 #  columns:
4909 #    - title: "2001.0-2"
4910 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4911 #    - title: "2005.0-3"
4912 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4913 #    - title: "2009.0-5"
4914 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4915 #  comparisons:
4916 #    - title: "2009.0-5 vs 2005.0-3"
4917 #      reference: 2
4918 #      compare: 3
4919 #  legend:
4920 #    - ''
4921 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4922 #    - '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).'
4923 #    - '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.'
4924 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4925 #
4926 ## VPP Performance Changes 3n-dnv 1t1c mrr
4927 #- type: "table"
4928 #  title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4929 #  algorithm: "table_comparison"
4930 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4931 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4932 #  filter: "'1T1C'"
4933 #  columns:
4934 #    - title: "2001.0-2"
4935 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4936 #    - title: "2005.0-3"
4937 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4938 #    - title: "2009.0-5"
4939 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4940 #  comparisons:
4941 #    - title: "2009.0-5 vs 2005.0-3"
4942 #      reference: 2
4943 #      compare: 3
4944 #  legend:
4945 #    - ''
4946 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4947 #    - '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).'
4948 #    - '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.'
4949 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4950 #
4951 ## VPP Performance Changes 3n-dnv 2t2c mrr
4952 #- type: "table"
4953 #  title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4954 #  algorithm: "table_comparison"
4955 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4956 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4957 #  filter: "'2T2C'"
4958 #  columns:
4959 #    - title: "2001.0-2"
4960 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4961 #    - title: "2005.0-3"
4962 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4963 #    - title: "2009.0-5"
4964 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4965 #  comparisons:
4966 #    - title: "2009.0-5 vs 2005.0-3"
4967 #      reference: 2
4968 #      compare: 3
4969 #  legend:
4970 #    - ''
4971 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4972 #    - '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).'
4973 #    - '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.'
4974 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4975 #
4976 ## VPP Performance Changes 3n-dnv 4t4c mrr
4977 #- type: "table"
4978 #  title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4979 #  algorithm: "table_comparison"
4980 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4981 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4982 #  filter: "'4T4C'"
4983 #  columns:
4984 #    - title: "2001.0-2"
4985 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4986 #    - title: "2005.0-3"
4987 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4988 #    - title: "2009.0-5"
4989 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4990 #  comparisons:
4991 #    - title: "2009.0-5 vs 2005.0-3"
4992 #      reference: 2
4993 #      compare: 3
4994 #  legend:
4995 #    - ''
4996 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4997 #    - '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).'
4998 #    - '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.'
4999 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
5000
5001 # VPP Performance Changes 3n-tsh 1t1c mrr
5002 - type: "table"
5003   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5004   algorithm: "table_comparison"
5005   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5006   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5007   filter: "'1T1C'"
5008   columns:
5009     - title: "2001.0-2"
5010       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5011     - title: "2005.0-4"
5012       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5013     - title: "2009.0-5"
5014       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5015   comparisons:
5016     - title: "2009.0-5 vs 2005.0-4"
5017       reference: 2
5018       compare: 3
5019 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5020   legend:
5021     - ''
5022     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5023     - '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).'
5024     - '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.'
5025     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5026
5027 # VPP Performance Changes 3n-tsh 2t2c mrr
5028 - type: "table"
5029   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5030   algorithm: "table_comparison"
5031   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5032   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5033   filter: "'2T2C'"
5034   columns:
5035     - title: "2001.0-2"
5036       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5037     - title: "2005.0-4"
5038       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5039     - title: "2009.0-5"
5040       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5041   comparisons:
5042     - title: "2009.0-5 vs 2005.0-4"
5043       reference: 2
5044       compare: 3
5045 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5046   legend:
5047     - ''
5048     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5049     - '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).'
5050     - '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.'
5051     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5052
5053 # VPP Performance Changes 3n-tsh 4t4c mrr
5054 - type: "table"
5055   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5056   algorithm: "table_comparison"
5057   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5058   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5059   filter: "'4T4C'"
5060   columns:
5061     - title: "2001.0-2"
5062       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5063     - title: "2005.0-4"
5064       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5065     - title: "2009.0-5"
5066       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5067   comparisons:
5068     - title: "2009.0-5 vs 2005.0-4"
5069       reference: 2
5070       compare: 3
5071 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5072   legend:
5073     - ''
5074     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5075     - '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).'
5076     - '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.'
5077     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5078
5079 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5080 - type: "table"
5081   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5082   algorithm: "table_comparison"
5083   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5084   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5085   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5086   columns:
5087     - title: "3n-hsw xl710"
5088       data-set: "vpp-compare-testbeds-mrr-ref"
5089       tag: "NIC_Intel-XL710"
5090     - title: "3n-skx xxv710"
5091       data-set: "vpp-compare-testbeds-mrr-cmp"
5092       tag: "NIC_Intel-XXV710"
5093   comparisons:
5094     - title: "Diff"
5095       reference: 1
5096       compare: 2
5097   legend:
5098     - ""
5099     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5100     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5101
5102 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5103 - type: "table"
5104   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5105   algorithm: "table_comparison"
5106   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5107   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5108   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5109   columns:
5110     - title: "3n-hsw xl710"
5111       data-set: "vpp-compare-testbeds-mrr-ref"
5112       tag: "NIC_Intel-XL710"
5113     - title: "3n-skx xxv710"
5114       data-set: "vpp-compare-testbeds-mrr-cmp"
5115       tag: "NIC_Intel-XXV710"
5116   comparisons:
5117     - title: "Diff"
5118       reference: 1
5119       compare: 2
5120   legend:
5121     - ""
5122     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5123     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5124
5125 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5126 - type: "table"
5127   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5128   algorithm: "table_comparison"
5129   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5130   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5131   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5132   columns:
5133     - title: "3n-hsw xl710"
5134       data-set: "vpp-compare-testbeds-mrr-ref"
5135       tag: "NIC_Intel-XL710"
5136     - title: "3n-skx xxv710"
5137       data-set: "vpp-compare-testbeds-mrr-cmp"
5138       tag: "NIC_Intel-XXV710"
5139   comparisons:
5140     - title: "Diff"
5141       reference: 1
5142       compare: 2
5143   legend:
5144     - ""
5145     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5146     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5147
5148 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5149 - type: "table"
5150   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5151   algorithm: "table_comparison"
5152   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5153   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5154   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5155   columns:
5156     - title: "2n-skx"
5157       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5158     - title: "2n-clx"
5159       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5160   comparisons:
5161     - title: "Diff"
5162       reference: 1
5163       compare: 2
5164   legend:
5165     - ""
5166     - "2n-skx, 2n-clx - testbeds and NICs tested."
5167     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5168
5169 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5170 - type: "table"
5171   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5172   algorithm: "table_comparison"
5173   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5174   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5175   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5176   columns:
5177     - title: "2n-skx"
5178       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5179     - title: "2n-clx"
5180       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5181   comparisons:
5182     - title: "Diff"
5183       reference: 1
5184       compare: 2
5185   legend:
5186     - ""
5187     - "2n-skx, 2n-clx - testbeds and NICs tested."
5188     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5189
5190 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5191 - type: "table"
5192   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5193   algorithm: "table_comparison"
5194   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5195   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5196   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5197   columns:
5198     - title: "2n-skx"
5199       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5200     - title: "2n-clx"
5201       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5202   comparisons:
5203     - title: "Diff"
5204       reference: 1
5205       compare: 2
5206   legend:
5207     - ""
5208     - "2n-skx, 2n-clx - testbeds and NICs tested."
5209     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5210
5211 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5212 - type: "table"
5213   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5214   algorithm: "table_comparison"
5215   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5216   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5217   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5218   columns:
5219     - title: "3n-skx"
5220       data-set: "vpp-compare-topologies-mrr-ref"
5221     - title: "2n-skx"
5222       data-set: "vpp-compare-topologies-mrr-cmp"
5223   comparisons:
5224     - title: "Diff"
5225       reference: 1
5226       compare: 2
5227   legend:
5228     - ""
5229     - "3n-skx, 2n-skx - topologies tested."
5230     - "Diff - difference between 3n-skx and 2n-skx topologies."
5231
5232 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5233 - type: "table"
5234   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5235   algorithm: "table_comparison"
5236   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5237   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5238   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5239   columns:
5240     - title: "3n-skx"
5241       data-set: "vpp-compare-topologies-mrr-ref"
5242     - title: "2n-skx"
5243       data-set: "vpp-compare-topologies-mrr-cmp"
5244   comparisons:
5245     - title: "Diff"
5246       reference: 1
5247       compare: 2
5248   legend:
5249     - ""
5250     - "3n-skx, 2n-skx - topologies tested."
5251     - "Diff - difference between 3n-skx and 2n-skx topologies."
5252
5253 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5254 - type: "table"
5255   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5256   algorithm: "table_comparison"
5257   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5258   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5259   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5260   columns:
5261     - title: "3n-skx"
5262       data-set: "vpp-compare-topologies-mrr-ref"
5263     - title: "2n-skx"
5264       data-set: "vpp-compare-topologies-mrr-cmp"
5265   comparisons:
5266     - title: "Diff"
5267       reference: 1
5268       compare: 2
5269   legend:
5270     - ""
5271     - "3n-skx, 2n-skx - topologies tested."
5272     - "Diff - difference between 3n-skx and 2n-skx topologies."
5273
5274 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5275 - type: "table"
5276   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5277   algorithm: "table_comparison"
5278   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5279   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5280   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5281   columns:
5282     - title: "3n-hsw xl710"
5283       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5284       tag: "NIC_Intel-XL710"
5285     - title: "2n-clx xxv710"
5286       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5287       tag: "NIC_Intel-XXV710"
5288   comparisons:
5289     - title: "Diff"
5290       reference: 1
5291       compare: 2
5292   legend:
5293     - ""
5294     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5295     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5296
5297 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5298 - type: "table"
5299   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5300   algorithm: "table_comparison"
5301   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5302   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5303   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5304   columns:
5305     - title: "3n-hsw xl710"
5306       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5307       tag: "NIC_Intel-XL710"
5308     - title: "2n-clx xxv710"
5309       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5310       tag: "NIC_Intel-XXV710"
5311   comparisons:
5312     - title: "Diff"
5313       reference: 1
5314       compare: 2
5315   legend:
5316     - ""
5317     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5318     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5319
5320 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5321 - type: "table"
5322   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5323   algorithm: "table_comparison"
5324   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5325   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5326   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5327   columns:
5328     - title: "3n-hsw xl710"
5329       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5330       tag: "NIC_Intel-XL710"
5331     - title: "2n-clx xxv710"
5332       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5333       tag: "NIC_Intel-XXV710"
5334   comparisons:
5335     - title: "Diff"
5336       reference: 1
5337       compare: 2
5338   legend:
5339     - ""
5340     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5341     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5342
5343 # Detailed Test Results - VPP Performance Results 3n-hsw
5344 - type: "table"
5345   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5346   algorithm: "table_merged_details"
5347   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5348   columns:
5349     - title: " |prein| Test Name |preout| "
5350       data: "data name"
5351     - 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| "
5352       data: "data msg"
5353   data: "vpp-perf-results-3n-hsw"
5354   filter: "all"
5355   parameters:
5356   - "name"
5357   - "parent"
5358   - "msg"
5359
5360 # Detailed Test Results - VPP Performance Results 3n-skx
5361 - type: "table"
5362   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5363   algorithm: "table_merged_details"
5364   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5365   columns:
5366     - title: " |prein| Test Name |preout| "
5367       data: "data name"
5368     - 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| "
5369       data: "data msg"
5370   data: "vpp-perf-results-3n-skx"
5371   filter: "all"
5372   remove-ndr: False
5373   parameters:
5374   - "name"
5375   - "parent"
5376   - "msg"
5377
5378 # Detailed Test Results - VPP Performance Results 2n-skx
5379 - type: "table"
5380   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5381   algorithm: "table_merged_details"
5382   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5383   columns:
5384     - title: " |prein| Test Name |preout| "
5385       data: "data name"
5386     - 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| "
5387       data: "data msg"
5388   data: "vpp-perf-results-2n-skx"
5389   filter: "all"
5390   remove-ndr: False
5391   parameters:
5392   - "name"
5393   - "parent"
5394   - "msg"
5395
5396 # Detailed Test Results - VPP Performance Results 2n-clx
5397 - type: "table"
5398   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5399   algorithm: "table_merged_details"
5400   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5401   columns:
5402     - title: " |prein| Test Name |preout| "
5403       data: "data name"
5404     - 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| "
5405       data: "data msg"
5406   data: "vpp-perf-results-2n-clx"
5407   filter: "all"
5408   parameters:
5409   - "name"
5410   - "parent"
5411   - "msg"
5412
5413 # Detailed Test Results - VPP Performance Results 3n-tsh
5414 - type: "table"
5415   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5416   algorithm: "table_merged_details"
5417   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5418   columns:
5419     - title: " |prein| Test Name |preout| "
5420       data: "data name"
5421     - 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| "
5422       data: "data msg"
5423   data: "vpp-perf-results-3n-tsh"
5424   filter: "all"
5425   parameters:
5426   - "name"
5427   - "parent"
5428   - "msg"
5429
5430 ## Detailed Test Results - VPP Performance Results 3n-dnv
5431 #- type: "table"
5432 #  title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5433 #  algorithm: "table_merged_details"
5434 #  output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5435 #  columns:
5436 #    - title: " |prein| Test Name |preout| "
5437 #      data: "data name"
5438 #    - 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| "
5439 #      data: "data msg"
5440 #  data: "vpp-perf-results-3n-dnv"
5441 #  filter: "all"
5442 #  parameters:
5443 #  - "name"
5444 #  - "parent"
5445 #  - "msg"
5446 #
5447 ## Detailed Test Results - VPP Performance Results 2n-dnv
5448 #- type: "table"
5449 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5450 #  algorithm: "table_merged_details"
5451 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5452 #  columns:
5453 #    - title: " |prein| Test Name |preout| "
5454 #      data: "data name"
5455 #    - 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| "
5456 #      data: "data msg"
5457 #  data: "vpp-perf-results-2n-dnv"
5458 #  filter: "all"
5459 #  parameters:
5460 #  - "name"
5461 #  - "parent"
5462 #  - "msg"
5463
5464 # Test configuration - VPP Performance Test Configs 3n-hsw
5465 - type: "table"
5466   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5467   algorithm: "table_merged_details"
5468   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5469   columns:
5470     - title: " |prein| Test Name |preout| "
5471       data: "data name"
5472     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5473       data: "data conf-history"
5474   data: "vpp-perf-results-3n-hsw"
5475   filter: "all"
5476   parameters:
5477   - "parent"
5478   - "name"
5479   - "conf-history"
5480
5481 # Test configuration - VPP Performance Test Configs 3n-skx
5482 - type: "table"
5483   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5484   algorithm: "table_merged_details"
5485   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5486   columns:
5487     - title: " |prein| Test Name |preout| "
5488       data: "data name"
5489     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5490       data: "data conf-history"
5491   data: "vpp-perf-results-3n-skx"
5492   filter: "all"
5493   parameters:
5494   - "parent"
5495   - "name"
5496   - "conf-history"
5497
5498 # Test configuration - VPP Performance Test Configs 2n-skx
5499 - type: "table"
5500   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5501   algorithm: "table_merged_details"
5502   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5503   columns:
5504     - title: " |prein| Test Name |preout| "
5505       data: "data name"
5506     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5507       data: "data conf-history"
5508   data: "vpp-perf-results-2n-skx"
5509   filter: "all"
5510   parameters:
5511   - "parent"
5512   - "name"
5513   - "conf-history"
5514
5515 # Test configuration - VPP Performance Test Configs 2n-clx
5516 - type: "table"
5517   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5518   algorithm: "table_merged_details"
5519   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5520   columns:
5521     - title: " |prein| Test Name |preout| "
5522       data: "data name"
5523     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5524       data: "data conf-history"
5525   data: "vpp-perf-results-2n-clx"
5526   filter: "all"
5527   parameters:
5528   - "parent"
5529   - "name"
5530   - "conf-history"
5531
5532 # Test configuration - VPP Performance Test Configs 3n-tsh
5533 - type: "table"
5534   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5535   algorithm: "table_merged_details"
5536   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5537   columns:
5538     - title: " |prein| Test Name |preout| "
5539       data: "data name"
5540     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5541       data: "data conf-history"
5542   data: "vpp-perf-results-3n-tsh"
5543   filter: "all"
5544   parameters:
5545   - "parent"
5546   - "name"
5547   - "conf-history"
5548
5549 ## Test configuration - VPP Performance Test Configs 3n-dnv
5550 #- type: "table"
5551 #  title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5552 #  algorithm: "table_merged_details"
5553 #  output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5554 #  columns:
5555 #    - title: " |prein| Test Name |preout| "
5556 #      data: "data name"
5557 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5558 #      data: "data conf-history"
5559 #  data: "vpp-perf-results-3n-dnv"
5560 #  filter: "all"
5561 #  parameters:
5562 #  - "parent"
5563 #  - "name"
5564 #  - "conf-history"
5565 #
5566 ## Test configuration - VPP Performance Test Configs 2n-dnv
5567 #- type: "table"
5568 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5569 #  algorithm: "table_merged_details"
5570 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5571 #  columns:
5572 #    - title: " |prein| Test Name |preout| "
5573 #      data: "data name"
5574 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5575 #      data: "data conf-history"
5576 #  data: "vpp-perf-results-2n-dnv"
5577 #  filter: "all"
5578 #  parameters:
5579 #  - "parent"
5580 #  - "name"
5581 #  - "conf-history"
5582
5583 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5584 - type: "table"
5585   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5586   algorithm: "table_oper_data_html"
5587   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5588   data: "vpp-perf-results-3n-hsw"
5589   filter: "all"
5590
5591 # Test Operational Data - VPP Performance Operational Data 3n-skx
5592 - type: "table"
5593   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5594   algorithm: "table_oper_data_html"
5595   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5596   data: "vpp-perf-results-3n-skx"
5597   filter: "all"
5598
5599 # Test Operational Data - VPP Performance Operational Data 2n-skx
5600 - type: "table"
5601   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5602   algorithm: "table_oper_data_html"
5603   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5604   data: "vpp-perf-results-2n-skx"
5605   filter: "all"
5606
5607 # Test Operational Data - VPP Performance Operational Data 2n-clx
5608 - type: "table"
5609   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5610   algorithm: "table_oper_data_html"
5611   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5612   data: "vpp-perf-results-2n-clx"
5613   filter: "all"
5614
5615 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5616 - type: "table"
5617   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5618   algorithm: "table_oper_data_html"
5619   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5620   data: "vpp-perf-results-3n-tsh"
5621   filter: "all"
5622
5623 ## Test Operational Data - VPP Performance Operational Data 3n-dnv
5624 #- type: "table"
5625 #  title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5626 #  algorithm: "table_oper_data_html"
5627 #  output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5628 #  data: "vpp-perf-results-3n-dnv"
5629 #  filter: "all"
5630 #
5631 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
5632 #- type: "table"
5633 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5634 #  algorithm: "table_oper_data_html"
5635 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5636 #  data: "vpp-perf-results-2n-dnv"
5637 #  filter: "all"
5638
5639 # Detailed Test Results - VPP MRR Results 3n-hsw
5640 - type: "table"
5641   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5642   algorithm: "table_merged_details"
5643   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5644   columns:
5645     - title: " |prein| Test Name |preout| "
5646       data: "data name"
5647     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5648       data: "data msg"
5649   data: "vpp-mrr-results-3n-hsw"
5650   filter: "all"
5651   parameters:
5652   - "name"
5653   - "parent"
5654   - "msg"
5655
5656 # Detailed Test Results - VPP MRR Results 3n-skx
5657 - type: "table"
5658   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5659   algorithm: "table_merged_details"
5660   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5661   columns:
5662     - title: " |prein| Test Name |preout| "
5663       data: "data name"
5664     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5665       data: "data msg"
5666   data: "vpp-mrr-results-3n-skx"
5667   filter: "all"
5668   parameters:
5669   - "name"
5670   - "parent"
5671   - "msg"
5672
5673 # Detailed Test Results - VPP MRR Results 2n-skx
5674 - type: "table"
5675   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5676   algorithm: "table_merged_details"
5677   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5678   columns:
5679     - title: " |prein| Test Name |preout| "
5680       data: "data name"
5681     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5682       data: "data msg"
5683   data: "vpp-mrr-results-2n-skx"
5684   filter: "all"
5685   parameters:
5686   - "name"
5687   - "parent"
5688   - "msg"
5689
5690 # Detailed Test Results - VPP MRR Results 2n-clx
5691 - type: "table"
5692   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5693   algorithm: "table_merged_details"
5694   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5695   columns:
5696     - title: " |prein| Test Name |preout| "
5697       data: "data name"
5698     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5699       data: "data msg"
5700   data: "vpp-mrr-results-2n-clx"
5701   filter: "all"
5702   parameters:
5703   - "name"
5704   - "parent"
5705   - "msg"
5706
5707 # Detailed Test Results - VPP MRR Results 3n-tsh
5708 - type: "table"
5709   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5710   algorithm: "table_merged_details"
5711   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5712   columns:
5713     - title: " |prein| Test Name |preout| "
5714       data: "data name"
5715     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5716       data: "data msg"
5717   data: "vpp-mrr-results-3n-tsh"
5718   filter: "all"
5719   parameters:
5720   - "name"
5721   - "parent"
5722   - "msg"
5723
5724 ## Detailed Test Results - VPP MRR Results 3n-dnv
5725 #- type: "table"
5726 #  title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5727 #  algorithm: "table_merged_details"
5728 #  output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5729 #  columns:
5730 #    - title: " |prein| Test Name |preout| "
5731 #      data: "data name"
5732 #    - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5733 #      data: "data msg"
5734 #  data: "vpp-mrr-results-3n-dnv"
5735 #  filter: "all"
5736 #  parameters:
5737 #  - "name"
5738 #  - "parent"
5739 #  - "msg"
5740 #
5741 ## Detailed Test Results - VPP MRR Results 2n-dnv
5742 #- type: "table"
5743 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5744 #  algorithm: "table_merged_details"
5745 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5746 #  columns:
5747 #    - title: " |prein| Test Name |preout| "
5748 #      data: "data name"
5749 #    - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5750 #      data: "data msg"
5751 #  data: "vpp-mrr-results-2n-dnv"
5752 #  filter: "all"
5753 #  parameters:
5754 #  - "name"
5755 #  - "parent"
5756 #  - "msg"
5757
5758 # Test configuration - VPP MRR Test Configs 3n-hsw
5759 - type: "table"
5760   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5761   algorithm: "table_merged_details"
5762   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5763   columns:
5764     - title: " |prein| Test Name |preout| "
5765       data: "data name"
5766     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5767       data: "data conf-history"
5768   data: "vpp-mrr-results-3n-hsw"
5769   filter: "all"
5770   parameters:
5771   - "parent"
5772   - "name"
5773   - "conf-history"
5774
5775 # Test configuration - VPP MRR Test Configs 3n-skx
5776 - type: "table"
5777   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5778   algorithm: "table_merged_details"
5779   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5780   columns:
5781     - title: " |prein| Test Name |preout| "
5782       data: "data name"
5783     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5784       data: "data conf-history"
5785   data: "vpp-mrr-results-3n-skx"
5786   filter: "all"
5787   parameters:
5788   - "parent"
5789   - "name"
5790   - "conf-history"
5791
5792 # Test configuration - VPP MRR Test Configs 2n-skx
5793 - type: "table"
5794   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5795   algorithm: "table_merged_details"
5796   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5797   columns:
5798     - title: " |prein| Test Name |preout| "
5799       data: "data name"
5800     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5801       data: "data conf-history"
5802   data: "vpp-mrr-results-2n-skx"
5803   filter: "all"
5804   parameters:
5805   - "parent"
5806   - "name"
5807   - "conf-history"
5808
5809 # Test configuration - VPP MRR Test Configs 2n-clx
5810 - type: "table"
5811   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5812   algorithm: "table_merged_details"
5813   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5814   columns:
5815     - title: " |prein| Test Name |preout| "
5816       data: "data name"
5817     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5818       data: "data conf-history"
5819   data: "vpp-mrr-results-2n-clx"
5820   filter: "all"
5821   parameters:
5822   - "parent"
5823   - "name"
5824   - "conf-history"
5825
5826 # Test configuration - VPP MRR Test Configs 3n-tsh
5827 - type: "table"
5828   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5829   algorithm: "table_merged_details"
5830   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5831   columns:
5832     - title: " |prein| Test Name |preout| "
5833       data: "data name"
5834     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5835       data: "data conf-history"
5836   data: "vpp-mrr-results-3n-tsh"
5837   filter: "all"
5838   parameters:
5839   - "parent"
5840   - "name"
5841   - "conf-history"
5842
5843 ## Test configuration - VPP MRR Test Configs 3n-dnv
5844 #- type: "table"
5845 #  title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5846 #  algorithm: "table_merged_details"
5847 #  output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5848 #  columns:
5849 #    - title: " |prein| Test Name |preout| "
5850 #      data: "data name"
5851 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5852 #      data: "data conf-history"
5853 #  data: "vpp-mrr-results-3n-dnv"
5854 #  filter: "all"
5855 #  parameters:
5856 #  - "parent"
5857 #  - "name"
5858 #  - "conf-history"
5859 #
5860 ## Test configuration - VPP MRR Test Configs 2n-dnv
5861 #- type: "table"
5862 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5863 #  algorithm: "table_merged_details"
5864 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5865 #  columns:
5866 #    - title: " |prein| Test Name |preout| "
5867 #      data: "data name"
5868 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5869 #      data: "data conf-history"
5870 #  data: "vpp-mrr-results-2n-dnv"
5871 #  filter: "all"
5872 #  parameters:
5873 #  - "parent"
5874 #  - "name"
5875 #  - "conf-history"
5876
5877 # Detailed Test Results - VPP Device Results - Ubuntu
5878 - type: "table"
5879   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5880   algorithm: "table_merged_details"
5881   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5882   columns:
5883     - title: " |prein| Test Name |preout| "
5884       data: "data name"
5885     - title: " |prein| Status |preout| "
5886       data: "data status"
5887   data: "vpp-device-results-ubuntu"
5888   filter: "all"
5889   parameters:
5890   - "name"
5891   - "parent"
5892   - "doc"
5893   - "status"
5894
5895 # Test configuration - VPP Device Test Configs - Ubuntu
5896 - type: "table"
5897   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5898   algorithm: "table_merged_details"
5899   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5900   columns:
5901     - title: " |prein| Test Name |preout| "
5902       data: "data name"
5903     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5904       data: "data conf-history"
5905   data: "vpp-device-results-ubuntu"
5906   filter: "all"
5907   parameters:
5908   - "parent"
5909   - "name"
5910   - "conf-history"
5911
5912 ################################################################################
5913
5914 # DPDK Performance Changes 3n-hsw 1t1c pdr
5915 - type: "table"
5916   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5917   algorithm: "table_comparison"
5918   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5919   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5920   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5921   columns:
5922     - title: "2001"
5923       data-set: "dpdk-performance-changes-3n-hsw-h1"
5924     - title: "2005"
5925       data-set: "dpdk-performance-changes-3n-hsw-ref"
5926     - title: "2009"
5927       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5928   comparisons:
5929     - title: "Diff"
5930       reference: 2
5931       compare: 3
5932   legend:
5933     - ""
5934     - "2001, 2005, 2009 - DPDK versions tested."
5935     - "Diff - difference between 2005 and 2009 DPDK version."
5936
5937 # DPDK Performance Changes 3n-hsw 2t2c pdr
5938 - type: "table"
5939   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5940   algorithm: "table_comparison"
5941   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5942   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5943   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5944   columns:
5945     - title: "2001"
5946       data-set: "dpdk-performance-changes-3n-hsw-h1"
5947     - title: "2005"
5948       data-set: "dpdk-performance-changes-3n-hsw-ref"
5949     - title: "2009"
5950       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5951   comparisons:
5952     - title: "Diff"
5953       reference: 2
5954       compare: 3
5955   legend:
5956     - ""
5957     - "2001, 2005, 2009 - DPDK versions tested."
5958     - "Diff - difference between 2005 and 2009 DPDK version."
5959
5960 # DPDK Performance Changes 3n-hsw 1t1c pdr
5961 - type: "table"
5962   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5963   algorithm: "table_comparison"
5964   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5965   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5966   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5967   columns:
5968     - title: "2001"
5969       data-set: "dpdk-performance-changes-3n-hsw-h1"
5970     - title: "2005"
5971       data-set: "dpdk-performance-changes-3n-hsw-ref"
5972     - title: "2009"
5973       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5974   comparisons:
5975     - title: "Diff"
5976       reference: 2
5977       compare: 3
5978   legend:
5979     - ""
5980     - "2001, 2005, 2009 - DPDK versions tested."
5981     - "Diff - difference between 2005 and 2009 DPDK version."
5982
5983 # DPDK Performance Changes 3n-hsw 2t2c ndr
5984 - type: "table"
5985   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5986   algorithm: "table_comparison"
5987   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5988   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5989   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5990   columns:
5991     - title: "2001"
5992       data-set: "dpdk-performance-changes-3n-hsw-h1"
5993     - title: "2005"
5994       data-set: "dpdk-performance-changes-3n-hsw-ref"
5995     - title: "2009"
5996       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5997   comparisons:
5998     - title: "Diff"
5999       reference: 2
6000       compare: 3
6001   legend:
6002     - ""
6003     - "2001, 2005, 2009 - DPDK versions tested."
6004     - "Diff - difference between 2005 and 2009 DPDK version."
6005
6006 # DPDK Performance Changes 3n-skx 2t1c pdr
6007 - type: "table"
6008   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6009   algorithm: "table_comparison"
6010   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6011   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6012   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6013   columns:
6014     - title: "2001"
6015       data-set: "dpdk-performance-changes-3n-skx-h1"
6016     - title: "2005"
6017       data-set: "dpdk-performance-changes-3n-skx-ref"
6018     - title: "2009"
6019       data-set: "dpdk-performance-changes-3n-skx-cmp"
6020   comparisons:
6021     - title: "Diff"
6022       reference: 2
6023       compare: 3
6024   legend:
6025     - ""
6026     - "2001, 2005, 2009 - DPDK versions tested."
6027     - "Diff - difference between 2005 and 2009 DPDK version."
6028
6029 # DPDK Performance Changes 3n-skx 4t2c pdr
6030 - type: "table"
6031   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6032   algorithm: "table_comparison"
6033   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6034   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6035   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6036   columns:
6037     - title: "2001"
6038       data-set: "dpdk-performance-changes-3n-skx-h1"
6039     - title: "2005"
6040       data-set: "dpdk-performance-changes-3n-skx-ref"
6041     - title: "2009"
6042       data-set: "dpdk-performance-changes-3n-skx-cmp"
6043   comparisons:
6044     - title: "Diff"
6045       reference: 2
6046       compare: 3
6047   legend:
6048     - ""
6049     - "2001, 2005, 2009 - DPDK versions tested."
6050     - "Diff - difference between 2005 and 2009 DPDK version."
6051
6052 # DPDK Performance Changes 3n-skx 2t1c ndr
6053 - type: "table"
6054   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6055   algorithm: "table_comparison"
6056   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6057   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6058   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6059   columns:
6060     - title: "2001"
6061       data-set: "dpdk-performance-changes-3n-skx-h1"
6062     - title: "2005"
6063       data-set: "dpdk-performance-changes-3n-skx-ref"
6064     - title: "2009"
6065       data-set: "dpdk-performance-changes-3n-skx-cmp"
6066   comparisons:
6067     - title: "Diff"
6068       reference: 2
6069       compare: 3
6070   legend:
6071     - ""
6072     - "2001, 2005, 2009 - DPDK versions tested."
6073     - "Diff - difference between 2005 and 2009 DPDK version."
6074
6075 # DPDK Performance Changes 3n-skx 4t2c ndr
6076 - type: "table"
6077   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6078   algorithm: "table_comparison"
6079   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6080   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6081   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6082   columns:
6083     - title: "2001"
6084       data-set: "dpdk-performance-changes-3n-skx-h1"
6085     - title: "2005"
6086       data-set: "dpdk-performance-changes-3n-skx-ref"
6087     - title: "2009"
6088       data-set: "dpdk-performance-changes-3n-skx-cmp"
6089   comparisons:
6090     - title: "Diff"
6091       reference: 2
6092       compare: 3
6093   legend:
6094     - ""
6095     - "2001, 2005, 2009 - DPDK versions tested."
6096     - "Diff - difference between 2005 and 2009 DPDK version."
6097
6098 # DPDK Performance Changes 2n-skx 2t1c pdr
6099 - type: "table"
6100   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6101   algorithm: "table_comparison"
6102   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6103   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6104   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6105   columns:
6106     - title: "2001"
6107       data-set: "dpdk-performance-changes-2n-skx-h1"
6108     - title: "2005"
6109       data-set: "dpdk-performance-changes-2n-skx-ref"
6110     - title: "2009"
6111       data-set: "dpdk-performance-changes-2n-skx-cmp"
6112   comparisons:
6113     - title: "Diff"
6114       reference: 2
6115       compare: 3
6116   legend:
6117     - ""
6118     - "2001, 2005, 2009 - DPDK versions tested."
6119     - "Diff - difference between 2005 and 2009 DPDK version."
6120
6121 # DPDK Performance Changes 2n-skx 4t2c pdr
6122 - type: "table"
6123   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6124   algorithm: "table_comparison"
6125   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6126   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6127   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6128   columns:
6129     - title: "2001"
6130       data-set: "dpdk-performance-changes-2n-skx-h1"
6131     - title: "2005"
6132       data-set: "dpdk-performance-changes-2n-skx-ref"
6133     - title: "2009"
6134       data-set: "dpdk-performance-changes-2n-skx-cmp"
6135   comparisons:
6136     - title: "Diff"
6137       reference: 2
6138       compare: 3
6139   legend:
6140     - ""
6141     - "2001, 2005, 2009 - DPDK versions tested."
6142     - "Diff - difference between 2005 and 2009 DPDK version."
6143
6144 # DPDK Performance Changes 2n-skx 2t1c ndr
6145 - type: "table"
6146   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6147   algorithm: "table_comparison"
6148   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6149   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6150   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6151   columns:
6152     - title: "2001"
6153       data-set: "dpdk-performance-changes-2n-skx-h1"
6154     - title: "2005"
6155       data-set: "dpdk-performance-changes-2n-skx-ref"
6156     - title: "2009"
6157       data-set: "dpdk-performance-changes-2n-skx-cmp"
6158   comparisons:
6159     - title: "Diff"
6160       reference: 2
6161       compare: 3
6162   legend:
6163     - ""
6164     - "2001, 2005, 2009 - DPDK versions tested."
6165     - "Diff - difference between 2005 and 2009 DPDK version."
6166
6167 # DPDK Performance Changes 2n-skx 4t2c ndr
6168 - type: "table"
6169   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6170   algorithm: "table_comparison"
6171   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6172   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6173   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6174   columns:
6175     - title: "2001"
6176       data-set: "dpdk-performance-changes-2n-skx-h1"
6177     - title: "2005"
6178       data-set: "dpdk-performance-changes-2n-skx-ref"
6179     - title: "2009"
6180       data-set: "dpdk-performance-changes-2n-skx-cmp"
6181   comparisons:
6182     - title: "Diff"
6183       reference: 2
6184       compare: 3
6185   legend:
6186     - ""
6187     - "2001, 2005, 2009 - DPDK versions tested."
6188     - "Diff - difference between 2005 and 2009 DPDK version."
6189
6190 # DPDK Performance Changes 2n-clx 2t1c pdr
6191 - type: "table"
6192   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6193   algorithm: "table_comparison"
6194   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6196   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6197   columns:
6198     - title: "2001"
6199       data-set: "dpdk-performance-changes-2n-clx-h1"
6200     - title: "2005"
6201       data-set: "dpdk-performance-changes-2n-clx-ref"
6202     - title: "2009"
6203       data-set: "dpdk-performance-changes-2n-clx-cmp"
6204   comparisons:
6205     - title: "Diff"
6206       reference: 2
6207       compare: 3
6208   legend:
6209     - ""
6210     - "2001, 2005, 2009 - DPDK versions tested."
6211     - "Diff - difference between 2005 and 2009 DPDK version."
6212
6213 # DPDK Performance Changes 2n-clx 4t2c pdr
6214 - type: "table"
6215   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6216   algorithm: "table_comparison"
6217   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6218   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6219   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6220   columns:
6221     - title: "2001"
6222       data-set: "dpdk-performance-changes-2n-clx-h1"
6223     - title: "2005"
6224       data-set: "dpdk-performance-changes-2n-clx-ref"
6225     - title: "2009"
6226       data-set: "dpdk-performance-changes-2n-clx-cmp"
6227   comparisons:
6228     - title: "Diff"
6229       reference: 2
6230       compare: 3
6231   legend:
6232     - ""
6233     - "2001, 2005, 2009 - DPDK versions tested."
6234     - "Diff - difference between 2005 and 2009 DPDK version."
6235
6236 # DPDK Performance Changes 2n-clx 2t1c ndr
6237 - type: "table"
6238   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6239   algorithm: "table_comparison"
6240   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6241   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6242   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6243   columns:
6244     - title: "2001"
6245       data-set: "dpdk-performance-changes-2n-clx-h1"
6246     - title: "2005"
6247       data-set: "dpdk-performance-changes-2n-clx-ref"
6248     - title: "2009"
6249       data-set: "dpdk-performance-changes-2n-clx-cmp"
6250   comparisons:
6251     - title: "Diff"
6252       reference: 2
6253       compare: 3
6254   legend:
6255     - ""
6256     - "2001, 2005, 2009 - DPDK versions tested."
6257     - "Diff - difference between 2005 and 2009 DPDK version."
6258
6259 # DPDK Performance Changes 2n-clx 4t2c ndr
6260 - type: "table"
6261   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6262   algorithm: "table_comparison"
6263   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6264   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6265   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6266   columns:
6267     - title: "2001"
6268       data-set: "dpdk-performance-changes-2n-clx-h1"
6269     - title: "2005"
6270       data-set: "dpdk-performance-changes-2n-clx-ref"
6271     - title: "2009"
6272       data-set: "dpdk-performance-changes-2n-clx-cmp"
6273   comparisons:
6274     - title: "Diff"
6275       reference: 2
6276       compare: 3
6277   legend:
6278     - ""
6279     - "2001, 2005, 2009 - DPDK versions tested."
6280     - "Diff - difference between 2005 and 2009 DPDK version."
6281
6282 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6283 #- type: "table"
6284 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6285 #  algorithm: "table_comparison"
6286 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6287 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6288 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6289 #  columns:
6290 #    - title: "2001"
6291 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6292 #    - title: "2005"
6293 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6294 #    - title: "2009"
6295 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6296 #  comparisons:
6297 #    - title: "Diff"
6298 #      reference: 2
6299 #      compare: 3
6300 #  legend:
6301 #    - ""
6302 #    - "2001, 2005, 2009 - DPDK versions tested."
6303 #    - "Diff - difference between 2005 and 2009 DPDK version."
6304 #
6305 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6306 #- type: "table"
6307 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6308 #  algorithm: "table_comparison"
6309 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6310 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6311 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6312 #  columns:
6313 #    - title: "2001"
6314 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6315 #    - title: "2005"
6316 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6317 #    - title: "2009"
6318 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6319 #  comparisons:
6320 #    - title: "Diff"
6321 #      reference: 2
6322 #      compare: 3
6323 #  legend:
6324 #    - ""
6325 #    - "2001, 2005, 2009 - DPDK versions tested."
6326 #    - "Diff - difference between 2005 and 2009 DPDK version."
6327 #
6328 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6329 #- type: "table"
6330 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6331 #  algorithm: "table_comparison"
6332 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6333 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6334 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6335 #  columns:
6336 #    - title: "2001"
6337 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6338 #    - title: "2005"
6339 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6340 #    - title: "2009"
6341 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6342 #  comparisons:
6343 #    - title: "Diff"
6344 #      reference: 2
6345 #      compare: 3
6346 #  legend:
6347 #    - ""
6348 #    - "2001, 2005, 2009 - DPDK versions tested."
6349 #    - "Diff - difference between 2005 and 2009 DPDK version."
6350 #
6351 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6352 #- type: "table"
6353 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6354 #  algorithm: "table_comparison"
6355 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6356 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6357 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6358 #  columns:
6359 #    - title: "2001"
6360 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6361 #    - title: "2005"
6362 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6363 #    - title: "2009"
6364 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6365 #  comparisons:
6366 #    - title: "Diff"
6367 #      reference: 2
6368 #      compare: 3
6369 #  legend:
6370 #    - ""
6371 #    - "2001, 2005, 2009 - DPDK versions tested."
6372 #    - "Diff - difference between 2005 and 2009 DPDK version."
6373 #
6374 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6375 #- type: "table"
6376 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6377 #  algorithm: "table_comparison"
6378 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6379 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6380 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6381 #  columns:
6382 #    - title: "2001"
6383 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6384 #    - title: "2005"
6385 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6386 #    - title: "2009"
6387 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6388 #  comparisons:
6389 #    - title: "Diff"
6390 #      reference: 2
6391 #      compare: 3
6392 #  legend:
6393 #    - ""
6394 #    - "2001, 2005, 2009 - DPDK versions tested."
6395 #    - "Diff - difference between 2005 and 2009 DPDK version."
6396 #
6397 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6398 #- type: "table"
6399 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6400 #  algorithm: "table_comparison"
6401 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6402 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6403 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6404 #  columns:
6405 #    - title: "2001"
6406 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6407 #    - title: "2005"
6408 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6409 #    - title: "2009"
6410 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6411 #  comparisons:
6412 #    - title: "Diff"
6413 #      reference: 2
6414 #      compare: 3
6415 #  legend:
6416 #    - ""
6417 #    - "2001, 2005, 2009 - DPDK versions tested."
6418 #    - "Diff - difference between 2005 and 2009 DPDK version."
6419 #
6420 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6421 #- type: "table"
6422 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6423 #  algorithm: "table_comparison"
6424 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6425 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6426 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6427 #  columns:
6428 #    - title: "2001"
6429 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6430 #    - title: "2005"
6431 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6432 #    - title: "2009"
6433 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6434 #  comparisons:
6435 #    - title: "Diff"
6436 #      reference: 2
6437 #      compare: 3
6438 #  legend:
6439 #    - ""
6440 #    - "2001, 2005, 2009 - DPDK versions tested."
6441 #    - "Diff - difference between 2005 and 2009 DPDK version."
6442 #
6443 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6444 #- type: "table"
6445 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6446 #  algorithm: "table_comparison"
6447 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6448 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6449 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6450 #  columns:
6451 #    - title: "2001"
6452 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6453 #    - title: "2005"
6454 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6455 #    - title: "2009"
6456 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6457 #  comparisons:
6458 #    - title: "Diff"
6459 #      reference: 2
6460 #      compare: 3
6461 #  legend:
6462 #    - ""
6463 #    - "2001, 2005, 2009 - DPDK versions tested."
6464 #    - "Diff - difference between 2005 and 2009 DPDK version."
6465
6466 # DPDK Performance Changes 3n-tsh 1t1c pdr
6467 - type: "table"
6468   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6469   algorithm: "table_comparison"
6470   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6471   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6472   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6473   columns:
6474     - title: "2001"
6475       data-set: "dpdk-performance-changes-3n-tsh-h1"
6476     - title: "2005"
6477       data-set: "dpdk-performance-changes-3n-tsh-ref"
6478     - title: "2009"
6479       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6480   comparisons:
6481     - title: "Diff"
6482       reference: 2
6483       compare: 3
6484   legend:
6485     - ""
6486     - "2001, 2005, 2009 - DPDK versions tested."
6487     - "Diff - difference between 2005 and 2009 DPDK version."
6488
6489 # DPDK Performance Changes 3n-tsh 2t2c pdr
6490 - type: "table"
6491   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6492   algorithm: "table_comparison"
6493   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6494   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6495   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6496   columns:
6497     - title: "2001"
6498       data-set: "dpdk-performance-changes-3n-tsh-h1"
6499     - title: "2005"
6500       data-set: "dpdk-performance-changes-3n-tsh-ref"
6501     - title: "2009"
6502       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6503   comparisons:
6504     - title: "Diff"
6505       reference: 2
6506       compare: 3
6507   legend:
6508     - ""
6509     - "2001, 2005, 2009 - DPDK versions tested."
6510     - "Diff - difference between 2005 and 2009 DPDK version."
6511
6512 # DPDK Performance Changes 3n-tsh 1t1c ndr
6513 - type: "table"
6514   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6515   algorithm: "table_comparison"
6516   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6517   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6518   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6519   columns:
6520     - title: "2001"
6521       data-set: "dpdk-performance-changes-3n-tsh-h1"
6522     - title: "2005"
6523       data-set: "dpdk-performance-changes-3n-tsh-ref"
6524     - title: "2009"
6525       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6526   comparisons:
6527     - title: "Diff"
6528       reference: 2
6529       compare: 3
6530   legend:
6531     - ""
6532     - "2001, 2005, 2009 - DPDK versions tested."
6533     - "Diff - difference between 2005 and 2009 DPDK version."
6534
6535 # DPDK Performance Changes 3n-tsh 2t2c ndr
6536 - type: "table"
6537   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6538   algorithm: "table_comparison"
6539   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6540   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6541   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6542   columns:
6543     - title: "2001"
6544       data-set: "dpdk-performance-changes-3n-tsh-h1"
6545     - title: "2005"
6546       data-set: "dpdk-performance-changes-3n-tsh-ref"
6547     - title: "2009"
6548       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6549   comparisons:
6550     - title: "Diff"
6551       reference: 2
6552       compare: 3
6553   legend:
6554     - ""
6555     - "2001, 2005, 2009 - DPDK versions tested."
6556     - "Diff - difference between 2005 and 2009 DPDK version."
6557
6558 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6559 - type: "table"
6560   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6561   algorithm: "table_comparison"
6562   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6563   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6564   filter: "'NIC_Intel-X710'"
6565   columns:
6566     - title: "3n-hsw x710"
6567       data-set: "dpdk-compare-testbeds-ref"
6568     - title: "3n-skx x710"
6569       data-set: "dpdk-compare-testbeds-cmp"
6570   comparisons:
6571     - title: "Diff"
6572       reference: 1
6573       compare: 2
6574   legend:
6575     - ""
6576     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6577     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6578
6579 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6580 - type: "table"
6581   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6582   algorithm: "table_comparison"
6583   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6584   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6585   filter: "'NIC_Intel-X710'"
6586   columns:
6587     - title: "3n-hsw x710"
6588       data-set: "dpdk-compare-testbeds-ref"
6589     - title: "3n-skx x710"
6590       data-set: "dpdk-compare-testbeds-cmp"
6591   comparisons:
6592     - title: "Diff"
6593       reference: 1
6594       compare: 2
6595   legend:
6596     - ""
6597     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6598     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6599
6600 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6601 - type: "table"
6602   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6603   algorithm: "table_comparison"
6604   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6605   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6606   filter: "'NIC_Intel-XXV710'"
6607   columns:
6608     - title: "2n-skx"
6609       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6610     - title: "2n-clx"
6611       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6612   comparisons:
6613     - title: "Diff"
6614       reference: 1
6615       compare: 2
6616   legend:
6617     - ""
6618     - "2n-skx, 2n-clx - testbeds and NICs tested."
6619     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6620
6621 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6622 - type: "table"
6623   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6624   algorithm: "table_comparison"
6625   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6626   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6627   filter: "'NIC_Intel-XXV710'"
6628   columns:
6629     - title: "2n-skx"
6630       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6631     - title: "2n-clx"
6632       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6633   comparisons:
6634     - title: "Diff"
6635       reference: 1
6636       compare: 2
6637   legend:
6638     - ""
6639     - "2n-skx, 2n-clx - testbeds and NICs tested."
6640     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6641
6642 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6643 - type: "table"
6644   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6645   algorithm: "table_comparison"
6646   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6647   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6648   filter: "'NIC_Intel-XXV710'"
6649   columns:
6650     - title: "3n-skx"
6651       data-set: "dpdk-compare-topologies-ref"
6652     - title: "2n-skx"
6653       data-set: "dpdk-compare-topologies-cmp"
6654   comparisons:
6655     - title: "Diff"
6656       reference: 1
6657       compare: 2
6658   legend:
6659     - ""
6660     - "3n-skx, 2n-skx - topologies tested."
6661     - "Diff - difference between 3n-skx and 2n-skx topologies."
6662
6663 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6664 - type: "table"
6665   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6666   algorithm: "table_comparison"
6667   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6668   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6669   filter: "'NIC_Intel-XXV710'"
6670   columns:
6671     - title: "3n-skx"
6672       data-set: "dpdk-compare-topologies-ref"
6673     - title: "2n-skx"
6674       data-set: "dpdk-compare-topologies-cmp"
6675   comparisons:
6676     - title: "Diff"
6677       reference: 1
6678       compare: 2
6679   legend:
6680     - ""
6681     - "3n-skx, 2n-skx - topologies tested."
6682     - "Diff - difference between 3n-skx and 2n-skx topologies."
6683
6684 # Detailed Test Results - DPDK Performance Results 3n-hsw
6685 - type: "table"
6686   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6687   algorithm: "table_merged_details"
6688   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6689   columns:
6690     - title: " |prein| Test Name |preout| "
6691       data: "data name"
6692     - 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| "
6693       data: "data msg"
6694   data: "dpdk-perf-results-3n-hsw"
6695   filter: "all"
6696   parameters:
6697   - "name"
6698   - "parent"
6699   - "msg"
6700
6701 # Detailed Test Results - DPDK Performance Results 3n-skx
6702 - type: "table"
6703   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6704   algorithm: "table_merged_details"
6705   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6706   columns:
6707     - title: " |prein| Test Name |preout| "
6708       data: "data name"
6709     - 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| "
6710       data: "data msg"
6711   data: "dpdk-perf-results-3n-skx"
6712   filter: "all"
6713   remove-ndr: False
6714   parameters:
6715   - "name"
6716   - "parent"
6717   - "msg"
6718
6719 # Detailed Test Results - DPDK Performance Results 2n-skx
6720 - type: "table"
6721   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6722   algorithm: "table_merged_details"
6723   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6724   columns:
6725     - title: " |prein| Test Name |preout| "
6726       data: "data name"
6727     - 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| "
6728       data: "data msg"
6729   data: "dpdk-perf-results-2n-skx"
6730   filter: "all"
6731   remove-ndr: False
6732   parameters:
6733   - "name"
6734   - "parent"
6735   - "msg"
6736
6737 # Detailed Test Results - DPDK Performance Results 2n-clx
6738 - type: "table"
6739   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6740   algorithm: "table_merged_details"
6741   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6742   columns:
6743     - title: " |prein| Test Name |preout| "
6744       data: "data name"
6745     - 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| "
6746       data: "data msg"
6747   data: "dpdk-perf-results-2n-clx"
6748   filter: "all"
6749   parameters:
6750   - "name"
6751   - "parent"
6752   - "msg"
6753
6754 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6755 #- type: "table"
6756 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6757 #  algorithm: "table_merged_details"
6758 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6759 #  columns:
6760 #    - title: " |prein| Test Name |preout| "
6761 #      data: "data name"
6762 #    - 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| "
6763 #      data: "data msg"
6764 #  data: "dpdk-perf-results-2n-dnv"
6765 #  filter: "all"
6766 #  parameters:
6767 #  - "name"
6768 #  - "parent"
6769 #  - "msg"
6770 #
6771 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6772 #- type: "table"
6773 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6774 #  algorithm: "table_merged_details"
6775 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6776 #  columns:
6777 #    - title: " |prein| Test Name |preout| "
6778 #      data: "data name"
6779 #    - 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| "
6780 #      data: "data msg"
6781 #  data: "dpdk-perf-results-3n-dnv"
6782 #  filter: "all"
6783 #  parameters:
6784 #  - "name"
6785 #  - "parent"
6786 #  - "msg"
6787
6788 # Detailed Test Results - DPDK Performance Results 3n-tsh
6789 - type: "table"
6790   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6791   algorithm: "table_merged_details"
6792   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6793   columns:
6794     - title: " |prein| Test Name |preout| "
6795       data: "data name"
6796     - 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| "
6797       data: "data msg"
6798   data: "dpdk-perf-results-3n-tsh"
6799   filter: "all"
6800   parameters:
6801   - "name"
6802   - "parent"
6803   - "msg"
6804
6805 ################################################################################
6806 ###                                F I L E S                                 ###
6807 ################################################################################
6808
6809 # VPP Performance Results
6810 - type: "file"
6811   title: "VPP Performance Results"
6812   algorithm: "file_details_split"
6813   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6814   dir-tables:
6815     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6816     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6817     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6818     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6819     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6820 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6821 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6822   data:
6823     - "vpp-perf-results-2n-skx"
6824     - "vpp-perf-results-3n-skx"
6825     - "vpp-perf-results-2n-clx"
6826     - "vpp-perf-results-3n-hsw"
6827     - "vpp-perf-results-3n-tsh"
6828 #    - "vpp-perf-results-2n-dnv"
6829 #    - "vpp-perf-results-3n-dnv"
6830   filter: "all"
6831   data-start-level: 4
6832   order-chapters:
6833     level-1:
6834       - "l2"
6835       - "ip4"
6836       - "ip6"
6837       - "srv6"
6838       - "ip4_tunnels"
6839       - "ip6_tunnels"
6840       - "vm_vhost"
6841       - "container_memif"
6842       - "crypto"
6843       - "vts"
6844       - "lb"
6845       - "nfv_density"
6846       - "hoststack"
6847     level-2:
6848       - "2n-skx"
6849       - "3n-skx"
6850       - "2n-clx"
6851       - "3n-hsw"
6852       - "3n-tsh"
6853       - "2n-dnv"
6854       - "3n-dnv"
6855     level-3:
6856       - "xl710"
6857       - "x520"
6858       - "xxv710"
6859       - "x710"
6860       - "x553"
6861       - "cx556a"
6862       - "vic1227"
6863       - "vic1385"
6864
6865 # VPP Performance Configuration
6866 - type: "file"
6867   title: "VPP Performance Configuration"
6868   algorithm: "file_details_split"
6869   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6870   dir-tables:
6871     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6872     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6873     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6874     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6875     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6876 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6877 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6878   data:
6879     - "vpp-perf-results-2n-skx"
6880     - "vpp-perf-results-3n-skx"
6881     - "vpp-perf-results-2n-clx"
6882     - "vpp-perf-results-3n-hsw"
6883     - "vpp-perf-results-3n-tsh"
6884 #    - "vpp-perf-results-2n-dnv"
6885 #    - "vpp-perf-results-3n-dnv"
6886   filter: "all"
6887   data-start-level: 4
6888   order-chapters:
6889     level-1:
6890       - "l2"
6891       - "ip4"
6892       - "ip6"
6893       - "srv6"
6894       - "ip4_tunnels"
6895       - "ip6_tunnels"
6896       - "vm_vhost"
6897       - "container_memif"
6898       - "crypto"
6899       - "vts"
6900       - "lb"
6901       - "nfv_density"
6902       - "hoststack"
6903     level-2:
6904       - "2n-skx"
6905       - "3n-skx"
6906       - "2n-clx"
6907       - "3n-hsw"
6908       - "3n-tsh"
6909       - "2n-dnv"
6910       - "3n-dnv"
6911     level-3:
6912       - "xl710"
6913       - "x520"
6914       - "xxv710"
6915       - "x710"
6916       - "x553"
6917       - "cx556a"
6918       - "vic1227"
6919       - "vic1385"
6920
6921 # VPP Performance Operational
6922 - type: "file"
6923   title: "VPP Performance Operational"
6924   algorithm: "file_details_split_html"
6925   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6926   dir-tables:
6927     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6928     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6929     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6930     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6931     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6932 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6933 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6934   data:
6935     - "vpp-perf-results-2n-skx"
6936     - "vpp-perf-results-3n-skx"
6937     - "vpp-perf-results-2n-clx"
6938     - "vpp-perf-results-3n-hsw"
6939     - "vpp-perf-results-3n-tsh"
6940 #    - "vpp-perf-results-2n-dnv"
6941 #    - "vpp-perf-results-3n-dnv"
6942   filter: "all"
6943   data-start-level: 4
6944   order-chapters:
6945     level-1:
6946       - "l2"
6947       - "ip4"
6948       - "ip6"
6949       - "srv6"
6950       - "ip4_tunnels"
6951       - "ip6_tunnels"
6952       - "vm_vhost"
6953       - "container_memif"
6954       - "crypto"
6955       - "vts"
6956       - "lb"
6957       - "nfv_density"
6958       - "hoststack"
6959     level-2:
6960       - "2n-skx"
6961       - "3n-skx"
6962       - "2n-clx"
6963       - "3n-hsw"
6964       - "3n-tsh"
6965       - "2n-dnv"
6966       - "3n-dnv"
6967     level-3:
6968       - "xl710"
6969       - "x520"
6970       - "xxv710"
6971       - "x710"
6972       - "x553"
6973       - "cx556a"
6974       - "vic1227"
6975       - "vic1385"
6976
6977 # VPP MRR Results
6978 - type: "file"
6979   title: "VPP MRR Results"
6980   algorithm: "file_details_split"
6981   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6982   dir-tables:
6983     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6984     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6985     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6986     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6987     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6988 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6989 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6990   data:
6991     - "vpp-mrr-results-2n-skx"
6992     - "vpp-mrr-results-3n-skx"
6993     - "vpp-mrr-results-2n-clx"
6994     - "vpp-mrr-results-3n-hsw"
6995     - "vpp-mrr-results-3n-tsh"
6996 #    - "vpp-mrr-results-2n-dnv"
6997 #    - "vpp-mrr-results-3n-dnv"
6998   filter: "all"
6999   data-start-level: 4
7000   order-chapters:
7001     level-1:
7002       - "l2"
7003       - "ip4"
7004       - "ip6"
7005       - "srv6"
7006       - "ip4_tunnels"
7007       - "ip6_tunnels"
7008       - "vm_vhost"
7009       - "container_memif"
7010       - "crypto"
7011       - "vts"
7012       - "lb"
7013       - "nfv_density"
7014       - "hoststack"
7015     level-2:
7016       - "2n-skx"
7017       - "3n-skx"
7018       - "2n-clx"
7019       - "3n-hsw"
7020       - "3n-tsh"
7021       - "2n-dnv"
7022       - "3n-dnv"
7023     level-3:
7024       - "xl710"
7025       - "x520"
7026       - "xxv710"
7027       - "x710"
7028       - "x553"
7029       - "cx556a"
7030       - "vic1227"
7031       - "vic1385"
7032
7033 # VPP MRR Configuration
7034 - type: "file"
7035   title: "VPP MRR Configuration"
7036   algorithm: "file_details_split"
7037   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7038   dir-tables:
7039     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7040     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7041     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7042     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7043     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7044     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7045     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7046   data:
7047     - "vpp-mrr-results-2n-skx"
7048     - "vpp-mrr-results-3n-skx"
7049     - "vpp-mrr-results-2n-clx"
7050     - "vpp-mrr-results-3n-hsw"
7051     - "vpp-mrr-results-3n-tsh"
7052 #    - "vpp-mrr-results-2n-dnv"
7053 #    - "vpp-mrr-results-3n-dnv"
7054   filter: "all"
7055   data-start-level: 4
7056   order-chapters:
7057     level-1:
7058       - "l2"
7059       - "ip4"
7060       - "ip6"
7061       - "srv6"
7062       - "ip4_tunnels"
7063       - "ip6_tunnels"
7064       - "vm_vhost"
7065       - "container_memif"
7066       - "crypto"
7067       - "vts"
7068       - "lb"
7069       - "nfv_density"
7070       - "hoststack"
7071     level-2:
7072       - "2n-skx"
7073       - "3n-skx"
7074       - "2n-clx"
7075       - "3n-hsw"
7076       - "3n-tsh"
7077       - "2n-dnv"
7078       - "3n-dnv"
7079     level-3:
7080       - "xl710"
7081       - "x520"
7082       - "xxv710"
7083       - "x710"
7084       - "x553"
7085       - "cx556a"
7086       - "vic1227"
7087       - "vic1385"
7088
7089 # VPP Device Results - Ubuntu
7090 - type: "file"
7091   title: "VPP Device Results - Ubuntu"
7092   algorithm: "file_test_results"
7093   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7094   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7095   data: "vpp-device-results-ubuntu"
7096   filter: "all"
7097   data-start-level: 4
7098
7099 # VPP Device Configuration - Ubuntu
7100 - type: "file"
7101   title: "VPP Device Configuration - Ubuntu"
7102   algorithm: "file_test_results"
7103   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7104   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7105   data: "vpp-device-results-ubuntu"
7106   filter: "all"
7107   data-start-level: 4
7108
7109 # DPDK Performance Results 3n-hsw
7110 - type: "file"
7111   title: "DPDK Performance Results 3n-hsw"
7112   algorithm: "file_test_results"
7113   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7114   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7115   data: "dpdk-perf-results-3n-hsw"
7116   filter: "all"
7117   data-start-level: 4
7118
7119 # DPDK Performance Results 3n-skx
7120 - type: "file"
7121   title: "DPDK Performance Results 3n-skx"
7122   algorithm: "file_test_results"
7123   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7124   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7125   data: "dpdk-perf-results-3n-skx"
7126   filter: "all"
7127   data-start-level: 4
7128
7129 # DPDK Performance Results 2n-skx
7130 - type: "file"
7131   title: "DPDK Performance Results 2n-skx"
7132   algorithm: "file_test_results"
7133   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7134   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7135   data: "dpdk-perf-results-2n-skx"
7136   filter: "all"
7137   data-start-level: 4
7138
7139 # DPDK Performance Results 2n-clx
7140 - type: "file"
7141   title: "DPDK Performance Results 2n-clx"
7142   algorithm: "file_test_results"
7143   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7144   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7145   data: "dpdk-perf-results-2n-clx"
7146   filter: "all"
7147   data-start-level: 4
7148
7149 ## DPDK Performance Results 2n-dnv
7150 #- type: "file"
7151 #  title: "DPDK Performance Results 2n-dnv"
7152 #  algorithm: "file_test_results"
7153 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7154 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7155 #  data: "dpdk-perf-results-2n-dnv"
7156 #  filter: "all"
7157 #  data-start-level: 4
7158 #
7159 ## DPDK Performance Results 3n-dnv
7160 #- type: "file"
7161 #  title: "DPDK Performance Results 3n-dnv"
7162 #  algorithm: "file_test_results"
7163 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7164 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7165 #  data: "dpdk-perf-results-3n-dnv"
7166 #  filter: "all"
7167 #  data-start-level: 4
7168
7169 # DPDK Performance Results 3n-tsh
7170 - type: "file"
7171   title: "DPDK Performance Results 3n-tsh"
7172   algorithm: "file_test_results"
7173   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7174   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7175   data: "dpdk-perf-results-3n-tsh"
7176   filter: "all"
7177   data-start-level: 4
7178
7179 ################################################################################
7180 ###                                P L O T S                                 ###
7181 ################################################################################
7182
7183 # Hoststack tests 3n-hsw
7184
7185 - type: "plot"
7186   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7187   algorithm: "plot_perf_box_name"
7188   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7189   data: "plot-vpp-hoststack-3n-hsw"
7190   include:
7191     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7192     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7193   layout:
7194     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7195     layout: "plot-hoststack"
7196
7197 - type: "plot"
7198   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7199   algorithm: "plot_perf_box_name"
7200   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7201   data: "plot-vpp-hoststack-3n-hsw"
7202   include:
7203     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7204     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7205   layout:
7206     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7207     layout: "plot-hoststack"
7208
7209 - type: "plot"
7210   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7211   algorithm: "plot_perf_box_name"
7212   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7213   data: "plot-vpp-hoststack-3n-hsw"
7214   include:
7215     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7216     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7217     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7218     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7219   layout:
7220     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7221     layout: "plot-hoststack"
7222
7223 ################################################################################
7224
7225 # Soak Test (PLRsearch), boxes - 2n-clx
7226 - type: "plot"
7227   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7228   algorithm: "plot_perf_box_name"
7229   output-file-type: ".html"
7230   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7231   data: "plot-vpp-soak-2n-clx"
7232   include:
7233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7239   layout:
7240     title: "30 Minutes Soak Test (PLRsearch)"
7241     layout: "plot-soak-throughput"
7242
7243 # Soak Test (PLRsearch), boxes - 2n-clx
7244 - type: "plot"
7245   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7246   algorithm: "plot_perf_box_name"
7247   output-file-type: ".html"
7248   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7249   data: "plot-vpp-soak-2n-clx"
7250   include:
7251     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7252     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7253     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7254     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7256     - "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"
7257   layout:
7258     title: "30 Minutes Soak Test (PLRsearch)"
7259     layout: "plot-soak-throughput"
7260
7261 # Soak Test (PLRsearch), boxes - 2n-skx
7262 - type: "plot"
7263   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7264   algorithm: "plot_perf_box_name"
7265   output-file-type: ".html"
7266   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7267   data: "plot-vpp-soak-2n-skx"
7268   include:
7269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7275   layout:
7276     title: "30 Minutes Soak Test (PLRsearch)"
7277     layout: "plot-soak-throughput"
7278
7279 # Soak Test (PLRsearch), boxes - 2n-skx
7280 - type: "plot"
7281   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7282   algorithm: "plot_perf_box_name"
7283   output-file-type: ".html"
7284   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7285   data: "plot-vpp-soak-2n-skx"
7286   include:
7287     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7288     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7289     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7290     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7292     - "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"
7293   layout:
7294     title: "30 Minutes Soak Test (PLRsearch)"
7295     layout: "plot-soak-throughput"
7296
7297 ###############################################################################
7298
7299 # Reconf tests 2n-skx
7300
7301 - type: "plot"
7302   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7303   algorithm: "plot_nf_reconf_box_name"
7304   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7305   data: "plot-vpp-nfv-reconf-2n-skx"
7306   include:
7307     - "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"
7308     - "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"
7309     - "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"
7310     - "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"
7311     - "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"
7312     - "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"
7313   layout:
7314     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7315     layout: "plot-throughput"
7316
7317 - type: "plot"
7318   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7319   algorithm: "plot_nf_reconf_box_name"
7320   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7321   data: "plot-vpp-nfv-reconf-2n-skx"
7322   include:
7323     - "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"
7324     - "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"
7325     - "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"
7326     - "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"
7327     - "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"
7328     - "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"
7329   layout:
7330     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7331     layout: "plot-throughput"
7332
7333 - type: "plot"
7334   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7335   algorithm: "plot_nf_reconf_box_name"
7336   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7337   data: "plot-vpp-nfv-reconf-2n-skx"
7338   include:
7339     - "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"
7340     - "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"
7341     - "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"
7342     - "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"
7343     - "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"
7344     - "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"
7345   layout:
7346     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7347     layout: "plot-throughput"
7348
7349 ###############################################################################
7350
7351 # Reconf tests 2n-clx
7352
7353 - type: "plot"
7354   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7355   algorithm: "plot_nf_reconf_box_name"
7356   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7357   data: "plot-vpp-nfv-reconf-2n-clx"
7358   include:
7359     - "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"
7360     - "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"
7361     - "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"
7362     - "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"
7363   layout:
7364     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7365     layout: "plot-throughput"
7366
7367 - type: "plot"
7368   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7369   algorithm: "plot_nf_reconf_box_name"
7370   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7371   data: "plot-vpp-nfv-reconf-2n-clx"
7372   include:
7373     - "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"
7374     - "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"
7375     - "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"
7376     - "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"
7377   layout:
7378     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7379     layout: "plot-throughput"
7380
7381 - type: "plot"
7382   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7383   algorithm: "plot_nf_reconf_box_name"
7384   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7385   data: "plot-vpp-nfv-reconf-2n-clx"
7386   include:
7387     - "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"
7388     - "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"
7389     - "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"
7390     - "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"
7391   layout:
7392     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7393     layout: "plot-throughput"
7394
7395 ###############################################################################
7396
7397 # Plots - NF Density - VSC - MRR IMIX
7398 - type: "plot"
7399   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7400   algorithm: "plot_nf_heatmap"
7401   output-file-type: ".html"
7402   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7403   data: "plot-vpp-nfv-2n-skx-mrr"
7404   filter: "'NIC_Intel-XXV710' and
7405            'NF_DENSITY' and
7406            'VHOST' and
7407            not 'VXLAN' and
7408            'CHAIN' and
7409            'NF_VPPIP4' and
7410            'IMIX' and
7411            '2T1C' and
7412            'MRR'"
7413   parameters:
7414   - "result"
7415   - "name"
7416   - "tags"
7417   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7418   x-axis: "X = VNFs per Service Chain"
7419   y-axis: "Y = Number of Service Chains"
7420   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7421   layout:
7422     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7423     layout: "plot-service-density"
7424
7425 - type: "plot"
7426   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7427   algorithm: "plot_nf_heatmap"
7428   output-file-type: ".html"
7429   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7430   data: "plot-vpp-nfv-2n-skx-mrr"
7431   filter: "'NIC_Intel-XXV710' and
7432            'NF_DENSITY' and
7433            'VHOST' and
7434            not 'VXLAN' and
7435            'CHAIN' and
7436            'NF_VPPIP4' and
7437            'IMIX' and
7438            '4T2C' and
7439            'MRR'"
7440   parameters:
7441   - "result"
7442   - "name"
7443   - "tags"
7444   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7445   x-axis: "X = VNFs per Service Chain"
7446   y-axis: "Y = Number of Service Chains"
7447   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7448   layout:
7449     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7450     layout: "plot-service-density"
7451
7452 - type: "plot"
7453   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7454   algorithm: "plot_nf_heatmap"
7455   output-file-type: ".html"
7456   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7457   data: "plot-vpp-nfv-2n-skx-mrr"
7458   filter: "'NIC_Intel-XXV710' and
7459            'NF_DENSITY' and
7460            'VHOST' and
7461            not 'VXLAN' and
7462            'CHAIN' and
7463            'NF_VPPIP4' and
7464            'IMIX' and
7465            '8T4C' and
7466            'MRR'"
7467   parameters:
7468   - "result"
7469   - "name"
7470   - "tags"
7471   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7472   x-axis: "X = VNFs per Service Chain"
7473   y-axis: "Y = Number of Service Chains"
7474   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7475   layout:
7476     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7477     layout: "plot-service-density"
7478
7479 # Plots - NF Density - VSC - NDR IMIX
7480 - type: "plot"
7481   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7482   algorithm: "plot_nf_heatmap"
7483   output-file-type: ".html"
7484   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7485   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7486   filter: "'NIC_Intel-XXV710' and
7487            'NF_DENSITY' and
7488            'VHOST' and
7489            not 'VXLAN' and
7490            'CHAIN' and
7491            'NF_VPPIP4' and
7492            'IMIX' and
7493            '2T1C' and
7494            'NDRPDR'"
7495   parameters:
7496   - "throughput"
7497   - "name"
7498   - "tags"
7499   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7500   x-axis: "X = VNFs per Service Chain"
7501   y-axis: "Y = Number of Service Chains"
7502   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7503   layout:
7504     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7505     layout: "plot-service-density"
7506
7507 - type: "plot"
7508   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7509   algorithm: "plot_nf_heatmap"
7510   output-file-type: ".html"
7511   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7512   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7513   filter: "'NIC_Intel-XXV710' and
7514            'NF_DENSITY' and
7515            'VHOST' and
7516            not 'VXLAN' and
7517            'CHAIN' and
7518            'NF_VPPIP4' and
7519            'IMIX' and
7520            '4T2C' and
7521            'NDRPDR'"
7522   parameters:
7523   - "throughput"
7524   - "name"
7525   - "tags"
7526   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7527   x-axis: "X = VNFs per Service Chain"
7528   y-axis: "Y = Number of Service Chains"
7529   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7530   layout:
7531     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7532     layout: "plot-service-density"
7533
7534 - type: "plot"
7535   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7536   algorithm: "plot_nf_heatmap"
7537   output-file-type: ".html"
7538   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7539   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7540   filter: "'NIC_Intel-XXV710' and
7541            'NF_DENSITY' and
7542            'VHOST' and
7543            not 'VXLAN' and
7544            'CHAIN' and
7545            'NF_VPPIP4' and
7546            'IMIX' and
7547            '8T4C' and
7548            'NDRPDR'"
7549   parameters:
7550   - "throughput"
7551   - "name"
7552   - "tags"
7553   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7554   x-axis: "X = VNFs per Service Chain"
7555   y-axis: "Y = Number of Service Chains"
7556   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7557   layout:
7558     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7559     layout: "plot-service-density"
7560
7561 # Plots - NF Density - VSC - PDR IMIX
7562 - type: "plot"
7563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7564   algorithm: "plot_nf_heatmap"
7565   output-file-type: ".html"
7566   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7567   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7568   filter: "'NIC_Intel-XXV710' and
7569            'NF_DENSITY' and
7570            'VHOST' and
7571            not 'VXLAN' and
7572            'CHAIN' and
7573            'NF_VPPIP4' and
7574            'IMIX' and
7575            '2T1C' and
7576            'NDRPDR'"
7577   parameters:
7578   - "throughput"
7579   - "name"
7580   - "tags"
7581   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7582   x-axis: "X = VNFs 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}vh-{XY}vm-vppip4-pdr"
7587     layout: "plot-service-density"
7588
7589 - type: "plot"
7590   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7591   algorithm: "plot_nf_heatmap"
7592   output-file-type: ".html"
7593   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7594   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7595   filter: "'NIC_Intel-XXV710' and
7596            'NF_DENSITY' and
7597            'VHOST' and
7598            not 'VXLAN' and
7599            'CHAIN' and
7600            'NF_VPPIP4' and
7601            'IMIX' and
7602            '4T2C' and
7603            'NDRPDR'"
7604   parameters:
7605   - "throughput"
7606   - "name"
7607   - "tags"
7608   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7609   x-axis: "X = VNFs per Service Chain"
7610   y-axis: "Y = Number of Service Chains"
7611   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7612   layout:
7613     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7614     layout: "plot-service-density"
7615
7616 - type: "plot"
7617   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7618   algorithm: "plot_nf_heatmap"
7619   output-file-type: ".html"
7620   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7621   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7622   filter: "'NIC_Intel-XXV710' and
7623            'NF_DENSITY' and
7624            'VHOST' and
7625            not 'VXLAN' and
7626            'CHAIN' and
7627            'NF_VPPIP4' and
7628            'IMIX' and
7629            '8T4C' and
7630            'NDRPDR'"
7631   parameters:
7632   - "throughput"
7633   - "name"
7634   - "tags"
7635   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7636   x-axis: "X = VNFs per Service Chain"
7637   y-axis: "Y = Number of Service Chains"
7638   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7639   layout:
7640     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7641     layout: "plot-service-density"
7642
7643 ###############################################################################
7644
7645 # Plots - NF Density - VSC - MRR IMIX
7646 - type: "plot"
7647   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7648   algorithm: "plot_nf_heatmap"
7649   output-file-type: ".html"
7650   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7651   data: "plot-vpp-nfv-2n-skx-mrr"
7652   filter: "'NIC_Intel-XXV710' and
7653            'NF_DENSITY' and
7654            'VHOST' and
7655            'VXLAN' and
7656            'CHAIN' and
7657            'IMIX' and
7658            '2T1C' and
7659            'MRR'"
7660   parameters:
7661   - "result"
7662   - "name"
7663   - "tags"
7664   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7665   x-axis: "X = VNFs per Service Chain"
7666   y-axis: "Y = Number of Service Chains"
7667   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7668   layout:
7669     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7670     layout: "plot-service-density"
7671
7672 - type: "plot"
7673   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7674   algorithm: "plot_nf_heatmap"
7675   output-file-type: ".html"
7676   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7677   data: "plot-vpp-nfv-2n-skx-mrr"
7678   filter: "'NIC_Intel-XXV710' and
7679            'NF_DENSITY' and
7680            'VHOST' and
7681            'VXLAN' and
7682            'CHAIN' and
7683            'IMIX' and
7684            '4T2C' and
7685            'MRR'"
7686   parameters:
7687   - "result"
7688   - "name"
7689   - "tags"
7690   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7691   x-axis: "X = VNFs per Service Chain"
7692   y-axis: "Y = Number of Service Chains"
7693   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7694   layout:
7695     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7696     layout: "plot-service-density"
7697
7698 - type: "plot"
7699   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7700   algorithm: "plot_nf_heatmap"
7701   output-file-type: ".html"
7702   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7703   data: "plot-vpp-nfv-2n-skx-mrr"
7704   filter: "'NIC_Intel-XXV710' and
7705            'NF_DENSITY' and
7706            'VHOST' and
7707            'VXLAN' and
7708            'CHAIN' and
7709            'IMIX' and
7710            '8T4C' and
7711            'MRR'"
7712   parameters:
7713   - "result"
7714   - "name"
7715   - "tags"
7716   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7717   x-axis: "X = VNFs per Service Chain"
7718   y-axis: "Y = Number of Service Chains"
7719   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7720   layout:
7721     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7722     layout: "plot-service-density"
7723
7724 # Plots - NF Density - VSC - NDR IMIX
7725 - type: "plot"
7726   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7727   algorithm: "plot_nf_heatmap"
7728   output-file-type: ".html"
7729   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7730   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7731   filter: "'NIC_Intel-XXV710' and
7732            'NF_DENSITY' and
7733            'VHOST' and
7734            'VXLAN' and
7735            'CHAIN' and
7736            'IMIX' and
7737            '2T1C' and
7738            'NDRPDR'"
7739   parameters:
7740   - "throughput"
7741   - "name"
7742   - "tags"
7743   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7744   x-axis: "X = VNFs per Service Chain"
7745   y-axis: "Y = Number of Service Chains"
7746   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7747   layout:
7748     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7749     layout: "plot-service-density"
7750
7751 - type: "plot"
7752   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7753   algorithm: "plot_nf_heatmap"
7754   output-file-type: ".html"
7755   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7756   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7757   filter: "'NIC_Intel-XXV710' and
7758            'NF_DENSITY' and
7759            'VHOST' and
7760            'VXLAN' and
7761            'CHAIN' and
7762            'IMIX' and
7763            '4T2C' and
7764            'NDRPDR'"
7765   parameters:
7766   - "throughput"
7767   - "name"
7768   - "tags"
7769   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7770   x-axis: "X = VNFs per Service Chain"
7771   y-axis: "Y = Number of Service Chains"
7772   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7773   layout:
7774     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7775     layout: "plot-service-density"
7776
7777 - type: "plot"
7778   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7779   algorithm: "plot_nf_heatmap"
7780   output-file-type: ".html"
7781   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7782   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7783   filter: "'NIC_Intel-XXV710' and
7784            'NF_DENSITY' and
7785            'VHOST' and
7786            'VXLAN' and
7787            'CHAIN' and
7788            'IMIX' and
7789            '8T4C' and
7790            'NDRPDR'"
7791   parameters:
7792   - "throughput"
7793   - "name"
7794   - "tags"
7795   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7796   x-axis: "X = VNFs per Service Chain"
7797   y-axis: "Y = Number of Service Chains"
7798   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7799   layout:
7800     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7801     layout: "plot-service-density"
7802
7803 # Plots - NF Density - VSC - PDR IMIX
7804 - type: "plot"
7805   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7806   algorithm: "plot_nf_heatmap"
7807   output-file-type: ".html"
7808   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7809   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7810   filter: "'NIC_Intel-XXV710' and
7811            'NF_DENSITY' and
7812            'VHOST' and
7813            'VXLAN' and
7814            'CHAIN' and
7815            'IMIX' and
7816            '2T1C' and
7817            'NDRPDR'"
7818   parameters:
7819   - "throughput"
7820   - "name"
7821   - "tags"
7822   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7823   x-axis: "X = VNFs per Service Chain"
7824   y-axis: "Y = Number of Service Chains"
7825   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7826   layout:
7827     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7828     layout: "plot-service-density"
7829
7830 - type: "plot"
7831   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7832   algorithm: "plot_nf_heatmap"
7833   output-file-type: ".html"
7834   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7835   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7836   filter: "'NIC_Intel-XXV710' and
7837            'NF_DENSITY' and
7838            'VHOST' and
7839            'VXLAN' and
7840            'CHAIN' and
7841            'IMIX' and
7842            '4T2C' and
7843            'NDRPDR'"
7844   parameters:
7845   - "throughput"
7846   - "name"
7847   - "tags"
7848   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7849   x-axis: "X = VNFs per Service Chain"
7850   y-axis: "Y = Number of Service Chains"
7851   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7852   layout:
7853     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7854     layout: "plot-service-density"
7855
7856 - type: "plot"
7857   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7858   algorithm: "plot_nf_heatmap"
7859   output-file-type: ".html"
7860   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7861   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7862   filter: "'NIC_Intel-XXV710' and
7863            'NF_DENSITY' and
7864            'VHOST' and
7865            'VXLAN' and
7866            'CHAIN' and
7867            'IMIX' and
7868            '8T4C' and
7869            'NDRPDR'"
7870   parameters:
7871   - "throughput"
7872   - "name"
7873   - "tags"
7874   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7875   x-axis: "X = VNFs per Service Chain"
7876   y-axis: "Y = Number of Service Chains"
7877   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7878   layout:
7879     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7880     layout: "plot-service-density"
7881
7882 ###############################################################################
7883
7884 # Plots - NF Density - CSC - MRR IMIX
7885 - type: "plot"
7886   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7887   algorithm: "plot_nf_heatmap"
7888   output-file-type: ".html"
7889   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7890   data: "plot-vpp-nfv-2n-skx-mrr"
7891   filter: "'NIC_Intel-XXV710' and
7892            'NF_DENSITY' and
7893            'DOCKER' and
7894            'CHAIN' and
7895            'NF_VPPIP4' and
7896            'IMIX' and
7897            '2T1C' and
7898            'MRR'"
7899   parameters:
7900   - "result"
7901   - "name"
7902   - "tags"
7903   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7904   x-axis: "X = CNFs per Service Chain"
7905   y-axis: "Y = Number of Service Chains"
7906   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7907   layout:
7908     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7909     layout: "plot-service-density"
7910
7911 - type: "plot"
7912   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7913   algorithm: "plot_nf_heatmap"
7914   output-file-type: ".html"
7915   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7916   data: "plot-vpp-nfv-2n-skx-mrr"
7917   filter: "'NIC_Intel-XXV710' and
7918            'NF_DENSITY' and
7919            'DOCKER' and
7920            'CHAIN' and
7921            'NF_VPPIP4' and
7922            'IMIX' and
7923            '4T2C' and
7924            'MRR'"
7925   parameters:
7926   - "result"
7927   - "name"
7928   - "tags"
7929   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7930   x-axis: "X = CNFs per Service Chain"
7931   y-axis: "Y = Number of Service Chains"
7932   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7933   layout:
7934     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7935     layout: "plot-service-density"
7936
7937 - type: "plot"
7938   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7939   algorithm: "plot_nf_heatmap"
7940   output-file-type: ".html"
7941   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7942   data: "plot-vpp-nfv-2n-skx-mrr"
7943   filter: "'NIC_Intel-XXV710' and
7944            'NF_DENSITY' and
7945            'DOCKER' and
7946            'CHAIN' and
7947            'NF_VPPIP4' and
7948            'IMIX' and
7949            '8T4C' and
7950            'MRR'"
7951   parameters:
7952   - "result"
7953   - "name"
7954   - "tags"
7955   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7956   x-axis: "X = CNFs per Service Chain"
7957   y-axis: "Y = Number of Service Chains"
7958   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7959   layout:
7960     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7961     layout: "plot-service-density"
7962
7963 # Plots - NF Density - CSC - NDR IMIX
7964 - type: "plot"
7965   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7966   algorithm: "plot_nf_heatmap"
7967   output-file-type: ".html"
7968   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7969   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7970   filter: "'NIC_Intel-XXV710' and
7971            'NF_DENSITY' and
7972            'DOCKER' and
7973            'CHAIN' and
7974            'NF_VPPIP4' and
7975            'IMIX' and
7976            '2T1C' and
7977            'NDRPDR'"
7978   parameters:
7979   - "throughput"
7980   - "name"
7981   - "tags"
7982   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7983   x-axis: "X = CNFs per Service Chain"
7984   y-axis: "Y = Number of Service Chains"
7985   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7986   layout:
7987     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7988     layout: "plot-service-density"
7989
7990 - type: "plot"
7991   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7992   algorithm: "plot_nf_heatmap"
7993   output-file-type: ".html"
7994   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7995   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7996   filter: "'NIC_Intel-XXV710' and
7997            'NF_DENSITY' and
7998            'DOCKER' and
7999            'CHAIN' and
8000            'NF_VPPIP4' and
8001            'IMIX' and
8002            '4T2C' and
8003            'NDRPDR'"
8004   parameters:
8005   - "throughput"
8006   - "name"
8007   - "tags"
8008   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8009   x-axis: "X = CNFs per Service Chain"
8010   y-axis: "Y = Number of Service Chains"
8011   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8012   layout:
8013     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8014     layout: "plot-service-density"
8015
8016 - type: "plot"
8017   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8018   algorithm: "plot_nf_heatmap"
8019   output-file-type: ".html"
8020   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8021   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8022   filter: "'NIC_Intel-XXV710' and
8023            'NF_DENSITY' and
8024            'DOCKER' and
8025            'CHAIN' and
8026            'NF_VPPIP4' and
8027            'IMIX' and
8028            '8T4C' and
8029            'NDRPDR'"
8030   parameters:
8031   - "throughput"
8032   - "name"
8033   - "tags"
8034   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8035   x-axis: "X = CNFs per Service Chain"
8036   y-axis: "Y = Number of Service Chains"
8037   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8038   layout:
8039     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8040     layout: "plot-service-density"
8041
8042 # Plots - NF Density - CSC - PDR IMIX
8043 - type: "plot"
8044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8045   algorithm: "plot_nf_heatmap"
8046   output-file-type: ".html"
8047   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8048   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8049   filter: "'NIC_Intel-XXV710' and
8050            'NF_DENSITY' and
8051            'DOCKER' and
8052            'CHAIN' and
8053            'NF_VPPIP4' and
8054            'IMIX' and
8055            '2T1C' and
8056            'NDRPDR'"
8057   parameters:
8058   - "throughput"
8059   - "name"
8060   - "tags"
8061   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8062   x-axis: "X = CNFs per Service Chain"
8063   y-axis: "Y = Number of Service Chains"
8064   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8065   layout:
8066     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8067     layout: "plot-service-density"
8068
8069 - type: "plot"
8070   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8071   algorithm: "plot_nf_heatmap"
8072   output-file-type: ".html"
8073   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8074   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8075   filter: "'NIC_Intel-XXV710' and
8076            'NF_DENSITY' and
8077            'DOCKER' and
8078            'CHAIN' and
8079            'NF_VPPIP4' and
8080            'IMIX' and
8081            '4T2C' and
8082            'NDRPDR'"
8083   parameters:
8084   - "throughput"
8085   - "name"
8086   - "tags"
8087   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8088   x-axis: "X = CNFs per Service Chain"
8089   y-axis: "Y = Number of Service Chains"
8090   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8091   layout:
8092     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8093     layout: "plot-service-density"
8094
8095 - type: "plot"
8096   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8097   algorithm: "plot_nf_heatmap"
8098   output-file-type: ".html"
8099   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8100   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8101   filter: "'NIC_Intel-XXV710' and
8102            'NF_DENSITY' and
8103            'DOCKER' and
8104            'CHAIN' and
8105            'NF_VPPIP4' and
8106            'IMIX' and
8107            '8T4C' and
8108            'NDRPDR'"
8109   parameters:
8110   - "throughput"
8111   - "name"
8112   - "tags"
8113   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8114   x-axis: "X = CNFs per Service Chain"
8115   y-axis: "Y = Number of Service Chains"
8116   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8117   layout:
8118     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8119     layout: "plot-service-density"
8120
8121 ################################################################################
8122 #
8123 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8124 #- type: "plot"
8125 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8126 #  algorithm: "plot_nf_heatmap"
8127 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8128 #  data: "plot-vpp-nfv-3n-skx-mrr"
8129 #  filter: "'NIC_Intel-XXV710' and
8130 #           'NF_DENSITY' and
8131 #           'DOCKER' and
8132 #           'CHAIN' and
8133 #           'NF_VPPIP4' and
8134 #           'IPSEC' and
8135 #           'TNL_4' and
8136 #           'IMIX' and
8137 #           '2T1C' and
8138 #           'MRR'"
8139 #  parameters:
8140 #  - "result"
8141 #  - "name"
8142 #  - "tags"
8143 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8144 #  x-axis: "X = CNFs per Service Chain"
8145 #  y-axis: "Y = Number of Service Chains"
8146 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8147 #  layout:
8148 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8149 #    layout: "plot-service-density"
8150 #
8151 #- type: "plot"
8152 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8153 #  algorithm: "plot_nf_heatmap"
8154 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8155 #  data: "plot-vpp-nfv-3n-skx-mrr"
8156 #  filter: "'NIC_Intel-XXV710' and
8157 #           'NF_DENSITY' and
8158 #           'DOCKER' and
8159 #           'CHAIN' and
8160 #           'NF_VPPIP4' and
8161 #           'IPSEC' and
8162 #           'TNL_4' and
8163 #           'IMIX' and
8164 #           '4T2C' and
8165 #           'MRR'"
8166 #  parameters:
8167 #  - "result"
8168 #  - "name"
8169 #  - "tags"
8170 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8171 #  x-axis: "X = CNFs per Service Chain"
8172 #  y-axis: "Y = Number of Service Chains"
8173 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8174 #  layout:
8175 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8176 #    layout: "plot-service-density"
8177 #
8178 #- type: "plot"
8179 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8180 #  algorithm: "plot_nf_heatmap"
8181 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8182 #  data: "plot-vpp-nfv-3n-skx-mrr"
8183 #  filter: "'NIC_Intel-XXV710' and
8184 #           'NF_DENSITY' and
8185 #           'DOCKER' and
8186 #           'CHAIN' and
8187 #           'NF_VPPIP4' and
8188 #           'IPSEC' and
8189 #           'TNL_4' and
8190 #           'IMIX' and
8191 #           '8T4C' and
8192 #           'MRR'"
8193 #  parameters:
8194 #  - "result"
8195 #  - "name"
8196 #  - "tags"
8197 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8198 #  x-axis: "X = CNFs per Service Chain"
8199 #  y-axis: "Y = Number of Service Chains"
8200 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8201 #  layout:
8202 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8203 #    layout: "plot-service-density"
8204
8205 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8206 #- type: "plot"
8207 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8208 #  algorithm: "plot_nf_heatmap"
8209 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8210 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8211 #  filter: "'NIC_Intel-XXV710' and
8212 #           'NF_DENSITY' and
8213 #           'DOCKER' and
8214 #           'CHAIN' and
8215 #           'NF_VPPIP4' and
8216 #           'IPSEC' and
8217 #           'TNL_4' and
8218 #           'IMIX' and
8219 #           '2T1C' and
8220 #           'NDRPDR'"
8221 #  parameters:
8222 #  - "throughput"
8223 #  - "name"
8224 #  - "tags"
8225 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8226 #  x-axis: "X = CNFs per Service Chain"
8227 #  y-axis: "Y = Number of Service Chains"
8228 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8229 #  layout:
8230 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8231 #    layout: "plot-service-density"
8232 #
8233 #- type: "plot"
8234 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8235 #  algorithm: "plot_nf_heatmap"
8236 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8237 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8238 #  filter: "'NIC_Intel-XXV710' and
8239 #           'NF_DENSITY' and
8240 #           'DOCKER' and
8241 #           'CHAIN' and
8242 #           'NF_VPPIP4' and
8243 #           'IPSEC' and
8244 #           'TNL_4' and
8245 #           'IMIX' and
8246 #           '4T2C' and
8247 #           'NDRPDR'"
8248 #  parameters:
8249 #  - "throughput"
8250 #  - "name"
8251 #  - "tags"
8252 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8253 #  x-axis: "X = CNFs per Service Chain"
8254 #  y-axis: "Y = Number of Service Chains"
8255 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8256 #  layout:
8257 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8258 #    layout: "plot-service-density"
8259 #
8260 #- type: "plot"
8261 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8262 #  algorithm: "plot_nf_heatmap"
8263 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8264 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8265 #  filter: "'NIC_Intel-XXV710' and
8266 #           'NF_DENSITY' and
8267 #           'DOCKER' and
8268 #           'CHAIN' and
8269 #           'NF_VPPIP4' and
8270 #           'IPSEC' and
8271 #           'TNL_4' and
8272 #           'IMIX' and
8273 #           '8T4C' and
8274 #           'NDRPDR'"
8275 #  parameters:
8276 #  - "throughput"
8277 #  - "name"
8278 #  - "tags"
8279 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8280 #  x-axis: "X = CNFs per Service Chain"
8281 #  y-axis: "Y = Number of Service Chains"
8282 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8283 #  layout:
8284 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8285 #    layout: "plot-service-density"
8286 #
8287 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8288 #- type: "plot"
8289 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8290 #  algorithm: "plot_nf_heatmap"
8291 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8292 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8293 #  filter: "'NIC_Intel-XXV710' and
8294 #           'NF_DENSITY' and
8295 #           'DOCKER' and
8296 #           'CHAIN' and
8297 #           'NF_VPPIP4' and
8298 #           'IPSEC' and
8299 #           'TNL_4' and
8300 #           'IMIX' and
8301 #           '2T1C' and
8302 #           'NDRPDR'"
8303 #  parameters:
8304 #  - "throughput"
8305 #  - "name"
8306 #  - "tags"
8307 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8308 #  x-axis: "X = CNFs per Service Chain"
8309 #  y-axis: "Y = Number of Service Chains"
8310 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8311 #  layout:
8312 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8313 #    layout: "plot-service-density"
8314 #
8315 #- type: "plot"
8316 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8317 #  algorithm: "plot_nf_heatmap"
8318 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8319 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8320 #  filter: "'NIC_Intel-XXV710' and
8321 #           'NF_DENSITY' and
8322 #           'DOCKER' and
8323 #           'CHAIN' and
8324 #           'NF_VPPIP4' and
8325 #           'IPSEC' and
8326 #           'TNL_4' and
8327 #           'IMIX' and
8328 #           '4T2C' and
8329 #           'NDRPDR'"
8330 #  parameters:
8331 #  - "throughput"
8332 #  - "name"
8333 #  - "tags"
8334 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8335 #  x-axis: "X = CNFs per Service Chain"
8336 #  y-axis: "Y = Number of Service Chains"
8337 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8338 #  layout:
8339 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8340 #    layout: "plot-service-density"
8341 #
8342 #- type: "plot"
8343 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8344 #  algorithm: "plot_nf_heatmap"
8345 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8346 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8347 #  filter: "'NIC_Intel-XXV710' and
8348 #           'NF_DENSITY' and
8349 #           'DOCKER' and
8350 #           'CHAIN' and
8351 #           'NF_VPPIP4' and
8352 #           'IPSEC' and
8353 #           'TNL_4' and
8354 #           'IMIX' and
8355 #           '8T4C' and
8356 #           'NDRPDR'"
8357 #  parameters:
8358 #  - "throughput"
8359 #  - "name"
8360 #  - "tags"
8361 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8362 #  x-axis: "X = CNFs per Service Chain"
8363 #  y-axis: "Y = Number of Service Chains"
8364 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8365 #  layout:
8366 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8367 #    layout: "plot-service-density"
8368
8369 ###############################################################################
8370
8371 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8372 #- type: "plot"
8373 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8374 #  algorithm: "plot_nf_heatmap"
8375 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8376 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8377 #  filter: "'NIC_Intel-XL710' and
8378 #           'NF_DENSITY' and
8379 #           'DOCKER' and
8380 #           'CHAIN' and
8381 #           'NF_VPPIP4' and
8382 #           'IMIX' and
8383 #           'TNL_4' and
8384 #           '1T1C' and
8385 #           'MRR'"
8386 #  parameters:
8387 #  - "result"
8388 #  - "name"
8389 #  - "tags"
8390 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8391 #  x-axis: "X = CNFs per Service Chain"
8392 #  y-axis: "Y = Number of Service Chains"
8393 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8394 #  layout:
8395 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8396 #    layout: "plot-service-density"
8397 #
8398 #- type: "plot"
8399 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8400 #  algorithm: "plot_nf_heatmap"
8401 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8402 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8403 #  filter: "'NIC_Intel-XL710' and
8404 #           'NF_DENSITY' and
8405 #           'DOCKER' and
8406 #           'CHAIN' and
8407 #           'NF_VPPIP4' and
8408 #           'IPSEC' and
8409 #           'TNL_4' and
8410 #           'IMIX' and
8411 #           '2T2C' and
8412 #           'MRR'"
8413 #  parameters:
8414 #  - "result"
8415 #  - "name"
8416 #  - "tags"
8417 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8418 #  x-axis: "X = CNFs per Service Chain"
8419 #  y-axis: "Y = Number of Service Chains"
8420 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8421 #  layout:
8422 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8423 #    layout: "plot-service-density"
8424 #
8425 #- type: "plot"
8426 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8427 #  algorithm: "plot_nf_heatmap"
8428 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8429 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8430 #  filter: "'NIC_Intel-XL710' and
8431 #           'NF_DENSITY' and
8432 #           'DOCKER' and
8433 #           'CHAIN' and
8434 #           'NF_VPPIP4' and
8435 #           'IPSEC' and
8436 #           'TNL_4' and
8437 #           'IMIX' and
8438 #           '4T4C' and
8439 #           'MRR'"
8440 #  parameters:
8441 #  - "result"
8442 #  - "name"
8443 #  - "tags"
8444 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8445 #  x-axis: "X = CNFs per Service Chain"
8446 #  y-axis: "Y = Number of Service Chains"
8447 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8448 #  layout:
8449 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8450 #    layout: "plot-service-density"
8451
8452 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8453 #- type: "plot"
8454 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8455 #  algorithm: "plot_nf_heatmap"
8456 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8457 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8458 #  filter: "'NIC_Intel-XL710' and
8459 #           'NF_DENSITY' and
8460 #           'DOCKER' and
8461 #           'CHAIN' and
8462 #           'NF_VPPIP4' and
8463 #           'IPSEC' and
8464 #           'TNL_4' and
8465 #           'IMIX' and
8466 #           '1T1C' and
8467 #           'NDRPDR'"
8468 #  parameters:
8469 #  - "throughput"
8470 #  - "name"
8471 #  - "tags"
8472 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8473 #  x-axis: "X = CNFs per Service Chain"
8474 #  y-axis: "Y = Number of Service Chains"
8475 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8476 #  layout:
8477 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8478 #    layout: "plot-service-density"
8479 #
8480 #- type: "plot"
8481 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8482 #  algorithm: "plot_nf_heatmap"
8483 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8484 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8485 #  filter: "'NIC_Intel-XL710' and
8486 #           'NF_DENSITY' and
8487 #           'DOCKER' and
8488 #           'CHAIN' and
8489 #           'NF_VPPIP4' and
8490 #           'IPSEC' and
8491 #           'TNL_4' and
8492 #           'IMIX' and
8493 #           '2T2C' and
8494 #           'NDRPDR'"
8495 #  parameters:
8496 #  - "throughput"
8497 #  - "name"
8498 #  - "tags"
8499 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8500 #  x-axis: "X = CNFs per Service Chain"
8501 #  y-axis: "Y = Number of Service Chains"
8502 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8503 #  layout:
8504 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8505 #    layout: "plot-service-density"
8506 #
8507 #- type: "plot"
8508 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8509 #  algorithm: "plot_nf_heatmap"
8510 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8511 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8512 #  filter: "'NIC_Intel-XL710' and
8513 #           'NF_DENSITY' and
8514 #           'DOCKER' and
8515 #           'CHAIN' and
8516 #           'NF_VPPIP4' and
8517 #           'IPSEC' and
8518 #           'TNL_4' and
8519 #           'IMIX' and
8520 #           '4T4C' and
8521 #           'NDRPDR'"
8522 #  parameters:
8523 #  - "throughput"
8524 #  - "name"
8525 #  - "tags"
8526 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8527 #  x-axis: "X = CNFs per Service Chain"
8528 #  y-axis: "Y = Number of Service Chains"
8529 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8530 #  layout:
8531 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8532 #    layout: "plot-service-density"
8533 #
8534 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8535 #- type: "plot"
8536 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8537 #  algorithm: "plot_nf_heatmap"
8538 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8539 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8540 #  filter: "'NIC_Intel-XL710' and
8541 #           'NF_DENSITY' and
8542 #           'DOCKER' and
8543 #           'CHAIN' and
8544 #           'NF_VPPIP4' and
8545 #           'IPSEC' and
8546 #           'TNL_4' and
8547 #           'IMIX' and
8548 #           '1T1C' and
8549 #           'NDRPDR'"
8550 #  parameters:
8551 #  - "throughput"
8552 #  - "name"
8553 #  - "tags"
8554 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8555 #  x-axis: "X = CNFs per Service Chain"
8556 #  y-axis: "Y = Number of Service Chains"
8557 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8558 #  layout:
8559 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8560 #    layout: "plot-service-density"
8561 #
8562 #- type: "plot"
8563 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8564 #  algorithm: "plot_nf_heatmap"
8565 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8566 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8567 #  filter: "'NIC_Intel-XL710' and
8568 #           'NF_DENSITY' and
8569 #           'DOCKER' and
8570 #           'CHAIN' and
8571 #           'NF_VPPIP4' and
8572 #           'IPSEC' and
8573 #           'TNL_4' and
8574 #           'IMIX' and
8575 #           '2T2C' and
8576 #           'NDRPDR'"
8577 #  parameters:
8578 #  - "throughput"
8579 #  - "name"
8580 #  - "tags"
8581 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8582 #  x-axis: "X = CNFs per Service Chain"
8583 #  y-axis: "Y = Number of Service Chains"
8584 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8585 #  layout:
8586 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8587 #    layout: "plot-service-density"
8588 #
8589 #- type: "plot"
8590 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8591 #  algorithm: "plot_nf_heatmap"
8592 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8593 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8594 #  filter: "'NIC_Intel-XL710' and
8595 #           'NF_DENSITY' and
8596 #           'DOCKER' and
8597 #           'CHAIN' and
8598 #           'NF_VPPIP4' and
8599 #           'IPSEC' and
8600 #           'TNL_4' and
8601 #           'IMIX' and
8602 #           '4T4C' and
8603 #           'NDRPDR'"
8604 #  parameters:
8605 #  - "throughput"
8606 #  - "name"
8607 #  - "tags"
8608 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8609 #  x-axis: "X = CNFs per Service Chain"
8610 #  y-axis: "Y = Number of Service Chains"
8611 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8612 #  layout:
8613 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8614 #    layout: "plot-service-density"
8615
8616 ###############################################################################
8617
8618 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8619 #- type: "plot"
8620 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8621 #  algorithm: "plot_nf_heatmap"
8622 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8623 #  data: "plot-vpp-nfv-3n-skx-mrr"
8624 #  filter: "'NIC_Intel-XXV710' and
8625 #           'NF_DENSITY' and
8626 #           'DOCKER' and
8627 #           'CHAIN' and
8628 #           'NF_VPPIP4' and
8629 #           'IPSEC' and
8630 #           'TNL_1000' and
8631 #           'IMIX' and
8632 #           '2T1C' and
8633 #           'MRR'"
8634 #  parameters:
8635 #  - "result"
8636 #  - "name"
8637 #  - "tags"
8638 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8639 #  x-axis: "X = CNFs per Service Chain"
8640 #  y-axis: "Y = Number of Service Chains"
8641 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8642 #  layout:
8643 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8644 #    layout: "plot-service-density"
8645 #
8646 #- type: "plot"
8647 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8648 #  algorithm: "plot_nf_heatmap"
8649 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8650 #  data: "plot-vpp-nfv-3n-skx-mrr"
8651 #  filter: "'NIC_Intel-XXV710' and
8652 #           'NF_DENSITY' and
8653 #           'DOCKER' and
8654 #           'CHAIN' and
8655 #           'NF_VPPIP4' and
8656 #           'IPSEC' and
8657 #           'TNL_1000' and
8658 #           'IMIX' and
8659 #           '4T2C' and
8660 #           'MRR'"
8661 #  parameters:
8662 #  - "result"
8663 #  - "name"
8664 #  - "tags"
8665 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8666 #  x-axis: "X = CNFs per Service Chain"
8667 #  y-axis: "Y = Number of Service Chains"
8668 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8669 #  layout:
8670 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8671 #    layout: "plot-service-density"
8672 #
8673 #- type: "plot"
8674 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8675 #  algorithm: "plot_nf_heatmap"
8676 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8677 #  data: "plot-vpp-nfv-3n-skx-mrr"
8678 #  filter: "'NIC_Intel-XXV710' and
8679 #           'NF_DENSITY' and
8680 #           'DOCKER' and
8681 #           'CHAIN' and
8682 #           'NF_VPPIP4' and
8683 #           'IPSEC' and
8684 #           'TNL_1000' and
8685 #           'IMIX' and
8686 #           '8T4C' and
8687 #           'MRR'"
8688 #  parameters:
8689 #  - "result"
8690 #  - "name"
8691 #  - "tags"
8692 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8693 #  x-axis: "X = CNFs per Service Chain"
8694 #  y-axis: "Y = Number of Service Chains"
8695 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8696 #  layout:
8697 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8698 #    layout: "plot-service-density"
8699
8700 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8701 #- type: "plot"
8702 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8703 #  algorithm: "plot_nf_heatmap"
8704 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8705 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8706 #  filter: "'NIC_Intel-XXV710' and
8707 #           'NF_DENSITY' and
8708 #           'DOCKER' and
8709 #           'CHAIN' and
8710 #           'NF_VPPIP4' and
8711 #           'IPSEC' and
8712 #           'TNL_1000' and
8713 #           'IMIX' and
8714 #           '2T1C' and
8715 #           'NDRPDR'"
8716 #  parameters:
8717 #  - "throughput"
8718 #  - "name"
8719 #  - "tags"
8720 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8721 #  x-axis: "X = CNFs per Service Chain"
8722 #  y-axis: "Y = Number of Service Chains"
8723 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8724 #  layout:
8725 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8726 #    layout: "plot-service-density"
8727 #
8728 #- type: "plot"
8729 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8730 #  algorithm: "plot_nf_heatmap"
8731 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8732 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8733 #  filter: "'NIC_Intel-XXV710' and
8734 #           'NF_DENSITY' and
8735 #           'DOCKER' and
8736 #           'CHAIN' and
8737 #           'NF_VPPIP4' and
8738 #           'IPSEC' and
8739 #           'TNL_1000' and
8740 #           'IMIX' and
8741 #           '4T2C' and
8742 #           'NDRPDR'"
8743 #  parameters:
8744 #  - "throughput"
8745 #  - "name"
8746 #  - "tags"
8747 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8748 #  x-axis: "X = CNFs per Service Chain"
8749 #  y-axis: "Y = Number of Service Chains"
8750 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8751 #  layout:
8752 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8753 #    layout: "plot-service-density"
8754 #
8755 #- type: "plot"
8756 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8757 #  algorithm: "plot_nf_heatmap"
8758 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8759 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8760 #  filter: "'NIC_Intel-XXV710' and
8761 #           'NF_DENSITY' and
8762 #           'DOCKER' and
8763 #           'CHAIN' and
8764 #           'NF_VPPIP4' and
8765 #           'IPSEC' and
8766 #           'TNL_1000' and
8767 #           'IMIX' and
8768 #           '8T4C' and
8769 #           'NDRPDR'"
8770 #  parameters:
8771 #  - "throughput"
8772 #  - "name"
8773 #  - "tags"
8774 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8775 #  x-axis: "X = CNFs per Service Chain"
8776 #  y-axis: "Y = Number of Service Chains"
8777 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8778 #  layout:
8779 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8780 #    layout: "plot-service-density"
8781 #
8782 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8783 #- type: "plot"
8784 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8785 #  algorithm: "plot_nf_heatmap"
8786 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8787 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8788 #  filter: "'NIC_Intel-XXV710' and
8789 #           'NF_DENSITY' and
8790 #           'DOCKER' and
8791 #           'CHAIN' and
8792 #           'NF_VPPIP4' and
8793 #           'IPSEC' and
8794 #           'TNL_1000' and
8795 #           'IMIX' and
8796 #           '2T1C' and
8797 #           'NDRPDR'"
8798 #  parameters:
8799 #  - "throughput"
8800 #  - "name"
8801 #  - "tags"
8802 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8803 #  x-axis: "X = CNFs per Service Chain"
8804 #  y-axis: "Y = Number of Service Chains"
8805 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8806 #  layout:
8807 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8808 #    layout: "plot-service-density"
8809 #
8810 #- type: "plot"
8811 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8812 #  algorithm: "plot_nf_heatmap"
8813 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8814 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8815 #  filter: "'NIC_Intel-XXV710' and
8816 #           'NF_DENSITY' and
8817 #           'DOCKER' and
8818 #           'CHAIN' and
8819 #           'NF_VPPIP4' and
8820 #           'IPSEC' and
8821 #           'TNL_1000' and
8822 #           'IMIX' and
8823 #           '4T2C' and
8824 #           'NDRPDR'"
8825 #  parameters:
8826 #  - "throughput"
8827 #  - "name"
8828 #  - "tags"
8829 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8830 #  x-axis: "X = CNFs per Service Chain"
8831 #  y-axis: "Y = Number of Service Chains"
8832 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8833 #  layout:
8834 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8835 #    layout: "plot-service-density"
8836 #
8837 #- type: "plot"
8838 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8839 #  algorithm: "plot_nf_heatmap"
8840 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8841 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8842 #  filter: "'NIC_Intel-XXV710' and
8843 #           'NF_DENSITY' and
8844 #           'DOCKER' and
8845 #           'CHAIN' and
8846 #           'NF_VPPIP4' and
8847 #           'IPSEC' and
8848 #           'TNL_1000' and
8849 #           'IMIX' and
8850 #           '8T4C' and
8851 #           'NDRPDR'"
8852 #  parameters:
8853 #  - "throughput"
8854 #  - "name"
8855 #  - "tags"
8856 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8857 #  x-axis: "X = CNFs per Service Chain"
8858 #  y-axis: "Y = Number of Service Chains"
8859 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8860 #  layout:
8861 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8862 #    layout: "plot-service-density"
8863
8864 ###############################################################################
8865
8866 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8867 #- type: "plot"
8868 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8869 #  algorithm: "plot_nf_heatmap"
8870 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8871 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8872 #  filter: "'NIC_Intel-XL710' and
8873 #           'NF_DENSITY' and
8874 #           'DOCKER' and
8875 #           'CHAIN' and
8876 #           'NF_VPPIP4' and
8877 #           'IMIX' and
8878 #           'TNL_1000' and
8879 #           '1T1C' and
8880 #           'MRR'"
8881 #  parameters:
8882 #  - "result"
8883 #  - "name"
8884 #  - "tags"
8885 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8886 #  x-axis: "X = CNFs per Service Chain"
8887 #  y-axis: "Y = Number of Service Chains"
8888 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8889 #  layout:
8890 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8891 #    layout: "plot-service-density"
8892 #
8893 #- type: "plot"
8894 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8895 #  algorithm: "plot_nf_heatmap"
8896 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8897 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8898 #  filter: "'NIC_Intel-XL710' and
8899 #           'NF_DENSITY' and
8900 #           'DOCKER' and
8901 #           'CHAIN' and
8902 #           'NF_VPPIP4' and
8903 #           'IPSEC' and
8904 #           'TNL_1000' and
8905 #           'IMIX' and
8906 #           '2T2C' and
8907 #           'MRR'"
8908 #  parameters:
8909 #  - "result"
8910 #  - "name"
8911 #  - "tags"
8912 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8913 #  x-axis: "X = CNFs per Service Chain"
8914 #  y-axis: "Y = Number of Service Chains"
8915 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8916 #  layout:
8917 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8918 #    layout: "plot-service-density"
8919 #
8920 #- type: "plot"
8921 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8922 #  algorithm: "plot_nf_heatmap"
8923 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8924 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8925 #  filter: "'NIC_Intel-XL710' and
8926 #           'NF_DENSITY' and
8927 #           'DOCKER' and
8928 #           'CHAIN' and
8929 #           'NF_VPPIP4' and
8930 #           'IPSEC' and
8931 #           'TNL_1000' and
8932 #           'IMIX' and
8933 #           '4T4C' and
8934 #           'MRR'"
8935 #  parameters:
8936 #  - "result"
8937 #  - "name"
8938 #  - "tags"
8939 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8940 #  x-axis: "X = CNFs per Service Chain"
8941 #  y-axis: "Y = Number of Service Chains"
8942 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8943 #  layout:
8944 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8945 #    layout: "plot-service-density"
8946
8947 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8948 #- type: "plot"
8949 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8950 #  algorithm: "plot_nf_heatmap"
8951 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8952 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8953 #  filter: "'NIC_Intel-XL710' and
8954 #           'NF_DENSITY' and
8955 #           'DOCKER' and
8956 #           'CHAIN' and
8957 #           'NF_VPPIP4' and
8958 #           'IPSEC' and
8959 #           'TNL_1000' and
8960 #           'IMIX' and
8961 #           '1T1C' and
8962 #           'NDRPDR'"
8963 #  parameters:
8964 #  - "throughput"
8965 #  - "name"
8966 #  - "tags"
8967 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8968 #  x-axis: "X = CNFs per Service Chain"
8969 #  y-axis: "Y = Number of Service Chains"
8970 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8971 #  layout:
8972 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8973 #    layout: "plot-service-density"
8974 #
8975 #- type: "plot"
8976 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8977 #  algorithm: "plot_nf_heatmap"
8978 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8979 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8980 #  filter: "'NIC_Intel-XL710' and
8981 #           'NF_DENSITY' and
8982 #           'DOCKER' and
8983 #           'CHAIN' and
8984 #           'NF_VPPIP4' and
8985 #           'IPSEC' and
8986 #           'TNL_1000' and
8987 #           'IMIX' and
8988 #           '2T2C' and
8989 #           'NDRPDR'"
8990 #  parameters:
8991 #  - "throughput"
8992 #  - "name"
8993 #  - "tags"
8994 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8995 #  x-axis: "X = CNFs per Service Chain"
8996 #  y-axis: "Y = Number of Service Chains"
8997 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8998 #  layout:
8999 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9000 #    layout: "plot-service-density"
9001 #
9002 #- type: "plot"
9003 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9004 #  algorithm: "plot_nf_heatmap"
9005 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9006 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9007 #  filter: "'NIC_Intel-XL710' and
9008 #           'NF_DENSITY' and
9009 #           'DOCKER' and
9010 #           'CHAIN' and
9011 #           'NF_VPPIP4' and
9012 #           'IPSEC' and
9013 #           'TNL_1000' and
9014 #           'IMIX' and
9015 #           '4T4C' and
9016 #           'NDRPDR'"
9017 #  parameters:
9018 #  - "throughput"
9019 #  - "name"
9020 #  - "tags"
9021 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9022 #  x-axis: "X = CNFs per Service Chain"
9023 #  y-axis: "Y = Number of Service Chains"
9024 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9025 #  layout:
9026 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9027 #    layout: "plot-service-density"
9028 #
9029 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9030 #- type: "plot"
9031 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9032 #  algorithm: "plot_nf_heatmap"
9033 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9034 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9035 #  filter: "'NIC_Intel-XL710' and
9036 #           'NF_DENSITY' and
9037 #           'DOCKER' and
9038 #           'CHAIN' and
9039 #           'NF_VPPIP4' and
9040 #           'IPSEC' and
9041 #           'TNL_1000' and
9042 #           'IMIX' and
9043 #           '1T1C' and
9044 #           'NDRPDR'"
9045 #  parameters:
9046 #  - "throughput"
9047 #  - "name"
9048 #  - "tags"
9049 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9050 #  x-axis: "X = CNFs per Service Chain"
9051 #  y-axis: "Y = Number of Service Chains"
9052 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9053 #  layout:
9054 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9055 #    layout: "plot-service-density"
9056 #
9057 #- type: "plot"
9058 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9059 #  algorithm: "plot_nf_heatmap"
9060 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9061 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9062 #  filter: "'NIC_Intel-XL710' and
9063 #           'NF_DENSITY' and
9064 #           'DOCKER' and
9065 #           'CHAIN' and
9066 #           'NF_VPPIP4' and
9067 #           'IPSEC' and
9068 #           'TNL_1000' and
9069 #           'IMIX' and
9070 #           '2T2C' and
9071 #           'NDRPDR'"
9072 #  parameters:
9073 #  - "throughput"
9074 #  - "name"
9075 #  - "tags"
9076 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9077 #  x-axis: "X = CNFs per Service Chain"
9078 #  y-axis: "Y = Number of Service Chains"
9079 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9080 #  layout:
9081 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9082 #    layout: "plot-service-density"
9083 #
9084 #- type: "plot"
9085 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9086 #  algorithm: "plot_nf_heatmap"
9087 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9088 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9089 #  filter: "'NIC_Intel-XL710' and
9090 #           'NF_DENSITY' and
9091 #           'DOCKER' and
9092 #           'CHAIN' and
9093 #           'NF_VPPIP4' and
9094 #           'IPSEC' and
9095 #           'TNL_1000' and
9096 #           'IMIX' and
9097 #           '4T4C' and
9098 #           'NDRPDR'"
9099 #  parameters:
9100 #  - "throughput"
9101 #  - "name"
9102 #  - "tags"
9103 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9104 #  x-axis: "X = CNFs per Service Chain"
9105 #  y-axis: "Y = Number of Service Chains"
9106 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9107 #  layout:
9108 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9109 #    layout: "plot-service-density"
9110
9111 ###############################################################################
9112
9113 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9114 #- type: "plot"
9115 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9116 #  algorithm: "plot_nf_heatmap"
9117 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9118 #  data: "plot-vpp-nfv-3n-skx-mrr"
9119 #  filter: "'NIC_Intel-XXV710' and
9120 #           'NF_DENSITY' and
9121 #           'DOCKER' and
9122 #           'CHAIN' and
9123 #           'NF_VPPIP4' and
9124 #           'IPSEC' and
9125 #           'TNL_10000' and
9126 #           'IMIX' and
9127 #           '2T1C' and
9128 #           'MRR'"
9129 #  parameters:
9130 #  - "result"
9131 #  - "name"
9132 #  - "tags"
9133 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9134 #  x-axis: "X = CNFs per Service Chain"
9135 #  y-axis: "Y = Number of Service Chains"
9136 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9137 #  layout:
9138 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9139 #    layout: "plot-service-density"
9140 #
9141 #- type: "plot"
9142 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9143 #  algorithm: "plot_nf_heatmap"
9144 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9145 #  data: "plot-vpp-nfv-3n-skx-mrr"
9146 #  filter: "'NIC_Intel-XXV710' and
9147 #           'NF_DENSITY' and
9148 #           'DOCKER' and
9149 #           'CHAIN' and
9150 #           'NF_VPPIP4' and
9151 #           'IPSEC' and
9152 #           'TNL_10000' and
9153 #           'IMIX' and
9154 #           '4T2C' and
9155 #           'MRR'"
9156 #  parameters:
9157 #  - "result"
9158 #  - "name"
9159 #  - "tags"
9160 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9161 #  x-axis: "X = CNFs per Service Chain"
9162 #  y-axis: "Y = Number of Service Chains"
9163 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9164 #  layout:
9165 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9166 #    layout: "plot-service-density"
9167 #
9168 #- type: "plot"
9169 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9170 #  algorithm: "plot_nf_heatmap"
9171 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9172 #  data: "plot-vpp-nfv-3n-skx-mrr"
9173 #  filter: "'NIC_Intel-XXV710' and
9174 #           'NF_DENSITY' and
9175 #           'DOCKER' and
9176 #           'CHAIN' and
9177 #           'NF_VPPIP4' and
9178 #           'IPSEC' and
9179 #           'TNL_10000' and
9180 #           'IMIX' and
9181 #           '8T4C' and
9182 #           'MRR'"
9183 #  parameters:
9184 #  - "result"
9185 #  - "name"
9186 #  - "tags"
9187 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9188 #  x-axis: "X = CNFs per Service Chain"
9189 #  y-axis: "Y = Number of Service Chains"
9190 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9191 #  layout:
9192 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9193 #    layout: "plot-service-density"
9194
9195 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9196 #- type: "plot"
9197 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9198 #  algorithm: "plot_nf_heatmap"
9199 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9200 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9201 #  filter: "'NIC_Intel-XXV710' and
9202 #           'NF_DENSITY' and
9203 #           'DOCKER' and
9204 #           'CHAIN' and
9205 #           'NF_VPPIP4' and
9206 #           'IPSEC' and
9207 #           'TNL_10000' and
9208 #           'IMIX' and
9209 #           '2T1C' and
9210 #           'NDRPDR'"
9211 #  parameters:
9212 #  - "throughput"
9213 #  - "name"
9214 #  - "tags"
9215 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9216 #  x-axis: "X = CNFs per Service Chain"
9217 #  y-axis: "Y = Number of Service Chains"
9218 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9219 #  layout:
9220 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9221 #    layout: "plot-service-density"
9222 #
9223 #- type: "plot"
9224 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9225 #  algorithm: "plot_nf_heatmap"
9226 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9227 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9228 #  filter: "'NIC_Intel-XXV710' and
9229 #           'NF_DENSITY' and
9230 #           'DOCKER' and
9231 #           'CHAIN' and
9232 #           'NF_VPPIP4' and
9233 #           'IPSEC' and
9234 #           'TNL_10000' and
9235 #           'IMIX' and
9236 #           '4T2C' and
9237 #           'NDRPDR'"
9238 #  parameters:
9239 #  - "throughput"
9240 #  - "name"
9241 #  - "tags"
9242 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9243 #  x-axis: "X = CNFs per Service Chain"
9244 #  y-axis: "Y = Number of Service Chains"
9245 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9246 #  layout:
9247 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9248 #    layout: "plot-service-density"
9249 #
9250 #- type: "plot"
9251 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9252 #  algorithm: "plot_nf_heatmap"
9253 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9254 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9255 #  filter: "'NIC_Intel-XXV710' and
9256 #           'NF_DENSITY' and
9257 #           'DOCKER' and
9258 #           'CHAIN' and
9259 #           'NF_VPPIP4' and
9260 #           'IPSEC' and
9261 #           'TNL_10000' and
9262 #           'IMIX' and
9263 #           '8T4C' and
9264 #           'NDRPDR'"
9265 #  parameters:
9266 #  - "throughput"
9267 #  - "name"
9268 #  - "tags"
9269 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9270 #  x-axis: "X = CNFs per Service Chain"
9271 #  y-axis: "Y = Number of Service Chains"
9272 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9273 #  layout:
9274 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9275 #    layout: "plot-service-density"
9276 #
9277 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9278 #- type: "plot"
9279 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9280 #  algorithm: "plot_nf_heatmap"
9281 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9282 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9283 #  filter: "'NIC_Intel-XXV710' and
9284 #           'NF_DENSITY' and
9285 #           'DOCKER' and
9286 #           'CHAIN' and
9287 #           'NF_VPPIP4' and
9288 #           'IPSEC' and
9289 #           'TNL_10000' and
9290 #           'IMIX' and
9291 #           '2T1C' and
9292 #           'NDRPDR'"
9293 #  parameters:
9294 #  - "throughput"
9295 #  - "name"
9296 #  - "tags"
9297 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9298 #  x-axis: "X = CNFs per Service Chain"
9299 #  y-axis: "Y = Number of Service Chains"
9300 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9301 #  layout:
9302 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9303 #    layout: "plot-service-density"
9304 #
9305 #- type: "plot"
9306 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9307 #  algorithm: "plot_nf_heatmap"
9308 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9309 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9310 #  filter: "'NIC_Intel-XXV710' and
9311 #           'NF_DENSITY' and
9312 #           'DOCKER' and
9313 #           'CHAIN' and
9314 #           'NF_VPPIP4' and
9315 #           'IPSEC' and
9316 #           'TNL_10000' and
9317 #           'IMIX' and
9318 #           '4T2C' and
9319 #           'NDRPDR'"
9320 #  parameters:
9321 #  - "throughput"
9322 #  - "name"
9323 #  - "tags"
9324 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9325 #  x-axis: "X = CNFs per Service Chain"
9326 #  y-axis: "Y = Number of Service Chains"
9327 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9328 #  layout:
9329 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9330 #    layout: "plot-service-density"
9331 #
9332 #- type: "plot"
9333 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9334 #  algorithm: "plot_nf_heatmap"
9335 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9336 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9337 #  filter: "'NIC_Intel-XXV710' and
9338 #           'NF_DENSITY' and
9339 #           'DOCKER' and
9340 #           'CHAIN' and
9341 #           'NF_VPPIP4' and
9342 #           'IPSEC' and
9343 #           'TNL_10000' and
9344 #           'IMIX' and
9345 #           '8T4C' and
9346 #           'NDRPDR'"
9347 #  parameters:
9348 #  - "throughput"
9349 #  - "name"
9350 #  - "tags"
9351 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9352 #  x-axis: "X = CNFs per Service Chain"
9353 #  y-axis: "Y = Number of Service Chains"
9354 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9355 #  layout:
9356 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9357 #    layout: "plot-service-density"
9358
9359 ###############################################################################
9360
9361 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9362 #- type: "plot"
9363 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9364 #  algorithm: "plot_nf_heatmap"
9365 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9366 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9367 #  filter: "'NIC_Intel-XL710' and
9368 #           'NF_DENSITY' and
9369 #           'DOCKER' and
9370 #           'CHAIN' and
9371 #           'NF_VPPIP4' and
9372 #           'IMIX' and
9373 #           'TNL_10000' and
9374 #           '1T1C' and
9375 #           'MRR'"
9376 #  parameters:
9377 #  - "result"
9378 #  - "name"
9379 #  - "tags"
9380 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9381 #  x-axis: "X = CNFs per Service Chain"
9382 #  y-axis: "Y = Number of Service Chains"
9383 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9384 #  layout:
9385 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9386 #    layout: "plot-service-density"
9387 #
9388 #- type: "plot"
9389 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9390 #  algorithm: "plot_nf_heatmap"
9391 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9392 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9393 #  filter: "'NIC_Intel-XL710' and
9394 #           'NF_DENSITY' and
9395 #           'DOCKER' and
9396 #           'CHAIN' and
9397 #           'NF_VPPIP4' and
9398 #           'IPSEC' and
9399 #           'TNL_10000' and
9400 #           'IMIX' and
9401 #           '2T2C' and
9402 #           'MRR'"
9403 #  parameters:
9404 #  - "result"
9405 #  - "name"
9406 #  - "tags"
9407 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9408 #  x-axis: "X = CNFs per Service Chain"
9409 #  y-axis: "Y = Number of Service Chains"
9410 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9411 #  layout:
9412 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9413 #    layout: "plot-service-density"
9414 #
9415 #- type: "plot"
9416 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9417 #  algorithm: "plot_nf_heatmap"
9418 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9419 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9420 #  filter: "'NIC_Intel-XL710' and
9421 #           'NF_DENSITY' and
9422 #           'DOCKER' and
9423 #           'CHAIN' and
9424 #           'NF_VPPIP4' and
9425 #           'IPSEC' and
9426 #           'TNL_10000' and
9427 #           'IMIX' and
9428 #           '4T4C' and
9429 #           'MRR'"
9430 #  parameters:
9431 #  - "result"
9432 #  - "name"
9433 #  - "tags"
9434 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9435 #  x-axis: "X = CNFs per Service Chain"
9436 #  y-axis: "Y = Number of Service Chains"
9437 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9438 #  layout:
9439 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9440 #    layout: "plot-service-density"
9441
9442 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9443 #- type: "plot"
9444 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9445 #  algorithm: "plot_nf_heatmap"
9446 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9447 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9448 #  filter: "'NIC_Intel-XL710' and
9449 #           'NF_DENSITY' and
9450 #           'DOCKER' and
9451 #           'CHAIN' and
9452 #           'NF_VPPIP4' and
9453 #           'IPSEC' and
9454 #           'TNL_10000' and
9455 #           'IMIX' and
9456 #           '1T1C' and
9457 #           'NDRPDR'"
9458 #  parameters:
9459 #  - "throughput"
9460 #  - "name"
9461 #  - "tags"
9462 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9463 #  x-axis: "X = CNFs per Service Chain"
9464 #  y-axis: "Y = Number of Service Chains"
9465 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9466 #  layout:
9467 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9468 #    layout: "plot-service-density"
9469 #
9470 #- type: "plot"
9471 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9472 #  algorithm: "plot_nf_heatmap"
9473 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9474 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9475 #  filter: "'NIC_Intel-XL710' and
9476 #           'NF_DENSITY' and
9477 #           'DOCKER' and
9478 #           'CHAIN' and
9479 #           'NF_VPPIP4' and
9480 #           'IPSEC' and
9481 #           'TNL_10000' and
9482 #           'IMIX' and
9483 #           '2T2C' and
9484 #           'NDRPDR'"
9485 #  parameters:
9486 #  - "throughput"
9487 #  - "name"
9488 #  - "tags"
9489 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9490 #  x-axis: "X = CNFs per Service Chain"
9491 #  y-axis: "Y = Number of Service Chains"
9492 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9493 #  layout:
9494 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9495 #    layout: "plot-service-density"
9496 #
9497 #- type: "plot"
9498 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9499 #  algorithm: "plot_nf_heatmap"
9500 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9501 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9502 #  filter: "'NIC_Intel-XL710' and
9503 #           'NF_DENSITY' and
9504 #           'DOCKER' and
9505 #           'CHAIN' and
9506 #           'NF_VPPIP4' and
9507 #           'IPSEC' and
9508 #           'TNL_10000' and
9509 #           'IMIX' and
9510 #           '4T4C' and
9511 #           'NDRPDR'"
9512 #  parameters:
9513 #  - "throughput"
9514 #  - "name"
9515 #  - "tags"
9516 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9517 #  x-axis: "X = CNFs per Service Chain"
9518 #  y-axis: "Y = Number of Service Chains"
9519 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9520 #  layout:
9521 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9522 #    layout: "plot-service-density"
9523 #
9524 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9525 #- type: "plot"
9526 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9527 #  algorithm: "plot_nf_heatmap"
9528 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9529 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9530 #  filter: "'NIC_Intel-XL710' and
9531 #           'NF_DENSITY' and
9532 #           'DOCKER' and
9533 #           'CHAIN' and
9534 #           'NF_VPPIP4' and
9535 #           'IPSEC' and
9536 #           'TNL_10000' and
9537 #           'IMIX' and
9538 #           '1T1C' and
9539 #           'NDRPDR'"
9540 #  parameters:
9541 #  - "throughput"
9542 #  - "name"
9543 #  - "tags"
9544 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9545 #  x-axis: "X = CNFs per Service Chain"
9546 #  y-axis: "Y = Number of Service Chains"
9547 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9548 #  layout:
9549 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9550 #    layout: "plot-service-density"
9551 #
9552 #- type: "plot"
9553 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9554 #  algorithm: "plot_nf_heatmap"
9555 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9556 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9557 #  filter: "'NIC_Intel-XL710' and
9558 #           'NF_DENSITY' and
9559 #           'DOCKER' and
9560 #           'CHAIN' and
9561 #           'NF_VPPIP4' and
9562 #           'IPSEC' and
9563 #           'TNL_10000' and
9564 #           'IMIX' and
9565 #           '2T2C' and
9566 #           'NDRPDR'"
9567 #  parameters:
9568 #  - "throughput"
9569 #  - "name"
9570 #  - "tags"
9571 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9572 #  x-axis: "X = CNFs per Service Chain"
9573 #  y-axis: "Y = Number of Service Chains"
9574 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9575 #  layout:
9576 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9577 #    layout: "plot-service-density"
9578 #
9579 #- type: "plot"
9580 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9581 #  algorithm: "plot_nf_heatmap"
9582 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9583 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9584 #  filter: "'NIC_Intel-XL710' and
9585 #           'NF_DENSITY' and
9586 #           'DOCKER' and
9587 #           'CHAIN' and
9588 #           'NF_VPPIP4' and
9589 #           'IPSEC' and
9590 #           'TNL_10000' and
9591 #           'IMIX' and
9592 #           '4T4C' and
9593 #           'NDRPDR'"
9594 #  parameters:
9595 #  - "throughput"
9596 #  - "name"
9597 #  - "tags"
9598 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9599 #  x-axis: "X = CNFs per Service Chain"
9600 #  y-axis: "Y = Number of Service Chains"
9601 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9602 #  layout:
9603 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9604 #    layout: "plot-service-density"
9605
9606 ###############################################################################
9607
9608 # Plots - NF Density - CSP - MRR IMIX
9609 - type: "plot"
9610   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9611   algorithm: "plot_nf_heatmap"
9612   output-file-type: ".html"
9613   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9614   data: "plot-vpp-nfv-2n-skx-mrr"
9615   filter: "'NIC_Intel-XXV710' and
9616            'NF_DENSITY' and
9617            'DOCKER' and
9618            'PIPELINE' and
9619            'NF_VPPIP4' and
9620            'IMIX' and
9621            '2T1C' and
9622            'MRR'"
9623   parameters:
9624   - "result"
9625   - "name"
9626   - "tags"
9627   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9628   x-axis: "X = CNFs per Service Pipeline"
9629   y-axis: "Y = Number of Service Pipelines"
9630   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9631   layout:
9632     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9633     layout: "plot-service-density"
9634
9635 - type: "plot"
9636   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9637   algorithm: "plot_nf_heatmap"
9638   output-file-type: ".html"
9639   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9640   data: "plot-vpp-nfv-2n-skx-mrr"
9641   filter: "'NIC_Intel-XXV710' and
9642            'NF_DENSITY' and
9643            'DOCKER' and
9644            'PIPELINE' and
9645            'NF_VPPIP4' and
9646            'IMIX' and
9647            '4T2C' and
9648            'MRR'"
9649   parameters:
9650   - "result"
9651   - "name"
9652   - "tags"
9653   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9654   x-axis: "X = CNFs per Service Pipeline"
9655   y-axis: "Y = Number of Service Pipelines"
9656   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9657   layout:
9658     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9659     layout: "plot-service-density"
9660
9661 - type: "plot"
9662   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9663   algorithm: "plot_nf_heatmap"
9664   output-file-type: ".html"
9665   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9666   data: "plot-vpp-nfv-2n-skx-mrr"
9667   filter: "'NIC_Intel-XXV710' and
9668            'NF_DENSITY' and
9669            'DOCKER' and
9670            'PIPELINE' and
9671            'NF_VPPIP4' and
9672            'IMIX' and
9673            '8T4C' and
9674            'MRR'"
9675   parameters:
9676   - "result"
9677   - "name"
9678   - "tags"
9679   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9680   x-axis: "X = CNFs per Service Pipeline"
9681   y-axis: "Y = Number of Service Pipelines"
9682   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9683   layout:
9684     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9685     layout: "plot-service-density"
9686
9687 # Plots - NF Density - CSP - NDR IMIX
9688 - type: "plot"
9689   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9690   algorithm: "plot_nf_heatmap"
9691   output-file-type: ".html"
9692   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9693   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9694   filter: "'NIC_Intel-XXV710' and
9695            'NF_DENSITY' and
9696            'DOCKER' and
9697            'PIPELINE' and
9698            'NF_VPPIP4' and
9699            'IMIX' and
9700            '2T1C' and
9701            'NDRPDR'"
9702   parameters:
9703   - "throughput"
9704   - "name"
9705   - "tags"
9706   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9707   x-axis: "X = CNFs per Service Pipeline"
9708   y-axis: "Y = Number of Service Pipelines"
9709   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9710   layout:
9711     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9712     layout: "plot-service-density"
9713
9714 - type: "plot"
9715   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9716   algorithm: "plot_nf_heatmap"
9717   output-file-type: ".html"
9718   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9719   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9720   filter: "'NIC_Intel-XXV710' and
9721            'NF_DENSITY' and
9722            'DOCKER' and
9723            'PIPELINE' and
9724            'NF_VPPIP4' and
9725            'IMIX' and
9726            '4T2C' and
9727            'NDRPDR'"
9728   parameters:
9729   - "throughput"
9730   - "name"
9731   - "tags"
9732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9733   x-axis: "X = CNFs per Service Pipeline"
9734   y-axis: "Y = Number of Service Pipelines"
9735   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9736   layout:
9737     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9738     layout: "plot-service-density"
9739
9740 - type: "plot"
9741   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9742   algorithm: "plot_nf_heatmap"
9743   output-file-type: ".html"
9744   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9745   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9746   filter: "'NIC_Intel-XXV710' and
9747            'NF_DENSITY' and
9748            'DOCKER' and
9749            'PIPELINE' and
9750            'NF_VPPIP4' and
9751            'IMIX' and
9752            '8T4C' and
9753            'NDRPDR'"
9754   parameters:
9755   - "throughput"
9756   - "name"
9757   - "tags"
9758   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9759   x-axis: "X = CNFs per Service Pipeline"
9760   y-axis: "Y = Number of Service Pipelines"
9761   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9762   layout:
9763     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9764     layout: "plot-service-density"
9765
9766 # Plots - NF Density - CSP - PDR IMIX
9767 - type: "plot"
9768   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9769   algorithm: "plot_nf_heatmap"
9770   output-file-type: ".html"
9771   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9772   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9773   filter: "'NIC_Intel-XXV710' and
9774            'NF_DENSITY' and
9775            'DOCKER' and
9776            'PIPELINE' and
9777            'NF_VPPIP4' and
9778            'IMIX' and
9779            '2T1C' and
9780            'NDRPDR'"
9781   parameters:
9782   - "throughput"
9783   - "name"
9784   - "tags"
9785   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9786   x-axis: "X = CNFs per Service Pipeline"
9787   y-axis: "Y = Number of Service Pipelines"
9788   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9789   layout:
9790     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9791     layout: "plot-service-density"
9792
9793 - type: "plot"
9794   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9795   algorithm: "plot_nf_heatmap"
9796   output-file-type: ".html"
9797   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9798   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9799   filter: "'NIC_Intel-XXV710' and
9800            'NF_DENSITY' and
9801            'DOCKER' and
9802            'PIPELINE' and
9803            'NF_VPPIP4' and
9804            'IMIX' and
9805            '4T2C' and
9806            'NDRPDR'"
9807   parameters:
9808   - "throughput"
9809   - "name"
9810   - "tags"
9811   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9812   x-axis: "X = CNFs per Service Pipeline"
9813   y-axis: "Y = Number of Service Pipelines"
9814   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9815   layout:
9816     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9817     layout: "plot-service-density"
9818
9819 - type: "plot"
9820   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9821   algorithm: "plot_nf_heatmap"
9822   output-file-type: ".html"
9823   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9824   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9825   filter: "'NIC_Intel-XXV710' and
9826            'NF_DENSITY' and
9827            'DOCKER' and
9828            'PIPELINE' and
9829            'NF_VPPIP4' and
9830            'IMIX' and
9831            '8T4C' and
9832            'NDRPDR'"
9833   parameters:
9834   - "throughput"
9835   - "name"
9836   - "tags"
9837   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9838   x-axis: "X = CNFs per Service Pipeline"
9839   y-axis: "Y = Number of Service Pipelines"
9840   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9841   layout:
9842     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9843     layout: "plot-service-density"
9844
9845 ###############################################################################
9846 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9847
9848 - type: "plot"
9849   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9850   algorithm: "plot_nf_heatmap"
9851   output-file-type: ".html"
9852   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9853   data: "plot-vpp-nfv-2n-clx-mrr"
9854   filter: "'NIC_Intel-XXV710' and
9855            'NF_DENSITY' and
9856            'VHOST' and
9857            not 'VXLAN' and
9858            'CHAIN' and
9859            'NF_VPPIP4' and
9860            'IMIX' and
9861            '2T1C' and
9862            'MRR'"
9863   parameters:
9864   - "result"
9865   - "name"
9866   - "tags"
9867   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9868   x-axis: "X = VNFs per Service Chain"
9869   y-axis: "Y = Number of Service Chains"
9870   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9871   layout:
9872     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9873     layout: "plot-service-density"
9874
9875 - type: "plot"
9876   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9877   algorithm: "plot_nf_heatmap"
9878   output-file-type: ".html"
9879   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9880   data: "plot-vpp-nfv-2n-clx-mrr"
9881   filter: "'NIC_Intel-XXV710' and
9882            'NF_DENSITY' and
9883            'VHOST' and
9884            not 'VXLAN' and
9885            'CHAIN' and
9886            'NF_VPPIP4' and
9887            'IMIX' and
9888            '4T2C' and
9889            'MRR'"
9890   parameters:
9891   - "result"
9892   - "name"
9893   - "tags"
9894   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9895   x-axis: "X = VNFs per Service Chain"
9896   y-axis: "Y = Number of Service Chains"
9897   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9898   layout:
9899     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9900     layout: "plot-service-density"
9901
9902 - type: "plot"
9903   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9904   algorithm: "plot_nf_heatmap"
9905   output-file-type: ".html"
9906   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9907   data: "plot-vpp-nfv-2n-clx-mrr"
9908   filter: "'NIC_Intel-XXV710' and
9909            'NF_DENSITY' and
9910            'VHOST' and
9911            not 'VXLAN' and
9912            'CHAIN' and
9913            'NF_VPPIP4' and
9914            'IMIX' and
9915            '8T4C' and
9916            'MRR'"
9917   parameters:
9918   - "result"
9919   - "name"
9920   - "tags"
9921   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9922   x-axis: "X = VNFs per Service Chain"
9923   y-axis: "Y = Number of Service Chains"
9924   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9925   layout:
9926     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9927     layout: "plot-service-density"
9928
9929 # Plots - NF Density - VSC - NDR IMIX
9930 - type: "plot"
9931   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9932   algorithm: "plot_nf_heatmap"
9933   output-file-type: ".html"
9934   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9935   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9936   filter: "'NIC_Intel-XXV710' and
9937            'NF_DENSITY' and
9938            'VHOST' and
9939            not 'VXLAN' and
9940            'CHAIN' and
9941            'NF_VPPIP4' and
9942            'IMIX' and
9943            '2T1C' and
9944            'NDRPDR'"
9945   parameters:
9946   - "throughput"
9947   - "name"
9948   - "tags"
9949   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9950   x-axis: "X = VNFs per Service Chain"
9951   y-axis: "Y = Number of Service Chains"
9952   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9953   layout:
9954     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9955     layout: "plot-service-density"
9956
9957 - type: "plot"
9958   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9959   algorithm: "plot_nf_heatmap"
9960   output-file-type: ".html"
9961   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9962   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9963   filter: "'NIC_Intel-XXV710' and
9964            'NF_DENSITY' and
9965            'VHOST' and
9966            not 'VXLAN' and
9967            'CHAIN' and
9968            'NF_VPPIP4' and
9969            'IMIX' and
9970            '4T2C' and
9971            'NDRPDR'"
9972   parameters:
9973   - "throughput"
9974   - "name"
9975   - "tags"
9976   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9977   x-axis: "X = VNFs per Service Chain"
9978   y-axis: "Y = Number of Service Chains"
9979   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9980   layout:
9981     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9982     layout: "plot-service-density"
9983
9984 - type: "plot"
9985   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9986   algorithm: "plot_nf_heatmap"
9987   output-file-type: ".html"
9988   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9989   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9990   filter: "'NIC_Intel-XXV710' and
9991            'NF_DENSITY' and
9992            'VHOST' and
9993            not 'VXLAN' and
9994            'CHAIN' and
9995            'NF_VPPIP4' and
9996            'IMIX' and
9997            '8T4C' and
9998            'NDRPDR'"
9999   parameters:
10000   - "throughput"
10001   - "name"
10002   - "tags"
10003   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10004   x-axis: "X = VNFs per Service Chain"
10005   y-axis: "Y = Number of Service Chains"
10006   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10007   layout:
10008     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10009     layout: "plot-service-density"
10010
10011 # Plots - NF Density - VSC - PDR IMIX
10012 - type: "plot"
10013   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10014   algorithm: "plot_nf_heatmap"
10015   output-file-type: ".html"
10016   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10017   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10018   filter: "'NIC_Intel-XXV710' and
10019            'NF_DENSITY' and
10020            'VHOST' and
10021            not 'VXLAN' and
10022            'CHAIN' and
10023            'NF_VPPIP4' and
10024            'IMIX' and
10025            '2T1C' and
10026            'NDRPDR'"
10027   parameters:
10028   - "throughput"
10029   - "name"
10030   - "tags"
10031   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10032   x-axis: "X = VNFs per Service Chain"
10033   y-axis: "Y = Number of Service Chains"
10034   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10035   layout:
10036     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10037     layout: "plot-service-density"
10038
10039 - type: "plot"
10040   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10041   algorithm: "plot_nf_heatmap"
10042   output-file-type: ".html"
10043   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10044   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10045   filter: "'NIC_Intel-XXV710' and
10046            'NF_DENSITY' and
10047            'VHOST' and
10048            not 'VXLAN' and
10049            'CHAIN' and
10050            'NF_VPPIP4' and
10051            'IMIX' and
10052            '4T2C' and
10053            'NDRPDR'"
10054   parameters:
10055   - "throughput"
10056   - "name"
10057   - "tags"
10058   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10059   x-axis: "X = VNFs per Service Chain"
10060   y-axis: "Y = Number of Service Chains"
10061   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10062   layout:
10063     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10064     layout: "plot-service-density"
10065
10066 - type: "plot"
10067   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10068   algorithm: "plot_nf_heatmap"
10069   output-file-type: ".html"
10070   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10071   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10072   filter: "'NIC_Intel-XXV710' and
10073            'NF_DENSITY' and
10074            'VHOST' and
10075            not 'VXLAN' and
10076            'CHAIN' and
10077            'NF_VPPIP4' and
10078            'IMIX' and
10079            '8T4C' and
10080            'NDRPDR'"
10081   parameters:
10082   - "throughput"
10083   - "name"
10084   - "tags"
10085   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10086   x-axis: "X = VNFs per Service Chain"
10087   y-axis: "Y = Number of Service Chains"
10088   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10089   layout:
10090     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10091     layout: "plot-service-density"
10092
10093 # Plots - NF Density - VSC - MRR IMIX
10094 - type: "plot"
10095   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10096   algorithm: "plot_nf_heatmap"
10097   output-file-type: ".html"
10098   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10099   data: "plot-vpp-nfv-2n-clx-mrr"
10100   filter: "'NIC_Intel-XXV710' and
10101            'NF_DENSITY' and
10102            'VHOST' and
10103            'VXLAN' and
10104            'CHAIN' and
10105            'IMIX' and
10106            '2T1C' and
10107            'MRR'"
10108   parameters:
10109   - "result"
10110   - "name"
10111   - "tags"
10112   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10113   x-axis: "X = VNFs per Service Chain"
10114   y-axis: "Y = Number of Service Chains"
10115   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10116   layout:
10117     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10118     layout: "plot-service-density"
10119
10120 - type: "plot"
10121   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10122   algorithm: "plot_nf_heatmap"
10123   output-file-type: ".html"
10124   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10125   data: "plot-vpp-nfv-2n-clx-mrr"
10126   filter: "'NIC_Intel-XXV710' and
10127            'NF_DENSITY' and
10128            'VHOST' and
10129            'VXLAN' and
10130            'CHAIN' and
10131            'IMIX' and
10132            '4T2C' and
10133            'MRR'"
10134   parameters:
10135   - "result"
10136   - "name"
10137   - "tags"
10138   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10139   x-axis: "X = VNFs per Service Chain"
10140   y-axis: "Y = Number of Service Chains"
10141   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10142   layout:
10143     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10144     layout: "plot-service-density"
10145
10146 - type: "plot"
10147   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10148   algorithm: "plot_nf_heatmap"
10149   output-file-type: ".html"
10150   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10151   data: "plot-vpp-nfv-2n-clx-mrr"
10152   filter: "'NIC_Intel-XXV710' and
10153            'NF_DENSITY' and
10154            'VHOST' and
10155            'VXLAN' and
10156            'CHAIN' and
10157            'IMIX' and
10158            '8T4C' and
10159            'MRR'"
10160   parameters:
10161   - "result"
10162   - "name"
10163   - "tags"
10164   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10165   x-axis: "X = VNFs per Service Chain"
10166   y-axis: "Y = Number of Service Chains"
10167   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10168   layout:
10169     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10170     layout: "plot-service-density"
10171
10172 # Plots - NF Density - VSC - NDR IMIX
10173 - type: "plot"
10174   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10175   algorithm: "plot_nf_heatmap"
10176   output-file-type: ".html"
10177   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10178   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10179   filter: "'NIC_Intel-XXV710' and
10180            'NF_DENSITY' and
10181            'VHOST' and
10182            'VXLAN' and
10183            'CHAIN' and
10184            'IMIX' and
10185            '2T1C' and
10186            'NDRPDR'"
10187   parameters:
10188   - "throughput"
10189   - "name"
10190   - "tags"
10191   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10192   x-axis: "X = VNFs per Service Chain"
10193   y-axis: "Y = Number of Service Chains"
10194   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10195   layout:
10196     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10197     layout: "plot-service-density"
10198
10199 - type: "plot"
10200   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10201   algorithm: "plot_nf_heatmap"
10202   output-file-type: ".html"
10203   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10204   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10205   filter: "'NIC_Intel-XXV710' and
10206            'NF_DENSITY' and
10207            'VHOST' and
10208            'VXLAN' and
10209            'CHAIN' and
10210            'IMIX' and
10211            '4T2C' and
10212            'NDRPDR'"
10213   parameters:
10214   - "throughput"
10215   - "name"
10216   - "tags"
10217   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10218   x-axis: "X = VNFs per Service Chain"
10219   y-axis: "Y = Number of Service Chains"
10220   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10221   layout:
10222     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10223     layout: "plot-service-density"
10224
10225 - type: "plot"
10226   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10227   algorithm: "plot_nf_heatmap"
10228   output-file-type: ".html"
10229   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10230   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10231   filter: "'NIC_Intel-XXV710' and
10232            'NF_DENSITY' and
10233            'VHOST' and
10234            'VXLAN' and
10235            'CHAIN' and
10236            'IMIX' and
10237            '8T4C' and
10238            'NDRPDR'"
10239   parameters:
10240   - "throughput"
10241   - "name"
10242   - "tags"
10243   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10244   x-axis: "X = VNFs per Service Chain"
10245   y-axis: "Y = Number of Service Chains"
10246   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10247   layout:
10248     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10249     layout: "plot-service-density"
10250
10251 # Plots - NF Density - VSC - PDR IMIX
10252 - type: "plot"
10253   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10254   algorithm: "plot_nf_heatmap"
10255   output-file-type: ".html"
10256   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10257   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10258   filter: "'NIC_Intel-XXV710' and
10259            'NF_DENSITY' and
10260            'VHOST' and
10261            'VXLAN' and
10262            'CHAIN' and
10263            'IMIX' and
10264            '2T1C' and
10265            'NDRPDR'"
10266   parameters:
10267   - "throughput"
10268   - "name"
10269   - "tags"
10270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10271   x-axis: "X = VNFs per Service Chain"
10272   y-axis: "Y = Number of Service Chains"
10273   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10274   layout:
10275     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10276     layout: "plot-service-density"
10277
10278 - type: "plot"
10279   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10280   algorithm: "plot_nf_heatmap"
10281   output-file-type: ".html"
10282   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10283   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10284   filter: "'NIC_Intel-XXV710' and
10285            'NF_DENSITY' and
10286            'VHOST' and
10287            'VXLAN' and
10288            'CHAIN' and
10289            'IMIX' and
10290            '4T2C' and
10291            'NDRPDR'"
10292   parameters:
10293   - "throughput"
10294   - "name"
10295   - "tags"
10296   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10297   x-axis: "X = VNFs per Service Chain"
10298   y-axis: "Y = Number of Service Chains"
10299   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10300   layout:
10301     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10302     layout: "plot-service-density"
10303
10304 - type: "plot"
10305   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10306   algorithm: "plot_nf_heatmap"
10307   output-file-type: ".html"
10308   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10309   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10310   filter: "'NIC_Intel-XXV710' and
10311            'NF_DENSITY' and
10312            'VHOST' and
10313            'VXLAN' and
10314            'CHAIN' and
10315            'IMIX' and
10316            '8T4C' and
10317            'NDRPDR'"
10318   parameters:
10319   - "throughput"
10320   - "name"
10321   - "tags"
10322   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10323   x-axis: "X = VNFs per Service Chain"
10324   y-axis: "Y = Number of Service Chains"
10325   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10326   layout:
10327     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10328     layout: "plot-service-density"
10329
10330 # Plots - NF Density - CSC - MRR IMIX
10331 - type: "plot"
10332   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10333   algorithm: "plot_nf_heatmap"
10334   output-file-type: ".html"
10335   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10336   data: "plot-vpp-nfv-2n-clx-mrr"
10337   filter: "'NIC_Intel-XXV710' and
10338            'NF_DENSITY' and
10339            'DOCKER' and
10340            'CHAIN' and
10341            'NF_VPPIP4' and
10342            'IMIX' and
10343            '2T1C' and
10344            'MRR'"
10345   parameters:
10346   - "result"
10347   - "name"
10348   - "tags"
10349   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10350   x-axis: "X = CNFs per Service Chain"
10351   y-axis: "Y = Number of Service Chains"
10352   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10353   layout:
10354     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10355     layout: "plot-service-density"
10356
10357 - type: "plot"
10358   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10359   algorithm: "plot_nf_heatmap"
10360   output-file-type: ".html"
10361   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10362   data: "plot-vpp-nfv-2n-clx-mrr"
10363   filter: "'NIC_Intel-XXV710' and
10364            'NF_DENSITY' and
10365            'DOCKER' and
10366            'CHAIN' and
10367            'NF_VPPIP4' and
10368            'IMIX' and
10369            '4T2C' and
10370            'MRR'"
10371   parameters:
10372   - "result"
10373   - "name"
10374   - "tags"
10375   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10376   x-axis: "X = CNFs per Service Chain"
10377   y-axis: "Y = Number of Service Chains"
10378   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10379   layout:
10380     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10381     layout: "plot-service-density"
10382
10383 - type: "plot"
10384   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10385   algorithm: "plot_nf_heatmap"
10386   output-file-type: ".html"
10387   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10388   data: "plot-vpp-nfv-2n-clx-mrr"
10389   filter: "'NIC_Intel-XXV710' and
10390            'NF_DENSITY' and
10391            'DOCKER' and
10392            'CHAIN' and
10393            'NF_VPPIP4' and
10394            'IMIX' and
10395            '8T4C' and
10396            'MRR'"
10397   parameters:
10398   - "result"
10399   - "name"
10400   - "tags"
10401   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10402   x-axis: "X = CNFs per Service Chain"
10403   y-axis: "Y = Number of Service Chains"
10404   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10405   layout:
10406     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10407     layout: "plot-service-density"
10408
10409 # Plots - NF Density - CSC - NDR IMIX
10410 - type: "plot"
10411   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10412   algorithm: "plot_nf_heatmap"
10413   output-file-type: ".html"
10414   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10415   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10416   filter: "'NIC_Intel-XXV710' and
10417            'NF_DENSITY' and
10418            'DOCKER' and
10419            'CHAIN' and
10420            'NF_VPPIP4' and
10421            'IMIX' and
10422            '2T1C' and
10423            'NDRPDR'"
10424   parameters:
10425   - "throughput"
10426   - "name"
10427   - "tags"
10428   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10429   x-axis: "X = CNFs per Service Chain"
10430   y-axis: "Y = Number of Service Chains"
10431   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10432   layout:
10433     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10434     layout: "plot-service-density"
10435
10436 - type: "plot"
10437   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10438   algorithm: "plot_nf_heatmap"
10439   output-file-type: ".html"
10440   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10441   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10442   filter: "'NIC_Intel-XXV710' and
10443            'NF_DENSITY' and
10444            'DOCKER' and
10445            'CHAIN' and
10446            'NF_VPPIP4' and
10447            'IMIX' and
10448            '4T2C' and
10449            'NDRPDR'"
10450   parameters:
10451   - "throughput"
10452   - "name"
10453   - "tags"
10454   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10455   x-axis: "X = CNFs per Service Chain"
10456   y-axis: "Y = Number of Service Chains"
10457   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10458   layout:
10459     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10460     layout: "plot-service-density"
10461
10462 - type: "plot"
10463   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10464   algorithm: "plot_nf_heatmap"
10465   output-file-type: ".html"
10466   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10467   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10468   filter: "'NIC_Intel-XXV710' and
10469            'NF_DENSITY' and
10470            'DOCKER' and
10471            'CHAIN' and
10472            'NF_VPPIP4' and
10473            'IMIX' and
10474            '8T4C' and
10475            'NDRPDR'"
10476   parameters:
10477   - "throughput"
10478   - "name"
10479   - "tags"
10480   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10481   x-axis: "X = CNFs per Service Chain"
10482   y-axis: "Y = Number of Service Chains"
10483   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10484   layout:
10485     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10486     layout: "plot-service-density"
10487
10488 # Plots - NF Density - CSC - PDR IMIX
10489 - type: "plot"
10490   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10491   algorithm: "plot_nf_heatmap"
10492   output-file-type: ".html"
10493   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10494   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10495   filter: "'NIC_Intel-XXV710' and
10496            'NF_DENSITY' and
10497            'DOCKER' and
10498            'CHAIN' and
10499            'NF_VPPIP4' and
10500            'IMIX' and
10501            '2T1C' and
10502            'NDRPDR'"
10503   parameters:
10504   - "throughput"
10505   - "name"
10506   - "tags"
10507   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10508   x-axis: "X = CNFs per Service Chain"
10509   y-axis: "Y = Number of Service Chains"
10510   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10511   layout:
10512     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10513     layout: "plot-service-density"
10514
10515 - type: "plot"
10516   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10517   algorithm: "plot_nf_heatmap"
10518   output-file-type: ".html"
10519   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10520   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10521   filter: "'NIC_Intel-XXV710' and
10522            'NF_DENSITY' and
10523            'DOCKER' and
10524            'CHAIN' and
10525            'NF_VPPIP4' and
10526            'IMIX' and
10527            '4T2C' and
10528            'NDRPDR'"
10529   parameters:
10530   - "throughput"
10531   - "name"
10532   - "tags"
10533   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10534   x-axis: "X = CNFs per Service Chain"
10535   y-axis: "Y = Number of Service Chains"
10536   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10537   layout:
10538     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10539     layout: "plot-service-density"
10540
10541 - type: "plot"
10542   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10543   algorithm: "plot_nf_heatmap"
10544   output-file-type: ".html"
10545   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10546   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10547   filter: "'NIC_Intel-XXV710' and
10548            'NF_DENSITY' and
10549            'DOCKER' and
10550            'CHAIN' and
10551            'NF_VPPIP4' and
10552            'IMIX' and
10553            '8T4C' and
10554            'NDRPDR'"
10555   parameters:
10556   - "throughput"
10557   - "name"
10558   - "tags"
10559   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10560   x-axis: "X = CNFs per Service Chain"
10561   y-axis: "Y = Number of Service Chains"
10562   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10563   layout:
10564     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10565     layout: "plot-service-density"
10566
10567 # Plots - NF Density - CSP - MRR IMIX
10568 - type: "plot"
10569   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10570   algorithm: "plot_nf_heatmap"
10571   output-file-type: ".html"
10572   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10573   data: "plot-vpp-nfv-2n-clx-mrr"
10574   filter: "'NIC_Intel-XXV710' and
10575            'NF_DENSITY' and
10576            'DOCKER' and
10577            'PIPELINE' and
10578            'NF_VPPIP4' and
10579            'IMIX' and
10580            '2T1C' and
10581            'MRR'"
10582   parameters:
10583   - "result"
10584   - "name"
10585   - "tags"
10586   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10587   x-axis: "X = CNFs per Service Pipeline"
10588   y-axis: "Y = Number of Service Pipelines"
10589   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10590   layout:
10591     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10592     layout: "plot-service-density"
10593
10594 - type: "plot"
10595   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10596   algorithm: "plot_nf_heatmap"
10597   output-file-type: ".html"
10598   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10599   data: "plot-vpp-nfv-2n-clx-mrr"
10600   filter: "'NIC_Intel-XXV710' and
10601            'NF_DENSITY' and
10602            'DOCKER' and
10603            'PIPELINE' and
10604            'NF_VPPIP4' and
10605            'IMIX' and
10606            '4T2C' and
10607            'MRR'"
10608   parameters:
10609   - "result"
10610   - "name"
10611   - "tags"
10612   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10613   x-axis: "X = CNFs per Service Pipeline"
10614   y-axis: "Y = Number of Service Pipelines"
10615   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10616   layout:
10617     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10618     layout: "plot-service-density"
10619
10620 - type: "plot"
10621   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10622   algorithm: "plot_nf_heatmap"
10623   output-file-type: ".html"
10624   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10625   data: "plot-vpp-nfv-2n-clx-mrr"
10626   filter: "'NIC_Intel-XXV710' and
10627            'NF_DENSITY' and
10628            'DOCKER' and
10629            'PIPELINE' and
10630            'NF_VPPIP4' and
10631            'IMIX' and
10632            '8T4C' and
10633            'MRR'"
10634   parameters:
10635   - "result"
10636   - "name"
10637   - "tags"
10638   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10639   x-axis: "X = CNFs per Service Pipeline"
10640   y-axis: "Y = Number of Service Pipelines"
10641   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10642   layout:
10643     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10644     layout: "plot-service-density"
10645
10646 # Plots - NF Density - CSP - NDR IMIX
10647 - type: "plot"
10648   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10649   algorithm: "plot_nf_heatmap"
10650   output-file-type: ".html"
10651   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10652   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10653   filter: "'NIC_Intel-XXV710' and
10654            'NF_DENSITY' and
10655            'DOCKER' and
10656            'PIPELINE' and
10657            'NF_VPPIP4' and
10658            'IMIX' and
10659            '2T1C' and
10660            'NDRPDR'"
10661   parameters:
10662   - "throughput"
10663   - "name"
10664   - "tags"
10665   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10666   x-axis: "X = CNFs per Service Pipeline"
10667   y-axis: "Y = Number of Service Pipelines"
10668   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10669   layout:
10670     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10671     layout: "plot-service-density"
10672
10673 - type: "plot"
10674   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10675   algorithm: "plot_nf_heatmap"
10676   output-file-type: ".html"
10677   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10678   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10679   filter: "'NIC_Intel-XXV710' and
10680            'NF_DENSITY' and
10681            'DOCKER' and
10682            'PIPELINE' and
10683            'NF_VPPIP4' and
10684            'IMIX' and
10685            '4T2C' and
10686            'NDRPDR'"
10687   parameters:
10688   - "throughput"
10689   - "name"
10690   - "tags"
10691   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10692   x-axis: "X = CNFs per Service Pipeline"
10693   y-axis: "Y = Number of Service Pipelines"
10694   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10695   layout:
10696     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10697     layout: "plot-service-density"
10698
10699 - type: "plot"
10700   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10701   algorithm: "plot_nf_heatmap"
10702   output-file-type: ".html"
10703   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10704   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10705   filter: "'NIC_Intel-XXV710' and
10706            'NF_DENSITY' and
10707            'DOCKER' and
10708            'PIPELINE' and
10709            'NF_VPPIP4' and
10710            'IMIX' and
10711            '8T4C' and
10712            'NDRPDR'"
10713   parameters:
10714   - "throughput"
10715   - "name"
10716   - "tags"
10717   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10718   x-axis: "X = CNFs per Service Pipeline"
10719   y-axis: "Y = Number of Service Pipelines"
10720   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10721   layout:
10722     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10723     layout: "plot-service-density"
10724
10725 # Plots - NF Density - CSP - PDR IMIX
10726 - type: "plot"
10727   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10728   algorithm: "plot_nf_heatmap"
10729   output-file-type: ".html"
10730   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10731   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10732   filter: "'NIC_Intel-XXV710' and
10733            'NF_DENSITY' and
10734            'DOCKER' and
10735            'PIPELINE' and
10736            'NF_VPPIP4' and
10737            'IMIX' and
10738            '2T1C' and
10739            'NDRPDR'"
10740   parameters:
10741   - "throughput"
10742   - "name"
10743   - "tags"
10744   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10745   x-axis: "X = CNFs per Service Pipeline"
10746   y-axis: "Y = Number of Service Pipelines"
10747   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10748   layout:
10749     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10750     layout: "plot-service-density"
10751
10752 - type: "plot"
10753   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10754   algorithm: "plot_nf_heatmap"
10755   output-file-type: ".html"
10756   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10757   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10758   filter: "'NIC_Intel-XXV710' and
10759            'NF_DENSITY' and
10760            'DOCKER' and
10761            'PIPELINE' and
10762            'NF_VPPIP4' and
10763            'IMIX' and
10764            '4T2C' and
10765            'NDRPDR'"
10766   parameters:
10767   - "throughput"
10768   - "name"
10769   - "tags"
10770   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10771   x-axis: "X = CNFs per Service Pipeline"
10772   y-axis: "Y = Number of Service Pipelines"
10773   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10774   layout:
10775     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10776     layout: "plot-service-density"
10777
10778 - type: "plot"
10779   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10780   algorithm: "plot_nf_heatmap"
10781   output-file-type: ".html"
10782   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10783   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10784   filter: "'NIC_Intel-XXV710' and
10785            'NF_DENSITY' and
10786            'DOCKER' and
10787            'PIPELINE' and
10788            'NF_VPPIP4' and
10789            'IMIX' and
10790            '8T4C' and
10791            'NDRPDR'"
10792   parameters:
10793   - "throughput"
10794   - "name"
10795   - "tags"
10796   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10797   x-axis: "X = CNFs per Service Pipeline"
10798   y-axis: "Y = Number of Service Pipelines"
10799   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10800   layout:
10801     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10802     layout: "plot-service-density"
10803
10804 ################################################################################
10805
10806 # Packet Throughput
10807
10808 - type: "plot"
10809   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10810   algorithm: "plot_perf_box_name"
10811   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10812   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10813   include:
10814     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10815     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10816     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10817     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10818   layout:
10819     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10820     layout: "plot-throughput"
10821
10822 - type: "plot"
10823   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10824   algorithm: "plot_perf_box_name"
10825   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10826   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10827   include:
10828     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10829     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10830     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10831     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10832   layout:
10833     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10834     layout: "plot-throughput"
10835
10836 - type: "plot"
10837   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10838   algorithm: "plot_perf_box_name"
10839   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10840   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10841   include:
10842     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10843     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10844     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10845     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10846   layout:
10847     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10848     layout: "plot-throughput"
10849
10850 - type: "plot"
10851   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10852   algorithm: "plot_perf_box_name"
10853   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10854   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10855   include:
10856     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10857     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10858     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10859     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10860   layout:
10861     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10862     layout: "plot-throughput"
10863
10864 - type: "plot"
10865   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10866   algorithm: "plot_perf_box_name"
10867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10869   include:
10870     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10871     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10872     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10873     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10874     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10875   layout:
10876     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10877     layout: "plot-throughput"
10878
10879 - type: "plot"
10880   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10881   algorithm: "plot_perf_box_name"
10882   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10884   include:
10885     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10886     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10887     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10888     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10889     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10890   layout:
10891     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10892     layout: "plot-throughput"
10893
10894 - type: "plot"
10895   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10896   algorithm: "plot_perf_box_name"
10897   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10898   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10899   include:
10900     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10901     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10902     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10903     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10904     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10905   layout:
10906     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10907     layout: "plot-throughput"
10908
10909 - type: "plot"
10910   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10911   algorithm: "plot_perf_box_name"
10912   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10913   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10914   include:
10915     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10916     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10917     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10918     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10919     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10920   layout:
10921     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10922     layout: "plot-throughput"
10923
10924 - type: "plot"
10925   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10926   algorithm: "plot_perf_box_name"
10927   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10928   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10929   include:
10930     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10931     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10932     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10933     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10934     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10935   layout:
10936     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10937     layout: "plot-throughput"
10938
10939 - type: "plot"
10940   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10941   algorithm: "plot_perf_box_name"
10942   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10943   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10944   include:
10945     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10946     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10947     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10948     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10949     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10950   layout:
10951     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10952     layout: "plot-throughput"
10953
10954 - type: "plot"
10955   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10956   algorithm: "plot_perf_box_name"
10957   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10958   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10959   include:
10960     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10961     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10962     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10963     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10964     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10966   layout:
10967     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10968     layout: "plot-throughput"
10969
10970 - type: "plot"
10971   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10972   algorithm: "plot_perf_box_name"
10973   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10974   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10975   include:
10976     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10977     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10978     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10979     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10980     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10981     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10982   layout:
10983     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10984     layout: "plot-throughput"
10985
10986 - type: "plot"
10987   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10988   algorithm: "plot_perf_box_name"
10989   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10990   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10991   include:
10992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10997   layout:
10998     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10999     layout: "plot-throughput"
11000
11001 - type: "plot"
11002   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11003   algorithm: "plot_perf_box_name"
11004   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11005   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11006   include:
11007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11012   layout:
11013     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11014     layout: "plot-throughput"
11015
11016 - type: "plot"
11017   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11018   algorithm: "plot_perf_box_name"
11019   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11020   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11021   include:
11022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11025   layout:
11026     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11027     layout: "plot-throughput"
11028
11029 - type: "plot"
11030   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11031   algorithm: "plot_perf_box_name"
11032   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11033   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11034   include:
11035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11038   layout:
11039     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11040     layout: "plot-throughput"
11041
11042 - type: "plot"
11043   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11044   algorithm: "plot_perf_box_name"
11045   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11047   include:
11048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11053   layout:
11054     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11055     layout: "plot-throughput"
11056
11057 - type: "plot"
11058   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11059   algorithm: "plot_perf_box_name"
11060   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11062   include:
11063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11068   layout:
11069     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11070     layout: "plot-throughput"
11071
11072 - type: "plot"
11073   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11074   algorithm: "plot_perf_box_name"
11075   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11076   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11077   include:
11078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11081   layout:
11082     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11083     layout: "plot-throughput"
11084
11085 - type: "plot"
11086   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11087   algorithm: "plot_perf_box_name"
11088   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11089   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11090   include:
11091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11094   layout:
11095     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11096     layout: "plot-throughput"
11097
11098 - type: "plot"
11099   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11100   algorithm: "plot_perf_box_name"
11101   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11102   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11103   include:
11104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11110   layout:
11111     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11112     layout: "plot-throughput"
11113
11114 - type: "plot"
11115   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11116   algorithm: "plot_perf_box_name"
11117   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11118   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11119   include:
11120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11126   layout:
11127     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11128     layout: "plot-throughput"
11129
11130 - type: "plot"
11131   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11132   algorithm: "plot_perf_box_name"
11133   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11134   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11135   include:
11136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11142   layout:
11143     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11144     layout: "plot-throughput"
11145
11146 - type: "plot"
11147   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11148   algorithm: "plot_perf_box_name"
11149   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11150   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11151   include:
11152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11158   layout:
11159     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11160     layout: "plot-throughput"
11161
11162 - type: "plot"
11163   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11164   algorithm: "plot_perf_box_name"
11165   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11166   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11167   include:
11168     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11169     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11170     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11171   layout:
11172     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11173     layout: "plot-throughput"
11174
11175 - type: "plot"
11176   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11177   algorithm: "plot_perf_box_name"
11178   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11179   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11180   include:
11181     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11182     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11183     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11184   layout:
11185     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11186     layout: "plot-throughput"
11187
11188 - type: "plot"
11189   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11190   algorithm: "plot_perf_box_name"
11191   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11192   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11193   include:
11194     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11195     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11196 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11197 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11198 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11199   layout:
11200     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11201     layout: "plot-throughput"
11202
11203 - type: "plot"
11204   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11205   algorithm: "plot_perf_box_name"
11206   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11207   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11208   include:
11209     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11210     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11211 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11212 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11213 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11214   layout:
11215     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11216     layout: "plot-throughput"
11217
11218 - type: "plot"
11219   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11220   algorithm: "plot_perf_box_name"
11221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11223   include:
11224     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11227     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11229   layout:
11230     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11231     layout: "plot-throughput"
11232
11233 - type: "plot"
11234   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11235   algorithm: "plot_perf_box_name"
11236   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11238   include:
11239     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11240     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11242     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11243     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11244   layout:
11245     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11246     layout: "plot-throughput"
11247
11248 - type: "plot"
11249   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11250   algorithm: "plot_perf_box_name"
11251   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11253   include:
11254     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11255     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11256     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11257     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11258     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11259   layout:
11260     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11261     layout: "plot-throughput"
11262
11263 - type: "plot"
11264   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11265   algorithm: "plot_perf_box_name"
11266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11268   include:
11269     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11270     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11271     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11272     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11273     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11274   layout:
11275     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11276     layout: "plot-throughput"
11277
11278 - type: "plot"
11279   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11280   algorithm: "plot_perf_box_name"
11281   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11283   include:
11284     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11285     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11286     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11287     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11288   layout:
11289     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11290     layout: "plot-throughput"
11291
11292 - type: "plot"
11293   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11294   algorithm: "plot_perf_box_name"
11295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11297   include:
11298     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11299     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11300     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11301     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11302   layout:
11303     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11304     layout: "plot-throughput"
11305
11306 - type: "plot"
11307   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11308   algorithm: "plot_perf_box_name"
11309   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11311   include:
11312     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11313     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11314     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11315     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11316     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11317   layout:
11318     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11319     layout: "plot-throughput"
11320
11321 - type: "plot"
11322   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11323   algorithm: "plot_perf_box_name"
11324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11326   include:
11327     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11328     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11329     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11330     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11331     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11332   layout:
11333     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11334     layout: "plot-throughput"
11335
11336 - type: "plot"
11337   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11338   algorithm: "plot_perf_box_name"
11339   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11340   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11341   include:
11342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11347   layout:
11348     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11349     layout: "plot-throughput"
11350
11351 - type: "plot"
11352   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11353   algorithm: "plot_perf_box_name"
11354   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11355   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11356   include:
11357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11362   layout:
11363     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11364     layout: "plot-throughput"
11365
11366 - type: "plot"
11367   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11368   algorithm: "plot_perf_box_name"
11369   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11370   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11371   include:
11372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11376   layout:
11377     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11378     layout: "plot-throughput"
11379
11380 - type: "plot"
11381   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11382   algorithm: "plot_perf_box_name"
11383   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11384   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11385   include:
11386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11390   layout:
11391     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11392     layout: "plot-throughput"
11393
11394 #- type: "plot"
11395 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11396 #  algorithm: "plot_perf_box_name"
11397 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11398 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11399 #  include:
11400 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11401 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11402 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11403 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11404 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11405 #  layout:
11406 #    title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11407 #    layout: "plot-throughput"
11408 #
11409 #- type: "plot"
11410 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11411 #  algorithm: "plot_perf_box_name"
11412 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11413 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11414 #  include:
11415 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11416 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11417 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11418 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11419 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11420 #  layout:
11421 #    title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11422 #    layout: "plot-throughput"
11423 #
11424 #- type: "plot"
11425 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11426 #  algorithm: "plot_perf_box_name"
11427 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11428 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11429 #  include:
11430 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11431 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11432 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11433 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11434 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11435 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11436 #  layout:
11437 #    title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11438 #    layout: "plot-throughput"
11439 #
11440 #- type: "plot"
11441 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11442 #  algorithm: "plot_perf_box_name"
11443 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11444 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11445 #  include:
11446 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11447 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11448 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11449 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11450 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11451 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11452 #  layout:
11453 #    title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11454 #    layout: "plot-throughput"
11455 #
11456 #- type: "plot"
11457 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11458 #  algorithm: "plot_perf_box_name"
11459 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11460 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11461 #  include:
11462 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11463 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11464 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11465 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11466 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11467 #  layout:
11468 #    title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11469 #    layout: "plot-throughput"
11470 #
11471 #- type: "plot"
11472 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11473 #  algorithm: "plot_perf_box_name"
11474 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11475 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11476 #  include:
11477 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11478 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11479 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11480 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11481 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11482 #  layout:
11483 #    title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11484 #    layout: "plot-throughput"
11485 #
11486 #- type: "plot"
11487 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11488 #  algorithm: "plot_perf_box_name"
11489 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11490 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11491 #  include:
11492 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11493 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11494 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11495 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11496 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11497 #  layout:
11498 #    title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11499 #    layout: "plot-throughput"
11500 #
11501 #- type: "plot"
11502 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11503 #  algorithm: "plot_perf_box_name"
11504 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11505 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11506 #  include:
11507 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11508 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11509 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11510 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11511 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11512 #  layout:
11513 #    title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11514 #    layout: "plot-throughput"
11515
11516 - type: "plot"
11517   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11518   algorithm: "plot_perf_box_name"
11519   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11520   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11521   include:
11522     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11523     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11524   layout:
11525     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11526     layout: "plot-throughput"
11527
11528 - type: "plot"
11529   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11530   algorithm: "plot_perf_box_name"
11531   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11532   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11533   include:
11534     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11536   layout:
11537     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11538     layout: "plot-throughput"
11539
11540 - type: "plot"
11541   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11542   algorithm: "plot_perf_box_name"
11543   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11545   include:
11546     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11550   layout:
11551     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11552     layout: "plot-throughput"
11553
11554 - type: "plot"
11555   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11556   algorithm: "plot_perf_box_name"
11557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11559   include:
11560     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11564   layout:
11565     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11566     layout: "plot-throughput"
11567
11568 - type: "plot"
11569   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11570   algorithm: "plot_perf_box_name"
11571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11573   include:
11574     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11578   layout:
11579     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11580     layout: "plot-throughput"
11581
11582 - type: "plot"
11583   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11584   algorithm: "plot_perf_box_name"
11585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11587   include:
11588     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11592   layout:
11593     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11594     layout: "plot-throughput"
11595
11596 - type: "plot"
11597   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11598   algorithm: "plot_perf_box_name"
11599   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11600   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11601   include:
11602     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11604     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11606   layout:
11607     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11608     layout: "plot-throughput"
11609
11610 - type: "plot"
11611   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11612   algorithm: "plot_perf_box_name"
11613   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11614   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11615   include:
11616     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11620   layout:
11621     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11622     layout: "plot-throughput"
11623
11624 #- type: "plot"
11625 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11626 #  algorithm: "plot_perf_box_name"
11627 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11628 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11629 #  include:
11630 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11631 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11632 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11633 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11634 #  layout:
11635 #    title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11636 #    layout: "plot-throughput"
11637 #
11638 #- type: "plot"
11639 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11640 #  algorithm: "plot_perf_box_name"
11641 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11642 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11643 #  include:
11644 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11645 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11646 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11647 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11648 #  layout:
11649 #    title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11650 #    layout: "plot-throughput"
11651
11652 - type: "plot"
11653   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11654   algorithm: "plot_perf_box_name"
11655   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11656   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11657   include:
11658     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11660     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11664   layout:
11665     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11666     layout: "plot-throughput"
11667
11668 - type: "plot"
11669   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11670   algorithm: "plot_perf_box_name"
11671   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11673   include:
11674     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11675     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11676     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11680   layout:
11681     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11682     layout: "plot-throughput"
11683
11684 - type: "plot"
11685   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11686   algorithm: "plot_perf_box_name"
11687   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11688   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11689   include:
11690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11695   layout:
11696     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11697     layout: "plot-throughput"
11698
11699 - type: "plot"
11700   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11701   algorithm: "plot_perf_box_name"
11702   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11703   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11704   include:
11705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11710   layout:
11711     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11712     layout: "plot-throughput"
11713
11714 - type: "plot"
11715   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11716   algorithm: "plot_perf_box_name"
11717   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11718   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11719   include:
11720     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11725   layout:
11726     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11727     layout: "plot-throughput"
11728
11729 - type: "plot"
11730   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11731   algorithm: "plot_perf_box_name"
11732   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11734   include:
11735     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11739     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11740   layout:
11741     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11742     layout: "plot-throughput"
11743
11744 - type: "plot"
11745   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11746   algorithm: "plot_perf_box_name"
11747   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11748   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11749   include:
11750     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11752     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11753   layout:
11754     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11755     layout: "plot-throughput"
11756
11757 - type: "plot"
11758   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11759   algorithm: "plot_perf_box_name"
11760   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11761   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11762   include:
11763     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11766   layout:
11767     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11768     layout: "plot-throughput"
11769
11770 - type: "plot"
11771   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11772   algorithm: "plot_perf_box_name"
11773   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11775   include:
11776     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11779   layout:
11780     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11781     layout: "plot-throughput"
11782
11783 - type: "plot"
11784   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11785   algorithm: "plot_perf_box_name"
11786   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11788   include:
11789     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11792   layout:
11793     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11794     layout: "plot-throughput"
11795
11796 - type: "plot"
11797   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11798   algorithm: "plot_perf_box_name"
11799   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11801   include:
11802     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11807   layout:
11808     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11809     layout: "plot-throughput"
11810
11811 - type: "plot"
11812   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11813   algorithm: "plot_perf_box_name"
11814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11816   include:
11817     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11822   layout:
11823     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11824     layout: "plot-throughput"
11825
11826 - type: "plot"
11827   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11828   algorithm: "plot_perf_box_name"
11829   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11831   include:
11832     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11834     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11837   layout:
11838     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11839     layout: "plot-throughput"
11840
11841 - type: "plot"
11842   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11843   algorithm: "plot_perf_box_name"
11844   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11846   include:
11847     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11852   layout:
11853     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11854     layout: "plot-throughput"
11855
11856 - type: "plot"
11857   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11858   algorithm: "plot_perf_box_name"
11859   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11860   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11861   include:
11862     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11867   layout:
11868     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11869     layout: "plot-throughput"
11870
11871 - type: "plot"
11872   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11873   algorithm: "plot_perf_box_name"
11874   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11875   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11876   include:
11877     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11882   layout:
11883     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11884     layout: "plot-throughput"
11885
11886 #- type: "plot"
11887 #  title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11888 #  algorithm: "plot_perf_box_name"
11889 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11890 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11891 #  include:
11892 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11893 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11894 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11895 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11896 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11897 #  layout:
11898 #    title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11899 #    layout: "plot-throughput"
11900 #
11901 #- type: "plot"
11902 #  title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11903 #  algorithm: "plot_perf_box_name"
11904 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11905 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11906 #  include:
11907 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11908 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11909 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11910 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11911 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11912 #  layout:
11913 #    title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11914 #    layout: "plot-throughput"
11915 #
11916 #- type: "plot"
11917 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11918 #  algorithm: "plot_perf_box_name"
11919 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11920 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11921 #  include:
11922 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11923 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11924 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11925 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11926 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11927 #  layout:
11928 #    title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11929 #    layout: "plot-throughput"
11930 #
11931 #- type: "plot"
11932 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11933 #  algorithm: "plot_perf_box_name"
11934 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11935 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11936 #  include:
11937 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11938 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11939 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11940 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11941 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11942 #  layout:
11943 #    title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11944 #    layout: "plot-throughput"
11945
11946 - type: "plot"
11947   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11948   algorithm: "plot_perf_box_name"
11949   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11950   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11951   include:
11952     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11953     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11954     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11955     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11956     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11957     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11958   layout:
11959     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11960     layout: "plot-throughput"
11961
11962 - type: "plot"
11963   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11964   algorithm: "plot_perf_box_name"
11965   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11966   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11967   include:
11968     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11969     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11970     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11971     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11972     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11973     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11974   layout:
11975     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11976     layout: "plot-throughput"
11977
11978 - type: "plot"
11979   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11980   algorithm: "plot_perf_box_name"
11981   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11983   include:
11984     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11985     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11986     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11987     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11988   layout:
11989     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11990     layout: "plot-throughput"
11991
11992 - type: "plot"
11993   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11994   algorithm: "plot_perf_box_name"
11995   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11997   include:
11998     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11999     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12000     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12001     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12002   layout:
12003     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12004     layout: "plot-throughput"
12005
12006 - type: "plot"
12007   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12008   algorithm: "plot_perf_box_name"
12009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12011   include:
12012     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12013     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12014     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12015     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12016     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12017     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12018   layout:
12019     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12020     layout: "plot-throughput"
12021
12022 - type: "plot"
12023   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12024   algorithm: "plot_perf_box_name"
12025   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12027   include:
12028     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12029     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12030     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12031     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12032     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12033     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12034   layout:
12035     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12036     layout: "plot-throughput"
12037
12038 - type: "plot"
12039   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12040   algorithm: "plot_perf_box_name"
12041   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12043   include:
12044     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12045     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12046     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12047     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12048     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12049     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12050   layout:
12051     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12052     layout: "plot-throughput"
12053
12054 - type: "plot"
12055   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12056   algorithm: "plot_perf_box_name"
12057   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12059   include:
12060     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12061     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12062     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12063     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12064     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12065     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12066   layout:
12067     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12068     layout: "plot-throughput"
12069
12070 - type: "plot"
12071   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12072   algorithm: "plot_perf_box_name"
12073   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12075   include:
12076     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12077     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12078     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12079     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12080     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12081     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12082   layout:
12083     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12084     layout: "plot-throughput"
12085
12086 - type: "plot"
12087   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12088   algorithm: "plot_perf_box_name"
12089   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12090   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12091   include:
12092     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12093     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12094     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12095     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12096     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12097     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12098   layout:
12099     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12100     layout: "plot-throughput"
12101
12102 - type: "plot"
12103   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12104   algorithm: "plot_perf_box_name"
12105   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12106   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12107   include:
12108     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12109     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12110     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12111     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12112     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12113     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12114   layout:
12115     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12116     layout: "plot-throughput"
12117
12118 - type: "plot"
12119   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12120   algorithm: "plot_perf_box_name"
12121   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12122   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12123   include:
12124     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12125     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12126     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12127     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12128     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12129     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12130   layout:
12131     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12132     layout: "plot-throughput"
12133
12134 #- type: "plot"
12135 #  title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12136 #  algorithm: "plot_perf_box_name"
12137 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12138 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12139 #  include:
12140 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12141 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12142 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12143 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12144 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12145 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12146 #  layout:
12147 #    title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12148 #    layout: "plot-throughput"
12149 #
12150 #- type: "plot"
12151 #  title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12152 #  algorithm: "plot_perf_box_name"
12153 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12154 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12155 #  include:
12156 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12157 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12158 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12159 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12160 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12161 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12162 #  layout:
12163 #    title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12164 #    layout: "plot-throughput"
12165
12166 - type: "plot"
12167   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12168   algorithm: "plot_perf_box_name"
12169   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12170   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12171   include:
12172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12177     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12178   layout:
12179     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12180     layout: "plot-throughput"
12181
12182 - type: "plot"
12183   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12184   algorithm: "plot_perf_box_name"
12185   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12187   include:
12188     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12189     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12190     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12191     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12192     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12193     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12194   layout:
12195     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12196     layout: "plot-throughput"
12197
12198 - type: "plot"
12199   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12200   algorithm: "plot_perf_box_name"
12201   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12202   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12203   include:
12204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12210   layout:
12211     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12212     layout: "plot-throughput"
12213
12214 - type: "plot"
12215   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12216   algorithm: "plot_perf_box_name"
12217   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12218   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12219   include:
12220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12226   layout:
12227     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12228     layout: "plot-throughput"
12229
12230 - type: "plot"
12231   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12232   algorithm: "plot_perf_box_name"
12233   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12234   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12235   include:
12236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12242   layout:
12243     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12244     layout: "plot-throughput"
12245
12246 - type: "plot"
12247   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12248   algorithm: "plot_perf_box_name"
12249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12251   include:
12252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12258   layout:
12259     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12260     layout: "plot-throughput"
12261
12262 - type: "plot"
12263   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12264   algorithm: "plot_perf_box_name"
12265   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12266   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12267   include:
12268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12272   layout:
12273     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12274     layout: "plot-throughput"
12275
12276 - type: "plot"
12277   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12278   algorithm: "plot_perf_box_name"
12279   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12280   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12281   include:
12282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12286   layout:
12287     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12288     layout: "plot-throughput"
12289
12290 - type: "plot"
12291   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12292   algorithm: "plot_perf_box_name"
12293   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12294   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12295   include:
12296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12297     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12298     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12299     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12300   layout:
12301     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12302     layout: "plot-throughput"
12303
12304 - type: "plot"
12305   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12306   algorithm: "plot_perf_box_name"
12307   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12308   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12309   include:
12310     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12311     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12313     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12314   layout:
12315     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12316     layout: "plot-throughput"
12317
12318 - type: "plot"
12319   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12320   algorithm: "plot_perf_box_name"
12321   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12322   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12323   include:
12324     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12325     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12326     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12327     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12328     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12329     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12330   layout:
12331     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12332     layout: "plot-throughput"
12333
12334 - type: "plot"
12335   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12336   algorithm: "plot_perf_box_name"
12337   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12338   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12339   include:
12340     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12341     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12342     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12343     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12344     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12345     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12346   layout:
12347     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12348     layout: "plot-throughput"
12349
12350 - type: "plot"
12351   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12352   algorithm: "plot_perf_box_name"
12353   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12355   include:
12356     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12357     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12358     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12359     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12360     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12361   layout:
12362     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12363     layout: "plot-throughput"
12364
12365 - type: "plot"
12366   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12367   algorithm: "plot_perf_box_name"
12368   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12370   include:
12371     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12372     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12373     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12374     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12375     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12376   layout:
12377     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12378     layout: "plot-throughput"
12379
12380 - type: "plot"
12381   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12382   algorithm: "plot_perf_box_name"
12383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12385   include:
12386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12391   layout:
12392     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12393     layout: "plot-throughput"
12394
12395 - type: "plot"
12396   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12397   algorithm: "plot_perf_box_name"
12398   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12399   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12400   include:
12401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12406   layout:
12407     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12408     layout: "plot-throughput"
12409
12410 - type: "plot"
12411   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12412   algorithm: "plot_perf_box_name"
12413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12415   include:
12416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12420   layout:
12421     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12422     layout: "plot-throughput"
12423
12424 - type: "plot"
12425   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12426   algorithm: "plot_perf_box_name"
12427   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12429   include:
12430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12434   layout:
12435     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12436     layout: "plot-throughput"
12437
12438 - type: "plot"
12439   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12440   algorithm: "plot_perf_box_name"
12441   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12443   include:
12444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12449     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12450   layout:
12451     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12452     layout: "plot-throughput"
12453
12454 - type: "plot"
12455   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12456   algorithm: "plot_perf_box_name"
12457   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12459   include:
12460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12466   layout:
12467     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12468     layout: "plot-throughput"
12469
12470 - type: "plot"
12471   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12472   algorithm: "plot_perf_box_name"
12473   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12475   include:
12476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12482   layout:
12483     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12484     layout: "plot-throughput"
12485
12486 - type: "plot"
12487   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12488   algorithm: "plot_perf_box_name"
12489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12491   include:
12492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12497     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12498   layout:
12499     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12500     layout: "plot-throughput"
12501
12502 - type: "plot"
12503   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12504   algorithm: "plot_perf_box_name"
12505   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12506   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12507   include:
12508     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12510     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12511     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12513     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12514   layout:
12515     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12516     layout: "plot-throughput"
12517
12518 - type: "plot"
12519   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12520   algorithm: "plot_perf_box_name"
12521   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12523   include:
12524     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12526     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12527     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12529     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12530   layout:
12531     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12532     layout: "plot-throughput"
12533
12534 - type: "plot"
12535   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12536   algorithm: "plot_perf_box_name"
12537   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12539   include:
12540     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12541     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12542     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12543     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12544     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12545     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12546   layout:
12547     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12548     layout: "plot-throughput"
12549
12550 - type: "plot"
12551   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12552   algorithm: "plot_perf_box_name"
12553   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12555   include:
12556     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12557     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12558     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12559     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12560     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12561     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12562   layout:
12563     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12564     layout: "plot-throughput"
12565
12566 - type: "plot"
12567   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12568   algorithm: "plot_perf_box_name"
12569   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12570   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12571   include:
12572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12576   layout:
12577     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12578     layout: "plot-throughput"
12579
12580 - type: "plot"
12581   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12582   algorithm: "plot_perf_box_name"
12583   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12584   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12585   include:
12586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12590   layout:
12591     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12592     layout: "plot-throughput"
12593
12594 - type: "plot"
12595   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12596   algorithm: "plot_perf_box_name"
12597   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12598   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12599   include:
12600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12606   layout:
12607     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12608     layout: "plot-throughput"
12609
12610 - type: "plot"
12611   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12612   algorithm: "plot_perf_box_name"
12613   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12614   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12615   include:
12616     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12618     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12622   layout:
12623     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12624     layout: "plot-throughput"
12625
12626 - type: "plot"
12627   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12628   algorithm: "plot_perf_box_name"
12629   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12630   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12631   include:
12632     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12633     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12634     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12635     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12636     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12637     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12638   layout:
12639     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12640     layout: "plot-throughput"
12641
12642 - type: "plot"
12643   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12644   algorithm: "plot_perf_box_name"
12645   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12646   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12647   include:
12648     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12649     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12650     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12651     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12652     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12653     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12654   layout:
12655     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12656     layout: "plot-throughput"
12657
12658 #- type: "plot"
12659 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12660 #  algorithm: "plot_perf_box_name"
12661 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12662 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12663 #  include:
12664 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12665 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12666 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12667 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12668 #  layout:
12669 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12670 #    layout: "plot-throughput"
12671 #
12672 #- type: "plot"
12673 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12674 #  algorithm: "plot_perf_box_name"
12675 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12676 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12677 #  include:
12678 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12679 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12680 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12681 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12682 #  layout:
12683 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12684 #    layout: "plot-throughput"
12685 #
12686 #- type: "plot"
12687 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12688 #  algorithm: "plot_perf_box_name"
12689 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12690 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12691 #  include:
12692 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12693 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12694 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12695 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12696 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12697 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12698 #  layout:
12699 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12700 #    layout: "plot-throughput"
12701 #
12702 #- type: "plot"
12703 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12704 #  algorithm: "plot_perf_box_name"
12705 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12706 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12707 #  include:
12708 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12709 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12710 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12711 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12712 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12713 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12714 #  layout:
12715 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12716 #    layout: "plot-throughput"
12717 #
12718 #- type: "plot"
12719 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12720 #  algorithm: "plot_perf_box_name"
12721 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12722 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12723 #  include:
12724 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12725 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12726 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12727 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12728 #  layout:
12729 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12730 #    layout: "plot-throughput"
12731 #
12732 #- type: "plot"
12733 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12734 #  algorithm: "plot_perf_box_name"
12735 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12736 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12737 #  include:
12738 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12739 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12740 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12741 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12742 #  layout:
12743 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12744 #    layout: "plot-throughput"
12745 #
12746 #- type: "plot"
12747 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12748 #  algorithm: "plot_perf_box_name"
12749 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12750 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12751 #  include:
12752 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12753 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12754 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12755 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12756 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12757 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12758 #  layout:
12759 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12760 #    layout: "plot-throughput"
12761 #
12762 #- type: "plot"
12763 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12764 #  algorithm: "plot_perf_box_name"
12765 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12766 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12767 #  include:
12768 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12769 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12770 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12771 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12772 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12773 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12774 #  layout:
12775 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12776 #    layout: "plot-throughput"
12777 #
12778 #- type: "plot"
12779 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12780 #  algorithm: "plot_perf_box_name"
12781 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12782 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12783 #  include:
12784 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12785 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12786 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12787 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12788 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12789 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12790 #  layout:
12791 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12792 #    layout: "plot-throughput"
12793 #
12794 #- type: "plot"
12795 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12796 #  algorithm: "plot_perf_box_name"
12797 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12798 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12799 #  include:
12800 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12801 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12802 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12803 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12804 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12805 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12806 #  layout:
12807 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12808 #    layout: "plot-throughput"
12809
12810 - type: "plot"
12811   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12812   algorithm: "plot_perf_box_name"
12813   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12814   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12815   include:
12816     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12817     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12818     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12819     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12820     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12821     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12822   layout:
12823     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12824     layout: "plot-throughput"
12825
12826 - type: "plot"
12827   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12828   algorithm: "plot_perf_box_name"
12829   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12830   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12831   include:
12832     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12833     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12834     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12835     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12836     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12837     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12838   layout:
12839     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12840     layout: "plot-throughput"
12841
12842 - type: "plot"
12843   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12844   algorithm: "plot_perf_box_name"
12845   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12847   include:
12848     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12849     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12850     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12851 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12852 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12853 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12854   layout:
12855     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12856     layout: "plot-throughput"
12857
12858 - type: "plot"
12859   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12860   algorithm: "plot_perf_box_name"
12861   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12863   include:
12864     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12865     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12866     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12867 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12868 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12869 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12870   layout:
12871     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12872     layout: "plot-throughput"
12873
12874 - type: "plot"
12875   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12876   algorithm: "plot_perf_box_name"
12877   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12879   include:
12880     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12881     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12882     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12883     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12884     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12885     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12886   layout:
12887     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12888     layout: "plot-throughput"
12889
12890 - type: "plot"
12891   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12892   algorithm: "plot_perf_box_name"
12893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12895   include:
12896     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12897     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12898     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12899     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12900     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12901     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12902   layout:
12903     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12904     layout: "plot-throughput"
12905
12906 - type: "plot"
12907   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12908   algorithm: "plot_perf_box_name"
12909   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12910   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12911   include:
12912     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12913     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12914     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12915     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12916     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12917     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12918   layout:
12919     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12920     layout: "plot-throughput"
12921
12922 - type: "plot"
12923   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12924   algorithm: "plot_perf_box_name"
12925   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12926   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12927   include:
12928     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12929     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12930     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12931     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12932     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12933     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12934   layout:
12935     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12936     layout: "plot-throughput"
12937
12938 #- type: "plot"
12939 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12940 #  algorithm: "plot_perf_box_name"
12941 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12942 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12943 #  include:
12944 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12945 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12946 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12947 #  layout:
12948 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12949 #    layout: "plot-throughput"
12950 #
12951 #- type: "plot"
12952 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12953 #  algorithm: "plot_perf_box_name"
12954 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12955 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12956 #  include:
12957 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12958 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12959 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12960 #  layout:
12961 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12962 #    layout: "plot-throughput"
12963
12964 - type: "plot"
12965   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12966   algorithm: "plot_perf_box_name"
12967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12969   include:
12970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12975   layout:
12976     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12977     layout: "plot-throughput"
12978
12979 - type: "plot"
12980   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12981   algorithm: "plot_perf_box_name"
12982   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12983   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12984   include:
12985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12990   layout:
12991     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12992     layout: "plot-throughput"
12993
12994 - type: "plot"
12995   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12996   algorithm: "plot_perf_box_name"
12997   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12999   include:
13000     - "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"
13001     - "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"
13002     - "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"
13003     - "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"
13004     - "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"
13005   layout:
13006     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13007     layout: "plot-throughput"
13008
13009 - type: "plot"
13010   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13011   algorithm: "plot_perf_box_name"
13012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13014   include:
13015     - "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"
13016     - "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"
13017     - "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"
13018     - "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"
13019     - "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"
13020   layout:
13021     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13022     layout: "plot-throughput"
13023
13024 - type: "plot"
13025   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13026   algorithm: "plot_perf_box_name"
13027   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13029   include:
13030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13035   layout:
13036     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13037     layout: "plot-throughput"
13038
13039 - type: "plot"
13040   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13041   algorithm: "plot_perf_box_name"
13042   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13043   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13044   include:
13045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13050   layout:
13051     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13052     layout: "plot-throughput"
13053
13054 - type: "plot"
13055   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13056   algorithm: "plot_perf_box_name"
13057   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13058   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13059   include:
13060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13065   layout:
13066     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13067     layout: "plot-throughput"
13068
13069 - type: "plot"
13070   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13071   algorithm: "plot_perf_box_name"
13072   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13073   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13074   include:
13075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13080   layout:
13081     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13082     layout: "plot-throughput"
13083
13084 - type: "plot"
13085   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13086   algorithm: "plot_perf_box_name"
13087   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13088   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13089   include:
13090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13093     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13094     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13095   layout:
13096     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13097     layout: "plot-throughput"
13098
13099 - type: "plot"
13100   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13101   algorithm: "plot_perf_box_name"
13102   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13103   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13104   include:
13105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13108     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13109     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13110   layout:
13111     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13112     layout: "plot-throughput"
13113
13114 - type: "plot"
13115   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13116   algorithm: "plot_perf_box_name"
13117   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13118   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13119   include:
13120     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13121     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13122     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13123     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13124     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13125   layout:
13126     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13127     layout: "plot-throughput"
13128
13129 - type: "plot"
13130   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13131   algorithm: "plot_perf_box_name"
13132   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13133   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13134   include:
13135     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13136     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13137     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13138     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13139     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13140   layout:
13141     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13142     layout: "plot-throughput"
13143
13144 - type: "plot"
13145   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13146   algorithm: "plot_perf_box_name"
13147   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13149   include:
13150     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13151     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13152     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13153     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13154   layout:
13155     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13156     layout: "plot-throughput"
13157
13158 - type: "plot"
13159   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13160   algorithm: "plot_perf_box_name"
13161   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13163   include:
13164     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13165     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13166     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13167     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13168   layout:
13169     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13170     layout: "plot-throughput"
13171
13172 - type: "plot"
13173   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13174   algorithm: "plot_perf_box_name"
13175   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13177   include:
13178     - "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"
13179     - "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"
13180     - "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"
13181     - "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"
13182   layout:
13183     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13184     layout: "plot-throughput"
13185
13186 - type: "plot"
13187   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13188   algorithm: "plot_perf_box_name"
13189   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13191   include:
13192     - "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"
13193     - "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"
13194     - "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"
13195     - "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"
13196   layout:
13197     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13198     layout: "plot-throughput"
13199
13200 - type: "plot"
13201   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13202   algorithm: "plot_perf_box_name"
13203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13205   include:
13206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13212   layout:
13213     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13214     layout: "plot-throughput"
13215
13216 - type: "plot"
13217   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13218   algorithm: "plot_perf_box_name"
13219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13221   include:
13222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13228   layout:
13229     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13230     layout: "plot-throughput"
13231
13232 - type: "plot"
13233   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13234   algorithm: "plot_perf_box_name"
13235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13237   include:
13238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13244   layout:
13245     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13246     layout: "plot-throughput"
13247
13248 - type: "plot"
13249   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13250   algorithm: "plot_perf_box_name"
13251   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13253   include:
13254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13260   layout:
13261     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13262     layout: "plot-throughput"
13263
13264 - type: "plot"
13265   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13266   algorithm: "plot_perf_box_name"
13267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13269   include:
13270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13276   layout:
13277     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13278     layout: "plot-throughput"
13279
13280 - type: "plot"
13281   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13282   algorithm: "plot_perf_box_name"
13283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13285   include:
13286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13292   layout:
13293     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13294     layout: "plot-throughput"
13295
13296 - type: "plot"
13297   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13298   algorithm: "plot_perf_box_name"
13299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13301   include:
13302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13307   layout:
13308     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13309     layout: "plot-throughput"
13310
13311 - type: "plot"
13312   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13313   algorithm: "plot_perf_box_name"
13314   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13316   include:
13317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13318     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13319     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13322   layout:
13323     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13324     layout: "plot-throughput"
13325
13326 - type: "plot"
13327   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13328   algorithm: "plot_perf_box_name"
13329   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13331   include:
13332     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13333     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13334   layout:
13335     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13336     layout: "plot-throughput"
13337
13338 - type: "plot"
13339   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13340   algorithm: "plot_perf_box_name"
13341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13343   include:
13344     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13345     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13346   layout:
13347     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13348     layout: "plot-throughput"
13349
13350 - type: "plot"
13351   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13352   algorithm: "plot_perf_box_name"
13353   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13355   include:
13356     - "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"
13357     - "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"
13358   layout:
13359     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13360     layout: "plot-throughput"
13361
13362 - type: "plot"
13363   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13364   algorithm: "plot_perf_box_name"
13365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13367   include:
13368     - "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"
13369     - "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"
13370   layout:
13371     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13372     layout: "plot-throughput"
13373
13374 - type: "plot"
13375   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13376   algorithm: "plot_perf_box_name"
13377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13379   include:
13380     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13381     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13382   layout:
13383     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13384     layout: "plot-throughput"
13385
13386 - type: "plot"
13387   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13388   algorithm: "plot_perf_box_name"
13389   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13391   include:
13392     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13393     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13394   layout:
13395     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13396     layout: "plot-throughput"
13397
13398 - type: "plot"
13399   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13400   algorithm: "plot_perf_box_name"
13401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13403   include:
13404     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13405     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13406   layout:
13407     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13408     layout: "plot-throughput"
13409
13410 - type: "plot"
13411   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13412   algorithm: "plot_perf_box_name"
13413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13415   include:
13416     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13417     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13418   layout:
13419     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13420     layout: "plot-throughput"
13421
13422 - type: "plot"
13423   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13424   algorithm: "plot_perf_box_name"
13425   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13426   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13427   include:
13428     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13429     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13430     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13431     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13432     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13433     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13434   layout:
13435     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13436     layout: "plot-throughput"
13437
13438 - type: "plot"
13439   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13440   algorithm: "plot_perf_box_name"
13441   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13442   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13443   include:
13444     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13445     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13446     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13447     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13448     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13449     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13450   layout:
13451     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13452     layout: "plot-throughput"
13453
13454 - type: "plot"
13455   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13456   algorithm: "plot_perf_box_name"
13457   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13458   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13459   include:
13460     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13461     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13462     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13463     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13464     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13465     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13466   layout:
13467     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13468     layout: "plot-throughput"
13469
13470 - type: "plot"
13471   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13472   algorithm: "plot_perf_box_name"
13473   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13474   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13475   include:
13476     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13477     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13478     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13479     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13480     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13481     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13482   layout:
13483     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13484     layout: "plot-throughput"
13485
13486 #- type: "plot"
13487 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13488 #  algorithm: "plot_perf_box_name"
13489 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13490 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13491 #  include:
13492 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13493 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13494 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13495 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13496 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13497 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13498 #  layout:
13499 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13500 #    layout: "plot-throughput"
13501 #
13502 #- type: "plot"
13503 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13504 #  algorithm: "plot_perf_box_name"
13505 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13506 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13507 #  include:
13508 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13509 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13510 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13511 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13512 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13513 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13514 #  layout:
13515 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13516 #    layout: "plot-throughput"
13517
13518 - type: "plot"
13519   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13520   algorithm: "plot_perf_box_name"
13521   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13522   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13523   include:
13524     - "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"
13525     - "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"
13526     - "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"
13527     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13528     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13529     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13530   layout:
13531     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13532     layout: "plot-throughput"
13533
13534 - type: "plot"
13535   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13536   algorithm: "plot_perf_box_name"
13537   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13539   include:
13540     - "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"
13541     - "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"
13542     - "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"
13543     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13544     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13545     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13546   layout:
13547     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13548     layout: "plot-throughput"
13549
13550 ################################################################################
13551
13552 # Packet Speedup
13553
13554 - type: "plot"
13555   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13556   algorithm: "plot_tsa_name"
13557   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13558   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13559   include:
13560     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13561     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13562     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13563     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13564   layout:
13565     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13566     layout: "plot-throughput-speedup-analysis"
13567
13568 - type: "plot"
13569   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13570   algorithm: "plot_tsa_name"
13571   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13572   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13573   include:
13574     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13575     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13576     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13578   layout:
13579     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13580     layout: "plot-throughput-speedup-analysis"
13581
13582 - type: "plot"
13583   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13584   algorithm: "plot_tsa_name"
13585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13587   include:
13588     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13589     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13590     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13591     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13592   layout:
13593     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13594     layout: "plot-throughput-speedup-analysis"
13595
13596 - type: "plot"
13597   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13598   algorithm: "plot_tsa_name"
13599   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13601   include:
13602     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13603     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13604     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13605     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13606   layout:
13607     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13608     layout: "plot-throughput-speedup-analysis"
13609
13610 - type: "plot"
13611   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13612   algorithm: "plot_tsa_name"
13613   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13614   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13615   include:
13616     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13617     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13618     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13619     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13620     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13621   layout:
13622     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13623     layout: "plot-throughput-speedup-analysis"
13624
13625 - type: "plot"
13626   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13627   algorithm: "plot_tsa_name"
13628   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13630   include:
13631     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13632     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13633     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13634     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13635     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13636   layout:
13637     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13638     layout: "plot-throughput-speedup-analysis"
13639
13640 - type: "plot"
13641   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13642   algorithm: "plot_tsa_name"
13643   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13645   include:
13646     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13647     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13648     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13649     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13650     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13651   layout:
13652     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13653     layout: "plot-throughput-speedup-analysis"
13654
13655 - type: "plot"
13656   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13657   algorithm: "plot_tsa_name"
13658   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13660   include:
13661     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13662     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13663     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13664     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13665     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13666   layout:
13667     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13668     layout: "plot-throughput-speedup-analysis"
13669
13670 - type: "plot"
13671   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13672   algorithm: "plot_tsa_name"
13673   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13674   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13675   include:
13676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13679     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13682   layout:
13683     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13684     layout: "plot-throughput-speedup-analysis"
13685
13686 - type: "plot"
13687   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13688   algorithm: "plot_tsa_name"
13689   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13690   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13691   include:
13692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13697     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13698   layout:
13699     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13700     layout: "plot-throughput-speedup-analysis"
13701
13702 - type: "plot"
13703   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13704   algorithm: "plot_tsa_name"
13705   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13706   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13707   include:
13708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13713   layout:
13714     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13715     layout: "plot-throughput-speedup-analysis"
13716
13717 - type: "plot"
13718   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13719   algorithm: "plot_tsa_name"
13720   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13721   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13722   include:
13723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13728   layout:
13729     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13730     layout: "plot-throughput-speedup-analysis"
13731
13732 - type: "plot"
13733   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13734   algorithm: "plot_tsa_name"
13735   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13736   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13737   include:
13738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13741   layout:
13742     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13743     layout: "plot-throughput-speedup-analysis"
13744
13745 - type: "plot"
13746   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13747   algorithm: "plot_tsa_name"
13748   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13749   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13750   include:
13751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13754   layout:
13755     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13756     layout: "plot-throughput-speedup-analysis"
13757
13758 - type: "plot"
13759   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13760   algorithm: "plot_tsa_name"
13761   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13762   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13763   include:
13764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13769   layout:
13770     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13771     layout: "plot-throughput-speedup-analysis"
13772
13773 - type: "plot"
13774   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13775   algorithm: "plot_tsa_name"
13776   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13777   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13778   include:
13779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13784   layout:
13785     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13786     layout: "plot-throughput-speedup-analysis"
13787
13788 - type: "plot"
13789   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13790   algorithm: "plot_tsa_name"
13791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13793   include:
13794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13797   layout:
13798     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13799     layout: "plot-throughput-speedup-analysis"
13800
13801 - type: "plot"
13802   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13803   algorithm: "plot_tsa_name"
13804   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13805   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13806   include:
13807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13810   layout:
13811     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13812     layout: "plot-throughput-speedup-analysis"
13813
13814 - type: "plot"
13815   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13816   algorithm: "plot_tsa_name"
13817   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13818   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13819   include:
13820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13826   layout:
13827     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13828     layout: "plot-throughput-speedup-analysis"
13829
13830 - type: "plot"
13831   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13832   algorithm: "plot_tsa_name"
13833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13835   include:
13836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13842   layout:
13843     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13844     layout: "plot-throughput-speedup-analysis"
13845
13846 - type: "plot"
13847   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13848   algorithm: "plot_tsa_name"
13849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13850   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13851   include:
13852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13858   layout:
13859     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13860     layout: "plot-throughput-speedup-analysis"
13861
13862 - type: "plot"
13863   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13864   algorithm: "plot_tsa_name"
13865   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13866   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13867   include:
13868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13874   layout:
13875     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13876     layout: "plot-throughput-speedup-analysis"
13877
13878 - type: "plot"
13879   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13880   algorithm: "plot_tsa_name"
13881   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13882   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13883   include:
13884     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13885     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13886     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13887   layout:
13888     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13889     layout: "plot-throughput-speedup-analysis"
13890
13891 - type: "plot"
13892   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13893   algorithm: "plot_tsa_name"
13894   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13895   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13896   include:
13897     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13898     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13899     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13900   layout:
13901     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13902     layout: "plot-throughput-speedup-analysis"
13903
13904 - type: "plot"
13905   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13906   algorithm: "plot_tsa_name"
13907   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13908   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13909   include:
13910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13913 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13914 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13915   layout:
13916     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13917     layout: "plot-throughput-speedup-analysis"
13918
13919 - type: "plot"
13920   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13921   algorithm: "plot_tsa_name"
13922   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13923   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13924   include:
13925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13928 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13929 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13930   layout:
13931     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13932     layout: "plot-throughput-speedup-analysis"
13933
13934 - type: "plot"
13935   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13936   algorithm: "plot_tsa_name"
13937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13939   include:
13940     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13941     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13942     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13943     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13945   layout:
13946     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13947     layout: "plot-throughput-speedup-analysis"
13948
13949 - type: "plot"
13950   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13951   algorithm: "plot_tsa_name"
13952   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13953   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13954   include:
13955     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13956     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13960   layout:
13961     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13962     layout: "plot-throughput-speedup-analysis"
13963
13964 - type: "plot"
13965   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13966   algorithm: "plot_tsa_name"
13967   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13969   include:
13970     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13971     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13975   layout:
13976     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13977     layout: "plot-throughput-speedup-analysis"
13978
13979 - type: "plot"
13980   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13981   algorithm: "plot_tsa_name"
13982   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13983   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13984   include:
13985     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13986     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13987     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13988     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13990   layout:
13991     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13992     layout: "plot-throughput-speedup-analysis"
13993
13994 - type: "plot"
13995   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13996   algorithm: "plot_tsa_name"
13997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13999   include:
14000     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14002     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14003     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14004   layout:
14005     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14006     layout: "plot-throughput-speedup-analysis"
14007
14008 - type: "plot"
14009   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14010   algorithm: "plot_tsa_name"
14011   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14012   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14013   include:
14014     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14015     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14016     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14017     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14018   layout:
14019     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14020     layout: "plot-throughput-speedup-analysis"
14021
14022 - type: "plot"
14023   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14024   algorithm: "plot_tsa_name"
14025   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14027   include:
14028     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14029     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14030     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14031     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14032     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14033   layout:
14034     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14035     layout: "plot-throughput-speedup-analysis"
14036
14037 - type: "plot"
14038   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14039   algorithm: "plot_tsa_name"
14040   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14042   include:
14043     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14044     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14045     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14046     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14047     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14048   layout:
14049     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14050     layout: "plot-throughput-speedup-analysis"
14051
14052 - type: "plot"
14053   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14054   algorithm: "plot_tsa_name"
14055   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14056   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14057   include:
14058     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14059     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14060   layout:
14061     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14062     layout: "plot-throughput-speedup-analysis"
14063
14064 - type: "plot"
14065   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14066   algorithm: "plot_tsa_name"
14067   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14068   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14069   include:
14070     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14071     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14072   layout:
14073     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14074     layout: "plot-throughput-speedup-analysis"
14075
14076 - type: "plot"
14077   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14078   algorithm: "plot_tsa_name"
14079   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14080   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14081   include:
14082     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14083     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14084     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14085     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14086   layout:
14087     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14088     layout: "plot-throughput-speedup-analysis"
14089
14090 - type: "plot"
14091   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14092   algorithm: "plot_tsa_name"
14093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14095   include:
14096     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14097     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14098     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14099     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14100   layout:
14101     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14102     layout: "plot-throughput-speedup-analysis"
14103
14104 - type: "plot"
14105   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14106   algorithm: "plot_tsa_name"
14107   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14108   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14109   include:
14110     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14111     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14112     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14113     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14114   layout:
14115     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14116     layout: "plot-throughput-speedup-analysis"
14117
14118 - type: "plot"
14119   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14120   algorithm: "plot_tsa_name"
14121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14123   include:
14124     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14125     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14126     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14127     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14128   layout:
14129     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14130     layout: "plot-throughput-speedup-analysis"
14131
14132 - type: "plot"
14133   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14134   algorithm: "plot_tsa_name"
14135   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14137   include:
14138     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14144   layout:
14145     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14146     layout: "plot-throughput-speedup-analysis"
14147
14148 - type: "plot"
14149   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14150   algorithm: "plot_tsa_name"
14151   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14153   include:
14154     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14155     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14156     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14157     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14158     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14159     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14160   layout:
14161     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14162     layout: "plot-throughput-speedup-analysis"
14163
14164 - type: "plot"
14165   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14166   algorithm: "plot_tsa_name"
14167   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14169   include:
14170     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14171     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14172     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14173     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14174     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14175   layout:
14176     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14177     layout: "plot-throughput-speedup-analysis"
14178
14179 - type: "plot"
14180   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14181   algorithm: "plot_tsa_name"
14182   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14183   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14184   include:
14185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14188     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14190   layout:
14191     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14192     layout: "plot-throughput-speedup-analysis"
14193
14194 - type: "plot"
14195   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14196   algorithm: "plot_tsa_name"
14197   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14198   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14199   include:
14200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14203     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14205   layout:
14206     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14207     layout: "plot-throughput-speedup-analysis"
14208
14209 - type: "plot"
14210   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14211   algorithm: "plot_tsa_name"
14212   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14213   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14214   include:
14215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14217     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14218     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14219     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14220   layout:
14221     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14222     layout: "plot-throughput-speedup-analysis"
14223
14224 - type: "plot"
14225   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14226   algorithm: "plot_tsa_name"
14227   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14228   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14229   include:
14230     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14231     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14232     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14233   layout:
14234     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14235     layout: "plot-throughput-speedup-analysis"
14236
14237 - type: "plot"
14238   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14239   algorithm: "plot_tsa_name"
14240   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14241   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14242   include:
14243     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14246   layout:
14247     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14248     layout: "plot-throughput-speedup-analysis"
14249
14250 - type: "plot"
14251   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14252   algorithm: "plot_tsa_name"
14253   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14255   include:
14256     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14258     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14259   layout:
14260     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14261     layout: "plot-throughput-speedup-analysis"
14262
14263 - type: "plot"
14264   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14265   algorithm: "plot_tsa_name"
14266   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14268   include:
14269     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14270     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14272   layout:
14273     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14274     layout: "plot-throughput-speedup-analysis"
14275
14276 - type: "plot"
14277   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14278   algorithm: "plot_tsa_name"
14279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14281   include:
14282     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14283     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14284     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14285     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14287   layout:
14288     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14289     layout: "plot-throughput-speedup-analysis"
14290
14291 - type: "plot"
14292   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14293   algorithm: "plot_tsa_name"
14294   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14295   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14296   include:
14297     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14298     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14299     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14300     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14301     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14302   layout:
14303     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14304     layout: "plot-throughput-speedup-analysis"
14305
14306 - type: "plot"
14307   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14308   algorithm: "plot_tsa_name"
14309   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14311   include:
14312     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14314     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14315     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14316     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14317   layout:
14318     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14319     layout: "plot-throughput-speedup-analysis"
14320
14321 - type: "plot"
14322   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14323   algorithm: "plot_tsa_name"
14324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14326   include:
14327     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14330     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14331     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14332   layout:
14333     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14334     layout: "plot-throughput-speedup-analysis"
14335
14336 - type: "plot"
14337   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14338   algorithm: "plot_tsa_name"
14339   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14340   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14341   include:
14342     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14343     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14344     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14345     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14346     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14347     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14348   layout:
14349     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14350     layout: "plot-throughput-speedup-analysis"
14351
14352 - type: "plot"
14353   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14354   algorithm: "plot_tsa_name"
14355   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14357   include:
14358     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14359     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14360     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14361     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14362     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14363     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14364   layout:
14365     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14366     layout: "plot-throughput-speedup-analysis"
14367
14368 - type: "plot"
14369   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14370   algorithm: "plot_tsa_name"
14371   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14372   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14373   include:
14374     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14375     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14376     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14377     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14378   layout:
14379     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14380     layout: "plot-throughput-speedup-analysis"
14381
14382 - type: "plot"
14383   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14384   algorithm: "plot_tsa_name"
14385   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14386   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14387   include:
14388     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14389     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14390     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14391     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14392   layout:
14393     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14394     layout: "plot-throughput-speedup-analysis"
14395
14396 - type: "plot"
14397   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14398   algorithm: "plot_tsa_name"
14399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14401   include:
14402     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14403     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14404     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14405     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14406     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14407     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14408   layout:
14409     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14410     layout: "plot-throughput-speedup-analysis"
14411
14412 - type: "plot"
14413   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14414   algorithm: "plot_tsa_name"
14415   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14416   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14417   include:
14418     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14419     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14420     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14421     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14422     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14423     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14424   layout:
14425     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14426     layout: "plot-throughput-speedup-analysis"
14427
14428 - type: "plot"
14429   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14430   algorithm: "plot_tsa_name"
14431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14433   include:
14434     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14435     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14436     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14437     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14438     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14439     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14440   layout:
14441     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14442     layout: "plot-throughput-speedup-analysis"
14443
14444 - type: "plot"
14445   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14446   algorithm: "plot_tsa_name"
14447   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14449   include:
14450     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14451     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14452     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14453     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14454     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14455     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14456   layout:
14457     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14458     layout: "plot-throughput-speedup-analysis"
14459
14460 - type: "plot"
14461   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14462   algorithm: "plot_tsa_name"
14463   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14464   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14465   include:
14466     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14467     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14468     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14469     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14470     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14471     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14472   layout:
14473     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14474     layout: "plot-throughput-speedup-analysis"
14475
14476 - type: "plot"
14477   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14478   algorithm: "plot_tsa_name"
14479   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14480   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14481   include:
14482     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14483     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14485     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14486     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14487     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14488   layout:
14489     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14490     layout: "plot-throughput-speedup-analysis"
14491
14492 - type: "plot"
14493   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14494   algorithm: "plot_tsa_name"
14495   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14496   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14497   include:
14498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14504   layout:
14505     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14506     layout: "plot-throughput-speedup-analysis"
14507
14508 - type: "plot"
14509   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14510   algorithm: "plot_tsa_name"
14511   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14512   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14513   include:
14514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14520   layout:
14521     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14522     layout: "plot-throughput-speedup-analysis"
14523
14524 - type: "plot"
14525   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14526   algorithm: "plot_tsa_name"
14527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14529   include:
14530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14536   layout:
14537     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14538     layout: "plot-throughput-speedup-analysis"
14539
14540 - type: "plot"
14541   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14542   algorithm: "plot_tsa_name"
14543   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14544   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14545   include:
14546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14552   layout:
14553     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14554     layout: "plot-throughput-speedup-analysis"
14555
14556 - type: "plot"
14557   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14558   algorithm: "plot_tsa_name"
14559   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14560   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14561   include:
14562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14566   layout:
14567     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14568     layout: "plot-throughput-speedup-analysis"
14569
14570 - type: "plot"
14571   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14572   algorithm: "plot_tsa_name"
14573   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14574   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14575   include:
14576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14580   layout:
14581     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14582     layout: "plot-throughput-speedup-analysis"
14583
14584 - type: "plot"
14585   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14586   algorithm: "plot_tsa_name"
14587   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14588   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14589   include:
14590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14594   layout:
14595     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14596     layout: "plot-throughput-speedup-analysis"
14597
14598 - type: "plot"
14599   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14600   algorithm: "plot_tsa_name"
14601   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14603   include:
14604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14608   layout:
14609     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14610     layout: "plot-throughput-speedup-analysis"
14611
14612 - type: "plot"
14613   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14614   algorithm: "plot_tsa_name"
14615   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14616   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14617   include:
14618     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14619     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14620     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14621     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14622     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14623     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14624   layout:
14625     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14626     layout: "plot-throughput-speedup-analysis"
14627
14628 - type: "plot"
14629   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14630   algorithm: "plot_tsa_name"
14631   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14632   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14633   include:
14634     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14635     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14636     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14637     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14638     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14639     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14640   layout:
14641     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14642     layout: "plot-throughput-speedup-analysis"
14643
14644 - type: "plot"
14645   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14646   algorithm: "plot_tsa_name"
14647   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14648   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14649   include:
14650     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14651     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14652     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14653     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14654     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14655   layout:
14656     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14657     layout: "plot-throughput-speedup-analysis"
14658
14659 - type: "plot"
14660   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14661   algorithm: "plot_tsa_name"
14662   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14664   include:
14665     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14666     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14667     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14668     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14669     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14670   layout:
14671     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14672     layout: "plot-throughput-speedup-analysis"
14673
14674 - type: "plot"
14675   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14676   algorithm: "plot_tsa_name"
14677   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14678   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14679   include:
14680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14685   layout:
14686     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14687     layout: "plot-throughput-speedup-analysis"
14688
14689 - type: "plot"
14690   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14691   algorithm: "plot_tsa_name"
14692   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14693   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14694   include:
14695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14700   layout:
14701     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14702     layout: "plot-throughput-speedup-analysis"
14703
14704 - type: "plot"
14705   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14706   algorithm: "plot_tsa_name"
14707   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14709   include:
14710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14711     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14714   layout:
14715     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14716     layout: "plot-throughput-speedup-analysis"
14717
14718 - type: "plot"
14719   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14720   algorithm: "plot_tsa_name"
14721   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14723   include:
14724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14727     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14728   layout:
14729     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14730     layout: "plot-throughput-speedup-analysis"
14731
14732 - type: "plot"
14733   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14734   algorithm: "plot_tsa_name"
14735   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14736   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14737   include:
14738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14744   layout:
14745     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14746     layout: "plot-throughput-speedup-analysis"
14747
14748 - type: "plot"
14749   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14750   algorithm: "plot_tsa_name"
14751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14753   include:
14754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14757     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14760   layout:
14761     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14762     layout: "plot-throughput-speedup-analysis"
14763
14764 - type: "plot"
14765   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14766   algorithm: "plot_tsa_name"
14767   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14769   include:
14770     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14771     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14773     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14776   layout:
14777     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14778     layout: "plot-throughput-speedup-analysis"
14779
14780 - type: "plot"
14781   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14782   algorithm: "plot_tsa_name"
14783   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14785   include:
14786     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14787     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14792   layout:
14793     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14794     layout: "plot-throughput-speedup-analysis"
14795
14796 - type: "plot"
14797   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14798   algorithm: "plot_tsa_name"
14799   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14801   include:
14802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14808   layout:
14809     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14810     layout: "plot-throughput-speedup-analysis"
14811
14812 - type: "plot"
14813   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14814   algorithm: "plot_tsa_name"
14815   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14817   include:
14818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14824   layout:
14825     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14826     layout: "plot-throughput-speedup-analysis"
14827
14828 - type: "plot"
14829   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14830   algorithm: "plot_tsa_name"
14831   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14832   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14833   include:
14834     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14835     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14836     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14837     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14838     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14839     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14840   layout:
14841     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14842     layout: "plot-throughput-speedup-analysis"
14843
14844 - type: "plot"
14845   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14846   algorithm: "plot_tsa_name"
14847   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14848   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14849   include:
14850     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14851     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14852     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14853     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14854     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14855     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14856   layout:
14857     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14858     layout: "plot-throughput-speedup-analysis"
14859
14860 - type: "plot"
14861   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14862   algorithm: "plot_tsa_name"
14863   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14865   include:
14866     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14867     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14868     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14869     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14870     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14871     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14872   layout:
14873     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14874     layout: "plot-throughput-speedup-analysis"
14875
14876 - type: "plot"
14877   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14878   algorithm: "plot_tsa_name"
14879   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14880   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14881   include:
14882     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14883     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14884     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14885     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14886     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14887     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14888   layout:
14889     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14890     layout: "plot-throughput-speedup-analysis"
14891
14892 - type: "plot"
14893   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14894   algorithm: "plot_tsa_name"
14895   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14896   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14897   include:
14898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14903   layout:
14904     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14905     layout: "plot-throughput-speedup-analysis"
14906
14907 - type: "plot"
14908   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14909   algorithm: "plot_tsa_name"
14910   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14911   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14912   include:
14913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14918   layout:
14919     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14920     layout: "plot-throughput-speedup-analysis"
14921
14922 - type: "plot"
14923   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14924   algorithm: "plot_tsa_name"
14925   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14927   include:
14928     - "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"
14929     - "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"
14930     - "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"
14931     - "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"
14932     - "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"
14933   layout:
14934     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14935     layout: "plot-throughput-speedup-analysis"
14936
14937 - type: "plot"
14938   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14939   algorithm: "plot_tsa_name"
14940   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14942   include:
14943     - "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"
14944     - "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"
14945     - "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"
14946     - "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"
14947     - "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"
14948   layout:
14949     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14950     layout: "plot-throughput-speedup-analysis"
14951
14952 - type: "plot"
14953   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14954   algorithm: "plot_tsa_name"
14955   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14957   include:
14958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14963   layout:
14964     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14965     layout: "plot-throughput-speedup-analysis"
14966
14967 - type: "plot"
14968   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14969   algorithm: "plot_tsa_name"
14970   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14971   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14972   include:
14973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14978   layout:
14979     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14980     layout: "plot-throughput-speedup-analysis"
14981
14982 - type: "plot"
14983   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14984   algorithm: "plot_tsa_name"
14985   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14986   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14987   include:
14988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14993   layout:
14994     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14995     layout: "plot-throughput-speedup-analysis"
14996
14997 - type: "plot"
14998   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14999   algorithm: "plot_tsa_name"
15000   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15002   include:
15003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15008   layout:
15009     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15010     layout: "plot-throughput-speedup-analysis"
15011
15012 - type: "plot"
15013   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15014   algorithm: "plot_tsa_name"
15015   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15016   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15017   include:
15018     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15019     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15020     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15021     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15023   layout:
15024     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15025     layout: "plot-throughput-speedup-analysis"
15026
15027 - type: "plot"
15028   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15029   algorithm: "plot_tsa_name"
15030   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15031   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15032   include:
15033     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15034     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15035     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15036     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15037     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15038   layout:
15039     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15040     layout: "plot-throughput-speedup-analysis"
15041
15042 - type: "plot"
15043   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15044   algorithm: "plot_tsa_name"
15045   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15046   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15047   include:
15048     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15049     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15050     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15051     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15052     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15053   layout:
15054     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15055     layout: "plot-throughput-speedup-analysis"
15056
15057 - type: "plot"
15058   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15059   algorithm: "plot_tsa_name"
15060   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15061   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15062   include:
15063     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15064     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15065     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15066     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15067     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15068   layout:
15069     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15070     layout: "plot-throughput-speedup-analysis"
15071
15072 - type: "plot"
15073   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15074   algorithm: "plot_tsa_name"
15075   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15076   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15077   include:
15078     - "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"
15079     - "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"
15080     - "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"
15081     - "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"
15082   layout:
15083     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15084     layout: "plot-throughput-speedup-analysis"
15085
15086 - type: "plot"
15087   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15088   algorithm: "plot_tsa_name"
15089   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15090   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15091   include:
15092     - "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"
15093     - "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"
15094     - "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"
15095     - "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"
15096   layout:
15097     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15098     layout: "plot-throughput-speedup-analysis"
15099
15100 - type: "plot"
15101   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15102   algorithm: "plot_tsa_name"
15103   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15105   include:
15106     - "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"
15107     - "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"
15108     - "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"
15109     - "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"
15110   layout:
15111     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15112     layout: "plot-throughput-speedup-analysis"
15113
15114 - type: "plot"
15115   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15116   algorithm: "plot_tsa_name"
15117   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15119   include:
15120     - "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"
15121     - "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"
15122     - "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"
15123     - "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"
15124   layout:
15125     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15126     layout: "plot-throughput-speedup-analysis"
15127
15128 - type: "plot"
15129   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15130   algorithm: "plot_tsa_name"
15131   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15133   include:
15134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15140   layout:
15141     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15142     layout: "plot-throughput-speedup-analysis"
15143
15144 - type: "plot"
15145   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15146   algorithm: "plot_tsa_name"
15147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15149   include:
15150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15156   layout:
15157     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15158     layout: "plot-throughput-speedup-analysis"
15159
15160 - type: "plot"
15161   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15162   algorithm: "plot_tsa_name"
15163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15165   include:
15166     - "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"
15167     - "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"
15168     - "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"
15169     - "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"
15170     - "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"
15171     - "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"
15172   layout:
15173     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15174     layout: "plot-throughput-speedup-analysis"
15175
15176 - type: "plot"
15177   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15178   algorithm: "plot_tsa_name"
15179   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15181   include:
15182     - "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"
15183     - "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"
15184     - "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"
15185     - "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"
15186     - "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"
15187     - "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"
15188   layout:
15189     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15190     layout: "plot-throughput-speedup-analysis"
15191
15192 - type: "plot"
15193   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15194   algorithm: "plot_tsa_name"
15195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15197   include:
15198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15204   layout:
15205     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15206     layout: "plot-throughput-speedup-analysis"
15207
15208 - type: "plot"
15209   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15210   algorithm: "plot_tsa_name"
15211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15213   include:
15214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15220   layout:
15221     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15222     layout: "plot-throughput-speedup-analysis"
15223
15224 - type: "plot"
15225   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15226   algorithm: "plot_tsa_name"
15227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15229   include:
15230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15235   layout:
15236     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15237     layout: "plot-throughput-speedup-analysis"
15238
15239 - type: "plot"
15240   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15241   algorithm: "plot_tsa_name"
15242   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15244   include:
15245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15250   layout:
15251     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15252     layout: "plot-throughput-speedup-analysis"
15253
15254 - type: "plot"
15255   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15256   algorithm: "plot_tsa_name"
15257   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15259   include:
15260     - "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"
15261     - "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"
15262   layout:
15263     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15264     layout: "plot-throughput-speedup-analysis"
15265
15266 - type: "plot"
15267   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15268   algorithm: "plot_tsa_name"
15269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15271   include:
15272     - "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"
15273     - "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"
15274   layout:
15275     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15276     layout: "plot-throughput-speedup-analysis"
15277
15278 - type: "plot"
15279   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15280   algorithm: "plot_tsa_name"
15281   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15283   include:
15284     - "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"
15285     - "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"
15286   layout:
15287     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15288     layout: "plot-throughput-speedup-analysis"
15289
15290 - type: "plot"
15291   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15292   algorithm: "plot_tsa_name"
15293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15295   include:
15296     - "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"
15297     - "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"
15298   layout:
15299     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15300     layout: "plot-throughput-speedup-analysis"
15301
15302 - type: "plot"
15303   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15304   algorithm: "plot_tsa_name"
15305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15307   include:
15308     - "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"
15309     - "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"
15310     - "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"
15311     - "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"
15312     - "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"
15313     - "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"
15314   layout:
15315     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15316     layout: "plot-throughput-speedup-analysis"
15317
15318 - type: "plot"
15319   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15320   algorithm: "plot_tsa_name"
15321   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15323   include:
15324     - "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"
15325     - "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"
15326     - "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"
15327     - "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"
15328     - "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"
15329     - "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"
15330   layout:
15331     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15332     layout: "plot-throughput-speedup-analysis"
15333
15334 - type: "plot"
15335   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15336   algorithm: "plot_tsa_name"
15337   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15338   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15339   include:
15340     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15341     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15342     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15343     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15344     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15345   layout:
15346     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15347     layout: "plot-throughput-speedup-analysis"
15348
15349 - type: "plot"
15350   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15351   algorithm: "plot_tsa_name"
15352   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15353   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15354   include:
15355     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15356     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15357     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15358     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15359     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15360   layout:
15361     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15362     layout: "plot-throughput-speedup-analysis"
15363
15364 - type: "plot"
15365   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15366   algorithm: "plot_tsa_name"
15367   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15368   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15369   include:
15370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15375   layout:
15376     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15377     layout: "plot-throughput-speedup-analysis"
15378
15379 - type: "plot"
15380   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15381   algorithm: "plot_tsa_name"
15382   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15383   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15384   include:
15385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15390   layout:
15391     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15392     layout: "plot-throughput-speedup-analysis"
15393
15394 - type: "plot"
15395   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15396   algorithm: "plot_tsa_name"
15397   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15398   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15399   include:
15400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15404   layout:
15405     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15406     layout: "plot-throughput-speedup-analysis"
15407
15408 - type: "plot"
15409   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15410   algorithm: "plot_tsa_name"
15411   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15412   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15413   include:
15414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15418   layout:
15419     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15420     layout: "plot-throughput-speedup-analysis"
15421
15422 - type: "plot"
15423   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15424   algorithm: "plot_tsa_name"
15425   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15426   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15427   include:
15428     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15429     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15430     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15431     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15432   layout:
15433     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15434     layout: "plot-throughput-speedup-analysis"
15435
15436 - type: "plot"
15437   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15438   algorithm: "plot_tsa_name"
15439   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15440   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15441   include:
15442     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15443     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15444     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15445     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15446   layout:
15447     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15448     layout: "plot-throughput-speedup-analysis"
15449
15450 - type: "plot"
15451   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15452   algorithm: "plot_tsa_name"
15453   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15454   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15455   include:
15456     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15457     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15458     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15459     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15460     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15461   layout:
15462     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15463     layout: "plot-throughput-speedup-analysis"
15464
15465 - type: "plot"
15466   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15467   algorithm: "plot_tsa_name"
15468   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15469   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15470   include:
15471     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15472     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15473     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15474     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15475     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15476   layout:
15477     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15478     layout: "plot-throughput-speedup-analysis"
15479
15480 - type: "plot"
15481   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15482   algorithm: "plot_tsa_name"
15483   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15484   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15485   include:
15486     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15487     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15488     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15489     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15490     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15491     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15492   layout:
15493     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15494     layout: "plot-throughput-speedup-analysis"
15495
15496 - type: "plot"
15497   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15498   algorithm: "plot_tsa_name"
15499   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15500   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15501   include:
15502     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15504     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15505     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15506     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15507     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15508   layout:
15509     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15510     layout: "plot-throughput-speedup-analysis"
15511
15512 - type: "plot"
15513   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15514   algorithm: "plot_tsa_name"
15515   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15516   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15517   include:
15518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15522   layout:
15523     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15524     layout: "plot-throughput-speedup-analysis"
15525
15526 - type: "plot"
15527   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15528   algorithm: "plot_tsa_name"
15529   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15530   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15531   include:
15532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15536   layout:
15537     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15538     layout: "plot-throughput-speedup-analysis"
15539
15540 - type: "plot"
15541   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15542   algorithm: "plot_tsa_name"
15543   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15544   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15545   include:
15546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15552   layout:
15553     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15554     layout: "plot-throughput-speedup-analysis"
15555
15556 - type: "plot"
15557   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15558   algorithm: "plot_tsa_name"
15559   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15560   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15561   include:
15562     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15568   layout:
15569     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15570     layout: "plot-throughput-speedup-analysis"
15571
15572 - type: "plot"
15573   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15574   algorithm: "plot_tsa_name"
15575   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15576   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15577   include:
15578     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15584   layout:
15585     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15586     layout: "plot-throughput-speedup-analysis"
15587
15588 - type: "plot"
15589   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15590   algorithm: "plot_tsa_name"
15591   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15592   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15593   include:
15594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15600   layout:
15601     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15602     layout: "plot-throughput-speedup-analysis"
15603
15604 - type: "plot"
15605   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15606   algorithm: "plot_tsa_name"
15607   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15608   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15609   include:
15610     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15611     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15612     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15613     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15614     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15615     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15616   layout:
15617     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15618     layout: "plot-throughput-speedup-analysis"
15619
15620 - type: "plot"
15621   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15622   algorithm: "plot_tsa_name"
15623   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15624   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15625   include:
15626     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15627     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15628     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15629     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15630     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15631     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15632   layout:
15633     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15634     layout: "plot-throughput-speedup-analysis"
15635
15636 - type: "plot"
15637   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15638   algorithm: "plot_tsa_name"
15639   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15640   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15641   include:
15642     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15643     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15644     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15645     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15646     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15647     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15648   layout:
15649     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15650     layout: "plot-throughput-speedup-analysis"
15651
15652 - type: "plot"
15653   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15654   algorithm: "plot_tsa_name"
15655   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15656   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15657   include:
15658     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15659     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15660     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15661     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15662     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15663     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15664   layout:
15665     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15666     layout: "plot-throughput-speedup-analysis"
15667
15668 - type: "plot"
15669   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15670   algorithm: "plot_tsa_name"
15671   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15672   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15673   include:
15674     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15675     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15676     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15677     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15678     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15679     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15680   layout:
15681     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15682     layout: "plot-throughput-speedup-analysis"
15683
15684 - type: "plot"
15685   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15686   algorithm: "plot_tsa_name"
15687   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15688   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15689   include:
15690     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15691     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15692     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15693     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15694     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15695     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15696   layout:
15697     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15698     layout: "plot-throughput-speedup-analysis"
15699
15700 #- type: "plot"
15701 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15702 #  algorithm: "plot_tsa_name"
15703 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15704 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15705 #  include:
15706 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15707 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15708 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15709 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15710 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15711 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15712 #  layout:
15713 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15714 #    layout: "plot-throughput-speedup-analysis"
15715 #
15716 #- type: "plot"
15717 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15718 #  algorithm: "plot_tsa_name"
15719 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15720 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15721 #  include:
15722 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15723 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15724 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15725 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15726 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15727 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15728 #  layout:
15729 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15730 #    layout: "plot-throughput-speedup-analysis"
15731
15732 #- type: "plot"
15733 #  title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15734 #  algorithm: "plot_tsa_name"
15735 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15736 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15737 #  include:
15738 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15739 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15740 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15741 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15742 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15743 #  layout:
15744 #    title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15745 #    layout: "plot-throughput-speedup-analysis"
15746 #
15747 #- type: "plot"
15748 #  title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15749 #  algorithm: "plot_tsa_name"
15750 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15751 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15752 #  include:
15753 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15754 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15755 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15756 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15757 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15758 #  layout:
15759 #    title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15760 #    layout: "plot-throughput-speedup-analysis"
15761 #
15762 #- type: "plot"
15763 #  title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15764 #  algorithm: "plot_tsa_name"
15765 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15766 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15767 #  include:
15768 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15769 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15770 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15771 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15772 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15773 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15774 #  layout:
15775 #    title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15776 #    layout: "plot-throughput-speedup-analysis"
15777 #
15778 #- type: "plot"
15779 #  title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15780 #  algorithm: "plot_tsa_name"
15781 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15782 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15783 #  include:
15784 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15785 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15786 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15787 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15788 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15789 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15790 #  layout:
15791 #    title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15792 #    layout: "plot-throughput-speedup-analysis"
15793 #
15794 #- type: "plot"
15795 #  title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15796 #  algorithm: "plot_tsa_name"
15797 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15798 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15799 #  include:
15800 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15801 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15802 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15803 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15804 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15805 #  layout:
15806 #    title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15807 #    layout: "plot-throughput-speedup-analysis"
15808 #
15809 #- type: "plot"
15810 #  title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15811 #  algorithm: "plot_tsa_name"
15812 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15813 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15814 #  include:
15815 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15816 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15817 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15818 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15819 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15820 #  layout:
15821 #    title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15822 #    layout: "plot-throughput-speedup-analysis"
15823 #
15824 #- type: "plot"
15825 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15826 #  algorithm: "plot_tsa_name"
15827 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15828 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15829 #  include:
15830 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15831 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15832 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15833 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15834 #  layout:
15835 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15836 #    layout: "plot-throughput-speedup-analysis"
15837 #
15838 #- type: "plot"
15839 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15840 #  algorithm: "plot_tsa_name"
15841 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15842 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15843 #  include:
15844 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15845 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15846 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15847 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15848 #  layout:
15849 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15850 #    layout: "plot-throughput-speedup-analysis"
15851 #
15852 #- type: "plot"
15853 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15854 #  algorithm: "plot_tsa_name"
15855 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15856 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15857 #  include:
15858 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15859 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15860 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15861 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15862 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15863 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15864 #  layout:
15865 #    title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15866 #    layout: "plot-throughput-speedup-analysis"
15867 #
15868 #- type: "plot"
15869 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15870 #  algorithm: "plot_tsa_name"
15871 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15872 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15873 #  include:
15874 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15875 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15876 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15877 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15878 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15879 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15880 #  layout:
15881 #    title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15882 #    layout: "plot-throughput-speedup-analysis"
15883 #
15884 #- type: "plot"
15885 #  title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15886 #  algorithm: "plot_tsa_name"
15887 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15888 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15889 #  include:
15890 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15891 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15892 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15893 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15894 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15895 #  layout:
15896 #    title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15897 #    layout: "plot-throughput-speedup-analysis"
15898 #
15899 #- type: "plot"
15900 #  title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15901 #  algorithm: "plot_tsa_name"
15902 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15903 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15904 #  include:
15905 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15906 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15907 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15908 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15909 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15910 #  layout:
15911 #    title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15912 #    layout: "plot-throughput-speedup-analysis"
15913 #
15914 #- type: "plot"
15915 #  title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15916 #  algorithm: "plot_tsa_name"
15917 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15918 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15919 #  include:
15920 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15921 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15922 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15923 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15924 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15925 #  layout:
15926 #    title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15927 #    layout: "plot-throughput-speedup-analysis"
15928 #
15929 #- type: "plot"
15930 #  title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15931 #  algorithm: "plot_tsa_name"
15932 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15933 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15934 #  include:
15935 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15936 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15937 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15938 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15939 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15940 #  layout:
15941 #    title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15942 #    layout: "plot-throughput-speedup-analysis"
15943 #
15944 #- type: "plot"
15945 #  title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15946 #  algorithm: "plot_tsa_name"
15947 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15948 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15949 #  include:
15950 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15951 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15952 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15953 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15954 #  layout:
15955 #    title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15956 #    layout: "plot-throughput-speedup-analysis"
15957 #
15958 #- type: "plot"
15959 #  title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15960 #  algorithm: "plot_tsa_name"
15961 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15962 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15963 #  include:
15964 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15965 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15966 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15967 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15968 #  layout:
15969 #    title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15970 #    layout: "plot-throughput-speedup-analysis"
15971 #
15972 #- type: "plot"
15973 #  title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15974 #  algorithm: "plot_tsa_name"
15975 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15976 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15977 #  include:
15978 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15979 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15980 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15981 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15982 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15983 #  layout:
15984 #    title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15985 #    layout: "plot-throughput-speedup-analysis"
15986 #
15987 #- type: "plot"
15988 #  title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15989 #  algorithm: "plot_tsa_name"
15990 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15991 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15992 #  include:
15993 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15994 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15995 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15996 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15997 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15998 #  layout:
15999 #    title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16000 #    layout: "plot-throughput-speedup-analysis"
16001 #
16002 #- type: "plot"
16003 #  title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16004 #  algorithm: "plot_tsa_name"
16005 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16006 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16007 #  include:
16008 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16009 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16010 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16011 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16012 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16013 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16014 #  layout:
16015 #    title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16016 #    layout: "plot-throughput-speedup-analysis"
16017 #
16018 #- type: "plot"
16019 #  title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16020 #  algorithm: "plot_tsa_name"
16021 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16022 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16023 #  include:
16024 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16025 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16026 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16027 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16028 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16029 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16030 #  layout:
16031 #    title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16032 #    layout: "plot-throughput-speedup-analysis"
16033 #
16034 #- type: "plot"
16035 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16036 #  algorithm: "plot_tsa_name"
16037 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16038 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16039 #  include:
16040 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16041 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16042 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16043 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16044 #  layout:
16045 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16046 #    layout: "plot-throughput-speedup-analysis"
16047 #
16048 #- type: "plot"
16049 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16050 #  algorithm: "plot_tsa_name"
16051 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16052 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16053 #  include:
16054 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16055 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16056 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16057 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16058 #  layout:
16059 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16060 #    layout: "plot-throughput-speedup-analysis"
16061 #
16062 #- type: "plot"
16063 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16064 #  algorithm: "plot_tsa_name"
16065 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16066 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16067 #  include:
16068 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16069 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16070 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16071 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16072 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16073 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16074 #  layout:
16075 #    title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16076 #    layout: "plot-throughput-speedup-analysis"
16077 #
16078 #- type: "plot"
16079 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16080 #  algorithm: "plot_tsa_name"
16081 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16082 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16083 #  include:
16084 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16085 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16086 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16087 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16088 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16089 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16090 #  layout:
16091 #    title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16092 #    layout: "plot-throughput-speedup-analysis"
16093 #
16094 #- type: "plot"
16095 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16096 #  algorithm: "plot_tsa_name"
16097 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16098 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16099 #  include:
16100 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16101 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16102 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16103 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16104 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16105 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16106 #  layout:
16107 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16108 #    layout: "plot-throughput-speedup-analysis"
16109 #
16110 #- type: "plot"
16111 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16112 #  algorithm: "plot_tsa_name"
16113 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16114 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16115 #  include:
16116 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16117 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16118 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16119 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16120 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16121 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16122 #  layout:
16123 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16124 #    layout: "plot-throughput-speedup-analysis"
16125
16126 #- type: "plot"
16127 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16128 #  algorithm: "plot_tsa_name"
16129 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16130 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16131 #  include:
16132 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16133 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16134 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16135 #  layout:
16136 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16137 #    layout: "plot-throughput-speedup-analysis"
16138 #
16139 #- type: "plot"
16140 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16141 #  algorithm: "plot_tsa_name"
16142 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16143 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16144 #  include:
16145 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16146 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16147 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16148 #  layout:
16149 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16150 #    layout: "plot-throughput-speedup-analysis"
16151
16152 ################################################################################
16153
16154 # Packet Throughput - DPDK
16155
16156 # 2n-skx-xxv710
16157
16158 - type: "plot"
16159   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16160   algorithm: "plot_perf_box_name"
16161   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16162   data: "plot-dpdk-throughput-latency-2n-skx"
16163   include:
16164     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16165     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16166   layout:
16167     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16168     layout: "plot-throughput"
16169
16170 - type: "plot"
16171   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16172   algorithm: "plot_perf_box_name"
16173   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16174   data: "plot-dpdk-throughput-latency-2n-skx"
16175   include:
16176     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16177     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16178   layout:
16179     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16180     layout: "plot-throughput"
16181
16182 - type: "plot"
16183   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16184   algorithm: "plot_perf_box_name"
16185   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16186   data: "plot-dpdk-throughput-latency-2n-skx"
16187   include:
16188     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16189     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16190   layout:
16191     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16192     layout: "plot-throughput"
16193
16194 - type: "plot"
16195   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16196   algorithm: "plot_perf_box_name"
16197   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16198   data: "plot-dpdk-throughput-latency-2n-skx"
16199   include:
16200     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16201     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16202   layout:
16203     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16204     layout: "plot-throughput"
16205
16206 # 2n-skx-x710
16207
16208 - type: "plot"
16209   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16210   algorithm: "plot_perf_box_name"
16211   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16212   data: "plot-dpdk-throughput-latency-2n-skx"
16213   include:
16214     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16215     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16216   layout:
16217     title: "2n-skx-x710-64b-2t1c-base-ndr"
16218     layout: "plot-throughput"
16219
16220 - type: "plot"
16221   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16222   algorithm: "plot_perf_box_name"
16223   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16224   data: "plot-dpdk-throughput-latency-2n-skx"
16225   include:
16226     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16227     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16228   layout:
16229     title: "2n-skx-x710-64b-4t2c-base-ndr"
16230     layout: "plot-throughput"
16231
16232 - type: "plot"
16233   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16234   algorithm: "plot_perf_box_name"
16235   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16236   data: "plot-dpdk-throughput-latency-2n-skx"
16237   include:
16238     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16239     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16240   layout:
16241     title: "2n-skx-x710-64b-2t1c-base-pdr"
16242     layout: "plot-throughput"
16243
16244 - type: "plot"
16245   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16246   algorithm: "plot_perf_box_name"
16247   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16248   data: "plot-dpdk-throughput-latency-2n-skx"
16249   include:
16250     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16251     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16252   layout:
16253     title: "2n-skx-x710-64b-4t2c-base-pdr"
16254     layout: "plot-throughput"
16255
16256 # 3n-skx-xxv710
16257
16258 - type: "plot"
16259   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16260   algorithm: "plot_perf_box_name"
16261   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16262   data: "plot-dpdk-throughput-latency-3n-skx"
16263   include:
16264     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16265     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16266   layout:
16267     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16268     layout: "plot-throughput"
16269
16270 - type: "plot"
16271   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16272   algorithm: "plot_perf_box_name"
16273   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16274   data: "plot-dpdk-throughput-latency-3n-skx"
16275   include:
16276     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16277     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16278   layout:
16279     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16280     layout: "plot-throughput"
16281
16282 - type: "plot"
16283   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16284   algorithm: "plot_perf_box_name"
16285   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16286   data: "plot-dpdk-throughput-latency-3n-skx"
16287   include:
16288     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16289     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16290   layout:
16291     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16292     layout: "plot-throughput"
16293
16294 - type: "plot"
16295   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16296   algorithm: "plot_perf_box_name"
16297   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16298   data: "plot-dpdk-throughput-latency-3n-skx"
16299   include:
16300     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16301     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16302   layout:
16303     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16304     layout: "plot-throughput"
16305
16306 # 3n-skx-x710
16307
16308 - type: "plot"
16309   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16310   algorithm: "plot_perf_box_name"
16311   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16312   data: "plot-dpdk-throughput-latency-3n-skx"
16313   include:
16314     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16315     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16316   layout:
16317     title: "3n-skx-x710-64b-2t1c-base-ndr"
16318     layout: "plot-throughput"
16319
16320 - type: "plot"
16321   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16322   algorithm: "plot_perf_box_name"
16323   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16324   data: "plot-dpdk-throughput-latency-3n-skx"
16325   include:
16326     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16327     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16328   layout:
16329     title: "3n-skx-x710-64b-4t2c-base-ndr"
16330     layout: "plot-throughput"
16331
16332 - type: "plot"
16333   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16334   algorithm: "plot_perf_box_name"
16335   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16336   data: "plot-dpdk-throughput-latency-3n-skx"
16337   include:
16338     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16339     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16340   layout:
16341     title: "3n-skx-x710-64b-2t1c-base-pdr"
16342     layout: "plot-throughput"
16343
16344 - type: "plot"
16345   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16346   algorithm: "plot_perf_box_name"
16347   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16348   data: "plot-dpdk-throughput-latency-3n-skx"
16349   include:
16350     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16351     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16352   layout:
16353     title: "3n-skx-x710-64b-4t2c-base-pdr"
16354     layout: "plot-throughput"
16355
16356 # 3n-hsw-xl710
16357
16358 - type: "plot"
16359   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16360   algorithm: "plot_perf_box_name"
16361   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16362   data: "plot-dpdk-throughput-latency-3n-hsw"
16363   include:
16364     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16365     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16366   layout:
16367     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16368     layout: "plot-throughput"
16369
16370 - type: "plot"
16371   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16372   algorithm: "plot_perf_box_name"
16373   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16374   data: "plot-dpdk-throughput-latency-3n-hsw"
16375   include:
16376     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16377     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16378   layout:
16379     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16380     layout: "plot-throughput"
16381
16382 - type: "plot"
16383   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16384   algorithm: "plot_perf_box_name"
16385   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16386   data: "plot-dpdk-throughput-latency-3n-hsw"
16387   include:
16388     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16389     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16390   layout:
16391     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16392     layout: "plot-throughput"
16393
16394 - type: "plot"
16395   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16396   algorithm: "plot_perf_box_name"
16397   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16398   data: "plot-dpdk-throughput-latency-3n-hsw"
16399   include:
16400     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16401     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16402   layout:
16403     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16404     layout: "plot-throughput"
16405
16406 # 3n-hsw-x710
16407
16408 - type: "plot"
16409   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16410   algorithm: "plot_perf_box_name"
16411   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16412   data: "plot-dpdk-throughput-latency-3n-hsw"
16413   include:
16414     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16415     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16416   layout:
16417     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16418     layout: "plot-throughput"
16419
16420 - type: "plot"
16421   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16422   algorithm: "plot_perf_box_name"
16423   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16424   data: "plot-dpdk-throughput-latency-3n-hsw"
16425   include:
16426     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16427     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16428   layout:
16429     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16430     layout: "plot-throughput"
16431
16432 - type: "plot"
16433   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16434   algorithm: "plot_perf_box_name"
16435   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16436   data: "plot-dpdk-throughput-latency-3n-hsw"
16437   include:
16438     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16439     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16440   layout:
16441     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16442     layout: "plot-throughput"
16443
16444 - type: "plot"
16445   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16446   algorithm: "plot_perf_box_name"
16447   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16448   data: "plot-dpdk-throughput-latency-3n-hsw"
16449   include:
16450     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16451     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16452   layout:
16453     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16454     layout: "plot-throughput"
16455
16456 ## 2n-dnv-x553
16457 #
16458 #- type: "plot"
16459 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16460 #  algorithm: "plot_perf_box_name"
16461 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16462 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16463 #  include:
16464 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16465 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16466 #  layout:
16467 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16468 #    layout: "plot-throughput"
16469 #
16470 #- type: "plot"
16471 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16472 #  algorithm: "plot_perf_box_name"
16473 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16474 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16475 #  include:
16476 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16477 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16478 #  layout:
16479 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
16480 #    layout: "plot-throughput"
16481 #
16482 #- type: "plot"
16483 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16484 #  algorithm: "plot_perf_box_name"
16485 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16486 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16487 #  include:
16488 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16489 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16490 #  layout:
16491 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
16492 #    layout: "plot-throughput"
16493 #
16494 #- type: "plot"
16495 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16496 #  algorithm: "plot_perf_box_name"
16497 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16498 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16499 #  include:
16500 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16501 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16502 #  layout:
16503 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
16504 #    layout: "plot-throughput"
16505 #
16506 ## 3n-dnv-x553
16507 #
16508 #- type: "plot"
16509 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16510 #  algorithm: "plot_perf_box_name"
16511 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16512 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16513 #  include:
16514 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16515 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16516 #  layout:
16517 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
16518 #    layout: "plot-throughput"
16519 #
16520 #- type: "plot"
16521 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16522 #  algorithm: "plot_perf_box_name"
16523 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16524 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16525 #  include:
16526 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16527 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16528 #  layout:
16529 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
16530 #    layout: "plot-throughput"
16531 #
16532 #- type: "plot"
16533 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16534 #  algorithm: "plot_perf_box_name"
16535 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16536 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16537 #  include:
16538 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16539 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16540 #  layout:
16541 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
16542 #    layout: "plot-throughput"
16543 #
16544 #- type: "plot"
16545 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16546 #  algorithm: "plot_perf_box_name"
16547 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16548 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16549 #  include:
16550 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16551 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16552 #  layout:
16553 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
16554 #    layout: "plot-throughput"
16555
16556 # 3n-tsh-x520
16557
16558 - type: "plot"
16559   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16560   algorithm: "plot_perf_box_name"
16561   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16562   data: "plot-dpdk-throughput-latency-3n-tsh"
16563   include:
16564     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16565     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16566   layout:
16567     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16568     layout: "plot-throughput"
16569
16570 - type: "plot"
16571   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16572   algorithm: "plot_perf_box_name"
16573   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16574   data: "plot-dpdk-throughput-latency-3n-tsh"
16575   include:
16576     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16577     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16578   layout:
16579     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16580     layout: "plot-throughput"
16581
16582 - type: "plot"
16583   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16584   algorithm: "plot_perf_box_name"
16585   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16586   data: "plot-dpdk-throughput-latency-3n-tsh"
16587   include:
16588     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16589     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16590   layout:
16591     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16592     layout: "plot-throughput"
16593
16594 - type: "plot"
16595   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16596   algorithm: "plot_perf_box_name"
16597   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16598   data: "plot-dpdk-throughput-latency-3n-tsh"
16599   include:
16600     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16601     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16602   layout:
16603     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16604     layout: "plot-throughput"
16605
16606 ################################################################################
16607 ###   2n-clx                                                                 ###
16608 ################################################################################
16609
16610 # Packet Throughput
16611
16612 - type: "plot"
16613   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16614   algorithm: "plot_perf_box_name"
16615   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16616   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16617   include:
16618     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16619     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16620     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16621     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16622   layout:
16623     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16624     layout: "plot-throughput"
16625
16626 - type: "plot"
16627   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16628   algorithm: "plot_perf_box_name"
16629   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16631   include:
16632     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16633     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16634     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16635     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16636   layout:
16637     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16638     layout: "plot-throughput"
16639
16640 - type: "plot"
16641   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16642   algorithm: "plot_perf_box_name"
16643   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16644   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16645   include:
16646     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16647     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16648     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16649     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16650   layout:
16651     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16652     layout: "plot-throughput"
16653
16654 - type: "plot"
16655   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16656   algorithm: "plot_perf_box_name"
16657   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16659   include:
16660     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16661     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16662     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16663     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16664   layout:
16665     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16666     layout: "plot-throughput"
16667
16668 - type: "plot"
16669   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16670   algorithm: "plot_perf_box_name"
16671   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16672   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16673   include:
16674     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16675     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16676     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16677     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16678   layout:
16679     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16680     layout: "plot-throughput"
16681
16682 - type: "plot"
16683   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16684   algorithm: "plot_perf_box_name"
16685   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16687   include:
16688     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16689     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16690     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16691     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16692   layout:
16693     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16694     layout: "plot-throughput"
16695
16696 - type: "plot"
16697   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16698   algorithm: "plot_perf_box_name"
16699   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16700   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16701   include:
16702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16708   layout:
16709     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16710     layout: "plot-throughput"
16711
16712 - type: "plot"
16713   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16714   algorithm: "plot_perf_box_name"
16715   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16716   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16717   include:
16718     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16719     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16720     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16721     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16724   layout:
16725     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16726     layout: "plot-throughput"
16727
16728 - type: "plot"
16729   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16730   algorithm: "plot_perf_box_name"
16731   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16733   include:
16734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16738   layout:
16739     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16740     layout: "plot-throughput"
16741
16742 - type: "plot"
16743   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16744   algorithm: "plot_perf_box_name"
16745   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16747   include:
16748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16752   layout:
16753     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16754     layout: "plot-throughput"
16755
16756 - type: "plot"
16757   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16758   algorithm: "plot_perf_box_name"
16759   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16761   include:
16762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16765   layout:
16766     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16767     layout: "plot-throughput"
16768
16769 - type: "plot"
16770   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16771   algorithm: "plot_perf_box_name"
16772   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16774   include:
16775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16778   layout:
16779     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16780     layout: "plot-throughput"
16781
16782 - type: "plot"
16783   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16784   algorithm: "plot_perf_box_name"
16785   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16787   include:
16788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16793   layout:
16794     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16795     layout: "plot-throughput"
16796
16797 - type: "plot"
16798   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16799   algorithm: "plot_perf_box_name"
16800   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16801   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16802   include:
16803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16808   layout:
16809     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16810     layout: "plot-throughput"
16811
16812 - type: "plot"
16813   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16814   algorithm: "plot_perf_box_name"
16815   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16817   include:
16818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16821   layout:
16822     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16823     layout: "plot-throughput"
16824
16825 - type: "plot"
16826   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16827   algorithm: "plot_perf_box_name"
16828   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16830   include:
16831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16834   layout:
16835     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16836     layout: "plot-throughput"
16837
16838 - type: "plot"
16839   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16840   algorithm: "plot_perf_box_name"
16841   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16842   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16843   include:
16844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16850   layout:
16851     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16852     layout: "plot-throughput"
16853
16854 - type: "plot"
16855   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16856   algorithm: "plot_perf_box_name"
16857   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16858   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16859   include:
16860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16866   layout:
16867     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16868     layout: "plot-throughput"
16869
16870 - type: "plot"
16871   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-ndr"
16872   algorithm: "plot_perf_box_name"
16873   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-ndr"
16874   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16875   include:
16876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H1-P63-S63-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p63-s63-ndrpdr"
16878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H16384-P63-S1032192-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H262144-P63-S16515072-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H65536-P63-S4128758-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16882   layout:
16883     title: "2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-ndr"
16884     layout: "plot-throughput"
16885
16886 - type: "plot"
16887   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-pdr"
16888   algorithm: "plot_perf_box_name"
16889   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-pdr"
16890   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16891   include:
16892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H1-P63-S63-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p63-s63-ndrpdr"
16894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H16384-P63-S1032192-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H262144-P63-S16515072-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H65536-P63-S4128758-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16898   layout:
16899     title: "2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-pdr"
16900     layout: "plot-throughput"
16901
16902 - type: "plot"
16903   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16904   algorithm: "plot_perf_box_name"
16905   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16906   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16907   include:
16908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16914   layout:
16915     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16916     layout: "plot-throughput"
16917
16918 - type: "plot"
16919   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16920   algorithm: "plot_perf_box_name"
16921   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16923   include:
16924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16930   layout:
16931     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16932     layout: "plot-throughput"
16933
16934 - type: "plot"
16935   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16936   algorithm: "plot_perf_box_name"
16937   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16939   include:
16940     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16941     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16942   layout:
16943     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16944     layout: "plot-throughput"
16945
16946 - type: "plot"
16947   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16948   algorithm: "plot_perf_box_name"
16949   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16950   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16951   include:
16952     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16953     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16954   layout:
16955     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16956     layout: "plot-throughput"
16957
16958 - type: "plot"
16959   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16960   algorithm: "plot_perf_box_name"
16961   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16963   include:
16964     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16965     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16966     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16967     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16968     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16969     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16970   layout:
16971     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16972     layout: "plot-throughput"
16973
16974 - type: "plot"
16975   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16976   algorithm: "plot_perf_box_name"
16977   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16979   include:
16980     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16981     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16982     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16983     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16984     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16985     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16986   layout:
16987     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16988     layout: "plot-throughput"
16989
16990 - type: "plot"
16991   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16992   algorithm: "plot_perf_box_name"
16993   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16995   include:
16996     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16997     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16998     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16999     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17000     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17001     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17002   layout:
17003     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17004     layout: "plot-throughput"
17005
17006 - type: "plot"
17007   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17008   algorithm: "plot_perf_box_name"
17009   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17010   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17011   include:
17012     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17013     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17014     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17015     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17016     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17017     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17018   layout:
17019     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17020     layout: "plot-throughput"
17021
17022 - type: "plot"
17023   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17024   algorithm: "plot_perf_box_name"
17025   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17026   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17027   include:
17028     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17029     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17030     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17031     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17032     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17033     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17034   layout:
17035     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17036     layout: "plot-throughput"
17037
17038 - type: "plot"
17039   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17040   algorithm: "plot_perf_box_name"
17041   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17043   include:
17044     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17045     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17046     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17047     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17048     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17049     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17050   layout:
17051     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17052     layout: "plot-throughput"
17053
17054 - type: "plot"
17055   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17056   algorithm: "plot_perf_box_name"
17057   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17059   include:
17060     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17061     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17062     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17063     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17064     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17065   layout:
17066     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17067     layout: "plot-throughput"
17068
17069 - type: "plot"
17070   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17071   algorithm: "plot_perf_box_name"
17072   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17074   include:
17075     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17076     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17077     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17078     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17079     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17080   layout:
17081     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17082     layout: "plot-throughput"
17083
17084 - type: "plot"
17085   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17086   algorithm: "plot_perf_box_name"
17087   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17089   include:
17090     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17091     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17092     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17093     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17094     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17095   layout:
17096     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17097     layout: "plot-throughput"
17098
17099 - type: "plot"
17100   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17101   algorithm: "plot_perf_box_name"
17102   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17104   include:
17105     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17106     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17107     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17108     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17109     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17110   layout:
17111     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17112     layout: "plot-throughput"
17113
17114 - type: "plot"
17115   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17116   algorithm: "plot_perf_box_name"
17117   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17119   include:
17120     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17121     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17122     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17123     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17124     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17125   layout:
17126     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17127     layout: "plot-throughput"
17128
17129 - type: "plot"
17130   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17131   algorithm: "plot_perf_box_name"
17132   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17134   include:
17135     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17136     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17137     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17138     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17139     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17140   layout:
17141     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17142     layout: "plot-throughput"
17143
17144 - type: "plot"
17145   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17146   algorithm: "plot_perf_box_name"
17147   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17149   include:
17150     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17152     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17155   layout:
17156     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17157     layout: "plot-throughput"
17158
17159 - type: "plot"
17160   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17161   algorithm: "plot_perf_box_name"
17162   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17164   include:
17165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17167     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17170   layout:
17171     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17172     layout: "plot-throughput"
17173
17174 - type: "plot"
17175   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17176   algorithm: "plot_perf_box_name"
17177   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17179   include:
17180     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17181     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17182     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17183     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17185   layout:
17186     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17187     layout: "plot-throughput"
17188
17189 - type: "plot"
17190   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17191   algorithm: "plot_perf_box_name"
17192   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17194   include:
17195     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17197     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17200   layout:
17201     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17202     layout: "plot-throughput"
17203
17204 - type: "plot"
17205   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17206   algorithm: "plot_perf_box_name"
17207   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17209   include:
17210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17216   layout:
17217     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17218     layout: "plot-throughput"
17219
17220 - type: "plot"
17221   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17222   algorithm: "plot_perf_box_name"
17223   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17225   include:
17226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17232   layout:
17233     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17234     layout: "plot-throughput"
17235
17236 - type: "plot"
17237   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17238   algorithm: "plot_perf_box_name"
17239   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17240   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17241   include:
17242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17246   layout:
17247     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17248     layout: "plot-throughput"
17249
17250 - type: "plot"
17251   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17252   algorithm: "plot_perf_box_name"
17253   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17255   include:
17256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17260   layout:
17261     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17262     layout: "plot-throughput"
17263
17264 - type: "plot"
17265   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17266   algorithm: "plot_perf_box_name"
17267   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17268   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17269   include:
17270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17276   layout:
17277     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17278     layout: "plot-throughput"
17279
17280 - type: "plot"
17281   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17282   algorithm: "plot_perf_box_name"
17283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17285   include:
17286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17292   layout:
17293     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17294     layout: "plot-throughput"
17295
17296 - type: "plot"
17297   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17298   algorithm: "plot_perf_box_name"
17299   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17301   include:
17302     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17306   layout:
17307     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17308     layout: "plot-throughput"
17309
17310 - type: "plot"
17311   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17312   algorithm: "plot_perf_box_name"
17313   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17314   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17315   include:
17316     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17317     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17320   layout:
17321     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17322     layout: "plot-throughput"
17323
17324 - type: "plot"
17325   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17326   algorithm: "plot_perf_box_name"
17327   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17329   include:
17330     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17331     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17332     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17333     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17334     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17335     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17336   layout:
17337     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17338     layout: "plot-throughput"
17339
17340 - type: "plot"
17341   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17342   algorithm: "plot_perf_box_name"
17343   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17345   include:
17346     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17347     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17348     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17349     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17350     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17351     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17352   layout:
17353     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17354     layout: "plot-throughput"
17355
17356 - type: "plot"
17357   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17358   algorithm: "plot_perf_box_name"
17359   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17360   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17361   include:
17362     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17363     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17364     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17365     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17366   layout:
17367     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17368     layout: "plot-throughput"
17369
17370 - type: "plot"
17371   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17372   algorithm: "plot_perf_box_name"
17373   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17375   include:
17376     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17377     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17378     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17379     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17380   layout:
17381     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17382     layout: "plot-throughput"
17383
17384 - type: "plot"
17385   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17386   algorithm: "plot_perf_box_name"
17387   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17389   include:
17390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17395   layout:
17396     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17397     layout: "plot-throughput"
17398
17399 - type: "plot"
17400   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17401   algorithm: "plot_perf_box_name"
17402   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17404   include:
17405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17410   layout:
17411     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17412     layout: "plot-throughput"
17413
17414 - type: "plot"
17415   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17416   algorithm: "plot_perf_box_name"
17417   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17419   include:
17420     - "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"
17421     - "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"
17422     - "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"
17423     - "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"
17424     - "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"
17425   layout:
17426     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17427     layout: "plot-throughput"
17428
17429 - type: "plot"
17430   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17431   algorithm: "plot_perf_box_name"
17432   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17434   include:
17435     - "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"
17436     - "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"
17437     - "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"
17438     - "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"
17439     - "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"
17440   layout:
17441     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17442     layout: "plot-throughput"
17443
17444 - type: "plot"
17445   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17446   algorithm: "plot_perf_box_name"
17447   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17448   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17449   include:
17450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17455   layout:
17456     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17457     layout: "plot-throughput"
17458
17459 - type: "plot"
17460   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17461   algorithm: "plot_perf_box_name"
17462   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17464   include:
17465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17470   layout:
17471     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17472     layout: "plot-throughput"
17473
17474 - type: "plot"
17475   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17476   algorithm: "plot_perf_box_name"
17477   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17479   include:
17480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17485   layout:
17486     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17487     layout: "plot-throughput"
17488
17489 - type: "plot"
17490   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17491   algorithm: "plot_perf_box_name"
17492   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17494   include:
17495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17500   layout:
17501     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17502     layout: "plot-throughput"
17503
17504 - type: "plot"
17505   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17506   algorithm: "plot_perf_box_name"
17507   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17509   include:
17510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17514   layout:
17515     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17516     layout: "plot-throughput"
17517
17518 - type: "plot"
17519   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17520   algorithm: "plot_perf_box_name"
17521   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17523   include:
17524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17527     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17528   layout:
17529     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17530     layout: "plot-throughput"
17531
17532 - type: "plot"
17533   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17534   algorithm: "plot_perf_box_name"
17535   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17536   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17537   include:
17538     - "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"
17539     - "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"
17540     - "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"
17541     - "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"
17542   layout:
17543     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17544     layout: "plot-throughput"
17545
17546 - type: "plot"
17547   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17548   algorithm: "plot_perf_box_name"
17549   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17550   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17551   include:
17552     - "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"
17553     - "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"
17554     - "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"
17555     - "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"
17556   layout:
17557     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17558     layout: "plot-throughput"
17559
17560 - type: "plot"
17561   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17562   algorithm: "plot_perf_box_name"
17563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17565   include:
17566     - "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"
17567     - "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"
17568     - "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"
17569     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17570     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17571     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17572   layout:
17573     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17574     layout: "plot-throughput"
17575
17576 - type: "plot"
17577   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17578   algorithm: "plot_perf_box_name"
17579   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17581   include:
17582     - "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"
17583     - "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"
17584     - "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"
17585     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17586     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17587     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17588   layout:
17589     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17590     layout: "plot-throughput"
17591
17592 ################################################################################
17593
17594 # Packet Speedup
17595
17596 - type: "plot"
17597   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17598   algorithm: "plot_tsa_name"
17599   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17601   include:
17602     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17603     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17604     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17605     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17606   layout:
17607     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17608     layout: "plot-throughput-speedup-analysis"
17609
17610 - type: "plot"
17611   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17612   algorithm: "plot_tsa_name"
17613   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17614   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17615   include:
17616     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17617     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17618     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17619     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17620   layout:
17621     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17622     layout: "plot-throughput-speedup-analysis"
17623
17624 - type: "plot"
17625   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17626   algorithm: "plot_tsa_name"
17627   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17628   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17629   include:
17630     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17631     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17632     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17633     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17634   layout:
17635     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17636     layout: "plot-throughput-speedup-analysis"
17637
17638 - type: "plot"
17639   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17640   algorithm: "plot_tsa_name"
17641   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17642   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17643   include:
17644     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17645     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17646     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17647     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17648   layout:
17649     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17650     layout: "plot-throughput-speedup-analysis"
17651
17652 - type: "plot"
17653   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17654   algorithm: "plot_tsa_name"
17655   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17656   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17657   include:
17658     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17659     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17660     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17661     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17662   layout:
17663     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17664     layout: "plot-throughput-speedup-analysis"
17665
17666 - type: "plot"
17667   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17668   algorithm: "plot_tsa_name"
17669   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17670   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17671   include:
17672     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17673     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17674     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17675     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17676   layout:
17677     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17678     layout: "plot-throughput-speedup-analysis"
17679
17680 - type: "plot"
17681   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17682   algorithm: "plot_tsa_name"
17683   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17684   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17685   include:
17686     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17692   layout:
17693     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17694     layout: "plot-throughput-speedup-analysis"
17695
17696 - type: "plot"
17697   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17698   algorithm: "plot_tsa_name"
17699   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17700   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17701   include:
17702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17708   layout:
17709     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17710     layout: "plot-throughput-speedup-analysis"
17711
17712 - type: "plot"
17713   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17714   algorithm: "plot_tsa_name"
17715   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17716   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17717   include:
17718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17722   layout:
17723     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17724     layout: "plot-throughput-speedup-analysis"
17725
17726 - type: "plot"
17727   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17728   algorithm: "plot_tsa_name"
17729   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17731   include:
17732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17736   layout:
17737     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17738     layout: "plot-throughput-speedup-analysis"
17739
17740 - type: "plot"
17741   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17742   algorithm: "plot_tsa_name"
17743   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17744   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17745   include:
17746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17749   layout:
17750     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17751     layout: "plot-throughput-speedup-analysis"
17752
17753 - type: "plot"
17754   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17755   algorithm: "plot_tsa_name"
17756   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17758   include:
17759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17762   layout:
17763     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17764     layout: "plot-throughput-speedup-analysis"
17765
17766 - type: "plot"
17767   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17768   algorithm: "plot_tsa_name"
17769   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17770   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17771   include:
17772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17777   layout:
17778     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17779     layout: "plot-throughput-speedup-analysis"
17780
17781 - type: "plot"
17782   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17783   algorithm: "plot_tsa_name"
17784   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17785   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17786   include:
17787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17792   layout:
17793     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17794     layout: "plot-throughput-speedup-analysis"
17795
17796 - type: "plot"
17797   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17798   algorithm: "plot_tsa_name"
17799   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17800   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17801   include:
17802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17805   layout:
17806     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17807     layout: "plot-throughput-speedup-analysis"
17808
17809 - type: "plot"
17810   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17811   algorithm: "plot_tsa_name"
17812   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17814   include:
17815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17818   layout:
17819     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17820     layout: "plot-throughput-speedup-analysis"
17821
17822 - type: "plot"
17823   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17824   algorithm: "plot_tsa_name"
17825   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17827   include:
17828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17834   layout:
17835     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17836     layout: "plot-throughput-speedup-analysis"
17837
17838 - type: "plot"
17839   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17840   algorithm: "plot_tsa_name"
17841   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17842   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17843   include:
17844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17850   layout:
17851     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17852     layout: "plot-throughput-speedup-analysis"
17853
17854 - type: "plot"
17855   title: "Speedup: 2n-clx-xxv710-64b-features-nat44det-scale-avf-ndr-tsa"
17856   algorithm: "plot_tsa_name"
17857   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-nat44det-scale-avf-ndr-tsa"
17858   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17859   include:
17860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H1-P63-S63-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p63-s63-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H16384-P63-S1032192-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H262144-P63-S16515072-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H65536-P63-S4128758-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17866   layout:
17867     title: "2n-clx-xxv710-64b-features-nat44det-scale-avf-ndr"
17868     layout: "plot-throughput-speedup-analysis"
17869
17870 - type: "plot"
17871   title: "Speedup: 2n-clx-xxv710-64b-features-nat44det-scale-avf-pdr-tsa"
17872   algorithm: "plot_tsa_name"
17873   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-nat44det-scale-avf-pdr-tsa"
17874   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17875   include:
17876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H1-P63-S63-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p63-s63-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H16384-P63-S1032192-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H262144-P63-S16515072-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H65536-P63-S4128758-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17882   layout:
17883     title: "2n-clx-xxv710-64b-features-nat44det-scale-avf-pdr"
17884     layout: "plot-throughput-speedup-analysis"
17885
17886 - type: "plot"
17887   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17888   algorithm: "plot_tsa_name"
17889   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17890   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17891   include:
17892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17898   layout:
17899     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17900     layout: "plot-throughput-speedup-analysis"
17901
17902 - type: "plot"
17903   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17904   algorithm: "plot_tsa_name"
17905   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17906   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17907   include:
17908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17914   layout:
17915     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17916     layout: "plot-throughput-speedup-analysis"
17917
17918 - type: "plot"
17919   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17920   algorithm: "plot_tsa_name"
17921   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17923   include:
17924     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17925     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17926   layout:
17927     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17928     layout: "plot-throughput-speedup-analysis"
17929
17930 - type: "plot"
17931   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17932   algorithm: "plot_tsa_name"
17933   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17934   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17935   include:
17936     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17937     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17938   layout:
17939     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17940     layout: "plot-throughput-speedup-analysis"
17941
17942 - type: "plot"
17943   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17944   algorithm: "plot_tsa_name"
17945   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17947   include:
17948     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17949     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17950     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17951     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17952     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17953     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17954   layout:
17955     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17956     layout: "plot-throughput-speedup-analysis"
17957
17958 - type: "plot"
17959   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17960   algorithm: "plot_tsa_name"
17961   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17963   include:
17964     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17965     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17966     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17967     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17968     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17969     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17970   layout:
17971     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17972     layout: "plot-throughput-speedup-analysis"
17973
17974 - type: "plot"
17975   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17976   algorithm: "plot_tsa_name"
17977   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17979   include:
17980     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17981     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17982     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17983     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17984     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17985     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17986   layout:
17987     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17988     layout: "plot-throughput-speedup-analysis"
17989
17990 - type: "plot"
17991   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17992   algorithm: "plot_tsa_name"
17993   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17995   include:
17996     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17997     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17998     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17999     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18000     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18001     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18002   layout:
18003     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18004     layout: "plot-throughput-speedup-analysis"
18005
18006 - type: "plot"
18007   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18008   algorithm: "plot_tsa_name"
18009   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18010   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18011   include:
18012     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18013     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18014     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18015     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18016     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18017     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18018   layout:
18019     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18020     layout: "plot-throughput-speedup-analysis"
18021
18022 - type: "plot"
18023   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18024   algorithm: "plot_tsa_name"
18025   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18026   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18027   include:
18028     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18029     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18030     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18031     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18032     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18033     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18034   layout:
18035     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18036     layout: "plot-throughput-speedup-analysis"
18037
18038 - type: "plot"
18039   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18040   algorithm: "plot_tsa_name"
18041   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18043   include:
18044     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18045     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18046     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18047     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18048     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18049   layout:
18050     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18051     layout: "plot-throughput-speedup-analysis"
18052
18053 - type: "plot"
18054   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18055   algorithm: "plot_tsa_name"
18056   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18057   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18058   include:
18059     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18060     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18061     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18062     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18063     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18064   layout:
18065     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18066     layout: "plot-throughput-speedup-analysis"
18067
18068 - type: "plot"
18069   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18070   algorithm: "plot_tsa_name"
18071   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18072   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18073   include:
18074     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18075     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18076     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18077     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18078     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18079   layout:
18080     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18081     layout: "plot-throughput-speedup-analysis"
18082
18083 - type: "plot"
18084   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18085   algorithm: "plot_tsa_name"
18086   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18088   include:
18089     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18090     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18091     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18092     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18093     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18094   layout:
18095     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18096     layout: "plot-throughput-speedup-analysis"
18097
18098 - type: "plot"
18099   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18100   algorithm: "plot_tsa_name"
18101   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18102   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18103   include:
18104     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18105     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18106     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18107     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18108     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18109   layout:
18110     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18111     layout: "plot-throughput-speedup-analysis"
18112
18113 - type: "plot"
18114   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18115   algorithm: "plot_tsa_name"
18116   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18117   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18118   include:
18119     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18120     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18121     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18122     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18123     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18124   layout:
18125     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18126     layout: "plot-throughput-speedup-analysis"
18127
18128 - type: "plot"
18129   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18130   algorithm: "plot_tsa_name"
18131   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18132   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18133   include:
18134     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18135     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18136     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18137     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18139   layout:
18140     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18141     layout: "plot-throughput-speedup-analysis"
18142
18143 - type: "plot"
18144   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18145   algorithm: "plot_tsa_name"
18146   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18148   include:
18149     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18150     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18152     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18154   layout:
18155     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18156     layout: "plot-throughput-speedup-analysis"
18157
18158 - type: "plot"
18159   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18160   algorithm: "plot_tsa_name"
18161   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18163   include:
18164     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18167     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18169   layout:
18170     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18171     layout: "plot-throughput-speedup-analysis"
18172
18173 - type: "plot"
18174   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18175   algorithm: "plot_tsa_name"
18176   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18177   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18178   include:
18179     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18180     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18181     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18182     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18183     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18184   layout:
18185     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18186     layout: "plot-throughput-speedup-analysis"
18187
18188 - type: "plot"
18189   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18190   algorithm: "plot_tsa_name"
18191   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18193   include:
18194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18200   layout:
18201     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18202     layout: "plot-throughput-speedup-analysis"
18203
18204 - type: "plot"
18205   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18206   algorithm: "plot_tsa_name"
18207   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18209   include:
18210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18216   layout:
18217     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18218     layout: "plot-throughput-speedup-analysis"
18219
18220 - type: "plot"
18221   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18222   algorithm: "plot_tsa_name"
18223   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18225   include:
18226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18230   layout:
18231     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18232     layout: "plot-throughput-speedup-analysis"
18233
18234 - type: "plot"
18235   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18236   algorithm: "plot_tsa_name"
18237   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18238   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18239   include:
18240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18244   layout:
18245     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18246     layout: "plot-throughput-speedup-analysis"
18247
18248 - type: "plot"
18249   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18250   algorithm: "plot_tsa_name"
18251   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18253   include:
18254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18260   layout:
18261     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18262     layout: "plot-throughput-speedup-analysis"
18263
18264 - type: "plot"
18265   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18266   algorithm: "plot_tsa_name"
18267   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18268   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18269   include:
18270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18276   layout:
18277     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18278     layout: "plot-throughput-speedup-analysis"
18279
18280 - type: "plot"
18281   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18282   algorithm: "plot_tsa_name"
18283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18285   include:
18286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18290   layout:
18291     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18292     layout: "plot-throughput-speedup-analysis"
18293
18294 - type: "plot"
18295   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18296   algorithm: "plot_tsa_name"
18297   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18299   include:
18300     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18301     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18302     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18304   layout:
18305     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18306     layout: "plot-throughput-speedup-analysis"
18307
18308 - type: "plot"
18309   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18310   algorithm: "plot_tsa_name"
18311   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18312   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18313   include:
18314     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18315     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18316     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18317     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18318     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18319     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18320   layout:
18321     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18322     layout: "plot-throughput-speedup-analysis"
18323
18324 - type: "plot"
18325   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18326   algorithm: "plot_tsa_name"
18327   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18329   include:
18330     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18331     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18332     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18333     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18334     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18335     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18336   layout:
18337     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18338     layout: "plot-throughput-speedup-analysis"
18339
18340 - type: "plot"
18341   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18342   algorithm: "plot_tsa_name"
18343   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18345   include:
18346     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18347     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18348     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18349     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18350   layout:
18351     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18352     layout: "plot-throughput-speedup-analysis"
18353
18354 - type: "plot"
18355   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18356   algorithm: "plot_tsa_name"
18357   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18359   include:
18360     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18361     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18362     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18363     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18364   layout:
18365     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18366     layout: "plot-throughput-speedup-analysis"
18367
18368 - type: "plot"
18369   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18370   algorithm: "plot_tsa_name"
18371   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18373   include:
18374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18379   layout:
18380     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18381     layout: "plot-throughput-speedup-analysis"
18382
18383 - type: "plot"
18384   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18385   algorithm: "plot_tsa_name"
18386   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18387   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18388   include:
18389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18394   layout:
18395     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18396     layout: "plot-throughput-speedup-analysis"
18397
18398 - type: "plot"
18399   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18400   algorithm: "plot_tsa_name"
18401   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18402   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18403   include:
18404     - "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"
18405     - "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"
18406     - "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"
18407     - "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"
18408     - "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"
18409   layout:
18410     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18411     layout: "plot-throughput-speedup-analysis"
18412
18413 - type: "plot"
18414   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18415   algorithm: "plot_tsa_name"
18416   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18417   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18418   include:
18419     - "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"
18420     - "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"
18421     - "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"
18422     - "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"
18423     - "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"
18424   layout:
18425     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18426     layout: "plot-throughput-speedup-analysis"
18427
18428 - type: "plot"
18429   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18430   algorithm: "plot_tsa_name"
18431   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18433   include:
18434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18439   layout:
18440     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18441     layout: "plot-throughput-speedup-analysis"
18442
18443 - type: "plot"
18444   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18445   algorithm: "plot_tsa_name"
18446   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18448   include:
18449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18454   layout:
18455     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18456     layout: "plot-throughput-speedup-analysis"
18457
18458 - type: "plot"
18459   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18460   algorithm: "plot_tsa_name"
18461   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18462   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18463   include:
18464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18469   layout:
18470     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18471     layout: "plot-throughput-speedup-analysis"
18472
18473 - type: "plot"
18474   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18475   algorithm: "plot_tsa_name"
18476   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18478   include:
18479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18484   layout:
18485     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18486     layout: "plot-throughput-speedup-analysis"
18487
18488 - type: "plot"
18489   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18490   algorithm: "plot_tsa_name"
18491   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18493   include:
18494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18498   layout:
18499     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18500     layout: "plot-throughput-speedup-analysis"
18501
18502 - type: "plot"
18503   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18504   algorithm: "plot_tsa_name"
18505   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18506   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18507   include:
18508     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18509     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18512   layout:
18513     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18514     layout: "plot-throughput-speedup-analysis"
18515
18516 - type: "plot"
18517   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18518   algorithm: "plot_tsa_name"
18519   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18520   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18521   include:
18522     - "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"
18523     - "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"
18524     - "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"
18525     - "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"
18526   layout:
18527     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18528     layout: "plot-throughput-speedup-analysis"
18529
18530 - type: "plot"
18531   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18532   algorithm: "plot_tsa_name"
18533   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18534   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18535   include:
18536     - "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"
18537     - "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"
18538     - "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"
18539     - "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"
18540   layout:
18541     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
18542     layout: "plot-throughput-speedup-analysis"
18543
18544 - type: "plot"
18545   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18546   algorithm: "plot_tsa_name"
18547   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18548   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18549   include:
18550     - "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"
18551     - "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"
18552     - "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"
18553     - "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"
18554     - "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"
18555     - "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"
18556   layout:
18557     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18558     layout: "plot-throughput-speedup-analysis"
18559
18560 - type: "plot"
18561   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18562   algorithm: "plot_tsa_name"
18563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18565   include:
18566     - "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"
18567     - "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"
18568     - "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"
18569     - "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"
18570     - "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"
18571     - "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"
18572   layout:
18573     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18574     layout: "plot-throughput-speedup-analysis"
18575
18576 ################################################################################
18577
18578 # Packet Throughput - DPDK
18579
18580 # 2n-clx-xxv710
18581
18582 - type: "plot"
18583   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18584   algorithm: "plot_perf_box_name"
18585   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18586   data: "plot-dpdk-throughput-latency-2n-clx"
18587   include:
18588     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18589     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18590   layout:
18591     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18592     layout: "plot-throughput"
18593
18594 - type: "plot"
18595   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18596   algorithm: "plot_perf_box_name"
18597   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18598   data: "plot-dpdk-throughput-latency-2n-clx"
18599   include:
18600     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18601     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18602   layout:
18603     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18604     layout: "plot-throughput"
18605
18606 - type: "plot"
18607   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18608   algorithm: "plot_perf_box_name"
18609   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18610   data: "plot-dpdk-throughput-latency-2n-clx"
18611   include:
18612     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18613     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18614   layout:
18615     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18616     layout: "plot-throughput"
18617
18618 - type: "plot"
18619   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18620   algorithm: "plot_perf_box_name"
18621   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18622   data: "plot-dpdk-throughput-latency-2n-clx"
18623   include:
18624     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18625     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18626   layout:
18627     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18628     layout: "plot-throughput"
18629
18630 # 2n-clx-x710
18631
18632 - type: "plot"
18633   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18634   algorithm: "plot_perf_box_name"
18635   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18636   data: "plot-dpdk-throughput-latency-2n-clx"
18637   include:
18638     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18639     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18640   layout:
18641     title: "2n-clx-x710-64b-2t1c-base-ndr"
18642     layout: "plot-throughput"
18643
18644 - type: "plot"
18645   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18646   algorithm: "plot_perf_box_name"
18647   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18648   data: "plot-dpdk-throughput-latency-2n-clx"
18649   include:
18650     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18651     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18652   layout:
18653     title: "2n-clx-x710-64b-4t2c-base-ndr"
18654     layout: "plot-throughput"
18655
18656 - type: "plot"
18657   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18658   algorithm: "plot_perf_box_name"
18659   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18660   data: "plot-dpdk-throughput-latency-2n-clx"
18661   include:
18662     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18663     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18664   layout:
18665     title: "2n-clx-x710-64b-2t1c-base-pdr"
18666     layout: "plot-throughput"
18667
18668 - type: "plot"
18669   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18670   algorithm: "plot_perf_box_name"
18671   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18672   data: "plot-dpdk-throughput-latency-2n-clx"
18673   include:
18674     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18675     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18676   layout:
18677     title: "2n-clx-x710-64b-4t2c-base-pdr"
18678     layout: "plot-throughput"
18679
18680 ################################################################################
18681
18682 - type: "plot"
18683   title: "Latency by percentile: 2n-skx"
18684   algorithm: "plot_hdrh_lat_by_percentile"
18685   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18686   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18687   target-links: "../../_static/vpp"
18688   data: "plot-vpp-hdrh-lat-2n-skx"
18689   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18690   layout:
18691     layout: "plot-hdrh-latency-by-percentile"
18692
18693 - type: "plot"
18694   title: "Latency by percentile: 3n-skx"
18695   algorithm: "plot_hdrh_lat_by_percentile"
18696   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18697   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18698   target-links: "../../_static/vpp"
18699   data: "plot-vpp-hdrh-lat-3n-skx"
18700   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18701   layout:
18702     layout: "plot-hdrh-latency-by-percentile"
18703
18704 - type: "plot"
18705   title: "Latency by percentile: 2n-clx"
18706   algorithm: "plot_hdrh_lat_by_percentile"
18707   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18708   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18709   target-links: "../../_static/vpp"
18710   data: "plot-vpp-hdrh-lat-2n-clx"
18711   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18712   layout:
18713     layout: "plot-hdrh-latency-by-percentile"
18714
18715 - type: "plot"
18716   title: "Latency by percentile: 3n-hsw"
18717   algorithm: "plot_hdrh_lat_by_percentile"
18718   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18719   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18720   target-links: "../../_static/vpp"
18721   data: "plot-vpp-hdrh-lat-3n-hsw"
18722   filter: "'1T1C' and 'NIC_Intel-XL710'"
18723   layout:
18724     layout: "plot-hdrh-latency-by-percentile"
18725
18726 - type: "plot"
18727   title: "Latency by percentile: 3n-tsh"
18728   algorithm: "plot_hdrh_lat_by_percentile"
18729   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18730   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18731   target-links: "../../_static/vpp"
18732   data: "plot-vpp-hdrh-lat-3n-tsh"
18733   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18734   layout:
18735     layout: "plot-hdrh-latency-by-percentile"
18736
18737 - type: "plot"
18738   title: "Latency by percentile: DPDK 2n-skx"
18739   algorithm: "plot_hdrh_lat_by_percentile"
18740   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18741   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18742   target-links: "../../_static/dpdk"
18743   data: "plot-dpdk-hdrh-lat-2n-skx"
18744   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18745   layout:
18746     layout: "plot-hdrh-latency-by-percentile"
18747
18748 - type: "plot"
18749   title: "Latency by percentile: DPDK 3n-skx"
18750   algorithm: "plot_hdrh_lat_by_percentile"
18751   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18752   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18753   target-links: "../../_static/dpdk"
18754   data: "plot-dpdk-hdrh-lat-3n-skx"
18755   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18756   layout:
18757     layout: "plot-hdrh-latency-by-percentile"
18758
18759 - type: "plot"
18760   title: "Latency by percentile: DPDK 2n-clx"
18761   algorithm: "plot_hdrh_lat_by_percentile"
18762   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18763   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18764   target-links: "../../_static/dpdk"
18765   data: "plot-dpdk-hdrh-lat-2n-clx"
18766   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18767   layout:
18768     layout: "plot-hdrh-latency-by-percentile"
18769
18770 - type: "plot"
18771   title: "Latency by percentile: DPDK 3n-hsw"
18772   algorithm: "plot_hdrh_lat_by_percentile"
18773   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18774   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18775   target-links: "../../_static/dpdk"
18776   data: "plot-dpdk-hdrh-lat-3n-hsw"
18777   filter: "'1T1C' and 'NIC_Intel-XL710'"
18778   layout:
18779     layout: "plot-hdrh-latency-by-percentile"
18780
18781 - type: "plot"
18782   title: "Latency by percentile: DPDK 3n-tsh"
18783   algorithm: "plot_hdrh_lat_by_percentile"
18784   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18785   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18786   target-links: "../../_static/dpdk"
18787   data: "plot-dpdk-hdrh-lat-3n-tsh"
18788   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18789   layout:
18790     layout: "plot-hdrh-latency-by-percentile"