Report: Add 2005 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         - 22  # rls2005 NDRPDR iter env 5
769         - 23  # rls2005 NDRPDR iter env 5
770     vpp-performance-changes-2n-skx-cmp:
771       # TODO: Add:
772       csit-vpp-perf-report-iterative-2009-2n-skx:
773         - 8   # RC2 NDRPDR iter env5
774         - 10  # RC2 NDRPDR iter env5
775         - 12  # RC2 NDRPDR iter env5
776         - 14  # RC2 NDRPDR iter env5
777         - 15  # RC2 NDRPDR iter env5
778
779     vpp-performance-changes-2n-clx-h1:
780       csit-vpp-perf-report-iterative-2005-2n-clx:
781         - 73  # NDRPDR sel 2001.0-4
782         - 74  # NDRPDR sel 2001.0-4
783         - 75  # NDRPDR sel 2001.0-4
784         - 76  # NDRPDR sel 2001.0-4
785         - 77  # NDRPDR sel 2001.0-4
786         - 78  # NDRPDR sel 2001.0-4
787         - 79  # NDRPDR sel 2001.0-4
788         - 80  # NDRPDR sel 2001.0-4
789     vpp-performance-changes-2n-clx-ref-env4:
790       csit-vpp-perf-report-iterative-2005-2n-clx:
791         - 62  # NDRPDR sel env 4
792         - 63  # NDRPDR sel env 4
793         - 64  # NDRPDR sel env 4
794         - 65  # NDRPDR sel env 4
795         - 66  # NDRPDR sel env 4
796         - 68  # NDRPDR sel env 4
797         - 69  # NDRPDR sel env 4
798         - 70  # NDRPDR sel env 4
799         - 103 # NDRPDR sel env 4
800         - 104 # NDRPDR sel env 4
801     vpp-performance-changes-2n-clx-ref-env5:
802       csit-vpp-perf-report-iterative-2009-2n-clx:
803         - 13  # rls2005 NDRPDR iter env 5
804         - 15  # rls2005 NDRPDR iter env 5
805         - 17  # rls2005 NDRPDR iter env 5
806         - 18  # rls2005 NDRPDR iter env 5
807         - 19  # rls2005 NDRPDR iter env 5
808         - 20  # rls2005 NDRPDR iter env 5
809         - 21  # rls2005 NDRPDR iter env 5
810     vpp-performance-changes-2n-clx-cmp:
811       # TODO: Add:
812       csit-vpp-perf-report-iterative-2009-2n-clx:
813         - 7   # RC2 NDRPDR iter env5
814         - 9   # RC2 NDRPDR iter env5
815         - 10  # RC2 NDRPDR iter env5
816         - 12  # RC2 NDRPDR iter env5
817         - 14  # RC2 NDRPDR iter env5
818
819     vpp-performance-changes-2n-dnv-h1:
820       csit-vpp-perf-verify-2001-2n-dnv:
821         - 4   # NDRPDR sel
822         - 5   # NDRPDR sel
823         - 6   # NDRPDR sel
824         - 7   # NDRPDR sel
825         - 8   # NDRPDR sel
826         - 9   # NDRPDR sel
827         - 10  # NDRPDR sel
828         - 11  # NDRPDR sel
829         - 13  # NDRPDR sel
830         - 16  # NDRPDR sel
831     vpp-performance-changes-2n-dnv-ref:
832       csit-vpp-perf-report-iterative-2005-2n-dnv:
833         - 3   # NDRPDR sel
834         - 6   # NDRPDR sel
835         - 7   # NDRPDR sel
836         - 8   # NDRPDR sel
837         - 9   # NDRPDR sel
838         - 10  # NDRPDR sel
839         - 11  # NDRPDR sel
840         - 12  # NDRPDR sel
841         - 13  # NDRPDR sel
842         - 14  # NDRPDR sel
843     vpp-performance-changes-2n-dnv-cmp:
844       # TODO: Replace:
845       # csit-vpp-perf-report-iterative-2009-2n-dnv:
846       csit-vpp-perf-report-iterative-2005-2n-dnv:
847         - 3   # NDRPDR sel
848         - 6   # NDRPDR sel
849         - 7   # NDRPDR sel
850         - 8   # NDRPDR sel
851         - 9   # NDRPDR sel
852         - 10  # NDRPDR sel
853         - 11  # NDRPDR sel
854         - 12  # NDRPDR sel
855         - 13  # NDRPDR sel
856         - 14  # NDRPDR sel
857
858     vpp-performance-changes-3n-dnv-h1:
859       csit-vpp-perf-verify-2001-3n-dnv:
860         - 5   # NDRPDR sel
861         - 6   # NDRPDR sel
862         - 7   # NDRPDR sel
863         - 8   # NDRPDR sel
864         - 9   # NDRPDR sel
865         - 10  # NDRPDR sel
866         - 12  # NDRPDR sel
867         - 16  # NDRPDR sel
868         - 17  # NDRPDR sel
869         - 18  # NDRPDR sel
870     vpp-performance-changes-3n-dnv-ref:
871       csit-vpp-perf-report-iterative-2005-3n-dnv:
872         - 2   # NDRPDR sel
873         - 3   # NDRPDR sel
874         - 4   # NDRPDR sel
875         - 5   # NDRPDR sel
876         - 6   # NDRPDR sel
877         - 7   # NDRPDR sel
878         - 9   # NDRPDR sel
879         - 10  # NDRPDR sel
880         - 11  # NDRPDR sel
881         - 12  # NDRPDR sel
882     vpp-performance-changes-3n-dnv-cmp:
883       # TODO: Replace:
884       # csit-vpp-perf-report-iterative-2009-3n-dnv:
885       csit-vpp-perf-report-iterative-2005-3n-dnv:
886         - 2   # NDRPDR sel
887         - 3   # NDRPDR sel
888         - 4   # NDRPDR sel
889         - 5   # NDRPDR sel
890         - 6   # NDRPDR sel
891         - 7   # NDRPDR sel
892         - 9   # NDRPDR sel
893         - 10  # NDRPDR sel
894         - 11  # NDRPDR sel
895         - 12  # NDRPDR sel
896
897     vpp-performance-changes-3n-tsh-h1:
898       csit-vpp-perf-report-iterative-2005-3n-tsh:
899         - 28  # NDRPDR sel 2001.0-4
900         - 29  # NDRPDR sel 2001.0-4
901         - 31  # NDRPDR sel 2001.0-4
902     vpp-performance-changes-3n-tsh-ref-env4:
903       csit-vpp-perf-report-iterative-2005-3n-tsh:
904         - 23  # NDRPDR sel env 4
905         - 25  # NDRPDR sel env 4
906         - 33  # NDRPDR sel env 4
907         - 34  # NDRPDR sel env 4
908         - 35  # NDRPDR sel env 4
909         - 36  # NDRPDR sel env 4
910         - 37  # NDRPDR sel env 4
911         - 38  # NDRPDR sel env 4
912         - 39  # NDRPDR sel env 4
913         - 40  # NDRPDR sel env 4
914     vpp-performance-changes-3n-tsh-ref-env5:
915       csit-vpp-perf-report-iterative-2009-3n-tsh:
916         - 8   # rls2005 NDRPDR iter env 5
917         - 11  # rls2005 NDRPDR iter env 5
918     vpp-performance-changes-3n-tsh-cmp:
919       # TODO: Replace:
920       csit-vpp-perf-report-iterative-2009-3n-tsh:
921         - 7   # RC2 NDRPDR iter env5
922
923     vpp-soak-vs-ndr-2n-skx-ref:
924       # TODO: Replace:
925       # csit-vpp-perf-report-iterative-2009-2n-skx:
926       csit-vpp-perf-report-iterative-2005-2n-skx:
927         - 88  # NDRPDR sel env 4
928         - 89  # NDRPDR sel env 4
929         - 90  # NDRPDR sel env 4
930         - 91  # NDRPDR sel env 4
931         - 92  # NDRPDR sel env 4
932         - 93  # NDRPDR sel env 4
933         - 94  # NDRPDR sel env 4
934         - 125 # NDRPDR sel env 4
935         - 126 # NDRPDR sel env 4
936         - 127 # NDRPDR sel env 4
937     vpp-soak-vs-ndr-2n-skx-cmp:
938       # TODO: Replace:
939       # csit-vpp-perf-report-iterative-2009-2n-skx:
940       csit-vpp-perf-report-iterative-2005-2n-skx:
941         - 122 # Soak
942         - 123 # Soak
943     vpp-soak-vs-ndr-2n-skx:
944       # TODO: Replace:
945       # csit-vpp-perf-report-iterative-2009-2n-skx:
946       csit-vpp-perf-report-iterative-2005-2n-skx:
947         - 88  # NDRPDR sel env 4
948         - 89  # NDRPDR sel env 4
949         - 90  # NDRPDR sel env 4
950         - 91  # NDRPDR sel env 4
951         - 92  # NDRPDR sel env 4
952         - 93  # NDRPDR sel env 4
953         - 94  # NDRPDR sel env 4
954         - 125 # NDRPDR sel env 4
955         - 126 # NDRPDR sel env 4
956         - 127 # NDRPDR sel env 4
957         - 122 # Soak
958         - 123 # Soak
959
960     vpp-soak-vs-ndr-2n-clx-ref:
961       # TODO: Replace:
962       # csit-vpp-perf-report-iterative-2009-2n-clx:
963       csit-vpp-perf-report-iterative-2005-2n-clx:
964         - 62  # NDRPDR sel env 4
965         - 63  # NDRPDR sel env 4
966         - 64  # NDRPDR sel env 4
967         - 65  # NDRPDR sel env 4
968         - 66  # NDRPDR sel env 4
969         - 68  # NDRPDR sel env 4
970         - 69  # NDRPDR sel env 4
971         - 70  # NDRPDR sel env 4
972         - 103 # NDRPDR sel env 4
973         - 104 # NDRPDR sel env 4
974     vpp-soak-vs-ndr-2n-clx-cmp:
975       # TODO: Replace:
976       # csit-vpp-perf-report-iterative-2009-2n-clx:
977       csit-vpp-perf-report-iterative-2005-2n-clx:
978         - 101 # Soak
979         - 102 # Soak
980     vpp-soak-vs-ndr-2n-clx:
981       # TODO: Replace:
982       # csit-vpp-perf-report-iterative-2009-2n-clx:
983       csit-vpp-perf-report-iterative-2005-2n-clx:
984         - 62  # NDRPDR sel env 4
985         - 63  # NDRPDR sel env 4
986         - 64  # NDRPDR sel env 4
987         - 65  # NDRPDR sel env 4
988         - 66  # NDRPDR sel env 4
989         - 68  # NDRPDR sel env 4
990         - 69  # NDRPDR sel env 4
991         - 70  # NDRPDR sel env 4
992         - 103 # NDRPDR sel env 4
993         - 104 # NDRPDR sel env 4
994         - 101 # Soak
995         - 102 # Soak
996
997     vpp-performance-changes-3n-hsw-mrr-h1:
998       csit-vpp-perf-verify-2001-3n-hsw:
999         - 17  # MRR sel
1000     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1001       csit-vpp-perf-report-iterative-2005-3n-hsw:
1002         - 30  # MRR env 4
1003     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1004       csit-vpp-perf-report-iterative-2009-3n-hsw:
1005         - 18  # rls2005 MRR iter env 5
1006     vpp-performance-changes-3n-hsw-mrr-cmp:
1007       # TODO: Replace:
1008       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1009       csit-vpp-perf-report-iterative-2005-3n-hsw:
1010         - 30  # MRR env 4
1011
1012     vpp-performance-changes-3n-skx-mrr-h1:
1013       csit-vpp-perf-verify-2001-3n-skx:
1014         - 50  # MRR sel
1015         - 53  # MRR sel addition
1016     vpp-performance-changes-3n-skx-mrr-ref-env4:
1017       csit-vpp-perf-report-iterative-2005-3n-skx:
1018         - 49  # MRR sel env 4
1019     vpp-performance-changes-3n-skx-mrr-ref-env5:
1020       csit-vpp-perf-report-iterative-2009-3n-skx:
1021         - 17  # rls2005 MRR iter env 5
1022     vpp-performance-changes-3n-skx-mrr-cmp:
1023       # TODO: Replace:
1024       # csit-vpp-perf-report-iterative-2009-3n-skx:
1025       csit-vpp-perf-report-iterative-2005-3n-skx:
1026         - 49  # MRR sel env 4
1027
1028     vpp-performance-changes-2n-skx-mrr-h1:
1029       csit-vpp-perf-verify-2001-2n-skx:
1030         - 101 # MRR sel
1031         - 128 # MRR sel addition
1032     vpp-performance-changes-2n-skx-mrr-ref-env4:
1033       csit-vpp-perf-report-iterative-2005-2n-skx:
1034         - 99  # MRR sel env 4
1035     vpp-performance-changes-2n-skx-mrr-ref-env5:
1036       csit-vpp-perf-report-iterative-2009-2n-skx:
1037         - 20  # rls2005 MRR iter env 5
1038     vpp-performance-changes-2n-skx-mrr-cmp:
1039       # TODO: Replace:
1040       # csit-vpp-perf-report-iterative-2009-2n-skx:
1041       csit-vpp-perf-report-iterative-2005-2n-skx:
1042         - 99  # MRR sel env 4
1043
1044     vpp-performance-changes-2n-clx-mrr-h1:
1045       csit-vpp-perf-verify-2001-2n-clx:
1046         - 39  # MRR
1047     vpp-performance-changes-2n-clx-mrr-ref-env4:
1048       csit-vpp-perf-report-iterative-2005-2n-clx:
1049         - 72   # MRR sel env 4
1050     vpp-performance-changes-2n-clx-mrr-ref-env5:
1051       csit-vpp-perf-report-iterative-2009-2n-clx:
1052         - 16  # rls2005 MRR iter env 5
1053     vpp-performance-changes-2n-clx-mrr-cmp:
1054       # TODO: Replace:
1055       # csit-vpp-perf-report-iterative-2009-2n-clx:
1056       csit-vpp-perf-report-iterative-2005-2n-clx:
1057         - 72   # MRR sel env 4
1058
1059 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1060 #      csit-vpp-perf-verify-1908-2n-skx:
1061 #        - 71  # NFV MRR
1062 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1063 #      # csit-vpp-perf-verify-2001-2n-skx:
1064 #      csit-vpp-perf-verify-1908-2n-skx:
1065 #        - 71  # NFV MRR
1066
1067     vpp-performance-changes-2n-dnv-mrr-h1:
1068       csit-vpp-perf-verify-2001-2n-dnv:
1069         - 12  # MRR sel
1070     vpp-performance-changes-2n-dnv-mrr-ref:
1071       csit-vpp-perf-report-iterative-2005-2n-dnv:
1072         - 15  # MRR sel
1073     vpp-performance-changes-2n-dnv-mrr-cmp:
1074       # TODO: Replace:
1075       # csit-vpp-perf-report-iterative-2009-2n-dnv:
1076       csit-vpp-perf-report-iterative-2005-2n-dnv:
1077         - 15  # MRR sel
1078
1079     vpp-performance-changes-3n-dnv-mrr-h1:
1080       csit-vpp-perf-verify-2001-3n-dnv:
1081         - 11  # MRR sel
1082     vpp-performance-changes-3n-dnv-mrr-ref:
1083       csit-vpp-perf-report-iterative-2005-3n-dnv:
1084         - 8   # MRR
1085     vpp-performance-changes-3n-dnv-mrr-cmp:
1086       # TODO: Replace:
1087       # csit-vpp-perf-report-iterative-2009-3n-dnv:
1088       csit-vpp-perf-report-iterative-2005-3n-dnv:
1089         - 8   # MRR
1090
1091     vpp-performance-changes-3n-tsh-mrr-h1:
1092       csit-vpp-perf-verify-2001-3n-tsh:
1093         - 9   # MRR sel
1094     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1095       csit-vpp-perf-report-iterative-2005-3n-tsh:
1096         - 27  # MRR sel env 4
1097     vpp-performance-changes-3n-tsh-mrr-cmp:
1098       # TODO: Replace:
1099       # csit-vpp-perf-report-iterative-2009-3n-tsh:
1100       csit-vpp-perf-report-iterative-2005-3n-tsh:
1101         - 27  # MRR sel env 4
1102
1103     dpdk-performance-changes-3n-hsw-h1:
1104       csit-dpdk-perf-verify-2001-3n-hsw:
1105         - 4   # NDRPDR sel
1106         - 5   # NDRPDR sel
1107         - 6   # NDRPDR sel
1108         - 7   # NDRPDR sel
1109         - 8   # NDRPDR sel
1110         - 9   # NDRPDR sel
1111         - 10  # NDRPDR sel
1112         - 11  # NDRPDR sel
1113         - 12  # NDRPDR sel
1114         - 13  # NDRPDR sel
1115         - 15  # NDRPDR sel
1116         - 16  # NDRPDR sel
1117         - 17  # NDRPDR sel
1118         - 18  # NDRPDR sel
1119         - 19  # NDRPDR sel
1120         - 20  # NDRPDR sel
1121         - 21  # NDRPDR sel
1122         - 22  # NDRPDR sel
1123         - 23  # NDRPDR sel
1124         - 24  # NDRPDR sel
1125     dpdk-performance-changes-3n-hsw-ref:
1126       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1127         - 25  # NDRPDR iter
1128         - 26  # NDRPDR iter
1129         - 27  # NDRPDR iter
1130         - 28  # NDRPDR iter
1131         - 29  # NDRPDR iter
1132         - 30  # NDRPDR iter
1133         - 31  # NDRPDR iter
1134         - 32  # NDRPDR iter
1135         - 33  # NDRPDR iter
1136         - 34  # NDRPDR iter
1137     dpdk-performance-changes-3n-hsw-cmp:
1138       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1139         - 6   # NDRPDR iter env5
1140         - 7   # NDRPDR iter env5
1141         - 8   # NDRPDR iter env5
1142         - 9   # NDRPDR iter env5
1143         - 10  # NDRPDR iter env5
1144         - 11  # NDRPDR iter env5
1145         - 12  # NDRPDR iter env5
1146         - 13  # NDRPDR iter env5
1147         - 14  # NDRPDR iter env5
1148         - 15  # NDRPDR iter env5
1149
1150     dpdk-performance-changes-3n-skx-h1:
1151       csit-dpdk-perf-verify-2001-3n-skx:
1152         - 29  # NDRPDR sel xxv710
1153         - 33  # NDRPDR sel xxv710
1154         - 34  # NDRPDR sel xxv710
1155         - 35  # NDRPDR sel xxv710
1156         - 36  # NDRPDR sel xxv710
1157         - 37  # NDRPDR sel xxv710
1158         - 41  # NDRPDR sel xxv710
1159         - 42  # NDRPDR sel xxv710
1160         - 43  # NDRPDR sel xxv710
1161         - 45  # NDRPDR sel xxv710
1162         - 30  # NDRPDR sel x710
1163         - 31  # NDRPDR sel x710
1164         - 32  # NDRPDR sel x710
1165         - 38  # NDRPDR sel x710
1166         - 39  # NDRPDR sel x710
1167         - 40  # NDRPDR sel x710
1168         - 44  # NDRPDR sel x710
1169         - 46  # NDRPDR sel x710
1170         - 47  # NDRPDR sel x710
1171         - 48  # NDRPDR sel x710
1172     dpdk-performance-changes-3n-skx-ref:
1173       csit-dpdk-perf-report-iterative-2005-3n-skx:
1174         - 28  # NDRPDR iter
1175         - 29  # NDRPDR iter
1176         - 30  # NDRPDR iter
1177         - 31  # NDRPDR iter
1178         - 32  # NDRPDR iter
1179         - 33  # NDRPDR iter
1180         - 34  # NDRPDR iter
1181         - 35  # NDRPDR iter
1182         - 36  # NDRPDR iter
1183         - 37  # NDRPDR iter
1184     dpdk-performance-changes-3n-skx-cmp:
1185       csit-dpdk-perf-report-iterative-2009-3n-skx:
1186         - 4   # NDRPDR sel env5
1187         - 5   # NDRPDR sel env5
1188         - 6   # NDRPDR sel env5
1189         - 7   # NDRPDR sel env5
1190         - 8   # NDRPDR sel env5
1191         - 9   # NDRPDR sel env5
1192         - 14  # NDRPDR sel env5
1193         - 11  # NDRPDR sel env5
1194         - 12  # NDRPDR sel env5
1195         - 13  # NDRPDR sel env5
1196
1197     dpdk-performance-changes-2n-skx-h1:
1198       csit-dpdk-perf-verify-2001-2n-skx:
1199         - 35  # NDRPDR sel xxv710
1200         - 36  # NDRPDR sel xxv710
1201         - 37  # NDRPDR sel xxv710
1202         - 41  # NDRPDR sel xxv710
1203         - 42  # NDRPDR sel xxv710
1204         - 43  # NDRPDR sel xxv710
1205         - 46  # NDRPDR sel xxv710
1206         - 47  # NDRPDR sel xxv710
1207         - 52  # NDRPDR sel xxv710
1208         - 53  # NDRPDR sel xxv710
1209         - 38  # NDRPDR sel x710
1210         - 39  # NDRPDR sel x710
1211         - 40  # NDRPDR sel x710
1212         - 44  # NDRPDR sel x710
1213         - 45  # NDRPDR sel x710
1214         - 48  # NDRPDR sel x710
1215         - 49  # NDRPDR sel x710
1216         - 50  # NDRPDR sel x710
1217         - 51  # NDRPDR sel x710
1218         - 54  # NDRPDR sel x710
1219     dpdk-performance-changes-2n-skx-ref:
1220       csit-dpdk-perf-report-iterative-2005-2n-skx:
1221         - 20  # NDRPDR iter
1222         - 21  # NDRPDR iter
1223         - 22  # NDRPDR iter
1224         - 23  # NDRPDR iter
1225         - 24  # NDRPDR iter
1226         - 25  # NDRPDR iter
1227         - 26  # NDRPDR iter
1228         - 27  # NDRPDR iter
1229         - 28  # NDRPDR iter
1230         - 29  # NDRPDR iter
1231     dpdk-performance-changes-2n-skx-cmp:
1232       csit-dpdk-perf-report-iterative-2009-2n-skx:
1233         - 4   # NDRPDR iter env5
1234         - 5   # NDRPDR iter env5
1235         - 6   # NDRPDR iter env5
1236         - 7   # NDRPDR iter env5
1237         - 8   # NDRPDR iter env5
1238         - 9   # NDRPDR iter env5
1239         - 10  # NDRPDR iter env5
1240         - 11  # NDRPDR iter env5
1241         - 12  # NDRPDR iter env5
1242         - 13  # NDRPDR iter env5
1243
1244     dpdk-performance-changes-2n-clx-h1:
1245       csit-dpdk-perf-verify-2001-2n-clx:
1246         - 15  # NDRPDR sel
1247         - 16  # NDRPDR sel
1248         - 17  # NDRPDR sel
1249         - 18  # NDRPDR sel
1250         - 19  # NDRPDR sel
1251         - 20  # NDRPDR sel
1252         - 21  # NDRPDR sel
1253         - 22  # NDRPDR sel
1254         - 23  # NDRPDR sel
1255         - 24  # NDRPDR sel
1256         - 25  # NDRPDR sel
1257         - 26  # NDRPDR sel
1258         - 27  # NDRPDR sel
1259         - 28  # NDRPDR sel
1260         - 29  # NDRPDR sel
1261         - 30  # NDRPDR sel
1262         - 31  # NDRPDR sel
1263         - 32  # NDRPDR sel
1264         - 33  # NDRPDR sel
1265         - 34  # NDRPDR sel
1266     dpdk-performance-changes-2n-clx-ref:
1267       csit-dpdk-perf-report-iterative-2005-2n-clx:
1268         - 20  # NDRPDR iter
1269         - 21  # NDRPDR iter
1270         - 22  # NDRPDR iter
1271         - 23  # NDRPDR iter
1272         - 24  # NDRPDR iter
1273         - 25  # NDRPDR iter
1274         - 26  # NDRPDR iter
1275         - 27  # NDRPDR iter
1276         - 28  # NDRPDR iter
1277         - 29  # NDRPDR iter
1278     dpdk-performance-changes-2n-clx-cmp:
1279       csit-dpdk-perf-report-iterative-2009-2n-clx:
1280         - 4   # NDRPDR iter env5
1281         - 5   # NDRPDR iter env5
1282         - 6   # NDRPDR iter env5
1283         - 7   # NDRPDR iter env5
1284         - 8   # NDRPDR iter env5
1285         - 9   # NDRPDR iter env5
1286         - 10  # NDRPDR iter env5
1287         - 11  # NDRPDR iter env5
1288         - 12  # NDRPDR iter env5
1289         - 13  # NDRPDR iter env5
1290
1291     dpdk-performance-changes-2n-dnv-h1:
1292       csit-dpdk-perf-verify-2001-2n-dnv:
1293         - 9   # NDRPDR sel
1294         - 10  # NDRPDR sel
1295         - 11  # NDRPDR sel
1296         - 12  # NDRPDR sel
1297         - 13  # NDRPDR sel
1298         - 14  # NDRPDR sel
1299         - 15  # NDRPDR sel
1300         - 16  # NDRPDR sel
1301         - 17  # NDRPDR sel
1302         - 18  # NDRPDR sel
1303     dpdk-performance-changes-2n-dnv-ref:
1304       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1305         - 8   # NDRPDR sel
1306         - 9   # NDRPDR sel
1307         - 10  # NDRPDR sel
1308         - 11  # NDRPDR sel
1309         - 12  # NDRPDR sel
1310         - 13  # NDRPDR sel
1311         - 14  # NDRPDR sel
1312         - 15  # NDRPDR sel
1313         - 16  # NDRPDR sel
1314         - 17  # NDRPDR sel
1315     dpdk-performance-changes-2n-dnv-cmp:
1316       # TODO: Replace:
1317       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
1318       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1319         - 8   # NDRPDR sel
1320         - 9   # NDRPDR sel
1321         - 10  # NDRPDR sel
1322         - 11  # NDRPDR sel
1323         - 12  # NDRPDR sel
1324         - 13  # NDRPDR sel
1325         - 14  # NDRPDR sel
1326         - 15  # NDRPDR sel
1327         - 16  # NDRPDR sel
1328         - 17  # NDRPDR sel
1329
1330     dpdk-performance-changes-3n-dnv-h1:
1331       csit-dpdk-perf-verify-2001-3n-dnv:
1332         - 12  # NDRPDR sel
1333         - 13  # NDRPDR sel
1334         - 14  # NDRPDR sel
1335         - 15  # NDRPDR sel
1336         - 16  # NDRPDR sel
1337         - 17  # NDRPDR sel
1338         - 18  # NDRPDR sel
1339         - 19  # NDRPDR sel
1340         - 20  # NDRPDR sel
1341         - 22  # NDRPDR sel
1342     dpdk-performance-changes-3n-dnv-ref:
1343       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1344         - 6   # NDRPDR sel
1345         - 7   # NDRPDR sel
1346         - 8   # NDRPDR sel
1347         - 9   # NDRPDR sel
1348         - 10  # NDRPDR sel
1349         - 11  # NDRPDR sel
1350         - 12  # NDRPDR sel
1351         - 13  # NDRPDR sel
1352         - 14  # NDRPDR sel
1353         - 16  # NDRPDR sel
1354     dpdk-performance-changes-3n-dnv-cmp:
1355       # TODO: Replace:
1356       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
1357       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1358         - 6   # NDRPDR sel
1359         - 7   # NDRPDR sel
1360         - 8   # NDRPDR sel
1361         - 9   # NDRPDR sel
1362         - 10  # NDRPDR sel
1363         - 11  # NDRPDR sel
1364         - 12  # NDRPDR sel
1365         - 13  # NDRPDR sel
1366         - 14  # NDRPDR sel
1367         - 16  # NDRPDR sel
1368
1369     dpdk-performance-changes-3n-tsh-h1:
1370       csit-dpdk-perf-verify-2001-3n-tsh:
1371         - 3   # NDRPDR sel
1372         - 4   # NDRPDR sel
1373         - 5   # NDRPDR sel
1374         - 9   # NDRPDR sel
1375         - 10  # NDRPDR sel
1376         - 11  # NDRPDR sel
1377         - 12  # NDRPDR sel
1378         - 14  # NDRPDR sel
1379         - 15  # NDRPDR sel
1380         - 18  # NDRPDR sel
1381     dpdk-performance-changes-3n-tsh-ref:
1382       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1383         - 5   # NDRPDR sel
1384     dpdk-performance-changes-3n-tsh-cmp:
1385       # TODO: Add:
1386       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1387         - 1   # NDRPDR iter env5
1388         - 2   # NDRPDR iter env5
1389         - 3   # NDRPDR iter env5
1390         - 4   # NDRPDR iter env5
1391         - 5   # NDRPDR iter env5
1392         - 6   # NDRPDR iter env5
1393         - 7   # NDRPDR iter env5
1394         - 9   # NDRPDR iter env5
1395         - 10  # NDRPDR iter env5
1396
1397     # Compare testbeds
1398
1399     vpp-compare-testbeds-ref:
1400       # TODO: Add:
1401       csit-vpp-perf-report-iterative-2009-3n-hsw:
1402         - 4   # RC2 NDRPDR iter env5
1403         - 5   # RC2 NDRPDR iter env5
1404         - 6   # RC2 NDRPDR iter env5
1405         - 7   # RC2 NDRPDR iter env5
1406         - 8   # RC2 NDRPDR iter env5
1407         - 20  # RC2 NDRPDR iter env5
1408     vpp-compare-testbeds-cmp:
1409       # TODO: Add:
1410       csit-vpp-perf-report-iterative-2009-3n-skx:
1411         - 10  # RC2 NDRPDR iter env5
1412         - 12  # RC2 NDRPDR iter env5
1413         - 14  # RC2 NDRPDR iter env5
1414         - 15  # RC2 NDRPDR iter env5
1415         - 16  # RC2 NDRPDR iter env5
1416
1417     vpp-compare-testbeds-skx-clx-ref:
1418       # TODO: Add:
1419       csit-vpp-perf-report-iterative-2009-2n-skx:
1420         - 8   # RC2 NDRPDR iter env5
1421         - 10  # RC2 NDRPDR iter env5
1422         - 12  # RC2 NDRPDR iter env5
1423         - 14  # RC2 NDRPDR iter env5
1424         - 15  # RC2 NDRPDR iter env5
1425     vpp-compare-testbeds-skx-clx-cmp:
1426       # TODO: Add:
1427       csit-vpp-perf-report-iterative-2009-2n-clx:
1428         - 7   # RC2 NDRPDR iter env5
1429         - 9   # RC2 NDRPDR iter env5
1430         - 10  # RC2 NDRPDR iter env5
1431         - 12  # RC2 NDRPDR iter env5
1432         - 14  # RC2 NDRPDR iter env5
1433
1434     vpp-compare-testbeds-hsw-clx-ref:
1435       # TODO: Add:
1436       csit-vpp-perf-report-iterative-2009-3n-hsw:
1437         - 4   # RC2 NDRPDR iter env5
1438         - 5   # RC2 NDRPDR iter env5
1439         - 6   # RC2 NDRPDR iter env5
1440         - 7   # RC2 NDRPDR iter env5
1441         - 8   # RC2 NDRPDR iter env5
1442         - 20  # RC2 NDRPDR iter env5
1443     vpp-compare-testbeds-hsw-clx-cmp:
1444       # TODO: Add:
1445       csit-vpp-perf-report-iterative-2009-2n-clx:
1446         - 7   # RC2 NDRPDR iter env5
1447         - 9   # RC2 NDRPDR iter env5
1448         - 10  # RC2 NDRPDR iter env5
1449         - 12  # RC2 NDRPDR iter env5
1450         - 14  # RC2 NDRPDR iter env5
1451
1452     vpp-compare-testbeds-mrr-ref:
1453       # TODO: Replace:
1454       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1455       csit-vpp-perf-report-iterative-2005-3n-hsw:
1456         - 30  # MRR env 4
1457     vpp-compare-testbeds-mrr-cmp:
1458       # TODO: Replace:
1459       # csit-vpp-perf-report-iterative-2009-3n-skx:
1460       csit-vpp-perf-report-iterative-2005-3n-skx:
1461         - 49  # MRR sel env 4
1462
1463     vpp-compare-testbeds-mrr-skx-clx-ref:
1464       # TODO: Replace:
1465       # csit-vpp-perf-report-iterative-2009-2n-skx:
1466       csit-vpp-perf-report-iterative-2005-2n-skx:
1467         - 99  # MRR sel env 4
1468     vpp-compare-testbeds-mrr-skx-clx-cmp:
1469       # TODO: Replace:
1470       # csit-vpp-perf-report-iterative-2009-2n-clx:
1471       csit-vpp-perf-report-iterative-2005-2n-clx:
1472         - 72  # MRR env 4
1473
1474     vpp-compare-testbeds-mrr-hsw-clx-ref:
1475       # TODO: Replace:
1476       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1477       csit-vpp-perf-report-iterative-2005-3n-hsw:
1478         - 30  # MRR env 4
1479     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1480       # TODO: Replace:
1481       # csit-vpp-perf-report-iterative-2009-2n-clx:
1482       csit-vpp-perf-report-iterative-2005-2n-clx:
1483         - 72  # MRR env 4
1484
1485     dpdk-compare-testbeds-ref:
1486       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1487         - 6   # NDRPDR iter env5
1488         - 7   # NDRPDR iter env5
1489         - 8   # NDRPDR iter env5
1490         - 9   # NDRPDR iter env5
1491         - 10  # NDRPDR iter env5
1492         - 11  # NDRPDR iter env5
1493         - 12  # NDRPDR iter env5
1494         - 13  # NDRPDR iter env5
1495         - 14  # NDRPDR iter env5
1496         - 15  # NDRPDR iter env5
1497     dpdk-compare-testbeds-cmp:
1498       csit-dpdk-perf-report-iterative-2009-3n-skx:
1499         - 4   # NDRPDR sel env5
1500         - 5   # NDRPDR sel env5
1501         - 6   # NDRPDR sel env5
1502         - 7   # NDRPDR sel env5
1503         - 8   # NDRPDR sel env5
1504         - 9   # NDRPDR sel env5
1505         - 14  # NDRPDR sel env5
1506         - 11  # NDRPDR sel env5
1507         - 12  # NDRPDR sel env5
1508         - 13  # NDRPDR sel env5
1509
1510     dpdk-compare-testbeds-skx-clx-ref:
1511       csit-dpdk-perf-report-iterative-2009-2n-skx:
1512         - 4   # NDRPDR iter env5
1513         - 5   # NDRPDR iter env5
1514         - 6   # NDRPDR iter env5
1515         - 7   # NDRPDR iter env5
1516         - 8   # NDRPDR iter env5
1517         - 9   # NDRPDR iter env5
1518         - 10  # NDRPDR iter env5
1519         - 11  # NDRPDR iter env5
1520         - 12  # NDRPDR iter env5
1521         - 13  # NDRPDR iter env5
1522     dpdk-compare-testbeds-skx-clx-cmp:
1523       csit-dpdk-perf-report-iterative-2009-2n-clx:
1524         - 4   # NDRPDR iter env5
1525         - 5   # NDRPDR iter env5
1526         - 6   # NDRPDR iter env5
1527         - 7   # NDRPDR iter env5
1528         - 8   # NDRPDR iter env5
1529         - 9   # NDRPDR iter env5
1530         - 10  # NDRPDR iter env5
1531         - 11  # NDRPDR iter env5
1532         - 12  # NDRPDR iter env5
1533         - 13  # NDRPDR iter env5
1534
1535     # Compare topologies
1536
1537     vpp-compare-topologies-ref:
1538       # TODO: Add:
1539       csit-vpp-perf-report-iterative-2009-3n-skx:
1540         - 10  # RC2 NDRPDR iter env5
1541         - 12  # RC2 NDRPDR iter env5
1542         - 14  # RC2 NDRPDR iter env5
1543         - 15  # RC2 NDRPDR iter env5
1544         - 16  # RC2 NDRPDR iter env5
1545     vpp-compare-topologies-cmp:
1546       # TODO: Add:
1547       csit-vpp-perf-report-iterative-2009-2n-skx:
1548         - 8   # RC2 NDRPDR iter env5
1549         - 10  # RC2 NDRPDR iter env5
1550         - 12  # RC2 NDRPDR iter env5
1551         - 14  # RC2 NDRPDR iter env5
1552         - 15  # RC2 NDRPDR iter env5
1553
1554     vpp-compare-topologies-mrr-ref:
1555       # TODO: Replace:
1556       # csit-vpp-perf-report-iterative-2009-3n-skx:
1557       csit-vpp-perf-report-iterative-2005-3n-skx:
1558         - 49  # MRR sel env 4
1559     vpp-compare-topologies-mrr-cmp:
1560       # TODO: Replace:
1561       # csit-vpp-perf-report-iterative-2009-2n-skx:
1562       csit-vpp-perf-report-iterative-2005-2n-skx:
1563         - 99  # MRR sel env 4
1564
1565     dpdk-compare-topologies-ref:
1566       csit-dpdk-perf-report-iterative-2009-3n-skx:
1567         - 4   # NDRPDR sel env5
1568         - 5   # NDRPDR sel env5
1569         - 6   # NDRPDR sel env5
1570         - 7   # NDRPDR sel env5
1571         - 8   # NDRPDR sel env5
1572         - 9   # NDRPDR sel env5
1573         - 14  # NDRPDR sel env5
1574         - 11  # NDRPDR sel env5
1575         - 12  # NDRPDR sel env5
1576         - 13  # NDRPDR sel env5
1577     dpdk-compare-topologies-cmp:
1578       csit-dpdk-perf-report-iterative-2009-2n-skx:
1579         - 4   # NDRPDR iter env5
1580         - 5   # NDRPDR iter env5
1581         - 6   # NDRPDR iter env5
1582         - 7   # NDRPDR iter env5
1583         - 8   # NDRPDR iter env5
1584         - 9   # NDRPDR iter env5
1585         - 10  # NDRPDR iter env5
1586         - 11  # NDRPDR iter env5
1587         - 12  # NDRPDR iter env5
1588         - 13  # NDRPDR iter env5
1589
1590   plot-layouts:
1591
1592     plot-soak-throughput:
1593       titlefont:
1594         size: 18
1595       xaxis:
1596         title: "<b>Test Cases [Index]</b>"
1597         titlefont:
1598           size: 16
1599         autorange: True
1600         fixedrange: False
1601         gridcolor: "rgb(230, 230, 230)"
1602         linecolor: "rgb(220, 220, 220)"
1603         linewidth: 1
1604         showgrid: True
1605         showline: True
1606         showticklabels: True
1607         tickcolor: "rgb(220, 220, 220)"
1608         tickmode: "linear"
1609         tickfont:
1610           size: 16
1611         zeroline: False
1612       yaxis:
1613         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1614         titlefont:
1615           size: 16
1616         gridcolor: "rgb(230, 230, 230)"
1617         hoverformat: ".4r"
1618         tickformat: ".3r"
1619         linecolor: "rgb(220, 220, 220)"
1620         linewidth: 1
1621         showgrid: True
1622         showline: True
1623         showticklabels: True
1624         tickcolor: "rgb(220, 220, 220)"
1625         tickfont:
1626           size: 16
1627         zeroline: False
1628         range: [0,50]
1629       autosize: False
1630       margin:
1631         t: 50
1632         b: 0
1633         l: 80
1634         r: 20
1635       showlegend: True
1636       legend:
1637         orientation: "h"
1638         font:
1639           size: 16
1640       width: 700
1641       height: 900
1642       paper_bgcolor: "#fff"
1643       plot_bgcolor: "#fff"
1644       hoverlabel:
1645         namelength: -1
1646
1647     plot-service-density:
1648       titlefont:
1649         size: 18
1650       xaxis:
1651         side: "top"
1652         autorange: True
1653         fixedrange: False
1654         showgrid: False
1655         showline: False
1656         showticklabels: False
1657         ticks: ""
1658         ticklen: 0
1659         tickwidth: 0
1660         zeroline: False
1661       yaxis:
1662         autorange: "reversed"
1663         showgrid: False
1664         showline: False
1665         showticklabels: False
1666         ticks: ""
1667         ticklen: 0
1668         tickwidth: 0
1669         zeroline: False
1670       showlegend: False
1671       paper_bgcolor: "#fff"
1672       plot_bgcolor: "#fff"
1673       width: 700
1674       height: 700
1675       hoverlabel:
1676         namelength: -1
1677
1678     plot-hoststack:
1679       titlefont:
1680         size: 16
1681       xaxis:
1682         title: "<b>Test Cases [Index]</b>"
1683         titlefont:
1684           size: 14
1685         autorange: True
1686         fixedrange: False
1687         gridcolor: "rgb(230, 230, 230)"
1688         linecolor: "rgb(220, 220, 220)"
1689         linewidth: 1
1690         showgrid: True
1691         showline: True
1692         showticklabels: True
1693         tickcolor: "rgb(220, 220, 220)"
1694         tickmode: "linear"
1695         tickfont:
1696           size: 14
1697         zeroline: False
1698       yaxis:
1699         title: "<b>Bandwidth [Gbps]</b>"
1700         titlefont:
1701           size: 14
1702         gridcolor: "rgb(230, 230, 230)"
1703         hoverformat: ".4s"
1704         linecolor: "rgb(220, 220, 220)"
1705         linewidth: 1
1706         rangemode: "tozero"
1707         showgrid: True
1708         showline: True
1709         showticklabels: True
1710         tickcolor: "rgb(230, 230, 230)"
1711         tickformat: ".3s"
1712         tickfont:
1713           size: 14
1714         zeroline: False
1715       boxmode: "group"
1716       boxgroupgap: 0.5
1717       autosize: False
1718       margin:
1719         t: 50
1720         b: 20
1721         l: 80
1722         r: 20
1723       showlegend: True
1724       legend:
1725         orientation: "h"
1726         font:
1727           size: 14
1728       width: 700
1729       height: 800
1730       paper_bgcolor: "#fff"
1731       plot_bgcolor: "#fff"
1732       hoverlabel:
1733         namelength: -1
1734
1735     plot-throughput:
1736       titlefont:
1737         size: 18
1738       xaxis:
1739         title: "<b>Test Cases [Index]</b>"
1740         titlefont:
1741           size: 16
1742         autorange: True
1743         fixedrange: False
1744         gridcolor: "rgb(230, 230, 230)"
1745         linecolor: "rgb(220, 220, 220)"
1746         linewidth: 1
1747         showgrid: True
1748         showline: True
1749         showticklabels: True
1750         tickcolor: "rgb(220, 220, 220)"
1751         tickmode: "linear"
1752         tickfont:
1753           size: 16
1754         zeroline: False
1755       yaxis:
1756         title: "<b>Packet Throughput [Mpps]</b>"
1757         titlefont:
1758           size: 16
1759         gridcolor: "rgb(230, 230, 230)"
1760         hoverformat: ".4r"
1761         tickformat: ".3r"
1762         linecolor: "rgb(220, 220, 220)"
1763         linewidth: 1
1764         showgrid: True
1765         showline: True
1766         showticklabels: True
1767         tickcolor: "rgb(220, 220, 220)"
1768         tickfont:
1769           size: 16
1770         zeroline: False
1771         range: [0,50]
1772       autosize: False
1773       margin:
1774         t: 50
1775         b: 0
1776         l: 80
1777         r: 20
1778       showlegend: True
1779       legend:
1780         orientation: "h"
1781         font:
1782           size: 16
1783       width: 700
1784       height: 900
1785       paper_bgcolor: "#fff"
1786       plot_bgcolor: "#fff"
1787       hoverlabel:
1788         namelength: -1
1789
1790     plot-throughput-speedup-analysis:
1791       titlefont:
1792         size: 18
1793       xaxis:
1794         title: "<b>Number of Cores [Qty]</b>"
1795         titlefont:
1796           size: 16
1797         autorange: True
1798         fixedrange: False
1799         gridcolor: "rgb(230, 230, 230)"
1800         linecolor: "rgb(220, 220, 220)"
1801         linewidth: 1
1802         showgrid: True
1803         showline: True
1804         showticklabels: True
1805         tickcolor: "rgb(238, 238, 238)"
1806         tickmode: "linear"
1807         tickfont:
1808           size: 16
1809         zeroline: False
1810       yaxis:
1811         title: "<b>Packet Throughput [Mpps]</b>"
1812         titlefont:
1813           size: 16
1814         type: "linear"
1815         gridcolor: "rgb(230, 230, 230)"
1816         hoverformat: ".4s"
1817         linecolor: "rgb(220, 220, 220)"
1818         linewidth: 1
1819         showgrid: True
1820         showline: True
1821         showticklabels: True
1822         tickcolor: "rgb(220, 220, 220)"
1823         tickformat: ".4s"
1824         tickfont:
1825           size: 16
1826         zeroline: True
1827         rangemode: "tozero"
1828         range: [0,100]
1829       legend:
1830         orientation: "h"
1831         font:
1832           size: 16
1833         xanchor: "left"
1834         yanchor: "top"
1835         x: 0
1836         y: -0.2
1837         bgcolor: "rgba(255, 255, 255, 0)"
1838         bordercolor: "rgba(255, 255, 255, 0)"
1839         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1840       autosize: False
1841       margin:
1842           't': 50
1843           'b': 150
1844           'l': 85
1845           'r': 10
1846       showlegend: True
1847       width: 700
1848       height: 700
1849       paper_bgcolor: "#fff"
1850       plot_bgcolor: "#fff"
1851       hoverlabel:
1852         namelength: -1
1853       annotations: [
1854         {
1855           text: "_ _          __          ...",
1856           align: "left",
1857           showarrow: False,
1858           xref: "paper",
1859           yref: "paper",
1860           xanchor: "left",
1861           yanchor: "top",
1862           x: 0,
1863           y: -0.13,
1864           font: {
1865             family: "Consolas, Courier New",
1866             size: 15
1867           },
1868         },
1869         {
1870           text: "    Perfect     Measured     Limit",
1871           align: "left",
1872           showarrow: False,
1873           xref: "paper",
1874           yref: "paper",
1875           xanchor: "left",
1876           yanchor: "top",
1877           x: 0,
1878           y: -0.15,
1879           font: {
1880             family: "Consolas, Courier New",
1881             size: 15
1882           },
1883         },
1884       ]
1885
1886     plot-latency:
1887       titlefont:
1888         size: 18
1889       xaxis:
1890         title: "<b>Direction</b>"
1891         titlefont:
1892           size: 16
1893         autorange: True
1894         fixedrange: False
1895         gridcolor: "rgb(230, 230, 230)"
1896         linecolor: "rgb(220, 220, 220)"
1897         linewidth: 1
1898         showgrid: True
1899         showline: True
1900         showticklabels: False
1901         tickcolor: "rgb(220, 220, 220)"
1902         tickmode: "linear"
1903         tickfont:
1904           size: 16
1905         zeroline: False
1906       yaxis:
1907         title: "<b>Packet Latency [uSec]</b>"
1908         titlefont:
1909           size: 16
1910         type: "linear"
1911         gridcolor: "rgb(230, 230, 230)"
1912         hoverformat: ".4s"
1913         linecolor: "rgb(220, 220, 220)"
1914         linewidth: 1
1915         showgrid: True
1916         showline: True
1917         showticklabels: True
1918         tickcolor: "rgb(220, 220, 220)"
1919         tickformat: ".4s"
1920         tickfont:
1921           size: 16
1922         zeroline: True
1923         rangemode: "tozero"
1924       legend:
1925         orientation: "h"
1926         font:
1927           size: 16
1928         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1929       autosize: False
1930       margin:
1931           't': 50
1932           'b': 150
1933           'l': 80
1934           'r': 10
1935       showlegend: True
1936       width: 700
1937       height: 700
1938       paper_bgcolor: "#fff"
1939       plot_bgcolor: "#fff"
1940       hoverlabel:
1941         namelength: -1
1942
1943     plot-hdrh-latency:
1944       title:
1945         text: ""
1946         xanchor: "center"
1947         x: 0.5
1948         font:
1949           size: 16
1950       width: 700
1951       plot_bgcolor: "white"
1952       annotations:
1953         - font:
1954             size: 14
1955           showarrow: False
1956           text: "<b>Packet Latency [uSec]</b>"
1957           x: 1
1958           xanchor: "right"
1959           xref: "paper"
1960           y: -0.045
1961           yanchor: "top"
1962           yref: "paper"
1963         - font:
1964             size: 14
1965           showarrow: False
1966           text: "<b>Probability [%]</b>"
1967           textangle: 270
1968           x: -0.06
1969           xanchor: "center"
1970           xref: "paper"
1971           y: 0.5
1972           yanchor: "middle"
1973           yref: "paper"
1974         - font:
1975             size: 14
1976           showarrow: False
1977           text: "<b>Direction: E-W</b>"
1978           x: 0.24
1979           xanchor: "center"
1980           xref: "paper"
1981           y: 1.05
1982           yanchor: "bottom"
1983           yref: "paper"
1984         - font:
1985             size: 14
1986           showarrow: False
1987           text: "<b>Direction: W-E</b>"
1988           x: 0.74
1989           xanchor: "center"
1990           xref: "paper"
1991           y: 1.05
1992           yanchor: "bottom"
1993           yref: "paper"
1994
1995     plot-hdrh-latency-percentile:
1996       title:
1997         text: ""
1998         xanchor: "center"
1999         x: 0.5
2000         font:
2001           size: 18
2002       xaxis:
2003         type: "log"
2004         title: "<b>Percentile [%]</b>"
2005         titlefont:
2006           size: 16
2007         autorange: True
2008         fixedrange: False
2009         gridcolor: "rgb(230, 230, 230)"
2010         linecolor: "rgb(220, 220, 220)"
2011         linewidth: 1
2012         showgrid: True
2013         showline: True
2014         showticklabels: True
2015         tickcolor: "rgb(220, 220, 220)"
2016         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2017         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2018         tickfont:
2019           size: 16
2020       yaxis:
2021         title: "<b>Packet Latency [uSec]</b>"
2022         titlefont:
2023           size: 16
2024         gridcolor: "rgb(230, 230, 230)"
2025         linecolor: "rgb(220, 220, 220)"
2026         linewidth: 1
2027         showgrid: True
2028         showline: True
2029         showticklabels: True
2030         tickcolor: "rgb(220, 220, 220)"
2031         tickfont:
2032           size: 16
2033       autosize: False
2034       showlegend: True
2035       legend:
2036         traceorder: "normal"
2037         orientation: "h"
2038         font:
2039           size: 16
2040         xanchor: "left"
2041         yanchor: "top"
2042         x: 0
2043         y: -0.15
2044         bgcolor: "rgba(255, 255, 255, 0)"
2045         bordercolor: "rgba(255, 255, 255, 0)"
2046       width: 700
2047       height: 700
2048       paper_bgcolor: "white"
2049       plot_bgcolor: "white"
2050
2051     plot-hdrh-latency-by-percentile:
2052       title:
2053         text: "<b>Latency by Percentile Distribution</b>"
2054         xanchor: "center"
2055         x: 0.5
2056         font:
2057           size: 18
2058       showlegend: True
2059       legend:
2060         traceorder: "normal"
2061         orientation: "h"
2062         font:
2063           size: 16
2064         xanchor: "left"
2065         yanchor: "top"
2066         x: 0
2067         y: -0.2
2068         bgcolor: "rgba(255, 255, 255, 0)"
2069         bordercolor: "rgba(255, 255, 255, 0)"
2070       xaxis:
2071         type: "linear"
2072         title: "<b>Percentile [%]</b>"
2073         titlefont:
2074           size: 14
2075         autorange: False
2076         fixedrange: False
2077         range: [0, 100]
2078         gridcolor: "rgb(230, 230, 230)"
2079         linecolor: "rgb(220, 220, 220)"
2080         linewidth: 1
2081         showgrid: True
2082         showline: True
2083         showticklabels: True
2084         tickcolor: "rgb(220, 220, 220)"
2085         tickvals: [0, 25, 50, 75, 100]
2086         ticktext: [0, 25, 50, 75, 100]
2087         tickfont:
2088           size: 14
2089       yaxis:
2090         title: "<b>One-Way Latency per Direction [uSec]</b>"
2091         titlefont:
2092           size: 14
2093         gridcolor: "rgb(230, 230, 230)"
2094         linecolor: "rgb(220, 220, 220)"
2095         linewidth: 1
2096         showgrid: True
2097         showline: True
2098         showticklabels: True
2099         tickcolor: "rgb(220, 220, 220)"
2100         tickfont:
2101           size: 14
2102       width: 700
2103       height: 700
2104       paper_bgcolor: "white"
2105       plot_bgcolor: "white"
2106
2107 - type: "static"
2108   src-path: "{DIR[RST]}"
2109   dst-path: "{DIR[WORKING,SRC]}"
2110
2111 - type: "input"
2112   general:
2113     file-name: "output_info.xml.gz"
2114     file-format: ".gz"
2115     arch-file-format:
2116       - ".gz"
2117       - ".zip"
2118     download-path: "{job}/{build}/archives/{filename}"
2119     extract: "output.xml"
2120
2121     zip-file-name: "robot-plugin.zip"
2122     zip-file-format: ".zip"
2123     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2124     zip-extract: "robot-plugin/output.xml"
2125
2126   builds:
2127
2128     csit-vpp-perf-verify-2001-3n-hsw:
2129       - 17  # MRR sel
2130     csit-vpp-perf-report-iterative-2005-3n-hsw:
2131       - 20  # NDRPDR sel env 4
2132       - 21  # NDRPDR sel env 4
2133       - 22  # NDRPDR sel env 4
2134       - 23  # NDRPDR sel env 4
2135       - 24  # NDRPDR sel env 4
2136       - 25  # NDRPDR sel env 4
2137       - 26  # NDRPDR sel env 4
2138       - 27  # NDRPDR sel env 4
2139       - 28  # NDRPDR sel env 4
2140       - 29  # NDRPDR sel env 4
2141       - 13  # MRR
2142       - 30  # MRR env 4
2143       - 31  # NDRPDR sel 2001.0-4
2144       - 32  # NDRPDR sel 2001.0-4
2145       - 33  # NDRPDR sel 2001.0-4
2146       - 34  # NDRPDR sel 2001.0-4
2147       - 35  # NDRPDR sel 2001.0-4
2148       - 36  # NDRPDR sel 2001.0-4
2149       - 38  # NDRPDR sel 2001.0-4
2150     csit-vpp-perf-verify-2005-3n-hsw:
2151       - 3   # hoststack
2152       - 5   # hoststack
2153       - 6   # hoststack
2154       - 7   # hoststack
2155       - 8   # hoststack
2156       - 9   # hoststack
2157       - 10  # hoststack
2158       - 11  # hoststack
2159       - 12  # hoststack
2160       - 13  # hoststack
2161     # TODO: Add:
2162     csit-vpp-perf-report-iterative-2009-3n-hsw:
2163       - 4   # RC2 NDRPDR iter env5
2164       - 5   # RC2 NDRPDR iter env5
2165       - 6   # RC2 NDRPDR iter env5
2166       - 7   # RC2 NDRPDR iter env5
2167       - 8   # RC2 NDRPDR iter env5
2168       - 20  # RC2 NDRPDR iter env5
2169       - 18  # rls2005 MRR iter env 5
2170       - 9   # rls2005 NDRPDR iter env 5
2171       - 10  # rls2005 NDRPDR iter env 5
2172       - 11  # rls2005 NDRPDR iter env 5
2173       - 12  # rls2005 NDRPDR iter env 5
2174       - 13  # rls2005 NDRPDR iter env 5
2175       - 14  # rls2005 NDRPDR iter env 5
2176       - 15  # rls2005 NDRPDR iter env 5
2177       - 16  # rls2005 NDRPDR iter env 5
2178       - 17  # rls2005 NDRPDR iter env 5
2179       - 19  # rls2005 NDRPDR iter env 5
2180     # TODO: Add:
2181     csit-vpp-perf-report-coverage-2009-3n-hsw:
2182       - 2   # RC2 env5 3n-hsw-ip4-00
2183
2184     # TODO: Add for hoststack:
2185     # csit-vpp-perf-report-iterative-2009-3n-hsw: OR
2186     # csit-vpp-perf-verify-2009-3n-hsw:
2187
2188     csit-vpp-perf-verify-2001-3n-skx:
2189       - 50  # MRR sel
2190       - 53  # MRR sel addition
2191     csit-vpp-perf-report-iterative-2005-3n-skx:
2192       - 4   # NDRPDR sel
2193       - 5   # NDRPDR sel ??? all x710 failed
2194       - 33  # NDRPDR sel
2195       - 28  # NDRPDR sel
2196       - 34  # NDRPDR sel
2197       - 42  # NDRPDR sel env 4
2198       - 43  # NDRPDR sel env 4
2199       - 44  # NDRPDR sel env 4
2200       - 45  # NDRPDR sel env 4
2201       - 47  # NDRPDR sel env 4
2202       - 55  # NDRPDR sel env 4
2203       - 56  # NDRPDR sel env 4
2204       - 57  # NDRPDR sel env 4
2205       - 61  # NDRPDR sel env 4
2206       - 62  # NDRPDR sel env 4
2207       - 50  # NDRPDR sel 2001.0-4
2208       - 51  # NDRPDR sel 2001.0-4
2209       - 52  # NDRPDR sel 2001.0-4
2210       - 53  # NDRPDR sel 2001.0-4
2211       - 54  # NDRPDR sel 2001.0-4
2212       - 49  # MRR sel env 4
2213     # TODO: Add:
2214     csit-vpp-perf-report-iterative-2009-3n-skx:
2215       - 10  # RC2 NDRPDR iter env5
2216       - 12  # RC2 NDRPDR iter env5
2217       - 14  # RC2 NDRPDR iter env5
2218       - 15  # RC2 NDRPDR iter env5
2219       - 16  # RC2 NDRPDR iter env5
2220       - 17  # rls2005 MRR iter env 5
2221       - 13  # rls2005 NDRPDR iter env 5
2222     # TODO: Add:
2223     csit-vpp-perf-report-coverage-2009-3n-skx:
2224       - 1   # RC2 env5 3n-skx-ip4-00
2225
2226     csit-vpp-perf-verify-2001-2n-skx:
2227       - 101  # MRR sel - old
2228       - 128  # MRR sel addition - old
2229     csit-vpp-perf-report-iterative-2005-2n-skx:
2230       - 88  # NDRPDR sel env 4
2231       - 89  # NDRPDR sel env 4
2232       - 90  # NDRPDR sel env 4
2233       - 91  # NDRPDR sel env 4
2234       - 92  # NDRPDR sel env 4
2235       - 93  # NDRPDR sel env 4
2236       - 94  # NDRPDR sel env 4
2237       - 125 # NDRPDR sel env 4
2238       - 126 # NDRPDR sel env 4
2239       - 127 # NDRPDR sel env 4
2240       - 100 # NDRPDR sel 2001.0-4
2241       - 101 # NDRPDR sel 2001.0-4
2242       - 102 # NDRPDR sel 2001.0-4
2243       - 103 # NDRPDR sel 2001.0-4
2244       - 104 # NDRPDR sel 2001.0-4
2245       - 105 # NDRPDR sel 2001.0-4
2246       - 99  # MRR sel env 4
2247       - 106 # Reconf env 4
2248       - 107 # Reconf env 4
2249       - 108 # Reconf env 4
2250       - 109 # Reconf env 4
2251       - 110 # Reconf env 4
2252       - 111 # Reconf env 4
2253       - 112 # Reconf env 4
2254       - 118 # Reconf env 4
2255       - 120 # Reconf env 4
2256       - 121 # Reconf env 4
2257       - 122 # Soak
2258       - 123 # Soak
2259       - 113 # nf-density-sel env 4
2260       - 114 # nf-density-sel env 4
2261       - 124 # nf-density-sel env 4
2262       - 128 # nf-density-sel env 4
2263       - 129 # nf-density-sel env 4
2264       - 131 # nf-density-sel env 4
2265       - 132 # nf-density-sel env 4
2266       - 135 # nf-density-sel env 4
2267       - 136 # nf-density-sel env 4
2268       - 139 # nf-density-sel env 4
2269       - 115 # MRR nf-density-sel env 4
2270     # TODO: Add:
2271     csit-vpp-perf-report-iterative-2009-2n-skx:
2272       - 8   # RC2 NDRPDR iter env5
2273       - 10  # RC2 NDRPDR iter env5
2274       - 12  # RC2 NDRPDR iter env5
2275       - 14  # RC2 NDRPDR iter env5
2276       - 15  # RC2 NDRPDR iter env5
2277       - 20  # rls2005 MRR iter env 5
2278       - 13  # rls2005 NDRPDR iter env 5
2279       - 16  # rls2005 NDRPDR iter env 5
2280       - 17  # rls2005 NDRPDR iter env 5
2281       - 18  # rls2005 NDRPDR iter env 5
2282       - 19  # rls2005 NDRPDR iter env 5
2283       - 21  # rls2005 NDRPDR iter env 5
2284       - 22  # rls2005 NDRPDR iter env 5
2285       - 23  # rls2005 NDRPDR iter env 5
2286     # TODO: Add:
2287     csit-vpp-perf-report-coverage-2009-2n-skx:
2288       - 7   # RC2 env5 2n-skx-ip4-00
2289
2290     csit-vpp-perf-verify-2001-2n-clx:
2291       - 39  # MRR
2292     csit-vpp-perf-report-iterative-2005-2n-clx:
2293       - 62  # NDRPDR sel env 4
2294       - 63  # NDRPDR sel env 4
2295       - 64  # NDRPDR sel env 4
2296       - 65  # NDRPDR sel env 4
2297       - 66  # NDRPDR sel env 4
2298       - 68  # NDRPDR sel env 4
2299       - 69  # NDRPDR sel env 4
2300       - 70  # NDRPDR sel env 4
2301       - 103 # NDRPDR sel env 4
2302       - 104 # NDRPDR sel env 4
2303       - 73  # NDRPDR sel 2001.0-4
2304       - 74  # NDRPDR sel 2001.0-4
2305       - 75  # NDRPDR sel 2001.0-4
2306       - 76  # NDRPDR sel 2001.0-4
2307       - 77  # NDRPDR sel 2001.0-4
2308       - 78  # NDRPDR sel 2001.0-4
2309       - 79  # NDRPDR sel 2001.0-4
2310       - 80  # NDRPDR sel 2001.0-4
2311       - 72  # MRR env 4
2312       - 81  # Reconf env 4
2313       - 82  # Reconf env 4
2314       - 83  # Reconf env 4
2315       - 84  # Reconf env 4
2316       - 85  # Reconf env 4
2317       - 86  # Reconf env 4
2318       - 87  # Reconf env 4
2319       - 88  # Reconf env 4
2320       - 89  # Reconf env 4
2321       - 90  # Reconf env 4
2322       - 101 # Soak
2323       - 102 # Soak
2324       - 91  # nfv-density-00 env 4
2325       - 92  # nfv-density-00 env 4
2326       - 93  # nfv-density-00 env 4
2327       - 97  # nfv-density-00 env 4
2328       - 98  # nfv-density-00 env 4
2329       - 99  # nfv-density-00 env 4
2330       - 100 # nfv-density-00 env 4
2331       - 105 # nfv-density-00 env 4
2332       - 106 # nfv-density-00 env 4
2333       - 108 # nfv-density-00 env 4
2334       - 96  # MRR nfv-density-00 env 4
2335     # TODO: Add:
2336     csit-vpp-perf-report-iterative-2009-2n-clx:
2337       - 7   # RC2 NDRPDR iter env5
2338       - 9   # RC2 NDRPDR iter env5
2339       - 10  # RC2 NDRPDR iter env5
2340       - 12  # RC2 NDRPDR iter env5
2341       - 14  # RC2 NDRPDR iter env5
2342       - 16  # rls2005 MRR iter env 5
2343       - 13  # rls2005 NDRPDR iter env 5
2344       - 15  # rls2005 NDRPDR iter env 5
2345       - 17  # rls2005 NDRPDR iter env 5
2346       - 18  # rls2005 NDRPDR iter env 5
2347       - 19  # rls2005 NDRPDR iter env 5
2348       - 20  # rls2005 NDRPDR iter env 5
2349       - 21  # rls2005 NDRPDR iter env 5
2350     # TODO: Add:
2351     csit-vpp-perf-report-coverage-2009-2n-clx:
2352       - 1   # RC2 env5 2n-clx-ip4-00
2353
2354     csit-vpp-perf-verify-2001-3n-tsh:
2355       - 9   # MRR sel
2356     csit-vpp-perf-report-iterative-2005-3n-tsh:
2357       - 9   # NDRPDR sel
2358       - 11  # NDRPDR sel
2359       - 12  # NDRPDR sel
2360       - 20  # NDRPDR sel
2361       - 14  # NDRPDR sel
2362       - 21  # NDRPDR sel
2363       - 23  # NDRPDR sel env 4
2364       - 25  # NDRPDR sel env 4
2365       - 33  # NDRPDR sel env 4
2366       - 34  # NDRPDR sel env 4
2367       - 35  # NDRPDR sel env 4
2368       - 36  # NDRPDR sel env 4
2369       - 37  # NDRPDR sel env 4
2370       - 38  # NDRPDR sel env 4
2371       - 39  # NDRPDR sel env 4
2372       - 40  # NDRPDR sel env 4
2373       - 28  # NDRPDR sel 2001.0-4
2374       - 29  # NDRPDR sel 2001.0-4
2375       - 31  # NDRPDR sel 2001.0-4
2376       - 27  # MRR sel env 4
2377     # TODO: Add:
2378     csit-vpp-perf-report-iterative-2009-3n-tsh:
2379       - 7   # RC2 NDRPDR iter env5
2380       - 8   # rls2005 NDRPDR iter env 5
2381       - 11  # rls2005 NDRPDR iter env 5
2382     csit-vpp-perf-report-coverage-2009-3n-tsh:
2383       - 1   # 3n-tsh-ip4-00
2384
2385 #    csit-vpp-perf-verify-2001-3n-dnv:
2386 #      - 5   # NDRPDR sel
2387 #      - 6   # NDRPDR sel
2388 #      - 7   # NDRPDR sel
2389 #      - 8   # NDRPDR sel
2390 #      - 9   # NDRPDR sel
2391 #      - 10  # NDRPDR sel
2392 #      - 12  # NDRPDR sel
2393 #      - 16  # NDRPDR sel
2394 #      - 17  # NDRPDR sel
2395 #      - 18  # NDRPDR sel
2396 #      - 11  # MRR sel
2397 #    csit-vpp-perf-report-iterative-2005-3n-dnv:
2398 #      - 2   # NDRPDR sel
2399 #      - 3   # NDRPDR sel
2400 #      - 4   # NDRPDR sel
2401 #      - 5   # NDRPDR sel
2402 #      - 6   # NDRPDR sel
2403 #      - 7   # NDRPDR sel
2404 #      - 9   # NDRPDR sel
2405 #      - 10  # NDRPDR sel
2406 #      - 11  # NDRPDR sel
2407 #      - 12  # NDRPDR sel
2408 #      - 8   # MRR
2409 #    csit-vpp-perf-report-coverage-2005-3n-dnv:
2410 #      - 1   # perf-full-3n-dnv-crypto_I
2411 #      - 24  # perf-full-3n-dnv-crypto_II
2412 #      - 5   # perf-full-3n-dnv-ip4_I
2413 #      - 13  # perf-full-3n-dnv-ip4_II
2414 #      - 17  # perf-full-3n-dnv-ip6_I
2415 #      - 18  # perf-full-3n-dnv-ip6_II
2416 #      - 21  # perf-full-3n-dnv-l2_I
2417 #      - 22  # perf-full-3n-dnv-l2_II
2418 #      - 23  # perf-full-3n-dnv-ip4-tunnels_I
2419 #    # TODO: Add:
2420 #    # csit-vpp-perf-report-iterative-2009-3n-dnv:
2421 #    # TODO: Add:
2422 #    # csit-vpp-perf-report-coverage-2009-3n-dnv:
2423
2424 #    csit-vpp-perf-verify-2001-2n-dnv:
2425 #      - 4   # NDRPDR sel
2426 #      - 5   # NDRPDR sel
2427 #      - 6   # NDRPDR sel
2428 #      - 7   # NDRPDR sel
2429 #      - 8   # NDRPDR sel
2430 #      - 9   # NDRPDR sel
2431 #      - 10  # NDRPDR sel
2432 #      - 11  # NDRPDR sel
2433 #      - 13  # NDRPDR sel
2434 #      - 16  # NDRPDR sel
2435 #      - 12  # MRR sel
2436 #    csit-vpp-perf-report-iterative-2005-2n-dnv:
2437 #      - 3   # NDRPDR sel
2438 #      - 6   # NDRPDR sel
2439 #      - 7   # NDRPDR sel
2440 #      - 8   # NDRPDR sel
2441 #      - 9   # NDRPDR sel
2442 #      - 10  # NDRPDR sel
2443 #      - 11  # NDRPDR sel
2444 #      - 12  # NDRPDR sel
2445 #      - 13  # NDRPDR sel
2446 #      - 14  # NDRPDR sel
2447 #      - 15  # MRR sel
2448 #    csit-vpp-perf-report-coverage-2005-2n-dnv:
2449 #      - 1   # perf-full-2n-dnv-ip4_I
2450 #      - 2   # perf-full-2n-dnv-ip4_II
2451 #      - 3   # perf-full-2n-dnv-ip6_I
2452 #      - 4   # perf-full-2n-dnv-ip6_II
2453 #      - 5   # perf-full-2n-dnv-l2_I
2454 #      - 6   # perf-full-2n-dnv-l2_II
2455 #    # TODO: Add:
2456 #    # csit-vpp-perf-report-iterative-2009-2n-dnv:
2457 #    # TODO: Add:
2458 #    # csit-vpp-perf-report-coverage-2009-2n-dnv:
2459
2460     csit-dpdk-perf-verify-2001-3n-hsw:
2461       - 4   # NDRPDR sel
2462       - 5   # NDRPDR sel
2463       - 6   # NDRPDR sel
2464       - 7   # NDRPDR sel
2465       - 8   # NDRPDR sel
2466       - 9   # NDRPDR sel
2467       - 10  # NDRPDR sel
2468       - 11  # NDRPDR sel
2469       - 12  # NDRPDR sel
2470       - 13  # NDRPDR sel
2471       - 15  # NDRPDR sel
2472       - 16  # NDRPDR sel
2473       - 17  # NDRPDR sel
2474       - 18  # NDRPDR sel
2475       - 19  # NDRPDR sel
2476       - 20  # NDRPDR sel
2477       - 21  # NDRPDR sel
2478       - 22  # NDRPDR sel
2479       - 23  # NDRPDR sel
2480       - 24  # NDRPDR sel
2481     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2482       - 25  # NDRPDR iter
2483       - 26  # NDRPDR iter
2484       - 27  # NDRPDR iter
2485       - 28  # NDRPDR iter
2486       - 29  # NDRPDR iter
2487       - 30  # NDRPDR iter
2488       - 31  # NDRPDR iter
2489       - 32  # NDRPDR iter
2490       - 33  # NDRPDR iter
2491       - 34  # NDRPDR iter
2492     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2493       - 6   # NDRPDR iter env5
2494       - 7   # NDRPDR iter env5
2495       - 8   # NDRPDR iter env5
2496       - 9   # NDRPDR iter env5
2497       - 10  # NDRPDR iter env5
2498       - 11  # NDRPDR iter env5
2499       - 12  # NDRPDR iter env5
2500       - 13  # NDRPDR iter env5
2501       - 14  # NDRPDR iter env5
2502       - 15  # NDRPDR iter env5
2503
2504     csit-dpdk-perf-verify-2001-3n-skx:
2505       - 29  # NDRPDR sel xxv710
2506       - 33  # NDRPDR sel xxv710
2507       - 34  # NDRPDR sel xxv710
2508       - 35  # NDRPDR sel xxv710
2509       - 36  # NDRPDR sel xxv710
2510       - 37  # NDRPDR sel xxv710
2511       - 41  # NDRPDR sel xxv710
2512       - 42  # NDRPDR sel xxv710
2513       - 43  # NDRPDR sel xxv710
2514       - 45  # NDRPDR sel xxv710
2515       - 30  # NDRPDR sel x710
2516       - 31  # NDRPDR sel x710
2517       - 32  # NDRPDR sel x710
2518       - 38  # NDRPDR sel x710
2519       - 39  # NDRPDR sel x710
2520       - 40  # NDRPDR sel x710
2521       - 44  # NDRPDR sel x710
2522       - 46  # NDRPDR sel x710
2523       - 47  # NDRPDR sel x710
2524       - 48  # NDRPDR sel x710
2525     csit-dpdk-perf-report-iterative-2005-3n-skx:
2526       - 28  # NDRPDR iter
2527       - 29  # NDRPDR iter
2528       - 30  # NDRPDR iter
2529       - 31  # NDRPDR iter
2530       - 32  # NDRPDR iter
2531       - 33  # NDRPDR iter
2532       - 34  # NDRPDR iter
2533       - 35  # NDRPDR iter
2534       - 36  # NDRPDR iter
2535       - 37  # NDRPDR iter
2536     csit-dpdk-perf-report-iterative-2009-3n-skx:
2537       - 4   # NDRPDR sel env5
2538       - 5   # NDRPDR sel env5
2539       - 6   # NDRPDR sel env5
2540       - 7   # NDRPDR sel env5
2541       - 8   # NDRPDR sel env5
2542       - 9   # NDRPDR sel env5
2543       - 14  # NDRPDR sel env5
2544       - 11  # NDRPDR sel env5
2545       - 12  # NDRPDR sel env5
2546       - 13  # NDRPDR sel env5
2547
2548     csit-dpdk-perf-verify-2001-2n-skx:
2549       - 35  # NDRPDR sel xxv710
2550       - 36  # NDRPDR sel xxv710
2551       - 37  # NDRPDR sel xxv710
2552       - 41  # NDRPDR sel xxv710
2553       - 42  # NDRPDR sel xxv710
2554       - 43  # NDRPDR sel xxv710
2555       - 46  # NDRPDR sel xxv710
2556       - 47  # NDRPDR sel xxv710
2557       - 52  # NDRPDR sel xxv710
2558       - 53  # NDRPDR sel xxv710
2559       - 38  # NDRPDR sel x710
2560       - 39  # NDRPDR sel x710
2561       - 40  # NDRPDR sel x710
2562       - 44  # NDRPDR sel x710
2563       - 45  # NDRPDR sel x710
2564       - 48  # NDRPDR sel x710
2565       - 49  # NDRPDR sel x710
2566       - 50  # NDRPDR sel x710
2567       - 51  # NDRPDR sel x710
2568       - 54  # NDRPDR sel x710
2569     csit-dpdk-perf-report-iterative-2005-2n-skx:
2570       - 20  # NDRPDR iter
2571       - 21  # NDRPDR iter
2572       - 22  # NDRPDR iter
2573       - 23  # NDRPDR iter
2574       - 24  # NDRPDR iter
2575       - 25  # NDRPDR iter
2576       - 26  # NDRPDR iter
2577       - 27  # NDRPDR iter
2578       - 28  # NDRPDR iter
2579       - 29  # NDRPDR iter
2580     csit-dpdk-perf-report-iterative-2009-2n-skx:
2581       - 4   # NDRPDR iter env5
2582       - 5   # NDRPDR iter env5
2583       - 6   # NDRPDR iter env5
2584       - 7   # NDRPDR iter env5
2585       - 8   # NDRPDR iter env5
2586       - 9   # NDRPDR iter env5
2587       - 10  # NDRPDR iter env5
2588       - 11  # NDRPDR iter env5
2589       - 12  # NDRPDR iter env5
2590       - 13  # NDRPDR iter env5
2591
2592     csit-dpdk-perf-verify-2001-2n-clx:
2593       - 15  # NDRPDR sel
2594       - 16  # NDRPDR sel
2595       - 17  # NDRPDR sel
2596       - 18  # NDRPDR sel
2597       - 19  # NDRPDR sel
2598       - 20  # NDRPDR sel
2599       - 21  # NDRPDR sel
2600       - 22  # NDRPDR sel
2601       - 23  # NDRPDR sel
2602       - 24  # NDRPDR sel
2603       - 25  # NDRPDR sel
2604       - 26  # NDRPDR sel
2605       - 27  # NDRPDR sel
2606       - 28  # NDRPDR sel
2607       - 29  # NDRPDR sel
2608       - 30  # NDRPDR sel
2609       - 31  # NDRPDR sel
2610       - 32  # NDRPDR sel
2611       - 33  # NDRPDR sel
2612       - 34  # NDRPDR sel
2613     csit-dpdk-perf-report-iterative-2005-2n-clx:
2614       - 20  # NDRPDR iter
2615       - 21  # NDRPDR iter
2616       - 22  # NDRPDR iter
2617       - 23  # NDRPDR iter
2618       - 24  # NDRPDR iter
2619       - 25  # NDRPDR iter
2620       - 26  # NDRPDR iter
2621       - 27  # NDRPDR iter
2622       - 28  # NDRPDR iter
2623       - 29  # NDRPDR iter
2624     csit-dpdk-perf-report-iterative-2009-2n-clx:
2625       - 4   # NDRPDR iter env5
2626       - 5   # NDRPDR iter env5
2627       - 6   # NDRPDR iter env5
2628       - 7   # NDRPDR iter env5
2629       - 8   # NDRPDR iter env5
2630       - 9   # NDRPDR iter env5
2631       - 10  # NDRPDR iter env5
2632       - 11  # NDRPDR iter env5
2633       - 12  # NDRPDR iter env5
2634       - 13  # NDRPDR iter env5
2635
2636 #    csit-dpdk-perf-verify-2001-2n-dnv:
2637 #      - 9   # NDRPDR sel
2638 #      - 10  # NDRPDR sel
2639 #      - 11  # NDRPDR sel
2640 #      - 12  # NDRPDR sel
2641 #      - 13  # NDRPDR sel
2642 #      - 14  # NDRPDR sel
2643 #      - 15  # NDRPDR sel
2644 #      - 16  # NDRPDR sel
2645 #      - 17  # NDRPDR sel
2646 #      - 18  # NDRPDR sel
2647 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2648 #      - 8   # NDRPDR sel
2649 #      - 9   # NDRPDR sel
2650 #      - 10  # NDRPDR sel
2651 #      - 11  # NDRPDR sel
2652 #      - 12  # NDRPDR sel
2653 #      - 13  # NDRPDR sel
2654 #      - 14  # NDRPDR sel
2655 #      - 15  # NDRPDR sel
2656 #      - 16  # NDRPDR sel
2657 #      - 17  # NDRPDR sel
2658 #    # TODO: Add:
2659 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2660
2661 #    csit-dpdk-perf-verify-2001-3n-dnv:
2662 #      - 12  # NDRPDR sel
2663 #      - 13  # NDRPDR sel
2664 #      - 14  # NDRPDR sel
2665 #      - 15  # NDRPDR sel
2666 #      - 16  # NDRPDR sel
2667 #      - 17  # NDRPDR sel
2668 #      - 18  # NDRPDR sel
2669 #      - 19  # NDRPDR sel
2670 #      - 20  # NDRPDR sel
2671 #      - 22  # NDRPDR sel
2672 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2673 #      - 6   # NDRPDR sel
2674 #      - 7   # NDRPDR sel
2675 #      - 8   # NDRPDR sel
2676 #      - 9   # NDRPDR sel
2677 #      - 10  # NDRPDR sel
2678 #      - 11  # NDRPDR sel
2679 #      - 12  # NDRPDR sel
2680 #      - 13  # NDRPDR sel
2681 #      - 14  # NDRPDR sel
2682 #      - 16  # NDRPDR sel
2683 #    # TODO: Add:
2684 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2685
2686     csit-dpdk-perf-verify-2001-3n-tsh:
2687       - 3   # NDRPDR sel
2688       - 4   # NDRPDR sel
2689       - 5   # NDRPDR sel
2690       - 9   # NDRPDR sel
2691       - 10  # NDRPDR sel
2692       - 11  # NDRPDR sel
2693       - 12  # NDRPDR sel
2694       - 14  # NDRPDR sel
2695       - 15  # NDRPDR sel
2696       - 18  # NDRPDR sel
2697     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2698       - 5   # NDRPDR sel
2699     # TODO: Add:
2700     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2701       - 1   # NDRPDR iter env5
2702       - 2   # NDRPDR iter env5
2703       - 3   # NDRPDR iter env5
2704       - 4   # NDRPDR iter env5
2705       - 5   # NDRPDR iter env5
2706       - 6   # NDRPDR iter env5
2707       - 7   # NDRPDR iter env5
2708       - 9   # NDRPDR iter env5
2709       - 10  # NDRPDR iter env5
2710
2711     # TODO: Add:
2712     csit-vpp-device-2009-ubuntu1804-1n-skx:
2713       - 89  # RC2 env 5
2714
2715 - type: "output"
2716   output: "report"
2717   format:
2718     html:
2719     - full
2720 #    pdf:
2721 #    - minimal
2722
2723 ################################################################################
2724 ###                               T A B L E S                                ###
2725 ################################################################################
2726
2727 # VPP Soak vs NDR - 2n-skx
2728 - type: "table"
2729   title: "VPP Soak vs NDR 2n-skx"
2730   algorithm: "table_soak_vs_ndr"
2731   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2732   reference:
2733     title: "NDR"
2734     data: "vpp-soak-vs-ndr-2n-skx-ref"
2735   compare:
2736     title: "Soak"
2737     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2738   data: "vpp-soak-vs-ndr-2n-skx"
2739   include-tests: "NDR"
2740   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2741   parameters:
2742     - "throughput"
2743     - "name"
2744     - "parent"
2745
2746 # VPP Soak vs NDR - 2n-clx
2747 - type: "table"
2748   title: "VPP Soak vs NDR 2n-clx"
2749   algorithm: "table_soak_vs_ndr"
2750   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2751   reference:
2752     title: "NDR"
2753     data: "vpp-soak-vs-ndr-2n-clx-ref"
2754   compare:
2755     title: "Soak"
2756     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2757   data: "vpp-soak-vs-ndr-2n-clx"
2758   include-tests: "NDR"
2759   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2760   parameters:
2761     - "throughput"
2762     - "name"
2763     - "parent"
2764
2765 ################################################################################
2766
2767 ## VPP Compare NICs 3n-skx 2t1c ndr
2768 #- type: "table"
2769 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2770 #  algorithm: "table_comparison"
2771 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2772 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2773 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2774 #  columns:
2775 #    - title: "x710"
2776 #      data-set: "vpp-nic-comparison-3n-skx"
2777 #      tag: "NIC_Intel-X710"
2778 #    - title: "xxv710"
2779 #      data-set: "vpp-nic-comparison-3n-skx"
2780 #      tag: "NIC_Intel-XXV710"
2781 #  comparisons:
2782 #    - title: "Diff"
2783 #      reference: 1
2784 #      compare: 2
2785 #  legend:
2786 #    - ""
2787 #    - "x710, xxv710 - NICs tested."
2788 #    - "Diff - difference between x710 and xxv710 NIC."
2789 #
2790 ## VPP Compare NICs 3n-skx 4t2c ndr
2791 #- type: "table"
2792 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2793 #  algorithm: "table_comparison"
2794 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2795 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2796 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2797 #  columns:
2798 #    - title: "x710"
2799 #      data-set: "vpp-nic-comparison-3n-skx"
2800 #      tag: "NIC_Intel-X710"
2801 #    - title: "xxv710"
2802 #      data-set: "vpp-nic-comparison-3n-skx"
2803 #      tag: "NIC_Intel-XXV710"
2804 #  comparisons:
2805 #    - title: "Diff"
2806 #      reference: 1
2807 #      compare: 2
2808 #  legend:
2809 #    - ""
2810 #    - "x710, xxv710 - NICs tested."
2811 #    - "Diff - difference between x710 and xxv710 NIC."
2812 #
2813 ## VPP Compare NICs 3n-skx 2t1c pdr
2814 #- type: "table"
2815 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2816 #  algorithm: "table_comparison"
2817 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2818 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2819 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2820 #  columns:
2821 #    - title: "x710"
2822 #      data-set: "vpp-nic-comparison-3n-skx"
2823 #      tag: "NIC_Intel-X710"
2824 #    - title: "xxv710"
2825 #      data-set: "vpp-nic-comparison-3n-skx"
2826 #      tag: "NIC_Intel-XXV710"
2827 #  comparisons:
2828 #    - title: "Diff"
2829 #      reference: 1
2830 #      compare: 2
2831 #  legend:
2832 #    - ""
2833 #    - "x710, xxv710 - NICs tested."
2834 #    - "Diff - difference between x710 and xxv710 NIC."
2835 #
2836 ## VPP Compare NICs 3n-skx 4t2c pdr
2837 #- type: "table"
2838 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2839 #  algorithm: "table_comparison"
2840 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2841 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2842 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2843 #  columns:
2844 #    - title: "x710"
2845 #      data-set: "vpp-nic-comparison-3n-skx"
2846 #      tag: "NIC_Intel-X710"
2847 #    - title: "xxv710"
2848 #      data-set: "vpp-nic-comparison-3n-skx"
2849 #      tag: "NIC_Intel-XXV710"
2850 #  comparisons:
2851 #    - title: "Diff"
2852 #      reference: 1
2853 #      compare: 2
2854 #  legend:
2855 #    - ""
2856 #    - "x710, xxv710 - NICs tested."
2857 #    - "Diff - difference between x710 and xxv710 NIC."
2858
2859 ## VPP Compare NICs 3n-skx 2t1c mrr
2860 #- type: "table"
2861 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2862 #  algorithm: "table_comparison"
2863 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2864 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2865 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2866 #  columns:
2867 #    - title: "x710"
2868 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2869 #      tag: "NIC_Intel-X710"
2870 #    - title: "xxv710"
2871 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2872 #      tag: "NIC_Intel-XXV710"
2873 #  comparisons:
2874 #    - title: "Diff"
2875 #      reference: 1
2876 #      compare: 2
2877 #  legend:
2878 #    - ""
2879 #    - "x710, xxv710 - NICs tested."
2880 #    - "Diff - difference between x710 and xxv710 NIC."
2881 #
2882 ## VPP Compare NICs 3n-skx 4t2c mrr
2883 #- type: "table"
2884 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2885 #  algorithm: "table_comparison"
2886 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2887 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2888 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2889 #  columns:
2890 #    - title: "x710"
2891 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2892 #      tag: "NIC_Intel-X710"
2893 #    - title: "xxv710"
2894 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2895 #      tag: "NIC_Intel-XXV710"
2896 #  comparisons:
2897 #    - title: "Diff"
2898 #      reference: 1
2899 #      compare: 2
2900 #  legend:
2901 #    - ""
2902 #    - "x710, xxv710 - NICs tested."
2903 #    - "Diff - difference between x710 and xxv710 NIC."
2904 #
2905 ## VPP Compare NICs 3n-skx 8t4c mrr
2906 #- type: "table"
2907 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2908 #  algorithm: "table_comparison"
2909 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2910 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2911 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2912 #  columns:
2913 #    - title: "x710"
2914 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2915 #      tag: "NIC_Intel-X710"
2916 #    - title: "xxv710"
2917 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2918 #      tag: "NIC_Intel-XXV710"
2919 #  comparisons:
2920 #    - title: "Diff"
2921 #      reference: 1
2922 #      compare: 2
2923 #  legend:
2924 #    - ""
2925 #    - "x710, xxv710 - NICs tested."
2926 #    - "Diff - difference between x710 and xxv710 NIC."
2927
2928 # VPP Compare NICs 2n-skx 2t1c ndr
2929 - type: "table"
2930   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2931   algorithm: "table_comparison"
2932   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2933   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2934   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2935   columns:
2936     - title: "x710"
2937       data-set: "vpp-nic-comparison-2n-skx"
2938       tag: "NIC_Intel-X710"
2939     - title: "xxv710"
2940       data-set: "vpp-nic-comparison-2n-skx"
2941       tag: "NIC_Intel-XXV710"
2942   comparisons:
2943     - title: "Diff"
2944       reference: 1
2945       compare: 2
2946   legend:
2947     - ""
2948     - "x710, xxv710 - NICs tested."
2949     - "Diff - difference between x710 and xxv710 NIC."
2950
2951 # VPP Compare NICs 2n-skx 4t2c ndr
2952 - type: "table"
2953   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2954   algorithm: "table_comparison"
2955   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2956   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2957   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2958   columns:
2959     - title: "x710"
2960       data-set: "vpp-nic-comparison-2n-skx"
2961       tag: "NIC_Intel-X710"
2962     - title: "xxv710"
2963       data-set: "vpp-nic-comparison-2n-skx"
2964       tag: "NIC_Intel-XXV710"
2965   comparisons:
2966     - title: "Diff"
2967       reference: 1
2968       compare: 2
2969   legend:
2970     - ""
2971     - "x710, xxv710 - NICs tested."
2972     - "Diff - difference between x710 and xxv710 NIC."
2973
2974 # VPP Compare NICs 2n-skx 2t1c pdr
2975 - type: "table"
2976   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2977   algorithm: "table_comparison"
2978   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2979   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2980   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2981   columns:
2982     - title: "x710"
2983       data-set: "vpp-nic-comparison-2n-skx"
2984       tag: "NIC_Intel-X710"
2985     - title: "xxv710"
2986       data-set: "vpp-nic-comparison-2n-skx"
2987       tag: "NIC_Intel-XXV710"
2988   comparisons:
2989     - title: "Diff"
2990       reference: 1
2991       compare: 2
2992   legend:
2993     - ""
2994     - "x710, xxv710 - NICs tested."
2995     - "Diff - difference between x710 and xxv710 NIC."
2996
2997 # VPP Compare NICs 2n-skx 4t2c pdr
2998 - type: "table"
2999   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3000   algorithm: "table_comparison"
3001   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3002   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3003   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3004   columns:
3005     - title: "x710"
3006       data-set: "vpp-nic-comparison-2n-skx"
3007       tag: "NIC_Intel-X710"
3008     - title: "xxv710"
3009       data-set: "vpp-nic-comparison-2n-skx"
3010       tag: "NIC_Intel-XXV710"
3011   comparisons:
3012     - title: "Diff"
3013       reference: 1
3014       compare: 2
3015   legend:
3016     - ""
3017     - "x710, xxv710 - NICs tested."
3018     - "Diff - difference between x710 and xxv710 NIC."
3019
3020 # VPP Compare NICs 2n-skx 2t1c mrr
3021 - type: "table"
3022   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3023   algorithm: "table_comparison"
3024   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3025   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3026   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3027   columns:
3028     - title: "x710"
3029       data-set: "vpp-nic-comparison-2n-skx-mrr"
3030       tag: "NIC_Intel-X710"
3031     - title: "xxv710"
3032       data-set: "vpp-nic-comparison-2n-skx-mrr"
3033       tag: "NIC_Intel-XXV710"
3034   comparisons:
3035     - title: "Diff"
3036       reference: 1
3037       compare: 2
3038   legend:
3039     - ""
3040     - "x710, xxv710 - NICs tested."
3041     - "Diff - difference between x710 and xxv710 NIC."
3042
3043 # VPP Compare NICs 2n-skx 4t2c mrr
3044 - type: "table"
3045   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3046   algorithm: "table_comparison"
3047   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3048   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3049   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3050   columns:
3051     - title: "x710"
3052       data-set: "vpp-nic-comparison-2n-skx-mrr"
3053       tag: "NIC_Intel-X710"
3054     - title: "xxv710"
3055       data-set: "vpp-nic-comparison-2n-skx-mrr"
3056       tag: "NIC_Intel-XXV710"
3057   comparisons:
3058     - title: "Diff"
3059       reference: 1
3060       compare: 2
3061   legend:
3062     - ""
3063     - "x710, xxv710 - NICs tested."
3064     - "Diff - difference between x710 and xxv710 NIC."
3065
3066 # VPP Compare NICs 2n-skx 8t4c mrr
3067 - type: "table"
3068   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3069   algorithm: "table_comparison"
3070   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3071   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3072   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3073   columns:
3074     - title: "x710"
3075       data-set: "vpp-nic-comparison-2n-skx-mrr"
3076       tag: "NIC_Intel-X710"
3077     - title: "xxv710"
3078       data-set: "vpp-nic-comparison-2n-skx-mrr"
3079       tag: "NIC_Intel-XXV710"
3080   comparisons:
3081     - title: "Diff"
3082       reference: 1
3083       compare: 2
3084   legend:
3085     - ""
3086     - "x710, xxv710 - NICs tested."
3087     - "Diff - difference between x710 and xxv710 NIC."
3088
3089 ################################################################################
3090 # VPP
3091
3092 # VPP Performance Changes 3n-hsw 1t1c pdr
3093 - type: "table"
3094   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3095   algorithm: "table_comparison"
3096   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3097   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3098   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3099   columns:
3100     - title: "2001.0-4"
3101       data-set: "vpp-performance-changes-3n-hsw-h1"
3102     - title: "2005.0-4"
3103       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3104     - title: "2005.0-5"
3105       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3106     - title: "2009.0-5"
3107       data-set: "vpp-performance-changes-3n-hsw-cmp"
3108   comparisons:
3109     - title: "2005.0-5 vs 2005.0-4"
3110       reference: 2
3111       compare: 3
3112 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3113     - title: "2009.0-5 vs 2005.0-5"
3114       reference: 3
3115       compare: 4
3116 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3117   legend:
3118     - ''
3119     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3120     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3121     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3122     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3123     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3124
3125 # VPP Performance Changes 3n-hsw 2t2c pdr
3126 - type: "table"
3127   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3128   algorithm: "table_comparison"
3129   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3130   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3131   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3132   columns:
3133     - title: "2001.0-4"
3134       data-set: "vpp-performance-changes-3n-hsw-h1"
3135     - title: "2005.0-4"
3136       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3137     - title: "2005.0-5"
3138       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3139     - title: "2009.0-5"
3140       data-set: "vpp-performance-changes-3n-hsw-cmp"
3141   comparisons:
3142     - title: "2005.0-5 vs 2005.0-4"
3143       reference: 2
3144       compare: 3
3145 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3146     - title: "2009.0-5 vs 2005.0-5"
3147       reference: 3
3148       compare: 4
3149 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3150   legend:
3151     - ''
3152     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3153     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3154     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3155     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3156     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3157
3158 # VPP Performance Changes 3n-hsw 1t1c ndr
3159 - type: "table"
3160   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3161   algorithm: "table_comparison"
3162   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3163   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3164   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3165   columns:
3166     - title: "2001.0-4"
3167       data-set: "vpp-performance-changes-3n-hsw-h1"
3168     - title: "2005.0-4"
3169       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3170     - title: "2005.0-5"
3171       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3172     - title: "2009.0-5"
3173       data-set: "vpp-performance-changes-3n-hsw-cmp"
3174   comparisons:
3175     - title: "2005.0-5 vs 2005.0-4"
3176       reference: 2
3177       compare: 3
3178 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3179     - title: "2009.0-5 vs 2005.0-5"
3180       reference: 3
3181       compare: 4
3182 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3183   legend:
3184     - ''
3185     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3186     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3187     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3188     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3189     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3190
3191 # VPP Performance Changes 3n-hsw 2t2c ndr
3192 - type: "table"
3193   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3194   algorithm: "table_comparison"
3195   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3196   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3197   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3198   columns:
3199     - title: "2001.0-4"
3200       data-set: "vpp-performance-changes-3n-hsw-h1"
3201     - title: "2005.0-4"
3202       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3203     - title: "2005.0-5"
3204       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3205     - title: "2009.0-5"
3206       data-set: "vpp-performance-changes-3n-hsw-cmp"
3207   comparisons:
3208     - title: "2005.0-5 vs 2005.0-4"
3209       reference: 2
3210       compare: 3
3211 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3212     - title: "2009.0-5 vs 2005.0-5"
3213       reference: 3
3214       compare: 4
3215 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3216   legend:
3217     - ''
3218     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3219     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3220     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3221     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3222     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3223
3224 # VPP Performance Changes 3n-skx 2t1c pdr
3225 - type: "table"
3226   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3227   algorithm: "table_comparison"
3228   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3229   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3230   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3231   columns:
3232     - title: "2001.0-4"
3233       data-set: "vpp-performance-changes-3n-skx-h1"
3234     - title: "2005.0-4"
3235       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3236     - title: "2005.0-5"
3237       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3238     - title: "2009.0-5"
3239       data-set: "vpp-performance-changes-3n-skx-cmp"
3240   comparisons:
3241     - title: "2005.0-5 vs 2005.0-4"
3242       reference: 2
3243       compare: 3
3244 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3245     - title: "2009.0-5 vs 2005.0-5"
3246       reference: 3
3247       compare: 4
3248 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3249   legend:
3250     - ''
3251     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3252     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3253     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3254     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3255     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3256
3257 # VPP Performance Changes 3n-skx 4t2c pdr
3258 - type: "table"
3259   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3260   algorithm: "table_comparison"
3261   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3262   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3263   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3264   columns:
3265     - title: "2001.0-4"
3266       data-set: "vpp-performance-changes-3n-skx-h1"
3267     - title: "2005.0-4"
3268       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3269     - title: "2005.0-5"
3270       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3271     - title: "2009.0-5"
3272       data-set: "vpp-performance-changes-3n-skx-cmp"
3273   comparisons:
3274     - title: "2005.0-5 vs 2005.0-4"
3275       reference: 2
3276       compare: 3
3277 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3278     - title: "2009.0-5 vs 2005.0-5"
3279       reference: 3
3280       compare: 4
3281 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3282   legend:
3283     - ''
3284     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3285     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3286     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3287     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3288     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3289
3290 # VPP Performance Changes 3n-skx 2t1c ndr
3291 - type: "table"
3292   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3293   algorithm: "table_comparison"
3294   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3295   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3296   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3297   columns:
3298     - title: "2001.0-4"
3299       data-set: "vpp-performance-changes-3n-skx-h1"
3300     - title: "2005.0-4"
3301       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3302     - title: "2005.0-5"
3303       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3304     - title: "2009.0-5"
3305       data-set: "vpp-performance-changes-3n-skx-cmp"
3306   comparisons:
3307     - title: "2005.0-5 vs 2005.0-4"
3308       reference: 2
3309       compare: 3
3310 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3311     - title: "2009.0-5 vs 2005.0-5"
3312       reference: 3
3313       compare: 4
3314 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3315   legend:
3316     - ''
3317     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3318     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3319     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3320     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3321     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3322
3323 # VPP Performance Changes 3n-skx 4t2c ndr
3324 - type: "table"
3325   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3326   algorithm: "table_comparison"
3327   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3328   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3329   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3330   columns:
3331     - title: "2001.0-4"
3332       data-set: "vpp-performance-changes-3n-skx-h1"
3333     - title: "2005.0-4"
3334       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3335     - title: "2005.0-5"
3336       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3337     - title: "2009.0-5"
3338       data-set: "vpp-performance-changes-3n-skx-cmp"
3339   comparisons:
3340     - title: "2005.0-5 vs 2005.0-4"
3341       reference: 2
3342       compare: 3
3343 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3344     - title: "2009.0-5 vs 2005.0-5"
3345       reference: 3
3346       compare: 4
3347 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3348   legend:
3349     - ''
3350     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3351     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3352     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3353     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3354     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3355
3356 # VPP Performance Changes 2n-skx 2t1c pdr
3357 - type: "table"
3358   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3359   algorithm: "table_comparison"
3360   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3361   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3362   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3363   columns:
3364     - title: "2001.0-4"
3365       data-set: "vpp-performance-changes-2n-skx-h1"
3366     - title: "2005.0-4"
3367       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3368     - title: "2005.0-5"
3369       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3370     - title: "2009.0-5"
3371       data-set: "vpp-performance-changes-2n-skx-cmp"
3372   comparisons:
3373     - title: "2005.0-5 vs 2005.0-4"
3374       reference: 2
3375       compare: 3
3376 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3377     - title: "2009.0-5 vs 2005.0-5"
3378       reference: 3
3379       compare: 4
3380 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3381   legend:
3382     - ''
3383     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3384     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3385     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3386     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3387     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3388
3389 # VPP Performance Changes 2n-skx 4t2c pdr
3390 - type: "table"
3391   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3392   algorithm: "table_comparison"
3393   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3394   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3395   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3396   columns:
3397     - title: "2001.0-4"
3398       data-set: "vpp-performance-changes-2n-skx-h1"
3399     - title: "2005.0-4"
3400       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3401     - title: "2005.0-5"
3402       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3403     - title: "2009.0-5"
3404       data-set: "vpp-performance-changes-2n-skx-cmp"
3405   comparisons:
3406     - title: "2005.0-5 vs 2005.0-4"
3407       reference: 2
3408       compare: 3
3409 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3410     - title: "2009.0-5 vs 2005.0-5"
3411       reference: 3
3412       compare: 4
3413 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3414   legend:
3415     - ''
3416     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3417     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3418     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3419     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3420     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3421
3422 # VPP Performance Changes 2n-skx 2t1c ndr
3423 - type: "table"
3424   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3425   algorithm: "table_comparison"
3426   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3427   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3428   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3429   columns:
3430     - title: "2001.0-4"
3431       data-set: "vpp-performance-changes-2n-skx-h1"
3432     - title: "2005.0-4"
3433       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3434     - title: "2005.0-5"
3435       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3436     - title: "2009.0-5"
3437       data-set: "vpp-performance-changes-2n-skx-cmp"
3438   comparisons:
3439     - title: "2005.0-5 vs 2005.0-4"
3440       reference: 2
3441       compare: 3
3442 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3443     - title: "2009.0-5 vs 2005.0-5"
3444       reference: 3
3445       compare: 4
3446 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3447   legend:
3448     - ''
3449     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3450     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3451     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3452     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3453     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3454
3455 # VPP Performance Changes 2n-skx 4t2c ndr
3456 - type: "table"
3457   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3458   algorithm: "table_comparison"
3459   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3460   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3461   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3462   columns:
3463     - title: "2001.0-4"
3464       data-set: "vpp-performance-changes-2n-skx-h1"
3465     - title: "2005.0-4"
3466       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3467     - title: "2005.0-5"
3468       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3469     - title: "2009.0-5"
3470       data-set: "vpp-performance-changes-2n-skx-cmp"
3471   comparisons:
3472     - title: "2005.0-5 vs 2005.0-4"
3473       reference: 2
3474       compare: 3
3475 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3476     - title: "2009.0-5 vs 2005.0-5"
3477       reference: 3
3478       compare: 4
3479 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3480   legend:
3481     - ''
3482     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3483     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3484     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3485     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3486     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3487
3488 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3489 - type: "table"
3490   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3491   algorithm: "table_comparison"
3492   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3493   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3494   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3495   columns:
3496     - title: "2001.0-4"
3497       data-set: "vpp-performance-changes-2n-clx-h1"
3498     - title: "2005.0-4"
3499       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3500     - title: "2005.0-5"
3501       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3502     - title: "2009.0-5"
3503       data-set: "vpp-performance-changes-2n-clx-cmp"
3504   comparisons:
3505     - title: "2005.0-5 vs 2005.0-4"
3506       reference: 2
3507       compare: 3
3508 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3509     - title: "2009.0-5 vs 2005.0-5"
3510       reference: 3
3511       compare: 4
3512 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3513   legend:
3514     - ''
3515     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3516     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3517     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3518     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3519     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3520
3521 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3522 - type: "table"
3523   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3524   algorithm: "table_comparison"
3525   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3526   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3527   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3528   columns:
3529     - title: "2001.0-4"
3530       data-set: "vpp-performance-changes-2n-clx-h1"
3531     - title: "2005.0-4"
3532       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3533     - title: "2005.0-5"
3534       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3535     - title: "2009.0-5"
3536       data-set: "vpp-performance-changes-2n-clx-cmp"
3537   comparisons:
3538     - title: "2005.0-5 vs 2005.0-4"
3539       reference: 2
3540       compare: 3
3541 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3542     - title: "2009.0-5 vs 2005.0-5"
3543       reference: 3
3544       compare: 4
3545 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3546   legend:
3547     - ''
3548     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3549     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3550     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3551     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3552     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3553
3554 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3555 - type: "table"
3556   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3557   algorithm: "table_comparison"
3558   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3559   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3560   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3561   columns:
3562     - title: "2001.0-4"
3563       data-set: "vpp-performance-changes-2n-clx-h1"
3564     - title: "2005.0-4"
3565       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3566     - title: "2005.0-5"
3567       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3568     - title: "2009.0-5"
3569       data-set: "vpp-performance-changes-2n-clx-cmp"
3570   comparisons:
3571     - title: "2005.0-5 vs 2005.0-4"
3572       reference: 2
3573       compare: 3
3574 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3575     - title: "2009.0-5 vs 2005.0-5"
3576       reference: 3
3577       compare: 4
3578 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3579   legend:
3580     - ''
3581     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3582     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3583     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3584     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3585     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3586
3587 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3588 - type: "table"
3589   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3590   algorithm: "table_comparison"
3591   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3592   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3593   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3594   columns:
3595     - title: "2001.0-4"
3596       data-set: "vpp-performance-changes-2n-clx-h1"
3597     - title: "2005.0-4"
3598       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3599     - title: "2005.0-5"
3600       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3601     - title: "2009.0-5"
3602       data-set: "vpp-performance-changes-2n-clx-cmp"
3603   comparisons:
3604     - title: "2005.0-5 vs 2005.0-4"
3605       reference: 2
3606       compare: 3
3607 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3608     - title: "2009.0-5 vs 2005.0-5"
3609       reference: 3
3610       compare: 4
3611 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3612   legend:
3613     - ''
3614     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3615     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3616     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3617     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3618     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3619
3620 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3621 #- type: "table"
3622 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3623 #  algorithm: "table_comparison"
3624 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3625 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3626 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3627 #  columns:
3628 #    - title: "2001.0-2"
3629 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3630 #    - title: "2005.0-3"
3631 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3632 #  comparisons:
3633 #    - title: "Diff"
3634 #      reference: 1
3635 #      compare: 2
3636 #  legend:
3637 #    - ''
3638 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3639 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3640 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3641 #    - '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.'
3642 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3643 #
3644 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3645 #- type: "table"
3646 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3647 #  algorithm: "table_comparison"
3648 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3649 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3650 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3651 #  columns:
3652 #    - title: "2001.0-2"
3653 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3654 #    - title: "2005.0-3"
3655 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3656 #  comparisons:
3657 #    - title: "Diff"
3658 #      reference: 1
3659 #      compare: 2
3660 #  legend:
3661 #    - ''
3662 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3663 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3664 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3665 #    - '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.'
3666 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3667 #
3668 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3669 #- type: "table"
3670 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3671 #  algorithm: "table_comparison"
3672 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3673 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3674 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3675 #  columns:
3676 #    - title: "2001.0-2"
3677 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3678 #    - title: "2005.0-3"
3679 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3680 #  comparisons:
3681 #    - title: "Diff"
3682 #      reference: 1
3683 #      compare: 2
3684 #  legend:
3685 #    - ''
3686 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3687 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3688 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3689 #    - '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.'
3690 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3691 #
3692 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3693 #- type: "table"
3694 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3695 #  algorithm: "table_comparison"
3696 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3697 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3698 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3699 #  columns:
3700 #    - title: "2001.0-2"
3701 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3702 #    - title: "2005.0-3"
3703 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3704 #  comparisons:
3705 #    - title: "Diff"
3706 #      reference: 1
3707 #      compare: 2
3708 #  legend:
3709 #    - ''
3710 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3711 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3712 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3713 #    - '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.'
3714 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3715
3716 ## VPP Performance Changes 2n-dnv 1t1c pdr
3717 #- type: "table"
3718 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3719 #  algorithm: "table_comparison"
3720 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3721 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3722 #  filter: "'1T1C'"
3723 #  columns:
3724 #    - title: "2001.0-2"
3725 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3726 #    - title: "2005.0-3"
3727 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3728 #    - title: "2009.0-5"
3729 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3730 #  comparisons:
3731 #    - title: "2009.0-5 vs 2005.0-3"
3732 #      reference: 2
3733 #      compare: 3
3734 #  legend:
3735 #    - ''
3736 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3737 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3738 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3739 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3740 #
3741 ## VPP Performance Changes 2n-dnv 2t2c pdr
3742 #- type: "table"
3743 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3744 #  algorithm: "table_comparison"
3745 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3746 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3747 #  filter: "'2T2C'"
3748 #  columns:
3749 #    - title: "2001.0-2"
3750 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3751 #    - title: "2005.0-3"
3752 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3753 #    - title: "2009.0-5"
3754 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3755 #  comparisons:
3756 #    - title: "2009.0-5 vs 2005.0-3"
3757 #      reference: 2
3758 #      compare: 3
3759 #  legend:
3760 #    - ''
3761 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3762 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3763 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3764 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3765 #
3766 ## VPP Performance Changes 2n-dnv 1t1c ndr
3767 #- type: "table"
3768 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3769 #  algorithm: "table_comparison"
3770 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3771 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3772 #  filter: "'1T1C'"
3773 #  columns:
3774 #    - title: "2001.0-2"
3775 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3776 #    - title: "2005.0-3"
3777 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3778 #    - title: "2009.0-5"
3779 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3780 #  comparisons:
3781 #    - title: "2009.0-5 vs 2005.0-3"
3782 #      reference: 2
3783 #      compare: 3
3784 #  legend:
3785 #    - ''
3786 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3787 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3788 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3789 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3790 #
3791 ## VPP Performance Changes 2n-dnv 2t2c ndr
3792 #- type: "table"
3793 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3794 #  algorithm: "table_comparison"
3795 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3796 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3797 #  filter: "'2T2C'"
3798 #  columns:
3799 #    - title: "2001.0-2"
3800 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3801 #    - title: "2005.0-3"
3802 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3803 #    - title: "2009.0-5"
3804 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3805 #  comparisons:
3806 #    - title: "2009.0-5 vs 2005.0-3"
3807 #      reference: 2
3808 #      compare: 3
3809 #  legend:
3810 #    - ''
3811 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3812 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3813 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3814 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3815 #
3816 ## VPP Performance Changes 3n-dnv 1t1c pdr
3817 #- type: "table"
3818 #  title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3819 #  algorithm: "table_comparison"
3820 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3821 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3822 #  filter: "'1T1C'"
3823 #  columns:
3824 #    - title: "2001.0-2"
3825 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3826 #    - title: "2005.0-3"
3827 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3828 #    - title: "2009.0-5"
3829 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3830 #  comparisons:
3831 #    - title: "2009.0-5 vs 2005.0-3"
3832 #      reference: 2
3833 #      compare: 3
3834 #  legend:
3835 #    - ''
3836 #    - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3837 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3838 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3839 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3840 #
3841 ## VPP Performance Changes 3n-dnv 2t2c pdr
3842 #- type: "table"
3843 #  title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3844 #  algorithm: "table_comparison"
3845 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3846 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3847 #  filter: "'2T2C'"
3848 #  columns:
3849 #    - title: "2001.0-2"
3850 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3851 #    - title: "2005.0-3"
3852 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3853 #    - title: "2009.0-5"
3854 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3855 #  comparisons:
3856 #    - title: "2009.0-5 vs 2005.0-3"
3857 #      reference: 2
3858 #      compare: 3
3859 #  legend:
3860 #    - ''
3861 #    - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3862 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3863 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3864 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3865 #
3866 ## VPP Performance Changes 3n-dnv 1t1c ndr
3867 #- type: "table"
3868 #  title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3869 #  algorithm: "table_comparison"
3870 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3871 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3872 #  filter: "'1T1C'"
3873 #  columns:
3874 #    - title: "2001.0-2"
3875 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3876 #    - title: "2005.0-3"
3877 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3878 #    - title: "2009.0-5"
3879 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3880 #  comparisons:
3881 #    - title: "2009.0-5 vs 2005.0-3"
3882 #      reference: 2
3883 #      compare: 3
3884 #  legend:
3885 #    - ''
3886 #    - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3887 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3888 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3889 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3890 #
3891 ## VPP Performance Changes 3n-dnv 2t2c ndr
3892 #- type: "table"
3893 #  title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3894 #  algorithm: "table_comparison"
3895 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3896 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3897 #  filter: "'2T2C'"
3898 #  columns:
3899 #    - title: "2001.0-2"
3900 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3901 #    - title: "2005.0-3"
3902 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3903 #    - title: "2009.0-5"
3904 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3905 #  comparisons:
3906 #    - title: "2009.0-5 vs 2005.0-3"
3907 #      reference: 2
3908 #      compare: 3
3909 #  legend:
3910 #    - ''
3911 #    - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3912 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3913 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3914 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3915
3916 # VPP Performance Changes 3n-tsh 1t1c pdr
3917 - type: "table"
3918   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3919   algorithm: "table_comparison"
3920   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3921   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3922   filter: "'1T1C'"
3923   columns:
3924     - title: "2001.0-4"
3925       data-set: "vpp-performance-changes-3n-tsh-h1"
3926     - title: "2005.0-4"
3927       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3928     - title: "2005.0-5"
3929       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3930     - title: "2009.0-5"
3931       data-set: "vpp-performance-changes-3n-tsh-cmp"
3932   comparisons:
3933     - title: "2005.0-5 vs 2005.0-4"
3934       reference: 2
3935       compare: 3
3936 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3937     - title: "2009.0-5 vs 2005.0-5"
3938       reference: 3
3939       compare: 4
3940 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
3941   legend:
3942     - ''
3943     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3944     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3945     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3946     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3947     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3948
3949 # VPP Performance Changes 3n-tsh 2t2c pdr
3950 - type: "table"
3951   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3952   algorithm: "table_comparison"
3953   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3954   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3955   filter: "'2T2C'"
3956   columns:
3957     - title: "2001.0-4"
3958       data-set: "vpp-performance-changes-3n-tsh-h1"
3959     - title: "2005.0-4"
3960       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3961     - title: "2005.0-5"
3962       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3963     - title: "2009.0-5"
3964       data-set: "vpp-performance-changes-3n-tsh-cmp"
3965   comparisons:
3966     - title: "2005.0-5 vs 2005.0-4"
3967       reference: 2
3968       compare: 3
3969 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
3970     - title: "2009.0-5 vs 2005.0-5"
3971       reference: 3
3972       compare: 4
3973 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
3974   legend:
3975     - ''
3976     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3977     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3978     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3979     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3980     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3981
3982 # VPP Performance Changes 3n-tsh 1t1c ndr
3983 - type: "table"
3984   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3985   algorithm: "table_comparison"
3986   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3988   filter: "'1T1C'"
3989   columns:
3990     - title: "2001.0-4"
3991       data-set: "vpp-performance-changes-3n-tsh-h1"
3992     - title: "2005.0-4"
3993       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3994     - title: "2005.0-5"
3995       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3996     - title: "2009.0-5"
3997       data-set: "vpp-performance-changes-3n-tsh-cmp"
3998   comparisons:
3999     - title: "2005.0-5 vs 2005.0-4"
4000       reference: 2
4001       compare: 3
4002 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4003     - title: "2009.0-5 vs 2005.0-5"
4004       reference: 3
4005       compare: 4
4006 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4007   legend:
4008     - ''
4009     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4010     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4011     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4012     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4013     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4014
4015 # VPP Performance Changes 3n-tsh 2t2c ndr
4016 - type: "table"
4017   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4018   algorithm: "table_comparison"
4019   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4020   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4021   filter: "'2T2C'"
4022   columns:
4023     - title: "2001.0-4"
4024       data-set: "vpp-performance-changes-3n-tsh-h1"
4025     - title: "2005.0-4"
4026       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4027     - title: "2005.0-5"
4028       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4029     - title: "2009.0-5"
4030       data-set: "vpp-performance-changes-3n-tsh-cmp"
4031   comparisons:
4032     - title: "2005.0-5 vs 2005.0-4"
4033       reference: 2
4034       compare: 3
4035 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4036     - title: "2009.0-5 vs 2005.0-5"
4037       reference: 3
4038       compare: 4
4039 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4040   legend:
4041     - ''
4042     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4043     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4044     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4045     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4046     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4047
4048 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4049 - type: "table"
4050   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4051   algorithm: "table_comparison"
4052   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4053   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4054   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4055   columns:
4056     - title: "3n-hsw xl710"
4057       data-set: "vpp-compare-testbeds-ref"
4058       tag: "NIC_Intel-XL710"
4059     - title: "3n-skx xxv710"
4060       data-set: "vpp-compare-testbeds-cmp"
4061       tag: "NIC_Intel-XXV710"
4062   comparisons:
4063     - title: "Diff"
4064       reference: 1
4065       compare: 2
4066   legend:
4067     - ""
4068     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4069     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4070
4071 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4072 - type: "table"
4073   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4074   algorithm: "table_comparison"
4075   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4076   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4077   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4078   columns:
4079     - title: "3n-hsw xl710"
4080       data-set: "vpp-compare-testbeds-ref"
4081       tag: "NIC_Intel-XL710"
4082     - title: "3n-skx xxv710"
4083       data-set: "vpp-compare-testbeds-cmp"
4084       tag: "NIC_Intel-XXV710"
4085   comparisons:
4086     - title: "Diff"
4087       reference: 1
4088       compare: 2
4089   legend:
4090     - ""
4091     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4092     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4093
4094 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4095 - type: "table"
4096   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4097   algorithm: "table_comparison"
4098   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4099   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4100   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4101   columns:
4102     - title: "3n-hsw xl710"
4103       data-set: "vpp-compare-testbeds-ref"
4104       tag: "NIC_Intel-XL710"
4105     - title: "3n-skx xxv710"
4106       data-set: "vpp-compare-testbeds-cmp"
4107       tag: "NIC_Intel-XXV710"
4108   comparisons:
4109     - title: "Diff"
4110       reference: 1
4111       compare: 2
4112   legend:
4113     - ""
4114     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4115     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4116
4117 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4118 - type: "table"
4119   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4120   algorithm: "table_comparison"
4121   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4122   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4123   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4124   columns:
4125     - title: "3n-hsw xl710"
4126       data-set: "vpp-compare-testbeds-ref"
4127       tag: "NIC_Intel-XL710"
4128     - title: "3n-skx xxv710"
4129       data-set: "vpp-compare-testbeds-cmp"
4130       tag: "NIC_Intel-XXV710"
4131   comparisons:
4132     - title: "Diff"
4133       reference: 1
4134       compare: 2
4135   legend:
4136     - ""
4137     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4138     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4139
4140 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4141 - type: "table"
4142   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4143   algorithm: "table_comparison"
4144   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4145   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4146   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4147   columns:
4148     - title: "2n-skx"
4149       data-set: "vpp-compare-testbeds-skx-clx-ref"
4150     - title: "2n-clx"
4151       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4152   comparisons:
4153     - title: "Diff"
4154       reference: 1
4155       compare: 2
4156   legend:
4157     - ""
4158     - "2n-skx, 2n-clx - testbeds and NICs tested."
4159     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4160
4161 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4162 - type: "table"
4163   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4164   algorithm: "table_comparison"
4165   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4166   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4167   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4168   columns:
4169     - title: "2n-skx"
4170       data-set: "vpp-compare-testbeds-skx-clx-ref"
4171     - title: "2n-clx"
4172       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4173   comparisons:
4174     - title: "Diff"
4175       reference: 1
4176       compare: 2
4177   legend:
4178     - ""
4179     - "2n-skx, 2n-clx - testbeds and NICs tested."
4180     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4181
4182 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4183 - type: "table"
4184   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4185   algorithm: "table_comparison"
4186   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4187   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4188   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4189   columns:
4190     - title: "2n-skx"
4191       data-set: "vpp-compare-testbeds-skx-clx-ref"
4192     - title: "2n-clx"
4193       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4194   comparisons:
4195     - title: "Diff"
4196       reference: 1
4197       compare: 2
4198   legend:
4199     - ""
4200     - "2n-skx, 2n-clx - testbeds and NICs tested."
4201     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4202
4203 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4204 - type: "table"
4205   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4206   algorithm: "table_comparison"
4207   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4208   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4209   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4210   columns:
4211     - title: "2n-skx"
4212       data-set: "vpp-compare-testbeds-skx-clx-ref"
4213     - title: "2n-clx"
4214       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4215   comparisons:
4216     - title: "Diff"
4217       reference: 1
4218       compare: 2
4219   legend:
4220     - ""
4221     - "2n-skx, 2n-clx - testbeds and NICs tested."
4222     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4223
4224 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4225 - type: "table"
4226   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4227   algorithm: "table_comparison"
4228   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4229   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4230   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4231   columns:
4232     - title: "3n-hsw xl710"
4233       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4234       tag: "NIC_Intel-XL710"
4235     - title: "2n-clx xxv710"
4236       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4237       tag: "NIC_Intel-XXV710"
4238   comparisons:
4239     - title: "Diff"
4240       reference: 1
4241       compare: 2
4242   legend:
4243     - ""
4244     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4245     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4246
4247 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4248 - type: "table"
4249   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4250   algorithm: "table_comparison"
4251   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4252   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4253   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4254   columns:
4255     - title: "3n-hsw xl710"
4256       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4257       tag: "NIC_Intel-XL710"
4258     - title: "2n-clx xxv710"
4259       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4260       tag: "NIC_Intel-XXV710"
4261   comparisons:
4262     - title: "Diff"
4263       reference: 1
4264       compare: 2
4265   legend:
4266     - ""
4267     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4268     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4269
4270 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4271 - type: "table"
4272   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4273   algorithm: "table_comparison"
4274   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4275   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4276   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4277   columns:
4278     - title: "3n-hsw xl710"
4279       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4280       tag: "NIC_Intel-XL710"
4281     - title: "2n-clx xxv710"
4282       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4283       tag: "NIC_Intel-XXV710"
4284   comparisons:
4285     - title: "Diff"
4286       reference: 1
4287       compare: 2
4288   legend:
4289     - ""
4290     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4291     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4292
4293 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4294 - type: "table"
4295   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4296   algorithm: "table_comparison"
4297   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4298   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4299   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4300   columns:
4301     - title: "3n-hsw xl710"
4302       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4303       tag: "NIC_Intel-XL710"
4304     - title: "2n-clx xxv710"
4305       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4306       tag: "NIC_Intel-XXV710"
4307   comparisons:
4308     - title: "Diff"
4309       reference: 1
4310       compare: 2
4311   legend:
4312     - ""
4313     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4314     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4315
4316 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4317 - type: "table"
4318   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4319   algorithm: "table_comparison"
4320   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4321   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4322   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4323   columns:
4324     - title: "3n-skx"
4325       data-set: "vpp-compare-topologies-ref"
4326     - title: "2n-skx"
4327       data-set: "vpp-compare-topologies-cmp"
4328   comparisons:
4329     - title: "Diff"
4330       reference: 1
4331       compare: 2
4332   legend:
4333     - ""
4334     - "3n-skx, 2n-skx - topologies tested."
4335     - "Diff - difference between 3n-skx and 2n-skx topologies."
4336
4337 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4338 - type: "table"
4339   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4340   algorithm: "table_comparison"
4341   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4342   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4343   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4344   columns:
4345     - title: "3n-skx"
4346       data-set: "vpp-compare-topologies-ref"
4347     - title: "2n-skx"
4348       data-set: "vpp-compare-topologies-cmp"
4349   comparisons:
4350     - title: "Diff"
4351       reference: 1
4352       compare: 2
4353   legend:
4354     - ""
4355     - "3n-skx, 2n-skx - topologies tested."
4356     - "Diff - difference between 3n-skx and 2n-skx topologies."
4357
4358 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4359 - type: "table"
4360   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4361   algorithm: "table_comparison"
4362   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4363   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4364   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4365   columns:
4366     - title: "3n-skx"
4367       data-set: "vpp-compare-topologies-ref"
4368     - title: "2n-skx"
4369       data-set: "vpp-compare-topologies-cmp"
4370   comparisons:
4371     - title: "Diff"
4372       reference: 1
4373       compare: 2
4374   legend:
4375     - ""
4376     - "3n-skx, 2n-skx - topologies tested."
4377     - "Diff - difference between 3n-skx and 2n-skx topologies."
4378
4379 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4380 - type: "table"
4381   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4382   algorithm: "table_comparison"
4383   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4384   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4385   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4386   columns:
4387     - title: "3n-skx"
4388       data-set: "vpp-compare-topologies-ref"
4389     - title: "2n-skx"
4390       data-set: "vpp-compare-topologies-cmp"
4391   comparisons:
4392     - title: "Diff"
4393       reference: 1
4394       compare: 2
4395   legend:
4396     - ""
4397     - "3n-skx, 2n-skx - topologies tested."
4398     - "Diff - difference between 3n-skx and 2n-skx topologies."
4399
4400 # VPP Performance Changes 3n-hsw 1t1c mrr
4401 - type: "table"
4402   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4403   algorithm: "table_comparison"
4404   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4405   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4406   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4407   columns:
4408     - title: "2001.0-2"
4409       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4410     - title: "2005.0-4"
4411       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4412     - title: "2005.0-5"
4413       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4414     - title: "2009.0-5"
4415       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4416   comparisons:
4417     - title: "2005.0-5 vs 2005.0-4"
4418       reference: 2
4419       compare: 3
4420 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4421     - title: "2009.0-5 vs 2005.0-5"
4422       reference: 3
4423       compare: 4
4424 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4425   legend:
4426     - ''
4427     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4428     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4429     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4430     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4431     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4432
4433 # VPP Performance Changes 3n-hsw 2t2c mrr
4434 - type: "table"
4435   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4436   algorithm: "table_comparison"
4437   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4438   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4439   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4440   columns:
4441     - title: "2001.0-2"
4442       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4443     - title: "2005.0-4"
4444       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4445     - title: "2005.0-5"
4446       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4447     - title: "2009.0-5"
4448       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4449   comparisons:
4450     - title: "2005.0-5 vs 2005.0-4"
4451       reference: 2
4452       compare: 3
4453 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4454     - title: "2009.0-5 vs 2005.0-5"
4455       reference: 3
4456       compare: 4
4457 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4458   legend:
4459     - ''
4460     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4461     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4462     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4463     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4464     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4465
4466 # VPP Performance Changes 3n-hsw 4t4c mrr
4467 - type: "table"
4468   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4469   algorithm: "table_comparison"
4470   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4471   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4472   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4473   columns:
4474     - title: "2001.0-2"
4475       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4476     - title: "2005.0-4"
4477       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4478     - title: "2005.0-5"
4479       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4480     - title: "2009.0-5"
4481       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4482   comparisons:
4483     - title: "2005.0-5 vs 2005.0-4"
4484       reference: 2
4485       compare: 3
4486 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4487     - title: "2009.0-5 vs 2005.0-5"
4488       reference: 3
4489       compare: 4
4490 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4491   legend:
4492     - ''
4493     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4494     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4495     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4496     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4497     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4498
4499 # VPP Performance Changes 3n-skx 2t1c mrr
4500 - type: "table"
4501   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4502   algorithm: "table_comparison"
4503   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4504   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4505   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4506   columns:
4507     - title: "2001.0-2"
4508       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4509     - title: "2005.0-4"
4510       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4511     - title: "2005.0-5"
4512       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4513     - title: "2009.0-5"
4514       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4515   comparisons:
4516     - title: "2005.0-5 vs 2005.0-4"
4517       reference: 2
4518       compare: 3
4519 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4520     - title: "2009.0-5 vs 2005.0-5"
4521       reference: 2
4522       compare: 3
4523 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4524   legend:
4525     - ''
4526     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4527     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4528     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4529     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4530     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4531
4532 # VPP Performance Changes 3n-skx 4t2c mrr
4533 - type: "table"
4534   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4535   algorithm: "table_comparison"
4536   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4537   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4538   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4539   columns:
4540     - title: "2001.0-2"
4541       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4542     - title: "2005.0-4"
4543       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4544     - title: "2005.0-5"
4545       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4546     - title: "2009.0-5"
4547       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4548   comparisons:
4549     - title: "2005.0-5 vs 2005.0-4"
4550       reference: 2
4551       compare: 3
4552 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4553     - title: "2009.0-5 vs 2005.0-5"
4554       reference: 2
4555       compare: 3
4556 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4557   legend:
4558     - ''
4559     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4560     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4561     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4562     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4563     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4564
4565 # VPP Performance Changes 3n-skx 8t4c mrr
4566 - type: "table"
4567   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4568   algorithm: "table_comparison"
4569   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4570   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4571   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4572   columns:
4573     - title: "2001.0-2"
4574       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4575     - title: "2005.0-4"
4576       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4577     - title: "2005.0-5"
4578       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4579     - title: "2009.0-5"
4580       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4581   comparisons:
4582     - title: "2005.0-5 vs 2005.0-4"
4583       reference: 2
4584       compare: 3
4585 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4586     - title: "2009.0-5 vs 2005.0-5"
4587       reference: 2
4588       compare: 3
4589 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4590   legend:
4591     - ''
4592     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4593     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4594     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4595     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4596     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4597
4598 # VPP Performance Changes 2n-skx 2t1c mrr
4599 - type: "table"
4600   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4601   algorithm: "table_comparison"
4602   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4603   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4604   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4605   columns:
4606     - title: "2001.0-2"
4607       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4608     - title: "2005.0-4"
4609       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4610     - title: "2005.0-5"
4611       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4612     - title: "2009.0-5"
4613       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4614   comparisons:
4615     - title: "2005.0-5 vs 2005.0-4"
4616       reference: 2
4617       compare: 3
4618 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4619     - title: "2009.0-5 vs 2005.0-4"
4620       reference: 3
4621       compare: 4
4622 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4623   legend:
4624     - ''
4625     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4626     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4627     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4628     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4629     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4630
4631 # VPP Performance Changes 2n-skx 4t2c mrr
4632 - type: "table"
4633   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4634   algorithm: "table_comparison"
4635   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4636   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4637   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4638   columns:
4639     - title: "2001.0-2"
4640       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4641     - title: "2005.0-4"
4642       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4643     - title: "2005.0-5"
4644       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4645     - title: "2009.0-5"
4646       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4647   comparisons:
4648     - title: "2005.0-5 vs 2005.0-4"
4649       reference: 2
4650       compare: 3
4651 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4652     - title: "2009.0-5 vs 2005.0-4"
4653       reference: 3
4654       compare: 4
4655 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4656   legend:
4657     - ''
4658     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4659     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4660     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4661     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4662     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4663
4664 # VPP Performance Changes 2n-skx 8t4c mrr
4665 - type: "table"
4666   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4667   algorithm: "table_comparison"
4668   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4669   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4670   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4671   columns:
4672     - title: "2001.0-2"
4673       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4674     - title: "2005.0-4"
4675       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4676     - title: "2005.0-5"
4677       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4678     - title: "2009.0-5"
4679       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4680   comparisons:
4681     - title: "2005.0-5 vs 2005.0-4"
4682       reference: 2
4683       compare: 3
4684 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4685     - title: "2009.0-5 vs 2005.0-4"
4686       reference: 3
4687       compare: 4
4688 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4689   legend:
4690     - ''
4691     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4692     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4693     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4694     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4695     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4696
4697 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4698 - type: "table"
4699   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4700   algorithm: "table_comparison"
4701   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4702   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4703   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4704   columns:
4705     - title: "2001.0-2"
4706       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4707     - title: "2005.0-4"
4708       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4709     - title: "2005.0-5"
4710       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4711     - title: "2009.0-5"
4712       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4713   comparisons:
4714     - title: "2005.0-5 vs 2005.0-4"
4715       reference: 2
4716       compare: 3
4717 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4718     - title: "2009.0-5 vs 2005.0-5"
4719       reference: 3
4720       compare: 4
4721 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4722   legend:
4723     - ''
4724     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4725     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4726     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4727     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4728     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4729
4730 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4731 - type: "table"
4732   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4733   algorithm: "table_comparison"
4734   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4735   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4736   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4737   columns:
4738     - title: "2001.0-2"
4739       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4740     - title: "2005.0-4"
4741       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4742     - title: "2005.0-5"
4743       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4744     - title: "2009.0-5"
4745       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4746   comparisons:
4747     - title: "2005.0-5 vs 2005.0-4"
4748       reference: 2
4749       compare: 3
4750 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4751     - title: "2009.0-5 vs 2005.0-5"
4752       reference: 3
4753       compare: 4
4754 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4755   legend:
4756     - ''
4757     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4758     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4759     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4760     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4761     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4762
4763 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4764 - type: "table"
4765   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4766   algorithm: "table_comparison"
4767   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4768   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4769   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4770   columns:
4771     - title: "2001.0-2"
4772       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4773     - title: "2005.0-4"
4774       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4775     - title: "2005.0-5"
4776       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4777     - title: "2009.0-5"
4778       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4779   comparisons:
4780     - title: "2005.0-5 vs 2005.0-4"
4781       reference: 2
4782       compare: 3
4783 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4784     - title: "2009.0-5 vs 2005.0-5"
4785       reference: 3
4786       compare: 4
4787 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4788   legend:
4789     - ''
4790     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4791     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4792     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4793     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4794     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4795
4796 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4797 #- type: "table"
4798 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4799 #  algorithm: "table_comparison"
4800 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4801 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4802 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4803 #  columns:
4804 #    - title: "2001"
4805 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4806 #    - title: "2005"
4807 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4808 #  comparisons:
4809 #    - title: "Diff"
4810 #      reference: 1
4811 #      compare: 2
4812 #  legend:
4813 #    - ""
4814 #    - "2001, 2005 - VPP versions tested."
4815 #    - "Diff - difference between 2001 and 2005 VPP version."
4816 #
4817 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4818 #- type: "table"
4819 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4820 #  algorithm: "table_comparison"
4821 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4822 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4823 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4824 #  columns:
4825 #    - title: "2001"
4826 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4827 #    - title: "2005"
4828 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4829 #  comparisons:
4830 #    - title: "Diff"
4831 #      reference: 1
4832 #      compare: 2
4833 #  legend:
4834 #    - ""
4835 #    - "2001, 2005 - VPP versions tested."
4836 #    - "Diff - difference between 2001 and 2005 VPP version."
4837 #
4838 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4839 #- type: "table"
4840 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4841 #  algorithm: "table_comparison"
4842 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4843 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4844 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4845 #  columns:
4846 #    - title: "2001"
4847 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4848 #    - title: "2005"
4849 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4850 #  comparisons:
4851 #    - title: "Diff"
4852 #      reference: 1
4853 #      compare: 2
4854 #  legend:
4855 #    - ""
4856 #    - "2001, 2005 - VPP versions tested."
4857 #    - "Diff - difference between 2001 and 2005 VPP version."
4858
4859 ## VPP Performance Changes 2n-dnv 1t1c mrr
4860 #- type: "table"
4861 #  title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4862 #  algorithm: "table_comparison"
4863 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4864 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4865 #  filter: "'1T1C'"
4866 #  columns:
4867 #    - title: "2001.0-2"
4868 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4869 #    - title: "2005.0-3"
4870 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4871 #    - title: "2009.0-5"
4872 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4873 #  comparisons:
4874 #    - title: "2009.0-5 vs 2005.0-3"
4875 #      reference: 2
4876 #      compare: 3
4877 #  legend:
4878 #    - ''
4879 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4880 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4881 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4882 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4883 #
4884 ## VPP Performance Changes 2n-dnv 2t2c mrr
4885 #- type: "table"
4886 #  title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4887 #  algorithm: "table_comparison"
4888 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4889 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4890 #  filter: "'2T2C'"
4891 #  columns:
4892 #    - title: "2001.0-2"
4893 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4894 #    - title: "2005.0-3"
4895 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4896 #    - title: "2009.0-5"
4897 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4898 #  comparisons:
4899 #    - title: "2009.0-5 vs 2005.0-3"
4900 #      reference: 2
4901 #      compare: 3
4902 #  legend:
4903 #    - ''
4904 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4905 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4906 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4907 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4908 #
4909 ## VPP Performance Changes 2n-dnv 4t4c mrr
4910 #- type: "table"
4911 #  title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4912 #  algorithm: "table_comparison"
4913 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4914 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4915 #  filter: "'4T4C'"
4916 #  columns:
4917 #    - title: "2001.0-2"
4918 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4919 #    - title: "2005.0-3"
4920 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4921 #    - title: "2009.0-5"
4922 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4923 #  comparisons:
4924 #    - title: "2009.0-5 vs 2005.0-3"
4925 #      reference: 2
4926 #      compare: 3
4927 #  legend:
4928 #    - ''
4929 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4930 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4931 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4932 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4933 #
4934 ## VPP Performance Changes 3n-dnv 1t1c mrr
4935 #- type: "table"
4936 #  title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4937 #  algorithm: "table_comparison"
4938 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4939 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4940 #  filter: "'1T1C'"
4941 #  columns:
4942 #    - title: "2001.0-2"
4943 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4944 #    - title: "2005.0-3"
4945 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4946 #    - title: "2009.0-5"
4947 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4948 #  comparisons:
4949 #    - title: "2009.0-5 vs 2005.0-3"
4950 #      reference: 2
4951 #      compare: 3
4952 #  legend:
4953 #    - ''
4954 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4955 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4956 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4957 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4958 #
4959 ## VPP Performance Changes 3n-dnv 2t2c mrr
4960 #- type: "table"
4961 #  title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4962 #  algorithm: "table_comparison"
4963 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4964 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4965 #  filter: "'2T2C'"
4966 #  columns:
4967 #    - title: "2001.0-2"
4968 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4969 #    - title: "2005.0-3"
4970 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4971 #    - title: "2009.0-5"
4972 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4973 #  comparisons:
4974 #    - title: "2009.0-5 vs 2005.0-3"
4975 #      reference: 2
4976 #      compare: 3
4977 #  legend:
4978 #    - ''
4979 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4980 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4981 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4982 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4983 #
4984 ## VPP Performance Changes 3n-dnv 4t4c mrr
4985 #- type: "table"
4986 #  title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4987 #  algorithm: "table_comparison"
4988 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4989 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4990 #  filter: "'4T4C'"
4991 #  columns:
4992 #    - title: "2001.0-2"
4993 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4994 #    - title: "2005.0-3"
4995 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4996 #    - title: "2009.0-5"
4997 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4998 #  comparisons:
4999 #    - title: "2009.0-5 vs 2005.0-3"
5000 #      reference: 2
5001 #      compare: 3
5002 #  legend:
5003 #    - ''
5004 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5005 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5006 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5007 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
5008
5009 # VPP Performance Changes 3n-tsh 1t1c mrr
5010 - type: "table"
5011   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5012   algorithm: "table_comparison"
5013   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5014   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5015   filter: "'1T1C'"
5016   columns:
5017     - title: "2001.0-2"
5018       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5019     - title: "2005.0-4"
5020       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5021     - title: "2009.0-5"
5022       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5023   comparisons:
5024     - title: "2009.0-5 vs 2005.0-4"
5025       reference: 2
5026       compare: 3
5027 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5028   legend:
5029     - ''
5030     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5031     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5032     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5033     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5034
5035 # VPP Performance Changes 3n-tsh 2t2c mrr
5036 - type: "table"
5037   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5038   algorithm: "table_comparison"
5039   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5040   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5041   filter: "'2T2C'"
5042   columns:
5043     - title: "2001.0-2"
5044       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5045     - title: "2005.0-4"
5046       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5047     - title: "2009.0-5"
5048       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5049   comparisons:
5050     - title: "2009.0-5 vs 2005.0-4"
5051       reference: 2
5052       compare: 3
5053 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5054   legend:
5055     - ''
5056     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5057     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5058     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5059     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5060
5061 # VPP Performance Changes 3n-tsh 4t4c mrr
5062 - type: "table"
5063   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5064   algorithm: "table_comparison"
5065   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5066   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5067   filter: "'4T4C'"
5068   columns:
5069     - title: "2001.0-2"
5070       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5071     - title: "2005.0-4"
5072       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5073     - title: "2009.0-5"
5074       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5075   comparisons:
5076     - title: "2009.0-5 vs 2005.0-4"
5077       reference: 2
5078       compare: 3
5079 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5080   legend:
5081     - ''
5082     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5083     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5084     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5085     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5086
5087 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5088 - type: "table"
5089   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5090   algorithm: "table_comparison"
5091   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5092   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5093   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5094   columns:
5095     - title: "3n-hsw xl710"
5096       data-set: "vpp-compare-testbeds-mrr-ref"
5097       tag: "NIC_Intel-XL710"
5098     - title: "3n-skx xxv710"
5099       data-set: "vpp-compare-testbeds-mrr-cmp"
5100       tag: "NIC_Intel-XXV710"
5101   comparisons:
5102     - title: "Diff"
5103       reference: 1
5104       compare: 2
5105   legend:
5106     - ""
5107     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5108     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5109
5110 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5111 - type: "table"
5112   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5113   algorithm: "table_comparison"
5114   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5115   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5116   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5117   columns:
5118     - title: "3n-hsw xl710"
5119       data-set: "vpp-compare-testbeds-mrr-ref"
5120       tag: "NIC_Intel-XL710"
5121     - title: "3n-skx xxv710"
5122       data-set: "vpp-compare-testbeds-mrr-cmp"
5123       tag: "NIC_Intel-XXV710"
5124   comparisons:
5125     - title: "Diff"
5126       reference: 1
5127       compare: 2
5128   legend:
5129     - ""
5130     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5131     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5132
5133 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5134 - type: "table"
5135   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5136   algorithm: "table_comparison"
5137   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5138   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5139   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5140   columns:
5141     - title: "3n-hsw xl710"
5142       data-set: "vpp-compare-testbeds-mrr-ref"
5143       tag: "NIC_Intel-XL710"
5144     - title: "3n-skx xxv710"
5145       data-set: "vpp-compare-testbeds-mrr-cmp"
5146       tag: "NIC_Intel-XXV710"
5147   comparisons:
5148     - title: "Diff"
5149       reference: 1
5150       compare: 2
5151   legend:
5152     - ""
5153     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5154     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5155
5156 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5157 - type: "table"
5158   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5159   algorithm: "table_comparison"
5160   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5161   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5162   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5163   columns:
5164     - title: "2n-skx"
5165       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5166     - title: "2n-clx"
5167       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5168   comparisons:
5169     - title: "Diff"
5170       reference: 1
5171       compare: 2
5172   legend:
5173     - ""
5174     - "2n-skx, 2n-clx - testbeds and NICs tested."
5175     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5176
5177 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5178 - type: "table"
5179   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5180   algorithm: "table_comparison"
5181   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5182   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5183   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5184   columns:
5185     - title: "2n-skx"
5186       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5187     - title: "2n-clx"
5188       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5189   comparisons:
5190     - title: "Diff"
5191       reference: 1
5192       compare: 2
5193   legend:
5194     - ""
5195     - "2n-skx, 2n-clx - testbeds and NICs tested."
5196     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5197
5198 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5199 - type: "table"
5200   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5201   algorithm: "table_comparison"
5202   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5203   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5204   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5205   columns:
5206     - title: "2n-skx"
5207       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5208     - title: "2n-clx"
5209       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5210   comparisons:
5211     - title: "Diff"
5212       reference: 1
5213       compare: 2
5214   legend:
5215     - ""
5216     - "2n-skx, 2n-clx - testbeds and NICs tested."
5217     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5218
5219 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5220 - type: "table"
5221   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5222   algorithm: "table_comparison"
5223   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5224   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5225   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5226   columns:
5227     - title: "3n-skx"
5228       data-set: "vpp-compare-topologies-mrr-ref"
5229     - title: "2n-skx"
5230       data-set: "vpp-compare-topologies-mrr-cmp"
5231   comparisons:
5232     - title: "Diff"
5233       reference: 1
5234       compare: 2
5235   legend:
5236     - ""
5237     - "3n-skx, 2n-skx - topologies tested."
5238     - "Diff - difference between 3n-skx and 2n-skx topologies."
5239
5240 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5241 - type: "table"
5242   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5243   algorithm: "table_comparison"
5244   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5245   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5246   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5247   columns:
5248     - title: "3n-skx"
5249       data-set: "vpp-compare-topologies-mrr-ref"
5250     - title: "2n-skx"
5251       data-set: "vpp-compare-topologies-mrr-cmp"
5252   comparisons:
5253     - title: "Diff"
5254       reference: 1
5255       compare: 2
5256   legend:
5257     - ""
5258     - "3n-skx, 2n-skx - topologies tested."
5259     - "Diff - difference between 3n-skx and 2n-skx topologies."
5260
5261 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5262 - type: "table"
5263   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5264   algorithm: "table_comparison"
5265   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5266   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5267   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5268   columns:
5269     - title: "3n-skx"
5270       data-set: "vpp-compare-topologies-mrr-ref"
5271     - title: "2n-skx"
5272       data-set: "vpp-compare-topologies-mrr-cmp"
5273   comparisons:
5274     - title: "Diff"
5275       reference: 1
5276       compare: 2
5277   legend:
5278     - ""
5279     - "3n-skx, 2n-skx - topologies tested."
5280     - "Diff - difference between 3n-skx and 2n-skx topologies."
5281
5282 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5283 - type: "table"
5284   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5285   algorithm: "table_comparison"
5286   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5287   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5288   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5289   columns:
5290     - title: "3n-hsw xl710"
5291       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5292       tag: "NIC_Intel-XL710"
5293     - title: "2n-clx xxv710"
5294       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5295       tag: "NIC_Intel-XXV710"
5296   comparisons:
5297     - title: "Diff"
5298       reference: 1
5299       compare: 2
5300   legend:
5301     - ""
5302     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5303     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5304
5305 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5306 - type: "table"
5307   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5308   algorithm: "table_comparison"
5309   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5310   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5311   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5312   columns:
5313     - title: "3n-hsw xl710"
5314       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5315       tag: "NIC_Intel-XL710"
5316     - title: "2n-clx xxv710"
5317       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5318       tag: "NIC_Intel-XXV710"
5319   comparisons:
5320     - title: "Diff"
5321       reference: 1
5322       compare: 2
5323   legend:
5324     - ""
5325     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5326     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5327
5328 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5329 - type: "table"
5330   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5331   algorithm: "table_comparison"
5332   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5333   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5334   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5335   columns:
5336     - title: "3n-hsw xl710"
5337       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5338       tag: "NIC_Intel-XL710"
5339     - title: "2n-clx xxv710"
5340       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5341       tag: "NIC_Intel-XXV710"
5342   comparisons:
5343     - title: "Diff"
5344       reference: 1
5345       compare: 2
5346   legend:
5347     - ""
5348     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5349     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5350
5351 # Detailed Test Results - VPP Performance Results 3n-hsw
5352 - type: "table"
5353   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5354   algorithm: "table_merged_details"
5355   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5356   columns:
5357     - title: " |prein| Test Name |preout| "
5358       data: "data name"
5359     - 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| "
5360       data: "data msg"
5361   data: "vpp-perf-results-3n-hsw"
5362   filter: "all"
5363   parameters:
5364   - "name"
5365   - "parent"
5366   - "msg"
5367
5368 # Detailed Test Results - VPP Performance Results 3n-skx
5369 - type: "table"
5370   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5371   algorithm: "table_merged_details"
5372   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5373   columns:
5374     - title: " |prein| Test Name |preout| "
5375       data: "data name"
5376     - 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| "
5377       data: "data msg"
5378   data: "vpp-perf-results-3n-skx"
5379   filter: "all"
5380   remove-ndr: False
5381   parameters:
5382   - "name"
5383   - "parent"
5384   - "msg"
5385
5386 # Detailed Test Results - VPP Performance Results 2n-skx
5387 - type: "table"
5388   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5389   algorithm: "table_merged_details"
5390   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5391   columns:
5392     - title: " |prein| Test Name |preout| "
5393       data: "data name"
5394     - 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| "
5395       data: "data msg"
5396   data: "vpp-perf-results-2n-skx"
5397   filter: "all"
5398   remove-ndr: False
5399   parameters:
5400   - "name"
5401   - "parent"
5402   - "msg"
5403
5404 # Detailed Test Results - VPP Performance Results 2n-clx
5405 - type: "table"
5406   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5407   algorithm: "table_merged_details"
5408   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5409   columns:
5410     - title: " |prein| Test Name |preout| "
5411       data: "data name"
5412     - 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| "
5413       data: "data msg"
5414   data: "vpp-perf-results-2n-clx"
5415   filter: "all"
5416   parameters:
5417   - "name"
5418   - "parent"
5419   - "msg"
5420
5421 # Detailed Test Results - VPP Performance Results 3n-tsh
5422 - type: "table"
5423   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5424   algorithm: "table_merged_details"
5425   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5426   columns:
5427     - title: " |prein| Test Name |preout| "
5428       data: "data name"
5429     - 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| "
5430       data: "data msg"
5431   data: "vpp-perf-results-3n-tsh"
5432   filter: "all"
5433   parameters:
5434   - "name"
5435   - "parent"
5436   - "msg"
5437
5438 ## Detailed Test Results - VPP Performance Results 3n-dnv
5439 #- type: "table"
5440 #  title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5441 #  algorithm: "table_merged_details"
5442 #  output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5443 #  columns:
5444 #    - title: " |prein| Test Name |preout| "
5445 #      data: "data name"
5446 #    - 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| "
5447 #      data: "data msg"
5448 #  data: "vpp-perf-results-3n-dnv"
5449 #  filter: "all"
5450 #  parameters:
5451 #  - "name"
5452 #  - "parent"
5453 #  - "msg"
5454 #
5455 ## Detailed Test Results - VPP Performance Results 2n-dnv
5456 #- type: "table"
5457 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5458 #  algorithm: "table_merged_details"
5459 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5460 #  columns:
5461 #    - title: " |prein| Test Name |preout| "
5462 #      data: "data name"
5463 #    - 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| "
5464 #      data: "data msg"
5465 #  data: "vpp-perf-results-2n-dnv"
5466 #  filter: "all"
5467 #  parameters:
5468 #  - "name"
5469 #  - "parent"
5470 #  - "msg"
5471
5472 # Test configuration - VPP Performance Test Configs 3n-hsw
5473 - type: "table"
5474   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5475   algorithm: "table_merged_details"
5476   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5477   columns:
5478     - title: " |prein| Test Name |preout| "
5479       data: "data name"
5480     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5481       data: "data conf-history"
5482   data: "vpp-perf-results-3n-hsw"
5483   filter: "all"
5484   parameters:
5485   - "parent"
5486   - "name"
5487   - "conf-history"
5488
5489 # Test configuration - VPP Performance Test Configs 3n-skx
5490 - type: "table"
5491   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5492   algorithm: "table_merged_details"
5493   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5494   columns:
5495     - title: " |prein| Test Name |preout| "
5496       data: "data name"
5497     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5498       data: "data conf-history"
5499   data: "vpp-perf-results-3n-skx"
5500   filter: "all"
5501   parameters:
5502   - "parent"
5503   - "name"
5504   - "conf-history"
5505
5506 # Test configuration - VPP Performance Test Configs 2n-skx
5507 - type: "table"
5508   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5509   algorithm: "table_merged_details"
5510   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5511   columns:
5512     - title: " |prein| Test Name |preout| "
5513       data: "data name"
5514     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5515       data: "data conf-history"
5516   data: "vpp-perf-results-2n-skx"
5517   filter: "all"
5518   parameters:
5519   - "parent"
5520   - "name"
5521   - "conf-history"
5522
5523 # Test configuration - VPP Performance Test Configs 2n-clx
5524 - type: "table"
5525   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5526   algorithm: "table_merged_details"
5527   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5528   columns:
5529     - title: " |prein| Test Name |preout| "
5530       data: "data name"
5531     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5532       data: "data conf-history"
5533   data: "vpp-perf-results-2n-clx"
5534   filter: "all"
5535   parameters:
5536   - "parent"
5537   - "name"
5538   - "conf-history"
5539
5540 # Test configuration - VPP Performance Test Configs 3n-tsh
5541 - type: "table"
5542   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5543   algorithm: "table_merged_details"
5544   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5545   columns:
5546     - title: " |prein| Test Name |preout| "
5547       data: "data name"
5548     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5549       data: "data conf-history"
5550   data: "vpp-perf-results-3n-tsh"
5551   filter: "all"
5552   parameters:
5553   - "parent"
5554   - "name"
5555   - "conf-history"
5556
5557 ## Test configuration - VPP Performance Test Configs 3n-dnv
5558 #- type: "table"
5559 #  title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5560 #  algorithm: "table_merged_details"
5561 #  output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5562 #  columns:
5563 #    - title: " |prein| Test Name |preout| "
5564 #      data: "data name"
5565 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5566 #      data: "data conf-history"
5567 #  data: "vpp-perf-results-3n-dnv"
5568 #  filter: "all"
5569 #  parameters:
5570 #  - "parent"
5571 #  - "name"
5572 #  - "conf-history"
5573 #
5574 ## Test configuration - VPP Performance Test Configs 2n-dnv
5575 #- type: "table"
5576 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5577 #  algorithm: "table_merged_details"
5578 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5579 #  columns:
5580 #    - title: " |prein| Test Name |preout| "
5581 #      data: "data name"
5582 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5583 #      data: "data conf-history"
5584 #  data: "vpp-perf-results-2n-dnv"
5585 #  filter: "all"
5586 #  parameters:
5587 #  - "parent"
5588 #  - "name"
5589 #  - "conf-history"
5590
5591 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5592 - type: "table"
5593   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5594   algorithm: "table_oper_data_html"
5595   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5596   data: "vpp-perf-results-3n-hsw"
5597   filter: "all"
5598
5599 # Test Operational Data - VPP Performance Operational Data 3n-skx
5600 - type: "table"
5601   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5602   algorithm: "table_oper_data_html"
5603   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5604   data: "vpp-perf-results-3n-skx"
5605   filter: "all"
5606
5607 # Test Operational Data - VPP Performance Operational Data 2n-skx
5608 - type: "table"
5609   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5610   algorithm: "table_oper_data_html"
5611   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5612   data: "vpp-perf-results-2n-skx"
5613   filter: "all"
5614
5615 # Test Operational Data - VPP Performance Operational Data 2n-clx
5616 - type: "table"
5617   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5618   algorithm: "table_oper_data_html"
5619   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5620   data: "vpp-perf-results-2n-clx"
5621   filter: "all"
5622
5623 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5624 - type: "table"
5625   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5626   algorithm: "table_oper_data_html"
5627   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5628   data: "vpp-perf-results-3n-tsh"
5629   filter: "all"
5630
5631 ## Test Operational Data - VPP Performance Operational Data 3n-dnv
5632 #- type: "table"
5633 #  title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5634 #  algorithm: "table_oper_data_html"
5635 #  output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5636 #  data: "vpp-perf-results-3n-dnv"
5637 #  filter: "all"
5638 #
5639 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
5640 #- type: "table"
5641 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5642 #  algorithm: "table_oper_data_html"
5643 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5644 #  data: "vpp-perf-results-2n-dnv"
5645 #  filter: "all"
5646
5647 # Detailed Test Results - VPP MRR Results 3n-hsw
5648 - type: "table"
5649   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5650   algorithm: "table_merged_details"
5651   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5652   columns:
5653     - title: " |prein| Test Name |preout| "
5654       data: "data name"
5655     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5656       data: "data msg"
5657   data: "vpp-mrr-results-3n-hsw"
5658   filter: "all"
5659   parameters:
5660   - "name"
5661   - "parent"
5662   - "msg"
5663
5664 # Detailed Test Results - VPP MRR Results 3n-skx
5665 - type: "table"
5666   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5667   algorithm: "table_merged_details"
5668   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5669   columns:
5670     - title: " |prein| Test Name |preout| "
5671       data: "data name"
5672     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5673       data: "data msg"
5674   data: "vpp-mrr-results-3n-skx"
5675   filter: "all"
5676   parameters:
5677   - "name"
5678   - "parent"
5679   - "msg"
5680
5681 # Detailed Test Results - VPP MRR Results 2n-skx
5682 - type: "table"
5683   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5684   algorithm: "table_merged_details"
5685   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5686   columns:
5687     - title: " |prein| Test Name |preout| "
5688       data: "data name"
5689     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5690       data: "data msg"
5691   data: "vpp-mrr-results-2n-skx"
5692   filter: "all"
5693   parameters:
5694   - "name"
5695   - "parent"
5696   - "msg"
5697
5698 # Detailed Test Results - VPP MRR Results 2n-clx
5699 - type: "table"
5700   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5701   algorithm: "table_merged_details"
5702   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5703   columns:
5704     - title: " |prein| Test Name |preout| "
5705       data: "data name"
5706     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5707       data: "data msg"
5708   data: "vpp-mrr-results-2n-clx"
5709   filter: "all"
5710   parameters:
5711   - "name"
5712   - "parent"
5713   - "msg"
5714
5715 # Detailed Test Results - VPP MRR Results 3n-tsh
5716 - type: "table"
5717   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5718   algorithm: "table_merged_details"
5719   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5720   columns:
5721     - title: " |prein| Test Name |preout| "
5722       data: "data name"
5723     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5724       data: "data msg"
5725   data: "vpp-mrr-results-3n-tsh"
5726   filter: "all"
5727   parameters:
5728   - "name"
5729   - "parent"
5730   - "msg"
5731
5732 ## Detailed Test Results - VPP MRR Results 3n-dnv
5733 #- type: "table"
5734 #  title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5735 #  algorithm: "table_merged_details"
5736 #  output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5737 #  columns:
5738 #    - title: " |prein| Test Name |preout| "
5739 #      data: "data name"
5740 #    - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5741 #      data: "data msg"
5742 #  data: "vpp-mrr-results-3n-dnv"
5743 #  filter: "all"
5744 #  parameters:
5745 #  - "name"
5746 #  - "parent"
5747 #  - "msg"
5748 #
5749 ## Detailed Test Results - VPP MRR Results 2n-dnv
5750 #- type: "table"
5751 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5752 #  algorithm: "table_merged_details"
5753 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5754 #  columns:
5755 #    - title: " |prein| Test Name |preout| "
5756 #      data: "data name"
5757 #    - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5758 #      data: "data msg"
5759 #  data: "vpp-mrr-results-2n-dnv"
5760 #  filter: "all"
5761 #  parameters:
5762 #  - "name"
5763 #  - "parent"
5764 #  - "msg"
5765
5766 # Test configuration - VPP MRR Test Configs 3n-hsw
5767 - type: "table"
5768   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5769   algorithm: "table_merged_details"
5770   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5771   columns:
5772     - title: " |prein| Test Name |preout| "
5773       data: "data name"
5774     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5775       data: "data conf-history"
5776   data: "vpp-mrr-results-3n-hsw"
5777   filter: "all"
5778   parameters:
5779   - "parent"
5780   - "name"
5781   - "conf-history"
5782
5783 # Test configuration - VPP MRR Test Configs 3n-skx
5784 - type: "table"
5785   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5786   algorithm: "table_merged_details"
5787   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5788   columns:
5789     - title: " |prein| Test Name |preout| "
5790       data: "data name"
5791     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5792       data: "data conf-history"
5793   data: "vpp-mrr-results-3n-skx"
5794   filter: "all"
5795   parameters:
5796   - "parent"
5797   - "name"
5798   - "conf-history"
5799
5800 # Test configuration - VPP MRR Test Configs 2n-skx
5801 - type: "table"
5802   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5803   algorithm: "table_merged_details"
5804   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5805   columns:
5806     - title: " |prein| Test Name |preout| "
5807       data: "data name"
5808     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5809       data: "data conf-history"
5810   data: "vpp-mrr-results-2n-skx"
5811   filter: "all"
5812   parameters:
5813   - "parent"
5814   - "name"
5815   - "conf-history"
5816
5817 # Test configuration - VPP MRR Test Configs 2n-clx
5818 - type: "table"
5819   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5820   algorithm: "table_merged_details"
5821   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5822   columns:
5823     - title: " |prein| Test Name |preout| "
5824       data: "data name"
5825     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5826       data: "data conf-history"
5827   data: "vpp-mrr-results-2n-clx"
5828   filter: "all"
5829   parameters:
5830   - "parent"
5831   - "name"
5832   - "conf-history"
5833
5834 # Test configuration - VPP MRR Test Configs 3n-tsh
5835 - type: "table"
5836   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5837   algorithm: "table_merged_details"
5838   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5839   columns:
5840     - title: " |prein| Test Name |preout| "
5841       data: "data name"
5842     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5843       data: "data conf-history"
5844   data: "vpp-mrr-results-3n-tsh"
5845   filter: "all"
5846   parameters:
5847   - "parent"
5848   - "name"
5849   - "conf-history"
5850
5851 ## Test configuration - VPP MRR Test Configs 3n-dnv
5852 #- type: "table"
5853 #  title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5854 #  algorithm: "table_merged_details"
5855 #  output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5856 #  columns:
5857 #    - title: " |prein| Test Name |preout| "
5858 #      data: "data name"
5859 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5860 #      data: "data conf-history"
5861 #  data: "vpp-mrr-results-3n-dnv"
5862 #  filter: "all"
5863 #  parameters:
5864 #  - "parent"
5865 #  - "name"
5866 #  - "conf-history"
5867 #
5868 ## Test configuration - VPP MRR Test Configs 2n-dnv
5869 #- type: "table"
5870 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5871 #  algorithm: "table_merged_details"
5872 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5873 #  columns:
5874 #    - title: " |prein| Test Name |preout| "
5875 #      data: "data name"
5876 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5877 #      data: "data conf-history"
5878 #  data: "vpp-mrr-results-2n-dnv"
5879 #  filter: "all"
5880 #  parameters:
5881 #  - "parent"
5882 #  - "name"
5883 #  - "conf-history"
5884
5885 # Detailed Test Results - VPP Device Results - Ubuntu
5886 - type: "table"
5887   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5888   algorithm: "table_merged_details"
5889   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5890   columns:
5891     - title: " |prein| Test Name |preout| "
5892       data: "data name"
5893     - title: " |prein| Status |preout| "
5894       data: "data status"
5895   data: "vpp-device-results-ubuntu"
5896   filter: "all"
5897   parameters:
5898   - "name"
5899   - "parent"
5900   - "doc"
5901   - "status"
5902
5903 # Test configuration - VPP Device Test Configs - Ubuntu
5904 - type: "table"
5905   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5906   algorithm: "table_merged_details"
5907   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5908   columns:
5909     - title: " |prein| Test Name |preout| "
5910       data: "data name"
5911     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5912       data: "data conf-history"
5913   data: "vpp-device-results-ubuntu"
5914   filter: "all"
5915   parameters:
5916   - "parent"
5917   - "name"
5918   - "conf-history"
5919
5920 ################################################################################
5921
5922 # DPDK Performance Changes 3n-hsw 1t1c pdr
5923 - type: "table"
5924   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5925   algorithm: "table_comparison"
5926   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5928   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5929   columns:
5930     - title: "2001"
5931       data-set: "dpdk-performance-changes-3n-hsw-h1"
5932     - title: "2005"
5933       data-set: "dpdk-performance-changes-3n-hsw-ref"
5934     - title: "2009"
5935       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5936   comparisons:
5937     - title: "Diff"
5938       reference: 2
5939       compare: 3
5940   legend:
5941     - ""
5942     - "2001, 2005, 2009 - DPDK versions tested."
5943     - "Diff - difference between 2005 and 2009 DPDK version."
5944
5945 # DPDK Performance Changes 3n-hsw 2t2c pdr
5946 - type: "table"
5947   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5948   algorithm: "table_comparison"
5949   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5950   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5951   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5952   columns:
5953     - title: "2001"
5954       data-set: "dpdk-performance-changes-3n-hsw-h1"
5955     - title: "2005"
5956       data-set: "dpdk-performance-changes-3n-hsw-ref"
5957     - title: "2009"
5958       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5959   comparisons:
5960     - title: "Diff"
5961       reference: 2
5962       compare: 3
5963   legend:
5964     - ""
5965     - "2001, 2005, 2009 - DPDK versions tested."
5966     - "Diff - difference between 2005 and 2009 DPDK version."
5967
5968 # DPDK Performance Changes 3n-hsw 1t1c pdr
5969 - type: "table"
5970   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5971   algorithm: "table_comparison"
5972   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5973   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5974   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5975   columns:
5976     - title: "2001"
5977       data-set: "dpdk-performance-changes-3n-hsw-h1"
5978     - title: "2005"
5979       data-set: "dpdk-performance-changes-3n-hsw-ref"
5980     - title: "2009"
5981       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5982   comparisons:
5983     - title: "Diff"
5984       reference: 2
5985       compare: 3
5986   legend:
5987     - ""
5988     - "2001, 2005, 2009 - DPDK versions tested."
5989     - "Diff - difference between 2005 and 2009 DPDK version."
5990
5991 # DPDK Performance Changes 3n-hsw 2t2c ndr
5992 - type: "table"
5993   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5994   algorithm: "table_comparison"
5995   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5996   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5997   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5998   columns:
5999     - title: "2001"
6000       data-set: "dpdk-performance-changes-3n-hsw-h1"
6001     - title: "2005"
6002       data-set: "dpdk-performance-changes-3n-hsw-ref"
6003     - title: "2009"
6004       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6005   comparisons:
6006     - title: "Diff"
6007       reference: 2
6008       compare: 3
6009   legend:
6010     - ""
6011     - "2001, 2005, 2009 - DPDK versions tested."
6012     - "Diff - difference between 2005 and 2009 DPDK version."
6013
6014 # DPDK Performance Changes 3n-skx 2t1c pdr
6015 - type: "table"
6016   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6017   algorithm: "table_comparison"
6018   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6019   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6020   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6021   columns:
6022     - title: "2001"
6023       data-set: "dpdk-performance-changes-3n-skx-h1"
6024     - title: "2005"
6025       data-set: "dpdk-performance-changes-3n-skx-ref"
6026     - title: "2009"
6027       data-set: "dpdk-performance-changes-3n-skx-cmp"
6028   comparisons:
6029     - title: "Diff"
6030       reference: 2
6031       compare: 3
6032   legend:
6033     - ""
6034     - "2001, 2005, 2009 - DPDK versions tested."
6035     - "Diff - difference between 2005 and 2009 DPDK version."
6036
6037 # DPDK Performance Changes 3n-skx 4t2c pdr
6038 - type: "table"
6039   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6040   algorithm: "table_comparison"
6041   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6042   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6043   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6044   columns:
6045     - title: "2001"
6046       data-set: "dpdk-performance-changes-3n-skx-h1"
6047     - title: "2005"
6048       data-set: "dpdk-performance-changes-3n-skx-ref"
6049     - title: "2009"
6050       data-set: "dpdk-performance-changes-3n-skx-cmp"
6051   comparisons:
6052     - title: "Diff"
6053       reference: 2
6054       compare: 3
6055   legend:
6056     - ""
6057     - "2001, 2005, 2009 - DPDK versions tested."
6058     - "Diff - difference between 2005 and 2009 DPDK version."
6059
6060 # DPDK Performance Changes 3n-skx 2t1c ndr
6061 - type: "table"
6062   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6063   algorithm: "table_comparison"
6064   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6065   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6066   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6067   columns:
6068     - title: "2001"
6069       data-set: "dpdk-performance-changes-3n-skx-h1"
6070     - title: "2005"
6071       data-set: "dpdk-performance-changes-3n-skx-ref"
6072     - title: "2009"
6073       data-set: "dpdk-performance-changes-3n-skx-cmp"
6074   comparisons:
6075     - title: "Diff"
6076       reference: 2
6077       compare: 3
6078   legend:
6079     - ""
6080     - "2001, 2005, 2009 - DPDK versions tested."
6081     - "Diff - difference between 2005 and 2009 DPDK version."
6082
6083 # DPDK Performance Changes 3n-skx 4t2c ndr
6084 - type: "table"
6085   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6086   algorithm: "table_comparison"
6087   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6088   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6089   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6090   columns:
6091     - title: "2001"
6092       data-set: "dpdk-performance-changes-3n-skx-h1"
6093     - title: "2005"
6094       data-set: "dpdk-performance-changes-3n-skx-ref"
6095     - title: "2009"
6096       data-set: "dpdk-performance-changes-3n-skx-cmp"
6097   comparisons:
6098     - title: "Diff"
6099       reference: 2
6100       compare: 3
6101   legend:
6102     - ""
6103     - "2001, 2005, 2009 - DPDK versions tested."
6104     - "Diff - difference between 2005 and 2009 DPDK version."
6105
6106 # DPDK Performance Changes 2n-skx 2t1c pdr
6107 - type: "table"
6108   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6109   algorithm: "table_comparison"
6110   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6111   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6112   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6113   columns:
6114     - title: "2001"
6115       data-set: "dpdk-performance-changes-2n-skx-h1"
6116     - title: "2005"
6117       data-set: "dpdk-performance-changes-2n-skx-ref"
6118     - title: "2009"
6119       data-set: "dpdk-performance-changes-2n-skx-cmp"
6120   comparisons:
6121     - title: "Diff"
6122       reference: 2
6123       compare: 3
6124   legend:
6125     - ""
6126     - "2001, 2005, 2009 - DPDK versions tested."
6127     - "Diff - difference between 2005 and 2009 DPDK version."
6128
6129 # DPDK Performance Changes 2n-skx 4t2c pdr
6130 - type: "table"
6131   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6132   algorithm: "table_comparison"
6133   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6134   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6135   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6136   columns:
6137     - title: "2001"
6138       data-set: "dpdk-performance-changes-2n-skx-h1"
6139     - title: "2005"
6140       data-set: "dpdk-performance-changes-2n-skx-ref"
6141     - title: "2009"
6142       data-set: "dpdk-performance-changes-2n-skx-cmp"
6143   comparisons:
6144     - title: "Diff"
6145       reference: 2
6146       compare: 3
6147   legend:
6148     - ""
6149     - "2001, 2005, 2009 - DPDK versions tested."
6150     - "Diff - difference between 2005 and 2009 DPDK version."
6151
6152 # DPDK Performance Changes 2n-skx 2t1c ndr
6153 - type: "table"
6154   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6155   algorithm: "table_comparison"
6156   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6157   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6158   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6159   columns:
6160     - title: "2001"
6161       data-set: "dpdk-performance-changes-2n-skx-h1"
6162     - title: "2005"
6163       data-set: "dpdk-performance-changes-2n-skx-ref"
6164     - title: "2009"
6165       data-set: "dpdk-performance-changes-2n-skx-cmp"
6166   comparisons:
6167     - title: "Diff"
6168       reference: 2
6169       compare: 3
6170   legend:
6171     - ""
6172     - "2001, 2005, 2009 - DPDK versions tested."
6173     - "Diff - difference between 2005 and 2009 DPDK version."
6174
6175 # DPDK Performance Changes 2n-skx 4t2c ndr
6176 - type: "table"
6177   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6178   algorithm: "table_comparison"
6179   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6180   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6181   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6182   columns:
6183     - title: "2001"
6184       data-set: "dpdk-performance-changes-2n-skx-h1"
6185     - title: "2005"
6186       data-set: "dpdk-performance-changes-2n-skx-ref"
6187     - title: "2009"
6188       data-set: "dpdk-performance-changes-2n-skx-cmp"
6189   comparisons:
6190     - title: "Diff"
6191       reference: 2
6192       compare: 3
6193   legend:
6194     - ""
6195     - "2001, 2005, 2009 - DPDK versions tested."
6196     - "Diff - difference between 2005 and 2009 DPDK version."
6197
6198 # DPDK Performance Changes 2n-clx 2t1c pdr
6199 - type: "table"
6200   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6201   algorithm: "table_comparison"
6202   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6203   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6204   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6205   columns:
6206     - title: "2001"
6207       data-set: "dpdk-performance-changes-2n-clx-h1"
6208     - title: "2005"
6209       data-set: "dpdk-performance-changes-2n-clx-ref"
6210     - title: "2009"
6211       data-set: "dpdk-performance-changes-2n-clx-cmp"
6212   comparisons:
6213     - title: "Diff"
6214       reference: 2
6215       compare: 3
6216   legend:
6217     - ""
6218     - "2001, 2005, 2009 - DPDK versions tested."
6219     - "Diff - difference between 2005 and 2009 DPDK version."
6220
6221 # DPDK Performance Changes 2n-clx 4t2c pdr
6222 - type: "table"
6223   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6224   algorithm: "table_comparison"
6225   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6226   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6227   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6228   columns:
6229     - title: "2001"
6230       data-set: "dpdk-performance-changes-2n-clx-h1"
6231     - title: "2005"
6232       data-set: "dpdk-performance-changes-2n-clx-ref"
6233     - title: "2009"
6234       data-set: "dpdk-performance-changes-2n-clx-cmp"
6235   comparisons:
6236     - title: "Diff"
6237       reference: 2
6238       compare: 3
6239   legend:
6240     - ""
6241     - "2001, 2005, 2009 - DPDK versions tested."
6242     - "Diff - difference between 2005 and 2009 DPDK version."
6243
6244 # DPDK Performance Changes 2n-clx 2t1c ndr
6245 - type: "table"
6246   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6247   algorithm: "table_comparison"
6248   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6249   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6250   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6251   columns:
6252     - title: "2001"
6253       data-set: "dpdk-performance-changes-2n-clx-h1"
6254     - title: "2005"
6255       data-set: "dpdk-performance-changes-2n-clx-ref"
6256     - title: "2009"
6257       data-set: "dpdk-performance-changes-2n-clx-cmp"
6258   comparisons:
6259     - title: "Diff"
6260       reference: 2
6261       compare: 3
6262   legend:
6263     - ""
6264     - "2001, 2005, 2009 - DPDK versions tested."
6265     - "Diff - difference between 2005 and 2009 DPDK version."
6266
6267 # DPDK Performance Changes 2n-clx 4t2c ndr
6268 - type: "table"
6269   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6270   algorithm: "table_comparison"
6271   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6272   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6273   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6274   columns:
6275     - title: "2001"
6276       data-set: "dpdk-performance-changes-2n-clx-h1"
6277     - title: "2005"
6278       data-set: "dpdk-performance-changes-2n-clx-ref"
6279     - title: "2009"
6280       data-set: "dpdk-performance-changes-2n-clx-cmp"
6281   comparisons:
6282     - title: "Diff"
6283       reference: 2
6284       compare: 3
6285   legend:
6286     - ""
6287     - "2001, 2005, 2009 - DPDK versions tested."
6288     - "Diff - difference between 2005 and 2009 DPDK version."
6289
6290 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6291 #- type: "table"
6292 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6293 #  algorithm: "table_comparison"
6294 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6295 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6296 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6297 #  columns:
6298 #    - title: "2001"
6299 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6300 #    - title: "2005"
6301 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6302 #    - title: "2009"
6303 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6304 #  comparisons:
6305 #    - title: "Diff"
6306 #      reference: 2
6307 #      compare: 3
6308 #  legend:
6309 #    - ""
6310 #    - "2001, 2005, 2009 - DPDK versions tested."
6311 #    - "Diff - difference between 2005 and 2009 DPDK version."
6312 #
6313 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6314 #- type: "table"
6315 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6316 #  algorithm: "table_comparison"
6317 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6318 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6319 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6320 #  columns:
6321 #    - title: "2001"
6322 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6323 #    - title: "2005"
6324 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6325 #    - title: "2009"
6326 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6327 #  comparisons:
6328 #    - title: "Diff"
6329 #      reference: 2
6330 #      compare: 3
6331 #  legend:
6332 #    - ""
6333 #    - "2001, 2005, 2009 - DPDK versions tested."
6334 #    - "Diff - difference between 2005 and 2009 DPDK version."
6335 #
6336 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6337 #- type: "table"
6338 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6339 #  algorithm: "table_comparison"
6340 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6341 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6342 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6343 #  columns:
6344 #    - title: "2001"
6345 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6346 #    - title: "2005"
6347 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6348 #    - title: "2009"
6349 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6350 #  comparisons:
6351 #    - title: "Diff"
6352 #      reference: 2
6353 #      compare: 3
6354 #  legend:
6355 #    - ""
6356 #    - "2001, 2005, 2009 - DPDK versions tested."
6357 #    - "Diff - difference between 2005 and 2009 DPDK version."
6358 #
6359 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6360 #- type: "table"
6361 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6362 #  algorithm: "table_comparison"
6363 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6364 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6365 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6366 #  columns:
6367 #    - title: "2001"
6368 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6369 #    - title: "2005"
6370 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6371 #    - title: "2009"
6372 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6373 #  comparisons:
6374 #    - title: "Diff"
6375 #      reference: 2
6376 #      compare: 3
6377 #  legend:
6378 #    - ""
6379 #    - "2001, 2005, 2009 - DPDK versions tested."
6380 #    - "Diff - difference between 2005 and 2009 DPDK version."
6381 #
6382 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6383 #- type: "table"
6384 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6385 #  algorithm: "table_comparison"
6386 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6387 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6388 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6389 #  columns:
6390 #    - title: "2001"
6391 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6392 #    - title: "2005"
6393 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6394 #    - title: "2009"
6395 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6396 #  comparisons:
6397 #    - title: "Diff"
6398 #      reference: 2
6399 #      compare: 3
6400 #  legend:
6401 #    - ""
6402 #    - "2001, 2005, 2009 - DPDK versions tested."
6403 #    - "Diff - difference between 2005 and 2009 DPDK version."
6404 #
6405 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6406 #- type: "table"
6407 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6408 #  algorithm: "table_comparison"
6409 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6410 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6411 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6412 #  columns:
6413 #    - title: "2001"
6414 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6415 #    - title: "2005"
6416 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6417 #    - title: "2009"
6418 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6419 #  comparisons:
6420 #    - title: "Diff"
6421 #      reference: 2
6422 #      compare: 3
6423 #  legend:
6424 #    - ""
6425 #    - "2001, 2005, 2009 - DPDK versions tested."
6426 #    - "Diff - difference between 2005 and 2009 DPDK version."
6427 #
6428 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6429 #- type: "table"
6430 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6431 #  algorithm: "table_comparison"
6432 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6433 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6434 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6435 #  columns:
6436 #    - title: "2001"
6437 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6438 #    - title: "2005"
6439 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6440 #    - title: "2009"
6441 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6442 #  comparisons:
6443 #    - title: "Diff"
6444 #      reference: 2
6445 #      compare: 3
6446 #  legend:
6447 #    - ""
6448 #    - "2001, 2005, 2009 - DPDK versions tested."
6449 #    - "Diff - difference between 2005 and 2009 DPDK version."
6450 #
6451 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6452 #- type: "table"
6453 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6454 #  algorithm: "table_comparison"
6455 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6456 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6457 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6458 #  columns:
6459 #    - title: "2001"
6460 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6461 #    - title: "2005"
6462 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6463 #    - title: "2009"
6464 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6465 #  comparisons:
6466 #    - title: "Diff"
6467 #      reference: 2
6468 #      compare: 3
6469 #  legend:
6470 #    - ""
6471 #    - "2001, 2005, 2009 - DPDK versions tested."
6472 #    - "Diff - difference between 2005 and 2009 DPDK version."
6473
6474 # DPDK Performance Changes 3n-tsh 1t1c pdr
6475 - type: "table"
6476   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6477   algorithm: "table_comparison"
6478   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6479   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6480   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6481   columns:
6482     - title: "2001"
6483       data-set: "dpdk-performance-changes-3n-tsh-h1"
6484     - title: "2005"
6485       data-set: "dpdk-performance-changes-3n-tsh-ref"
6486     - title: "2009"
6487       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6488   comparisons:
6489     - title: "Diff"
6490       reference: 2
6491       compare: 3
6492   legend:
6493     - ""
6494     - "2001, 2005, 2009 - DPDK versions tested."
6495     - "Diff - difference between 2005 and 2009 DPDK version."
6496
6497 # DPDK Performance Changes 3n-tsh 2t2c pdr
6498 - type: "table"
6499   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6500   algorithm: "table_comparison"
6501   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6503   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6504   columns:
6505     - title: "2001"
6506       data-set: "dpdk-performance-changes-3n-tsh-h1"
6507     - title: "2005"
6508       data-set: "dpdk-performance-changes-3n-tsh-ref"
6509     - title: "2009"
6510       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6511   comparisons:
6512     - title: "Diff"
6513       reference: 2
6514       compare: 3
6515   legend:
6516     - ""
6517     - "2001, 2005, 2009 - DPDK versions tested."
6518     - "Diff - difference between 2005 and 2009 DPDK version."
6519
6520 # DPDK Performance Changes 3n-tsh 1t1c ndr
6521 - type: "table"
6522   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6523   algorithm: "table_comparison"
6524   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6525   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6526   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6527   columns:
6528     - title: "2001"
6529       data-set: "dpdk-performance-changes-3n-tsh-h1"
6530     - title: "2005"
6531       data-set: "dpdk-performance-changes-3n-tsh-ref"
6532     - title: "2009"
6533       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6534   comparisons:
6535     - title: "Diff"
6536       reference: 2
6537       compare: 3
6538   legend:
6539     - ""
6540     - "2001, 2005, 2009 - DPDK versions tested."
6541     - "Diff - difference between 2005 and 2009 DPDK version."
6542
6543 # DPDK Performance Changes 3n-tsh 2t2c ndr
6544 - type: "table"
6545   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6546   algorithm: "table_comparison"
6547   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6549   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6550   columns:
6551     - title: "2001"
6552       data-set: "dpdk-performance-changes-3n-tsh-h1"
6553     - title: "2005"
6554       data-set: "dpdk-performance-changes-3n-tsh-ref"
6555     - title: "2009"
6556       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6557   comparisons:
6558     - title: "Diff"
6559       reference: 2
6560       compare: 3
6561   legend:
6562     - ""
6563     - "2001, 2005, 2009 - DPDK versions tested."
6564     - "Diff - difference between 2005 and 2009 DPDK version."
6565
6566 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6567 - type: "table"
6568   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6569   algorithm: "table_comparison"
6570   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6571   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6572   filter: "'NIC_Intel-X710'"
6573   columns:
6574     - title: "3n-hsw x710"
6575       data-set: "dpdk-compare-testbeds-ref"
6576     - title: "3n-skx x710"
6577       data-set: "dpdk-compare-testbeds-cmp"
6578   comparisons:
6579     - title: "Diff"
6580       reference: 1
6581       compare: 2
6582   legend:
6583     - ""
6584     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6585     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6586
6587 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6588 - type: "table"
6589   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6590   algorithm: "table_comparison"
6591   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6592   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6593   filter: "'NIC_Intel-X710'"
6594   columns:
6595     - title: "3n-hsw x710"
6596       data-set: "dpdk-compare-testbeds-ref"
6597     - title: "3n-skx x710"
6598       data-set: "dpdk-compare-testbeds-cmp"
6599   comparisons:
6600     - title: "Diff"
6601       reference: 1
6602       compare: 2
6603   legend:
6604     - ""
6605     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6606     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6607
6608 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6609 - type: "table"
6610   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6611   algorithm: "table_comparison"
6612   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6613   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6614   filter: "'NIC_Intel-XXV710'"
6615   columns:
6616     - title: "2n-skx"
6617       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6618     - title: "2n-clx"
6619       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6620   comparisons:
6621     - title: "Diff"
6622       reference: 1
6623       compare: 2
6624   legend:
6625     - ""
6626     - "2n-skx, 2n-clx - testbeds and NICs tested."
6627     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6628
6629 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6630 - type: "table"
6631   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6632   algorithm: "table_comparison"
6633   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6634   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6635   filter: "'NIC_Intel-XXV710'"
6636   columns:
6637     - title: "2n-skx"
6638       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6639     - title: "2n-clx"
6640       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6641   comparisons:
6642     - title: "Diff"
6643       reference: 1
6644       compare: 2
6645   legend:
6646     - ""
6647     - "2n-skx, 2n-clx - testbeds and NICs tested."
6648     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6649
6650 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6651 - type: "table"
6652   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6653   algorithm: "table_comparison"
6654   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6655   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6656   filter: "'NIC_Intel-XXV710'"
6657   columns:
6658     - title: "3n-skx"
6659       data-set: "dpdk-compare-topologies-ref"
6660     - title: "2n-skx"
6661       data-set: "dpdk-compare-topologies-cmp"
6662   comparisons:
6663     - title: "Diff"
6664       reference: 1
6665       compare: 2
6666   legend:
6667     - ""
6668     - "3n-skx, 2n-skx - topologies tested."
6669     - "Diff - difference between 3n-skx and 2n-skx topologies."
6670
6671 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6672 - type: "table"
6673   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6674   algorithm: "table_comparison"
6675   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6676   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6677   filter: "'NIC_Intel-XXV710'"
6678   columns:
6679     - title: "3n-skx"
6680       data-set: "dpdk-compare-topologies-ref"
6681     - title: "2n-skx"
6682       data-set: "dpdk-compare-topologies-cmp"
6683   comparisons:
6684     - title: "Diff"
6685       reference: 1
6686       compare: 2
6687   legend:
6688     - ""
6689     - "3n-skx, 2n-skx - topologies tested."
6690     - "Diff - difference between 3n-skx and 2n-skx topologies."
6691
6692 # Detailed Test Results - DPDK Performance Results 3n-hsw
6693 - type: "table"
6694   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6695   algorithm: "table_merged_details"
6696   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6697   columns:
6698     - title: " |prein| Test Name |preout| "
6699       data: "data name"
6700     - 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| "
6701       data: "data msg"
6702   data: "dpdk-perf-results-3n-hsw"
6703   filter: "all"
6704   parameters:
6705   - "name"
6706   - "parent"
6707   - "msg"
6708
6709 # Detailed Test Results - DPDK Performance Results 3n-skx
6710 - type: "table"
6711   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6712   algorithm: "table_merged_details"
6713   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6714   columns:
6715     - title: " |prein| Test Name |preout| "
6716       data: "data name"
6717     - 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| "
6718       data: "data msg"
6719   data: "dpdk-perf-results-3n-skx"
6720   filter: "all"
6721   remove-ndr: False
6722   parameters:
6723   - "name"
6724   - "parent"
6725   - "msg"
6726
6727 # Detailed Test Results - DPDK Performance Results 2n-skx
6728 - type: "table"
6729   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6730   algorithm: "table_merged_details"
6731   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6732   columns:
6733     - title: " |prein| Test Name |preout| "
6734       data: "data name"
6735     - 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| "
6736       data: "data msg"
6737   data: "dpdk-perf-results-2n-skx"
6738   filter: "all"
6739   remove-ndr: False
6740   parameters:
6741   - "name"
6742   - "parent"
6743   - "msg"
6744
6745 # Detailed Test Results - DPDK Performance Results 2n-clx
6746 - type: "table"
6747   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6748   algorithm: "table_merged_details"
6749   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6750   columns:
6751     - title: " |prein| Test Name |preout| "
6752       data: "data name"
6753     - 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| "
6754       data: "data msg"
6755   data: "dpdk-perf-results-2n-clx"
6756   filter: "all"
6757   parameters:
6758   - "name"
6759   - "parent"
6760   - "msg"
6761
6762 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6763 #- type: "table"
6764 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6765 #  algorithm: "table_merged_details"
6766 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6767 #  columns:
6768 #    - title: " |prein| Test Name |preout| "
6769 #      data: "data name"
6770 #    - 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| "
6771 #      data: "data msg"
6772 #  data: "dpdk-perf-results-2n-dnv"
6773 #  filter: "all"
6774 #  parameters:
6775 #  - "name"
6776 #  - "parent"
6777 #  - "msg"
6778 #
6779 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6780 #- type: "table"
6781 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6782 #  algorithm: "table_merged_details"
6783 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6784 #  columns:
6785 #    - title: " |prein| Test Name |preout| "
6786 #      data: "data name"
6787 #    - 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| "
6788 #      data: "data msg"
6789 #  data: "dpdk-perf-results-3n-dnv"
6790 #  filter: "all"
6791 #  parameters:
6792 #  - "name"
6793 #  - "parent"
6794 #  - "msg"
6795
6796 # Detailed Test Results - DPDK Performance Results 3n-tsh
6797 - type: "table"
6798   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6799   algorithm: "table_merged_details"
6800   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6801   columns:
6802     - title: " |prein| Test Name |preout| "
6803       data: "data name"
6804     - 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| "
6805       data: "data msg"
6806   data: "dpdk-perf-results-3n-tsh"
6807   filter: "all"
6808   parameters:
6809   - "name"
6810   - "parent"
6811   - "msg"
6812
6813 ################################################################################
6814 ###                                F I L E S                                 ###
6815 ################################################################################
6816
6817 # VPP Performance Results
6818 - type: "file"
6819   title: "VPP Performance Results"
6820   algorithm: "file_details_split"
6821   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6822   dir-tables:
6823     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6824     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6825     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6826     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6827     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6828 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6829 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6830   data:
6831     - "vpp-perf-results-2n-skx"
6832     - "vpp-perf-results-3n-skx"
6833     - "vpp-perf-results-2n-clx"
6834     - "vpp-perf-results-3n-hsw"
6835     - "vpp-perf-results-3n-tsh"
6836 #    - "vpp-perf-results-2n-dnv"
6837 #    - "vpp-perf-results-3n-dnv"
6838   filter: "all"
6839   data-start-level: 4
6840   order-chapters:
6841     level-1:
6842       - "l2"
6843       - "ip4"
6844       - "ip6"
6845       - "srv6"
6846       - "ip4_tunnels"
6847       - "ip6_tunnels"
6848       - "vm_vhost"
6849       - "container_memif"
6850       - "crypto"
6851       - "vts"
6852       - "lb"
6853       - "nfv_density"
6854       - "hoststack"
6855     level-2:
6856       - "2n-skx"
6857       - "3n-skx"
6858       - "2n-clx"
6859       - "3n-hsw"
6860       - "3n-tsh"
6861       - "2n-dnv"
6862       - "3n-dnv"
6863     level-3:
6864       - "xl710"
6865       - "x520"
6866       - "xxv710"
6867       - "x710"
6868       - "x553"
6869       - "cx556a"
6870       - "vic1227"
6871       - "vic1385"
6872
6873 # VPP Performance Configuration
6874 - type: "file"
6875   title: "VPP Performance Configuration"
6876   algorithm: "file_details_split"
6877   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6878   dir-tables:
6879     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6880     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6881     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6882     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6883     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6884 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6885 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6886   data:
6887     - "vpp-perf-results-2n-skx"
6888     - "vpp-perf-results-3n-skx"
6889     - "vpp-perf-results-2n-clx"
6890     - "vpp-perf-results-3n-hsw"
6891     - "vpp-perf-results-3n-tsh"
6892 #    - "vpp-perf-results-2n-dnv"
6893 #    - "vpp-perf-results-3n-dnv"
6894   filter: "all"
6895   data-start-level: 4
6896   order-chapters:
6897     level-1:
6898       - "l2"
6899       - "ip4"
6900       - "ip6"
6901       - "srv6"
6902       - "ip4_tunnels"
6903       - "ip6_tunnels"
6904       - "vm_vhost"
6905       - "container_memif"
6906       - "crypto"
6907       - "vts"
6908       - "lb"
6909       - "nfv_density"
6910       - "hoststack"
6911     level-2:
6912       - "2n-skx"
6913       - "3n-skx"
6914       - "2n-clx"
6915       - "3n-hsw"
6916       - "3n-tsh"
6917       - "2n-dnv"
6918       - "3n-dnv"
6919     level-3:
6920       - "xl710"
6921       - "x520"
6922       - "xxv710"
6923       - "x710"
6924       - "x553"
6925       - "cx556a"
6926       - "vic1227"
6927       - "vic1385"
6928
6929 # VPP Performance Operational
6930 - type: "file"
6931   title: "VPP Performance Operational"
6932   algorithm: "file_details_split_html"
6933   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6934   dir-tables:
6935     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6936     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6937     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6938     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6939     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6940 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6941 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6942   data:
6943     - "vpp-perf-results-2n-skx"
6944     - "vpp-perf-results-3n-skx"
6945     - "vpp-perf-results-2n-clx"
6946     - "vpp-perf-results-3n-hsw"
6947     - "vpp-perf-results-3n-tsh"
6948 #    - "vpp-perf-results-2n-dnv"
6949 #    - "vpp-perf-results-3n-dnv"
6950   filter: "all"
6951   data-start-level: 4
6952   order-chapters:
6953     level-1:
6954       - "l2"
6955       - "ip4"
6956       - "ip6"
6957       - "srv6"
6958       - "ip4_tunnels"
6959       - "ip6_tunnels"
6960       - "vm_vhost"
6961       - "container_memif"
6962       - "crypto"
6963       - "vts"
6964       - "lb"
6965       - "nfv_density"
6966       - "hoststack"
6967     level-2:
6968       - "2n-skx"
6969       - "3n-skx"
6970       - "2n-clx"
6971       - "3n-hsw"
6972       - "3n-tsh"
6973       - "2n-dnv"
6974       - "3n-dnv"
6975     level-3:
6976       - "xl710"
6977       - "x520"
6978       - "xxv710"
6979       - "x710"
6980       - "x553"
6981       - "cx556a"
6982       - "vic1227"
6983       - "vic1385"
6984
6985 # VPP MRR Results
6986 - type: "file"
6987   title: "VPP MRR Results"
6988   algorithm: "file_details_split"
6989   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6990   dir-tables:
6991     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6992     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6993     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6994     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6995     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6996 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6997 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6998   data:
6999     - "vpp-mrr-results-2n-skx"
7000     - "vpp-mrr-results-3n-skx"
7001     - "vpp-mrr-results-2n-clx"
7002     - "vpp-mrr-results-3n-hsw"
7003     - "vpp-mrr-results-3n-tsh"
7004 #    - "vpp-mrr-results-2n-dnv"
7005 #    - "vpp-mrr-results-3n-dnv"
7006   filter: "all"
7007   data-start-level: 4
7008   order-chapters:
7009     level-1:
7010       - "l2"
7011       - "ip4"
7012       - "ip6"
7013       - "srv6"
7014       - "ip4_tunnels"
7015       - "ip6_tunnels"
7016       - "vm_vhost"
7017       - "container_memif"
7018       - "crypto"
7019       - "vts"
7020       - "lb"
7021       - "nfv_density"
7022       - "hoststack"
7023     level-2:
7024       - "2n-skx"
7025       - "3n-skx"
7026       - "2n-clx"
7027       - "3n-hsw"
7028       - "3n-tsh"
7029       - "2n-dnv"
7030       - "3n-dnv"
7031     level-3:
7032       - "xl710"
7033       - "x520"
7034       - "xxv710"
7035       - "x710"
7036       - "x553"
7037       - "cx556a"
7038       - "vic1227"
7039       - "vic1385"
7040
7041 # VPP MRR Configuration
7042 - type: "file"
7043   title: "VPP MRR Configuration"
7044   algorithm: "file_details_split"
7045   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7046   dir-tables:
7047     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7048     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7049     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7050     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7051     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7052     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7053     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7054   data:
7055     - "vpp-mrr-results-2n-skx"
7056     - "vpp-mrr-results-3n-skx"
7057     - "vpp-mrr-results-2n-clx"
7058     - "vpp-mrr-results-3n-hsw"
7059     - "vpp-mrr-results-3n-tsh"
7060 #    - "vpp-mrr-results-2n-dnv"
7061 #    - "vpp-mrr-results-3n-dnv"
7062   filter: "all"
7063   data-start-level: 4
7064   order-chapters:
7065     level-1:
7066       - "l2"
7067       - "ip4"
7068       - "ip6"
7069       - "srv6"
7070       - "ip4_tunnels"
7071       - "ip6_tunnels"
7072       - "vm_vhost"
7073       - "container_memif"
7074       - "crypto"
7075       - "vts"
7076       - "lb"
7077       - "nfv_density"
7078       - "hoststack"
7079     level-2:
7080       - "2n-skx"
7081       - "3n-skx"
7082       - "2n-clx"
7083       - "3n-hsw"
7084       - "3n-tsh"
7085       - "2n-dnv"
7086       - "3n-dnv"
7087     level-3:
7088       - "xl710"
7089       - "x520"
7090       - "xxv710"
7091       - "x710"
7092       - "x553"
7093       - "cx556a"
7094       - "vic1227"
7095       - "vic1385"
7096
7097 # VPP Device Results - Ubuntu
7098 - type: "file"
7099   title: "VPP Device Results - Ubuntu"
7100   algorithm: "file_test_results"
7101   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7102   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7103   data: "vpp-device-results-ubuntu"
7104   filter: "all"
7105   data-start-level: 4
7106
7107 # VPP Device Configuration - Ubuntu
7108 - type: "file"
7109   title: "VPP Device Configuration - Ubuntu"
7110   algorithm: "file_test_results"
7111   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7112   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7113   data: "vpp-device-results-ubuntu"
7114   filter: "all"
7115   data-start-level: 4
7116
7117 # DPDK Performance Results 3n-hsw
7118 - type: "file"
7119   title: "DPDK Performance Results 3n-hsw"
7120   algorithm: "file_test_results"
7121   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7122   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7123   data: "dpdk-perf-results-3n-hsw"
7124   filter: "all"
7125   data-start-level: 4
7126
7127 # DPDK Performance Results 3n-skx
7128 - type: "file"
7129   title: "DPDK Performance Results 3n-skx"
7130   algorithm: "file_test_results"
7131   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7132   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7133   data: "dpdk-perf-results-3n-skx"
7134   filter: "all"
7135   data-start-level: 4
7136
7137 # DPDK Performance Results 2n-skx
7138 - type: "file"
7139   title: "DPDK Performance Results 2n-skx"
7140   algorithm: "file_test_results"
7141   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7142   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7143   data: "dpdk-perf-results-2n-skx"
7144   filter: "all"
7145   data-start-level: 4
7146
7147 # DPDK Performance Results 2n-clx
7148 - type: "file"
7149   title: "DPDK Performance Results 2n-clx"
7150   algorithm: "file_test_results"
7151   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7152   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7153   data: "dpdk-perf-results-2n-clx"
7154   filter: "all"
7155   data-start-level: 4
7156
7157 ## DPDK Performance Results 2n-dnv
7158 #- type: "file"
7159 #  title: "DPDK Performance Results 2n-dnv"
7160 #  algorithm: "file_test_results"
7161 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7162 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7163 #  data: "dpdk-perf-results-2n-dnv"
7164 #  filter: "all"
7165 #  data-start-level: 4
7166 #
7167 ## DPDK Performance Results 3n-dnv
7168 #- type: "file"
7169 #  title: "DPDK Performance Results 3n-dnv"
7170 #  algorithm: "file_test_results"
7171 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7172 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7173 #  data: "dpdk-perf-results-3n-dnv"
7174 #  filter: "all"
7175 #  data-start-level: 4
7176
7177 # DPDK Performance Results 3n-tsh
7178 - type: "file"
7179   title: "DPDK Performance Results 3n-tsh"
7180   algorithm: "file_test_results"
7181   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7182   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7183   data: "dpdk-perf-results-3n-tsh"
7184   filter: "all"
7185   data-start-level: 4
7186
7187 ################################################################################
7188 ###                                P L O T S                                 ###
7189 ################################################################################
7190
7191 # Hoststack tests 3n-hsw
7192
7193 - type: "plot"
7194   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7195   algorithm: "plot_perf_box_name"
7196   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7197   data: "plot-vpp-hoststack-3n-hsw"
7198   include:
7199     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7200     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7201   layout:
7202     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7203     layout: "plot-hoststack"
7204
7205 - type: "plot"
7206   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7207   algorithm: "plot_perf_box_name"
7208   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7209   data: "plot-vpp-hoststack-3n-hsw"
7210   include:
7211     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7212     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7213   layout:
7214     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7215     layout: "plot-hoststack"
7216
7217 - type: "plot"
7218   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7219   algorithm: "plot_perf_box_name"
7220   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7221   data: "plot-vpp-hoststack-3n-hsw"
7222   include:
7223     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7224     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7225     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7226     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7227   layout:
7228     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7229     layout: "plot-hoststack"
7230
7231 ################################################################################
7232
7233 # Soak Test (PLRsearch), boxes - 2n-clx
7234 - type: "plot"
7235   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7236   algorithm: "plot_perf_box_name"
7237   output-file-type: ".html"
7238   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7239   data: "plot-vpp-soak-2n-clx"
7240   include:
7241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7247   layout:
7248     title: "30 Minutes Soak Test (PLRsearch)"
7249     layout: "plot-soak-throughput"
7250
7251 # Soak Test (PLRsearch), boxes - 2n-clx
7252 - type: "plot"
7253   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7254   algorithm: "plot_perf_box_name"
7255   output-file-type: ".html"
7256   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7257   data: "plot-vpp-soak-2n-clx"
7258   include:
7259     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7260     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7261     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7262     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7264     - "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"
7265   layout:
7266     title: "30 Minutes Soak Test (PLRsearch)"
7267     layout: "plot-soak-throughput"
7268
7269 # Soak Test (PLRsearch), boxes - 2n-skx
7270 - type: "plot"
7271   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7272   algorithm: "plot_perf_box_name"
7273   output-file-type: ".html"
7274   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7275   data: "plot-vpp-soak-2n-skx"
7276   include:
7277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7283   layout:
7284     title: "30 Minutes Soak Test (PLRsearch)"
7285     layout: "plot-soak-throughput"
7286
7287 # Soak Test (PLRsearch), boxes - 2n-skx
7288 - type: "plot"
7289   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7290   algorithm: "plot_perf_box_name"
7291   output-file-type: ".html"
7292   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7293   data: "plot-vpp-soak-2n-skx"
7294   include:
7295     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7296     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7297     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7298     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7300     - "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"
7301   layout:
7302     title: "30 Minutes Soak Test (PLRsearch)"
7303     layout: "plot-soak-throughput"
7304
7305 ###############################################################################
7306
7307 # Reconf tests 2n-skx
7308
7309 - type: "plot"
7310   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7311   algorithm: "plot_nf_reconf_box_name"
7312   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7313   data: "plot-vpp-nfv-reconf-2n-skx"
7314   include:
7315     - "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"
7316     - "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"
7317     - "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"
7318     - "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"
7319     - "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"
7320     - "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"
7321   layout:
7322     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7323     layout: "plot-throughput"
7324
7325 - type: "plot"
7326   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7327   algorithm: "plot_nf_reconf_box_name"
7328   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7329   data: "plot-vpp-nfv-reconf-2n-skx"
7330   include:
7331     - "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"
7332     - "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"
7333     - "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"
7334     - "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"
7335     - "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"
7336     - "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"
7337   layout:
7338     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7339     layout: "plot-throughput"
7340
7341 - type: "plot"
7342   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7343   algorithm: "plot_nf_reconf_box_name"
7344   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7345   data: "plot-vpp-nfv-reconf-2n-skx"
7346   include:
7347     - "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"
7348     - "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"
7349     - "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"
7350     - "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"
7351     - "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"
7352     - "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"
7353   layout:
7354     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7355     layout: "plot-throughput"
7356
7357 ###############################################################################
7358
7359 # Reconf tests 2n-clx
7360
7361 - type: "plot"
7362   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7363   algorithm: "plot_nf_reconf_box_name"
7364   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7365   data: "plot-vpp-nfv-reconf-2n-clx"
7366   include:
7367     - "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"
7368     - "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"
7369     - "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"
7370     - "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"
7371   layout:
7372     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7373     layout: "plot-throughput"
7374
7375 - type: "plot"
7376   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7377   algorithm: "plot_nf_reconf_box_name"
7378   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7379   data: "plot-vpp-nfv-reconf-2n-clx"
7380   include:
7381     - "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"
7382     - "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"
7383     - "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"
7384     - "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"
7385   layout:
7386     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7387     layout: "plot-throughput"
7388
7389 - type: "plot"
7390   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7391   algorithm: "plot_nf_reconf_box_name"
7392   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7393   data: "plot-vpp-nfv-reconf-2n-clx"
7394   include:
7395     - "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"
7396     - "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"
7397     - "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"
7398     - "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"
7399   layout:
7400     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7401     layout: "plot-throughput"
7402
7403 ###############################################################################
7404
7405 # Plots - NF Density - VSC - MRR IMIX
7406 - type: "plot"
7407   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7408   algorithm: "plot_nf_heatmap"
7409   output-file-type: ".html"
7410   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7411   data: "plot-vpp-nfv-2n-skx-mrr"
7412   filter: "'NIC_Intel-XXV710' and
7413            'NF_DENSITY' and
7414            'VHOST' and
7415            not 'VXLAN' and
7416            'CHAIN' and
7417            'NF_VPPIP4' and
7418            'IMIX' and
7419            '2T1C' and
7420            'MRR'"
7421   parameters:
7422   - "result"
7423   - "name"
7424   - "tags"
7425   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7426   x-axis: "X = VNFs per Service Chain"
7427   y-axis: "Y = Number of Service Chains"
7428   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7429   layout:
7430     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7431     layout: "plot-service-density"
7432
7433 - type: "plot"
7434   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7435   algorithm: "plot_nf_heatmap"
7436   output-file-type: ".html"
7437   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7438   data: "plot-vpp-nfv-2n-skx-mrr"
7439   filter: "'NIC_Intel-XXV710' and
7440            'NF_DENSITY' and
7441            'VHOST' and
7442            not 'VXLAN' and
7443            'CHAIN' and
7444            'NF_VPPIP4' and
7445            'IMIX' and
7446            '4T2C' and
7447            'MRR'"
7448   parameters:
7449   - "result"
7450   - "name"
7451   - "tags"
7452   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7453   x-axis: "X = VNFs per Service Chain"
7454   y-axis: "Y = Number of Service Chains"
7455   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7456   layout:
7457     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7458     layout: "plot-service-density"
7459
7460 - type: "plot"
7461   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7462   algorithm: "plot_nf_heatmap"
7463   output-file-type: ".html"
7464   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7465   data: "plot-vpp-nfv-2n-skx-mrr"
7466   filter: "'NIC_Intel-XXV710' and
7467            'NF_DENSITY' and
7468            'VHOST' and
7469            not 'VXLAN' and
7470            'CHAIN' and
7471            'NF_VPPIP4' and
7472            'IMIX' and
7473            '8T4C' and
7474            'MRR'"
7475   parameters:
7476   - "result"
7477   - "name"
7478   - "tags"
7479   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7480   x-axis: "X = VNFs per Service Chain"
7481   y-axis: "Y = Number of Service Chains"
7482   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7483   layout:
7484     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7485     layout: "plot-service-density"
7486
7487 # Plots - NF Density - VSC - NDR IMIX
7488 - type: "plot"
7489   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7490   algorithm: "plot_nf_heatmap"
7491   output-file-type: ".html"
7492   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7493   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7494   filter: "'NIC_Intel-XXV710' and
7495            'NF_DENSITY' and
7496            'VHOST' and
7497            not 'VXLAN' and
7498            'CHAIN' and
7499            'NF_VPPIP4' and
7500            'IMIX' and
7501            '2T1C' and
7502            'NDRPDR'"
7503   parameters:
7504   - "throughput"
7505   - "name"
7506   - "tags"
7507   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7508   x-axis: "X = VNFs per Service Chain"
7509   y-axis: "Y = Number of Service Chains"
7510   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7511   layout:
7512     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7513     layout: "plot-service-density"
7514
7515 - type: "plot"
7516   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7517   algorithm: "plot_nf_heatmap"
7518   output-file-type: ".html"
7519   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7520   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7521   filter: "'NIC_Intel-XXV710' and
7522            'NF_DENSITY' and
7523            'VHOST' and
7524            not 'VXLAN' and
7525            'CHAIN' and
7526            'NF_VPPIP4' and
7527            'IMIX' and
7528            '4T2C' and
7529            'NDRPDR'"
7530   parameters:
7531   - "throughput"
7532   - "name"
7533   - "tags"
7534   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7535   x-axis: "X = VNFs per Service Chain"
7536   y-axis: "Y = Number of Service Chains"
7537   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7538   layout:
7539     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7540     layout: "plot-service-density"
7541
7542 - type: "plot"
7543   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7544   algorithm: "plot_nf_heatmap"
7545   output-file-type: ".html"
7546   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7547   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7548   filter: "'NIC_Intel-XXV710' and
7549            'NF_DENSITY' and
7550            'VHOST' and
7551            not 'VXLAN' and
7552            'CHAIN' and
7553            'NF_VPPIP4' and
7554            'IMIX' and
7555            '8T4C' and
7556            'NDRPDR'"
7557   parameters:
7558   - "throughput"
7559   - "name"
7560   - "tags"
7561   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7562   x-axis: "X = VNFs per Service Chain"
7563   y-axis: "Y = Number of Service Chains"
7564   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7565   layout:
7566     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7567     layout: "plot-service-density"
7568
7569 # Plots - NF Density - VSC - PDR IMIX
7570 - type: "plot"
7571   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7572   algorithm: "plot_nf_heatmap"
7573   output-file-type: ".html"
7574   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7575   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7576   filter: "'NIC_Intel-XXV710' and
7577            'NF_DENSITY' and
7578            'VHOST' and
7579            not 'VXLAN' and
7580            'CHAIN' and
7581            'NF_VPPIP4' and
7582            'IMIX' and
7583            '2T1C' and
7584            'NDRPDR'"
7585   parameters:
7586   - "throughput"
7587   - "name"
7588   - "tags"
7589   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7590   x-axis: "X = VNFs per Service Chain"
7591   y-axis: "Y = Number of Service Chains"
7592   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7593   layout:
7594     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7595     layout: "plot-service-density"
7596
7597 - type: "plot"
7598   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7599   algorithm: "plot_nf_heatmap"
7600   output-file-type: ".html"
7601   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7602   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7603   filter: "'NIC_Intel-XXV710' and
7604            'NF_DENSITY' and
7605            'VHOST' and
7606            not 'VXLAN' and
7607            'CHAIN' and
7608            'NF_VPPIP4' and
7609            'IMIX' and
7610            '4T2C' and
7611            'NDRPDR'"
7612   parameters:
7613   - "throughput"
7614   - "name"
7615   - "tags"
7616   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7617   x-axis: "X = VNFs per Service Chain"
7618   y-axis: "Y = Number of Service Chains"
7619   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7620   layout:
7621     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7622     layout: "plot-service-density"
7623
7624 - type: "plot"
7625   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7626   algorithm: "plot_nf_heatmap"
7627   output-file-type: ".html"
7628   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7629   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7630   filter: "'NIC_Intel-XXV710' and
7631            'NF_DENSITY' and
7632            'VHOST' and
7633            not 'VXLAN' and
7634            'CHAIN' and
7635            'NF_VPPIP4' and
7636            'IMIX' and
7637            '8T4C' and
7638            'NDRPDR'"
7639   parameters:
7640   - "throughput"
7641   - "name"
7642   - "tags"
7643   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7644   x-axis: "X = VNFs per Service Chain"
7645   y-axis: "Y = Number of Service Chains"
7646   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7647   layout:
7648     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7649     layout: "plot-service-density"
7650
7651 ###############################################################################
7652
7653 # Plots - NF Density - VSC - MRR IMIX
7654 - type: "plot"
7655   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7656   algorithm: "plot_nf_heatmap"
7657   output-file-type: ".html"
7658   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7659   data: "plot-vpp-nfv-2n-skx-mrr"
7660   filter: "'NIC_Intel-XXV710' and
7661            'NF_DENSITY' and
7662            'VHOST' and
7663            'VXLAN' and
7664            'CHAIN' and
7665            'IMIX' and
7666            '2T1C' and
7667            'MRR'"
7668   parameters:
7669   - "result"
7670   - "name"
7671   - "tags"
7672   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7673   x-axis: "X = VNFs per Service Chain"
7674   y-axis: "Y = Number of Service Chains"
7675   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7676   layout:
7677     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7678     layout: "plot-service-density"
7679
7680 - type: "plot"
7681   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7682   algorithm: "plot_nf_heatmap"
7683   output-file-type: ".html"
7684   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7685   data: "plot-vpp-nfv-2n-skx-mrr"
7686   filter: "'NIC_Intel-XXV710' and
7687            'NF_DENSITY' and
7688            'VHOST' and
7689            'VXLAN' and
7690            'CHAIN' and
7691            'IMIX' and
7692            '4T2C' and
7693            'MRR'"
7694   parameters:
7695   - "result"
7696   - "name"
7697   - "tags"
7698   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7699   x-axis: "X = VNFs per Service Chain"
7700   y-axis: "Y = Number of Service Chains"
7701   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7702   layout:
7703     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7704     layout: "plot-service-density"
7705
7706 - type: "plot"
7707   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7708   algorithm: "plot_nf_heatmap"
7709   output-file-type: ".html"
7710   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7711   data: "plot-vpp-nfv-2n-skx-mrr"
7712   filter: "'NIC_Intel-XXV710' and
7713            'NF_DENSITY' and
7714            'VHOST' and
7715            'VXLAN' and
7716            'CHAIN' and
7717            'IMIX' and
7718            '8T4C' and
7719            'MRR'"
7720   parameters:
7721   - "result"
7722   - "name"
7723   - "tags"
7724   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7725   x-axis: "X = VNFs per Service Chain"
7726   y-axis: "Y = Number of Service Chains"
7727   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7728   layout:
7729     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7730     layout: "plot-service-density"
7731
7732 # Plots - NF Density - VSC - NDR IMIX
7733 - type: "plot"
7734   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7735   algorithm: "plot_nf_heatmap"
7736   output-file-type: ".html"
7737   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7738   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7739   filter: "'NIC_Intel-XXV710' and
7740            'NF_DENSITY' and
7741            'VHOST' and
7742            'VXLAN' and
7743            'CHAIN' and
7744            'IMIX' and
7745            '2T1C' and
7746            'NDRPDR'"
7747   parameters:
7748   - "throughput"
7749   - "name"
7750   - "tags"
7751   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7752   x-axis: "X = VNFs per Service Chain"
7753   y-axis: "Y = Number of Service Chains"
7754   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7755   layout:
7756     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7757     layout: "plot-service-density"
7758
7759 - type: "plot"
7760   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7761   algorithm: "plot_nf_heatmap"
7762   output-file-type: ".html"
7763   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7764   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7765   filter: "'NIC_Intel-XXV710' and
7766            'NF_DENSITY' and
7767            'VHOST' and
7768            'VXLAN' and
7769            'CHAIN' and
7770            'IMIX' and
7771            '4T2C' and
7772            'NDRPDR'"
7773   parameters:
7774   - "throughput"
7775   - "name"
7776   - "tags"
7777   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7778   x-axis: "X = VNFs per Service Chain"
7779   y-axis: "Y = Number of Service Chains"
7780   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7781   layout:
7782     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7783     layout: "plot-service-density"
7784
7785 - type: "plot"
7786   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7787   algorithm: "plot_nf_heatmap"
7788   output-file-type: ".html"
7789   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7790   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7791   filter: "'NIC_Intel-XXV710' and
7792            'NF_DENSITY' and
7793            'VHOST' and
7794            'VXLAN' and
7795            'CHAIN' and
7796            'IMIX' and
7797            '8T4C' and
7798            'NDRPDR'"
7799   parameters:
7800   - "throughput"
7801   - "name"
7802   - "tags"
7803   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7804   x-axis: "X = VNFs per Service Chain"
7805   y-axis: "Y = Number of Service Chains"
7806   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7807   layout:
7808     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7809     layout: "plot-service-density"
7810
7811 # Plots - NF Density - VSC - PDR IMIX
7812 - type: "plot"
7813   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7814   algorithm: "plot_nf_heatmap"
7815   output-file-type: ".html"
7816   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7817   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7818   filter: "'NIC_Intel-XXV710' and
7819            'NF_DENSITY' and
7820            'VHOST' and
7821            'VXLAN' and
7822            'CHAIN' and
7823            'IMIX' and
7824            '2T1C' and
7825            'NDRPDR'"
7826   parameters:
7827   - "throughput"
7828   - "name"
7829   - "tags"
7830   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7831   x-axis: "X = VNFs per Service Chain"
7832   y-axis: "Y = Number of Service Chains"
7833   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7834   layout:
7835     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7836     layout: "plot-service-density"
7837
7838 - type: "plot"
7839   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7840   algorithm: "plot_nf_heatmap"
7841   output-file-type: ".html"
7842   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7843   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7844   filter: "'NIC_Intel-XXV710' and
7845            'NF_DENSITY' and
7846            'VHOST' and
7847            'VXLAN' and
7848            'CHAIN' and
7849            'IMIX' and
7850            '4T2C' and
7851            'NDRPDR'"
7852   parameters:
7853   - "throughput"
7854   - "name"
7855   - "tags"
7856   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7857   x-axis: "X = VNFs per Service Chain"
7858   y-axis: "Y = Number of Service Chains"
7859   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7860   layout:
7861     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7862     layout: "plot-service-density"
7863
7864 - type: "plot"
7865   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7866   algorithm: "plot_nf_heatmap"
7867   output-file-type: ".html"
7868   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7869   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7870   filter: "'NIC_Intel-XXV710' and
7871            'NF_DENSITY' and
7872            'VHOST' and
7873            'VXLAN' and
7874            'CHAIN' and
7875            'IMIX' and
7876            '8T4C' and
7877            'NDRPDR'"
7878   parameters:
7879   - "throughput"
7880   - "name"
7881   - "tags"
7882   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7883   x-axis: "X = VNFs per Service Chain"
7884   y-axis: "Y = Number of Service Chains"
7885   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7886   layout:
7887     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7888     layout: "plot-service-density"
7889
7890 ###############################################################################
7891
7892 # Plots - NF Density - CSC - MRR IMIX
7893 - type: "plot"
7894   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7895   algorithm: "plot_nf_heatmap"
7896   output-file-type: ".html"
7897   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7898   data: "plot-vpp-nfv-2n-skx-mrr"
7899   filter: "'NIC_Intel-XXV710' and
7900            'NF_DENSITY' and
7901            'DOCKER' and
7902            'CHAIN' and
7903            'NF_VPPIP4' and
7904            'IMIX' and
7905            '2T1C' and
7906            'MRR'"
7907   parameters:
7908   - "result"
7909   - "name"
7910   - "tags"
7911   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7912   x-axis: "X = CNFs per Service Chain"
7913   y-axis: "Y = Number of Service Chains"
7914   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7915   layout:
7916     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7917     layout: "plot-service-density"
7918
7919 - type: "plot"
7920   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7921   algorithm: "plot_nf_heatmap"
7922   output-file-type: ".html"
7923   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7924   data: "plot-vpp-nfv-2n-skx-mrr"
7925   filter: "'NIC_Intel-XXV710' and
7926            'NF_DENSITY' and
7927            'DOCKER' and
7928            'CHAIN' and
7929            'NF_VPPIP4' and
7930            'IMIX' and
7931            '4T2C' and
7932            'MRR'"
7933   parameters:
7934   - "result"
7935   - "name"
7936   - "tags"
7937   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7938   x-axis: "X = CNFs per Service Chain"
7939   y-axis: "Y = Number of Service Chains"
7940   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7941   layout:
7942     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7943     layout: "plot-service-density"
7944
7945 - type: "plot"
7946   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7947   algorithm: "plot_nf_heatmap"
7948   output-file-type: ".html"
7949   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7950   data: "plot-vpp-nfv-2n-skx-mrr"
7951   filter: "'NIC_Intel-XXV710' and
7952            'NF_DENSITY' and
7953            'DOCKER' and
7954            'CHAIN' and
7955            'NF_VPPIP4' and
7956            'IMIX' and
7957            '8T4C' and
7958            'MRR'"
7959   parameters:
7960   - "result"
7961   - "name"
7962   - "tags"
7963   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7964   x-axis: "X = CNFs per Service Chain"
7965   y-axis: "Y = Number of Service Chains"
7966   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7967   layout:
7968     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7969     layout: "plot-service-density"
7970
7971 # Plots - NF Density - CSC - NDR IMIX
7972 - type: "plot"
7973   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7974   algorithm: "plot_nf_heatmap"
7975   output-file-type: ".html"
7976   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7977   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7978   filter: "'NIC_Intel-XXV710' and
7979            'NF_DENSITY' and
7980            'DOCKER' and
7981            'CHAIN' and
7982            'NF_VPPIP4' and
7983            'IMIX' and
7984            '2T1C' and
7985            'NDRPDR'"
7986   parameters:
7987   - "throughput"
7988   - "name"
7989   - "tags"
7990   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7991   x-axis: "X = CNFs per Service Chain"
7992   y-axis: "Y = Number of Service Chains"
7993   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7994   layout:
7995     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7996     layout: "plot-service-density"
7997
7998 - type: "plot"
7999   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8000   algorithm: "plot_nf_heatmap"
8001   output-file-type: ".html"
8002   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8003   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8004   filter: "'NIC_Intel-XXV710' and
8005            'NF_DENSITY' and
8006            'DOCKER' and
8007            'CHAIN' and
8008            'NF_VPPIP4' and
8009            'IMIX' and
8010            '4T2C' and
8011            'NDRPDR'"
8012   parameters:
8013   - "throughput"
8014   - "name"
8015   - "tags"
8016   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8017   x-axis: "X = CNFs per Service Chain"
8018   y-axis: "Y = Number of Service Chains"
8019   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8020   layout:
8021     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8022     layout: "plot-service-density"
8023
8024 - type: "plot"
8025   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8026   algorithm: "plot_nf_heatmap"
8027   output-file-type: ".html"
8028   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8029   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8030   filter: "'NIC_Intel-XXV710' and
8031            'NF_DENSITY' and
8032            'DOCKER' and
8033            'CHAIN' and
8034            'NF_VPPIP4' and
8035            'IMIX' and
8036            '8T4C' and
8037            'NDRPDR'"
8038   parameters:
8039   - "throughput"
8040   - "name"
8041   - "tags"
8042   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8043   x-axis: "X = CNFs per Service Chain"
8044   y-axis: "Y = Number of Service Chains"
8045   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8046   layout:
8047     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8048     layout: "plot-service-density"
8049
8050 # Plots - NF Density - CSC - PDR IMIX
8051 - type: "plot"
8052   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8053   algorithm: "plot_nf_heatmap"
8054   output-file-type: ".html"
8055   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8056   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8057   filter: "'NIC_Intel-XXV710' and
8058            'NF_DENSITY' and
8059            'DOCKER' and
8060            'CHAIN' and
8061            'NF_VPPIP4' and
8062            'IMIX' and
8063            '2T1C' and
8064            'NDRPDR'"
8065   parameters:
8066   - "throughput"
8067   - "name"
8068   - "tags"
8069   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8070   x-axis: "X = CNFs per Service Chain"
8071   y-axis: "Y = Number of Service Chains"
8072   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8073   layout:
8074     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8075     layout: "plot-service-density"
8076
8077 - type: "plot"
8078   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8079   algorithm: "plot_nf_heatmap"
8080   output-file-type: ".html"
8081   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8082   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8083   filter: "'NIC_Intel-XXV710' and
8084            'NF_DENSITY' and
8085            'DOCKER' and
8086            'CHAIN' and
8087            'NF_VPPIP4' and
8088            'IMIX' and
8089            '4T2C' and
8090            'NDRPDR'"
8091   parameters:
8092   - "throughput"
8093   - "name"
8094   - "tags"
8095   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8096   x-axis: "X = CNFs per Service Chain"
8097   y-axis: "Y = Number of Service Chains"
8098   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8099   layout:
8100     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8101     layout: "plot-service-density"
8102
8103 - type: "plot"
8104   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8105   algorithm: "plot_nf_heatmap"
8106   output-file-type: ".html"
8107   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8108   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8109   filter: "'NIC_Intel-XXV710' and
8110            'NF_DENSITY' and
8111            'DOCKER' and
8112            'CHAIN' and
8113            'NF_VPPIP4' and
8114            'IMIX' and
8115            '8T4C' and
8116            'NDRPDR'"
8117   parameters:
8118   - "throughput"
8119   - "name"
8120   - "tags"
8121   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8122   x-axis: "X = CNFs per Service Chain"
8123   y-axis: "Y = Number of Service Chains"
8124   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8125   layout:
8126     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8127     layout: "plot-service-density"
8128
8129 ################################################################################
8130 #
8131 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8132 #- type: "plot"
8133 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8134 #  algorithm: "plot_nf_heatmap"
8135 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8136 #  data: "plot-vpp-nfv-3n-skx-mrr"
8137 #  filter: "'NIC_Intel-XXV710' and
8138 #           'NF_DENSITY' and
8139 #           'DOCKER' and
8140 #           'CHAIN' and
8141 #           'NF_VPPIP4' and
8142 #           'IPSEC' and
8143 #           'TNL_4' and
8144 #           'IMIX' and
8145 #           '2T1C' and
8146 #           'MRR'"
8147 #  parameters:
8148 #  - "result"
8149 #  - "name"
8150 #  - "tags"
8151 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8152 #  x-axis: "X = CNFs per Service Chain"
8153 #  y-axis: "Y = Number of Service Chains"
8154 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8155 #  layout:
8156 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8157 #    layout: "plot-service-density"
8158 #
8159 #- type: "plot"
8160 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8161 #  algorithm: "plot_nf_heatmap"
8162 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8163 #  data: "plot-vpp-nfv-3n-skx-mrr"
8164 #  filter: "'NIC_Intel-XXV710' and
8165 #           'NF_DENSITY' and
8166 #           'DOCKER' and
8167 #           'CHAIN' and
8168 #           'NF_VPPIP4' and
8169 #           'IPSEC' and
8170 #           'TNL_4' and
8171 #           'IMIX' and
8172 #           '4T2C' and
8173 #           'MRR'"
8174 #  parameters:
8175 #  - "result"
8176 #  - "name"
8177 #  - "tags"
8178 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8179 #  x-axis: "X = CNFs per Service Chain"
8180 #  y-axis: "Y = Number of Service Chains"
8181 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8182 #  layout:
8183 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8184 #    layout: "plot-service-density"
8185 #
8186 #- type: "plot"
8187 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8188 #  algorithm: "plot_nf_heatmap"
8189 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8190 #  data: "plot-vpp-nfv-3n-skx-mrr"
8191 #  filter: "'NIC_Intel-XXV710' and
8192 #           'NF_DENSITY' and
8193 #           'DOCKER' and
8194 #           'CHAIN' and
8195 #           'NF_VPPIP4' and
8196 #           'IPSEC' and
8197 #           'TNL_4' and
8198 #           'IMIX' and
8199 #           '8T4C' and
8200 #           'MRR'"
8201 #  parameters:
8202 #  - "result"
8203 #  - "name"
8204 #  - "tags"
8205 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8206 #  x-axis: "X = CNFs per Service Chain"
8207 #  y-axis: "Y = Number of Service Chains"
8208 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8209 #  layout:
8210 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8211 #    layout: "plot-service-density"
8212
8213 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8214 #- type: "plot"
8215 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8216 #  algorithm: "plot_nf_heatmap"
8217 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8218 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8219 #  filter: "'NIC_Intel-XXV710' and
8220 #           'NF_DENSITY' and
8221 #           'DOCKER' and
8222 #           'CHAIN' and
8223 #           'NF_VPPIP4' and
8224 #           'IPSEC' and
8225 #           'TNL_4' and
8226 #           'IMIX' and
8227 #           '2T1C' and
8228 #           'NDRPDR'"
8229 #  parameters:
8230 #  - "throughput"
8231 #  - "name"
8232 #  - "tags"
8233 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8234 #  x-axis: "X = CNFs per Service Chain"
8235 #  y-axis: "Y = Number of Service Chains"
8236 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8237 #  layout:
8238 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8239 #    layout: "plot-service-density"
8240 #
8241 #- type: "plot"
8242 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8243 #  algorithm: "plot_nf_heatmap"
8244 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8245 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8246 #  filter: "'NIC_Intel-XXV710' and
8247 #           'NF_DENSITY' and
8248 #           'DOCKER' and
8249 #           'CHAIN' and
8250 #           'NF_VPPIP4' and
8251 #           'IPSEC' and
8252 #           'TNL_4' and
8253 #           'IMIX' and
8254 #           '4T2C' and
8255 #           'NDRPDR'"
8256 #  parameters:
8257 #  - "throughput"
8258 #  - "name"
8259 #  - "tags"
8260 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8261 #  x-axis: "X = CNFs per Service Chain"
8262 #  y-axis: "Y = Number of Service Chains"
8263 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8264 #  layout:
8265 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8266 #    layout: "plot-service-density"
8267 #
8268 #- type: "plot"
8269 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8270 #  algorithm: "plot_nf_heatmap"
8271 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8272 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8273 #  filter: "'NIC_Intel-XXV710' and
8274 #           'NF_DENSITY' and
8275 #           'DOCKER' and
8276 #           'CHAIN' and
8277 #           'NF_VPPIP4' and
8278 #           'IPSEC' and
8279 #           'TNL_4' and
8280 #           'IMIX' and
8281 #           '8T4C' and
8282 #           'NDRPDR'"
8283 #  parameters:
8284 #  - "throughput"
8285 #  - "name"
8286 #  - "tags"
8287 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8288 #  x-axis: "X = CNFs per Service Chain"
8289 #  y-axis: "Y = Number of Service Chains"
8290 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8291 #  layout:
8292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8293 #    layout: "plot-service-density"
8294 #
8295 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8296 #- type: "plot"
8297 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8298 #  algorithm: "plot_nf_heatmap"
8299 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8300 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8301 #  filter: "'NIC_Intel-XXV710' and
8302 #           'NF_DENSITY' and
8303 #           'DOCKER' and
8304 #           'CHAIN' and
8305 #           'NF_VPPIP4' and
8306 #           'IPSEC' and
8307 #           'TNL_4' and
8308 #           'IMIX' and
8309 #           '2T1C' and
8310 #           'NDRPDR'"
8311 #  parameters:
8312 #  - "throughput"
8313 #  - "name"
8314 #  - "tags"
8315 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8316 #  x-axis: "X = CNFs per Service Chain"
8317 #  y-axis: "Y = Number of Service Chains"
8318 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8319 #  layout:
8320 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8321 #    layout: "plot-service-density"
8322 #
8323 #- type: "plot"
8324 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8325 #  algorithm: "plot_nf_heatmap"
8326 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8327 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8328 #  filter: "'NIC_Intel-XXV710' and
8329 #           'NF_DENSITY' and
8330 #           'DOCKER' and
8331 #           'CHAIN' and
8332 #           'NF_VPPIP4' and
8333 #           'IPSEC' and
8334 #           'TNL_4' and
8335 #           'IMIX' and
8336 #           '4T2C' and
8337 #           'NDRPDR'"
8338 #  parameters:
8339 #  - "throughput"
8340 #  - "name"
8341 #  - "tags"
8342 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8343 #  x-axis: "X = CNFs per Service Chain"
8344 #  y-axis: "Y = Number of Service Chains"
8345 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8346 #  layout:
8347 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8348 #    layout: "plot-service-density"
8349 #
8350 #- type: "plot"
8351 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8352 #  algorithm: "plot_nf_heatmap"
8353 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8354 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8355 #  filter: "'NIC_Intel-XXV710' and
8356 #           'NF_DENSITY' and
8357 #           'DOCKER' and
8358 #           'CHAIN' and
8359 #           'NF_VPPIP4' and
8360 #           'IPSEC' and
8361 #           'TNL_4' and
8362 #           'IMIX' and
8363 #           '8T4C' and
8364 #           'NDRPDR'"
8365 #  parameters:
8366 #  - "throughput"
8367 #  - "name"
8368 #  - "tags"
8369 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8370 #  x-axis: "X = CNFs per Service Chain"
8371 #  y-axis: "Y = Number of Service Chains"
8372 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8373 #  layout:
8374 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8375 #    layout: "plot-service-density"
8376
8377 ###############################################################################
8378
8379 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8380 #- type: "plot"
8381 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8382 #  algorithm: "plot_nf_heatmap"
8383 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8384 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8385 #  filter: "'NIC_Intel-XL710' and
8386 #           'NF_DENSITY' and
8387 #           'DOCKER' and
8388 #           'CHAIN' and
8389 #           'NF_VPPIP4' and
8390 #           'IMIX' and
8391 #           'TNL_4' and
8392 #           '1T1C' and
8393 #           'MRR'"
8394 #  parameters:
8395 #  - "result"
8396 #  - "name"
8397 #  - "tags"
8398 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8399 #  x-axis: "X = CNFs per Service Chain"
8400 #  y-axis: "Y = Number of Service Chains"
8401 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8402 #  layout:
8403 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8404 #    layout: "plot-service-density"
8405 #
8406 #- type: "plot"
8407 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8408 #  algorithm: "plot_nf_heatmap"
8409 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8410 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8411 #  filter: "'NIC_Intel-XL710' and
8412 #           'NF_DENSITY' and
8413 #           'DOCKER' and
8414 #           'CHAIN' and
8415 #           'NF_VPPIP4' and
8416 #           'IPSEC' and
8417 #           'TNL_4' and
8418 #           'IMIX' and
8419 #           '2T2C' and
8420 #           'MRR'"
8421 #  parameters:
8422 #  - "result"
8423 #  - "name"
8424 #  - "tags"
8425 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8426 #  x-axis: "X = CNFs per Service Chain"
8427 #  y-axis: "Y = Number of Service Chains"
8428 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8429 #  layout:
8430 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8431 #    layout: "plot-service-density"
8432 #
8433 #- type: "plot"
8434 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8435 #  algorithm: "plot_nf_heatmap"
8436 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8437 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8438 #  filter: "'NIC_Intel-XL710' and
8439 #           'NF_DENSITY' and
8440 #           'DOCKER' and
8441 #           'CHAIN' and
8442 #           'NF_VPPIP4' and
8443 #           'IPSEC' and
8444 #           'TNL_4' and
8445 #           'IMIX' and
8446 #           '4T4C' and
8447 #           'MRR'"
8448 #  parameters:
8449 #  - "result"
8450 #  - "name"
8451 #  - "tags"
8452 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8453 #  x-axis: "X = CNFs per Service Chain"
8454 #  y-axis: "Y = Number of Service Chains"
8455 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8456 #  layout:
8457 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8458 #    layout: "plot-service-density"
8459
8460 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8461 #- type: "plot"
8462 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8463 #  algorithm: "plot_nf_heatmap"
8464 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8465 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8466 #  filter: "'NIC_Intel-XL710' and
8467 #           'NF_DENSITY' and
8468 #           'DOCKER' and
8469 #           'CHAIN' and
8470 #           'NF_VPPIP4' and
8471 #           'IPSEC' and
8472 #           'TNL_4' and
8473 #           'IMIX' and
8474 #           '1T1C' and
8475 #           'NDRPDR'"
8476 #  parameters:
8477 #  - "throughput"
8478 #  - "name"
8479 #  - "tags"
8480 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8481 #  x-axis: "X = CNFs per Service Chain"
8482 #  y-axis: "Y = Number of Service Chains"
8483 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8484 #  layout:
8485 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8486 #    layout: "plot-service-density"
8487 #
8488 #- type: "plot"
8489 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8490 #  algorithm: "plot_nf_heatmap"
8491 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8492 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8493 #  filter: "'NIC_Intel-XL710' and
8494 #           'NF_DENSITY' and
8495 #           'DOCKER' and
8496 #           'CHAIN' and
8497 #           'NF_VPPIP4' and
8498 #           'IPSEC' and
8499 #           'TNL_4' and
8500 #           'IMIX' and
8501 #           '2T2C' and
8502 #           'NDRPDR'"
8503 #  parameters:
8504 #  - "throughput"
8505 #  - "name"
8506 #  - "tags"
8507 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8508 #  x-axis: "X = CNFs per Service Chain"
8509 #  y-axis: "Y = Number of Service Chains"
8510 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8511 #  layout:
8512 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8513 #    layout: "plot-service-density"
8514 #
8515 #- type: "plot"
8516 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8517 #  algorithm: "plot_nf_heatmap"
8518 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8519 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8520 #  filter: "'NIC_Intel-XL710' and
8521 #           'NF_DENSITY' and
8522 #           'DOCKER' and
8523 #           'CHAIN' and
8524 #           'NF_VPPIP4' and
8525 #           'IPSEC' and
8526 #           'TNL_4' and
8527 #           'IMIX' and
8528 #           '4T4C' and
8529 #           'NDRPDR'"
8530 #  parameters:
8531 #  - "throughput"
8532 #  - "name"
8533 #  - "tags"
8534 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8535 #  x-axis: "X = CNFs per Service Chain"
8536 #  y-axis: "Y = Number of Service Chains"
8537 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8538 #  layout:
8539 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8540 #    layout: "plot-service-density"
8541 #
8542 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8543 #- type: "plot"
8544 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8545 #  algorithm: "plot_nf_heatmap"
8546 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8547 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8548 #  filter: "'NIC_Intel-XL710' and
8549 #           'NF_DENSITY' and
8550 #           'DOCKER' and
8551 #           'CHAIN' and
8552 #           'NF_VPPIP4' and
8553 #           'IPSEC' and
8554 #           'TNL_4' and
8555 #           'IMIX' and
8556 #           '1T1C' and
8557 #           'NDRPDR'"
8558 #  parameters:
8559 #  - "throughput"
8560 #  - "name"
8561 #  - "tags"
8562 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8563 #  x-axis: "X = CNFs per Service Chain"
8564 #  y-axis: "Y = Number of Service Chains"
8565 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8566 #  layout:
8567 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8568 #    layout: "plot-service-density"
8569 #
8570 #- type: "plot"
8571 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8572 #  algorithm: "plot_nf_heatmap"
8573 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8574 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8575 #  filter: "'NIC_Intel-XL710' and
8576 #           'NF_DENSITY' and
8577 #           'DOCKER' and
8578 #           'CHAIN' and
8579 #           'NF_VPPIP4' and
8580 #           'IPSEC' and
8581 #           'TNL_4' and
8582 #           'IMIX' and
8583 #           '2T2C' and
8584 #           'NDRPDR'"
8585 #  parameters:
8586 #  - "throughput"
8587 #  - "name"
8588 #  - "tags"
8589 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8590 #  x-axis: "X = CNFs per Service Chain"
8591 #  y-axis: "Y = Number of Service Chains"
8592 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8593 #  layout:
8594 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8595 #    layout: "plot-service-density"
8596 #
8597 #- type: "plot"
8598 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8599 #  algorithm: "plot_nf_heatmap"
8600 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8601 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8602 #  filter: "'NIC_Intel-XL710' and
8603 #           'NF_DENSITY' and
8604 #           'DOCKER' and
8605 #           'CHAIN' and
8606 #           'NF_VPPIP4' and
8607 #           'IPSEC' and
8608 #           'TNL_4' and
8609 #           'IMIX' and
8610 #           '4T4C' and
8611 #           'NDRPDR'"
8612 #  parameters:
8613 #  - "throughput"
8614 #  - "name"
8615 #  - "tags"
8616 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8617 #  x-axis: "X = CNFs per Service Chain"
8618 #  y-axis: "Y = Number of Service Chains"
8619 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8620 #  layout:
8621 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8622 #    layout: "plot-service-density"
8623
8624 ###############################################################################
8625
8626 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8627 #- type: "plot"
8628 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8629 #  algorithm: "plot_nf_heatmap"
8630 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8631 #  data: "plot-vpp-nfv-3n-skx-mrr"
8632 #  filter: "'NIC_Intel-XXV710' and
8633 #           'NF_DENSITY' and
8634 #           'DOCKER' and
8635 #           'CHAIN' and
8636 #           'NF_VPPIP4' and
8637 #           'IPSEC' and
8638 #           'TNL_1000' and
8639 #           'IMIX' and
8640 #           '2T1C' and
8641 #           'MRR'"
8642 #  parameters:
8643 #  - "result"
8644 #  - "name"
8645 #  - "tags"
8646 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8647 #  x-axis: "X = CNFs per Service Chain"
8648 #  y-axis: "Y = Number of Service Chains"
8649 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8650 #  layout:
8651 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8652 #    layout: "plot-service-density"
8653 #
8654 #- type: "plot"
8655 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8656 #  algorithm: "plot_nf_heatmap"
8657 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8658 #  data: "plot-vpp-nfv-3n-skx-mrr"
8659 #  filter: "'NIC_Intel-XXV710' and
8660 #           'NF_DENSITY' and
8661 #           'DOCKER' and
8662 #           'CHAIN' and
8663 #           'NF_VPPIP4' and
8664 #           'IPSEC' and
8665 #           'TNL_1000' and
8666 #           'IMIX' and
8667 #           '4T2C' and
8668 #           'MRR'"
8669 #  parameters:
8670 #  - "result"
8671 #  - "name"
8672 #  - "tags"
8673 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8674 #  x-axis: "X = CNFs per Service Chain"
8675 #  y-axis: "Y = Number of Service Chains"
8676 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8677 #  layout:
8678 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8679 #    layout: "plot-service-density"
8680 #
8681 #- type: "plot"
8682 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8683 #  algorithm: "plot_nf_heatmap"
8684 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8685 #  data: "plot-vpp-nfv-3n-skx-mrr"
8686 #  filter: "'NIC_Intel-XXV710' and
8687 #           'NF_DENSITY' and
8688 #           'DOCKER' and
8689 #           'CHAIN' and
8690 #           'NF_VPPIP4' and
8691 #           'IPSEC' and
8692 #           'TNL_1000' and
8693 #           'IMIX' and
8694 #           '8T4C' and
8695 #           'MRR'"
8696 #  parameters:
8697 #  - "result"
8698 #  - "name"
8699 #  - "tags"
8700 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8701 #  x-axis: "X = CNFs per Service Chain"
8702 #  y-axis: "Y = Number of Service Chains"
8703 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8704 #  layout:
8705 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8706 #    layout: "plot-service-density"
8707
8708 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8709 #- type: "plot"
8710 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8711 #  algorithm: "plot_nf_heatmap"
8712 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8713 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8714 #  filter: "'NIC_Intel-XXV710' and
8715 #           'NF_DENSITY' and
8716 #           'DOCKER' and
8717 #           'CHAIN' and
8718 #           'NF_VPPIP4' and
8719 #           'IPSEC' and
8720 #           'TNL_1000' and
8721 #           'IMIX' and
8722 #           '2T1C' and
8723 #           'NDRPDR'"
8724 #  parameters:
8725 #  - "throughput"
8726 #  - "name"
8727 #  - "tags"
8728 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8729 #  x-axis: "X = CNFs per Service Chain"
8730 #  y-axis: "Y = Number of Service Chains"
8731 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8732 #  layout:
8733 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8734 #    layout: "plot-service-density"
8735 #
8736 #- type: "plot"
8737 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8738 #  algorithm: "plot_nf_heatmap"
8739 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8740 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8741 #  filter: "'NIC_Intel-XXV710' and
8742 #           'NF_DENSITY' and
8743 #           'DOCKER' and
8744 #           'CHAIN' and
8745 #           'NF_VPPIP4' and
8746 #           'IPSEC' and
8747 #           'TNL_1000' and
8748 #           'IMIX' and
8749 #           '4T2C' and
8750 #           'NDRPDR'"
8751 #  parameters:
8752 #  - "throughput"
8753 #  - "name"
8754 #  - "tags"
8755 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8756 #  x-axis: "X = CNFs per Service Chain"
8757 #  y-axis: "Y = Number of Service Chains"
8758 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8759 #  layout:
8760 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8761 #    layout: "plot-service-density"
8762 #
8763 #- type: "plot"
8764 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8765 #  algorithm: "plot_nf_heatmap"
8766 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8767 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8768 #  filter: "'NIC_Intel-XXV710' and
8769 #           'NF_DENSITY' and
8770 #           'DOCKER' and
8771 #           'CHAIN' and
8772 #           'NF_VPPIP4' and
8773 #           'IPSEC' and
8774 #           'TNL_1000' and
8775 #           'IMIX' and
8776 #           '8T4C' and
8777 #           'NDRPDR'"
8778 #  parameters:
8779 #  - "throughput"
8780 #  - "name"
8781 #  - "tags"
8782 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8783 #  x-axis: "X = CNFs per Service Chain"
8784 #  y-axis: "Y = Number of Service Chains"
8785 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8786 #  layout:
8787 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8788 #    layout: "plot-service-density"
8789 #
8790 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8791 #- type: "plot"
8792 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8793 #  algorithm: "plot_nf_heatmap"
8794 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8795 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8796 #  filter: "'NIC_Intel-XXV710' and
8797 #           'NF_DENSITY' and
8798 #           'DOCKER' and
8799 #           'CHAIN' and
8800 #           'NF_VPPIP4' and
8801 #           'IPSEC' and
8802 #           'TNL_1000' and
8803 #           'IMIX' and
8804 #           '2T1C' and
8805 #           'NDRPDR'"
8806 #  parameters:
8807 #  - "throughput"
8808 #  - "name"
8809 #  - "tags"
8810 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8811 #  x-axis: "X = CNFs per Service Chain"
8812 #  y-axis: "Y = Number of Service Chains"
8813 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8814 #  layout:
8815 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8816 #    layout: "plot-service-density"
8817 #
8818 #- type: "plot"
8819 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8820 #  algorithm: "plot_nf_heatmap"
8821 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8822 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8823 #  filter: "'NIC_Intel-XXV710' and
8824 #           'NF_DENSITY' and
8825 #           'DOCKER' and
8826 #           'CHAIN' and
8827 #           'NF_VPPIP4' and
8828 #           'IPSEC' and
8829 #           'TNL_1000' and
8830 #           'IMIX' and
8831 #           '4T2C' and
8832 #           'NDRPDR'"
8833 #  parameters:
8834 #  - "throughput"
8835 #  - "name"
8836 #  - "tags"
8837 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8838 #  x-axis: "X = CNFs per Service Chain"
8839 #  y-axis: "Y = Number of Service Chains"
8840 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8841 #  layout:
8842 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8843 #    layout: "plot-service-density"
8844 #
8845 #- type: "plot"
8846 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8847 #  algorithm: "plot_nf_heatmap"
8848 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8849 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8850 #  filter: "'NIC_Intel-XXV710' and
8851 #           'NF_DENSITY' and
8852 #           'DOCKER' and
8853 #           'CHAIN' and
8854 #           'NF_VPPIP4' and
8855 #           'IPSEC' and
8856 #           'TNL_1000' and
8857 #           'IMIX' and
8858 #           '8T4C' and
8859 #           'NDRPDR'"
8860 #  parameters:
8861 #  - "throughput"
8862 #  - "name"
8863 #  - "tags"
8864 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8865 #  x-axis: "X = CNFs per Service Chain"
8866 #  y-axis: "Y = Number of Service Chains"
8867 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8868 #  layout:
8869 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8870 #    layout: "plot-service-density"
8871
8872 ###############################################################################
8873
8874 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8875 #- type: "plot"
8876 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8877 #  algorithm: "plot_nf_heatmap"
8878 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8879 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8880 #  filter: "'NIC_Intel-XL710' and
8881 #           'NF_DENSITY' and
8882 #           'DOCKER' and
8883 #           'CHAIN' and
8884 #           'NF_VPPIP4' and
8885 #           'IMIX' and
8886 #           'TNL_1000' and
8887 #           '1T1C' and
8888 #           'MRR'"
8889 #  parameters:
8890 #  - "result"
8891 #  - "name"
8892 #  - "tags"
8893 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8894 #  x-axis: "X = CNFs per Service Chain"
8895 #  y-axis: "Y = Number of Service Chains"
8896 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8897 #  layout:
8898 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8899 #    layout: "plot-service-density"
8900 #
8901 #- type: "plot"
8902 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8903 #  algorithm: "plot_nf_heatmap"
8904 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8905 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8906 #  filter: "'NIC_Intel-XL710' and
8907 #           'NF_DENSITY' and
8908 #           'DOCKER' and
8909 #           'CHAIN' and
8910 #           'NF_VPPIP4' and
8911 #           'IPSEC' and
8912 #           'TNL_1000' and
8913 #           'IMIX' and
8914 #           '2T2C' and
8915 #           'MRR'"
8916 #  parameters:
8917 #  - "result"
8918 #  - "name"
8919 #  - "tags"
8920 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8921 #  x-axis: "X = CNFs per Service Chain"
8922 #  y-axis: "Y = Number of Service Chains"
8923 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8924 #  layout:
8925 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8926 #    layout: "plot-service-density"
8927 #
8928 #- type: "plot"
8929 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8930 #  algorithm: "plot_nf_heatmap"
8931 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8932 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8933 #  filter: "'NIC_Intel-XL710' and
8934 #           'NF_DENSITY' and
8935 #           'DOCKER' and
8936 #           'CHAIN' and
8937 #           'NF_VPPIP4' and
8938 #           'IPSEC' and
8939 #           'TNL_1000' and
8940 #           'IMIX' and
8941 #           '4T4C' and
8942 #           'MRR'"
8943 #  parameters:
8944 #  - "result"
8945 #  - "name"
8946 #  - "tags"
8947 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8948 #  x-axis: "X = CNFs per Service Chain"
8949 #  y-axis: "Y = Number of Service Chains"
8950 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8951 #  layout:
8952 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8953 #    layout: "plot-service-density"
8954
8955 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8956 #- type: "plot"
8957 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8958 #  algorithm: "plot_nf_heatmap"
8959 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8960 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8961 #  filter: "'NIC_Intel-XL710' and
8962 #           'NF_DENSITY' and
8963 #           'DOCKER' and
8964 #           'CHAIN' and
8965 #           'NF_VPPIP4' and
8966 #           'IPSEC' and
8967 #           'TNL_1000' and
8968 #           'IMIX' and
8969 #           '1T1C' and
8970 #           'NDRPDR'"
8971 #  parameters:
8972 #  - "throughput"
8973 #  - "name"
8974 #  - "tags"
8975 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8976 #  x-axis: "X = CNFs per Service Chain"
8977 #  y-axis: "Y = Number of Service Chains"
8978 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8979 #  layout:
8980 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8981 #    layout: "plot-service-density"
8982 #
8983 #- type: "plot"
8984 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8985 #  algorithm: "plot_nf_heatmap"
8986 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8987 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8988 #  filter: "'NIC_Intel-XL710' and
8989 #           'NF_DENSITY' and
8990 #           'DOCKER' and
8991 #           'CHAIN' and
8992 #           'NF_VPPIP4' and
8993 #           'IPSEC' and
8994 #           'TNL_1000' and
8995 #           'IMIX' and
8996 #           '2T2C' and
8997 #           'NDRPDR'"
8998 #  parameters:
8999 #  - "throughput"
9000 #  - "name"
9001 #  - "tags"
9002 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9003 #  x-axis: "X = CNFs per Service Chain"
9004 #  y-axis: "Y = Number of Service Chains"
9005 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9006 #  layout:
9007 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9008 #    layout: "plot-service-density"
9009 #
9010 #- type: "plot"
9011 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9012 #  algorithm: "plot_nf_heatmap"
9013 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9014 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9015 #  filter: "'NIC_Intel-XL710' and
9016 #           'NF_DENSITY' and
9017 #           'DOCKER' and
9018 #           'CHAIN' and
9019 #           'NF_VPPIP4' and
9020 #           'IPSEC' and
9021 #           'TNL_1000' and
9022 #           'IMIX' and
9023 #           '4T4C' and
9024 #           'NDRPDR'"
9025 #  parameters:
9026 #  - "throughput"
9027 #  - "name"
9028 #  - "tags"
9029 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9030 #  x-axis: "X = CNFs per Service Chain"
9031 #  y-axis: "Y = Number of Service Chains"
9032 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9033 #  layout:
9034 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9035 #    layout: "plot-service-density"
9036 #
9037 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9038 #- type: "plot"
9039 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9040 #  algorithm: "plot_nf_heatmap"
9041 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9042 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9043 #  filter: "'NIC_Intel-XL710' and
9044 #           'NF_DENSITY' and
9045 #           'DOCKER' and
9046 #           'CHAIN' and
9047 #           'NF_VPPIP4' and
9048 #           'IPSEC' and
9049 #           'TNL_1000' and
9050 #           'IMIX' and
9051 #           '1T1C' and
9052 #           'NDRPDR'"
9053 #  parameters:
9054 #  - "throughput"
9055 #  - "name"
9056 #  - "tags"
9057 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9058 #  x-axis: "X = CNFs per Service Chain"
9059 #  y-axis: "Y = Number of Service Chains"
9060 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9061 #  layout:
9062 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9063 #    layout: "plot-service-density"
9064 #
9065 #- type: "plot"
9066 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9067 #  algorithm: "plot_nf_heatmap"
9068 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9069 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9070 #  filter: "'NIC_Intel-XL710' and
9071 #           'NF_DENSITY' and
9072 #           'DOCKER' and
9073 #           'CHAIN' and
9074 #           'NF_VPPIP4' and
9075 #           'IPSEC' and
9076 #           'TNL_1000' and
9077 #           'IMIX' and
9078 #           '2T2C' and
9079 #           'NDRPDR'"
9080 #  parameters:
9081 #  - "throughput"
9082 #  - "name"
9083 #  - "tags"
9084 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9085 #  x-axis: "X = CNFs per Service Chain"
9086 #  y-axis: "Y = Number of Service Chains"
9087 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9088 #  layout:
9089 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9090 #    layout: "plot-service-density"
9091 #
9092 #- type: "plot"
9093 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9094 #  algorithm: "plot_nf_heatmap"
9095 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9096 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9097 #  filter: "'NIC_Intel-XL710' and
9098 #           'NF_DENSITY' and
9099 #           'DOCKER' and
9100 #           'CHAIN' and
9101 #           'NF_VPPIP4' and
9102 #           'IPSEC' and
9103 #           'TNL_1000' and
9104 #           'IMIX' and
9105 #           '4T4C' and
9106 #           'NDRPDR'"
9107 #  parameters:
9108 #  - "throughput"
9109 #  - "name"
9110 #  - "tags"
9111 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9112 #  x-axis: "X = CNFs per Service Chain"
9113 #  y-axis: "Y = Number of Service Chains"
9114 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9115 #  layout:
9116 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9117 #    layout: "plot-service-density"
9118
9119 ###############################################################################
9120
9121 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9122 #- type: "plot"
9123 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9124 #  algorithm: "plot_nf_heatmap"
9125 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9126 #  data: "plot-vpp-nfv-3n-skx-mrr"
9127 #  filter: "'NIC_Intel-XXV710' and
9128 #           'NF_DENSITY' and
9129 #           'DOCKER' and
9130 #           'CHAIN' and
9131 #           'NF_VPPIP4' and
9132 #           'IPSEC' and
9133 #           'TNL_10000' and
9134 #           'IMIX' and
9135 #           '2T1C' and
9136 #           'MRR'"
9137 #  parameters:
9138 #  - "result"
9139 #  - "name"
9140 #  - "tags"
9141 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9142 #  x-axis: "X = CNFs per Service Chain"
9143 #  y-axis: "Y = Number of Service Chains"
9144 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9145 #  layout:
9146 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9147 #    layout: "plot-service-density"
9148 #
9149 #- type: "plot"
9150 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9151 #  algorithm: "plot_nf_heatmap"
9152 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9153 #  data: "plot-vpp-nfv-3n-skx-mrr"
9154 #  filter: "'NIC_Intel-XXV710' and
9155 #           'NF_DENSITY' and
9156 #           'DOCKER' and
9157 #           'CHAIN' and
9158 #           'NF_VPPIP4' and
9159 #           'IPSEC' and
9160 #           'TNL_10000' and
9161 #           'IMIX' and
9162 #           '4T2C' and
9163 #           'MRR'"
9164 #  parameters:
9165 #  - "result"
9166 #  - "name"
9167 #  - "tags"
9168 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9169 #  x-axis: "X = CNFs per Service Chain"
9170 #  y-axis: "Y = Number of Service Chains"
9171 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9172 #  layout:
9173 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9174 #    layout: "plot-service-density"
9175 #
9176 #- type: "plot"
9177 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9178 #  algorithm: "plot_nf_heatmap"
9179 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9180 #  data: "plot-vpp-nfv-3n-skx-mrr"
9181 #  filter: "'NIC_Intel-XXV710' and
9182 #           'NF_DENSITY' and
9183 #           'DOCKER' and
9184 #           'CHAIN' and
9185 #           'NF_VPPIP4' and
9186 #           'IPSEC' and
9187 #           'TNL_10000' and
9188 #           'IMIX' and
9189 #           '8T4C' and
9190 #           'MRR'"
9191 #  parameters:
9192 #  - "result"
9193 #  - "name"
9194 #  - "tags"
9195 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9196 #  x-axis: "X = CNFs per Service Chain"
9197 #  y-axis: "Y = Number of Service Chains"
9198 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9199 #  layout:
9200 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9201 #    layout: "plot-service-density"
9202
9203 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9204 #- type: "plot"
9205 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9206 #  algorithm: "plot_nf_heatmap"
9207 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9208 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9209 #  filter: "'NIC_Intel-XXV710' and
9210 #           'NF_DENSITY' and
9211 #           'DOCKER' and
9212 #           'CHAIN' and
9213 #           'NF_VPPIP4' and
9214 #           'IPSEC' and
9215 #           'TNL_10000' and
9216 #           'IMIX' and
9217 #           '2T1C' and
9218 #           'NDRPDR'"
9219 #  parameters:
9220 #  - "throughput"
9221 #  - "name"
9222 #  - "tags"
9223 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9224 #  x-axis: "X = CNFs per Service Chain"
9225 #  y-axis: "Y = Number of Service Chains"
9226 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9227 #  layout:
9228 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9229 #    layout: "plot-service-density"
9230 #
9231 #- type: "plot"
9232 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9233 #  algorithm: "plot_nf_heatmap"
9234 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9235 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9236 #  filter: "'NIC_Intel-XXV710' and
9237 #           'NF_DENSITY' and
9238 #           'DOCKER' and
9239 #           'CHAIN' and
9240 #           'NF_VPPIP4' and
9241 #           'IPSEC' and
9242 #           'TNL_10000' and
9243 #           'IMIX' and
9244 #           '4T2C' and
9245 #           'NDRPDR'"
9246 #  parameters:
9247 #  - "throughput"
9248 #  - "name"
9249 #  - "tags"
9250 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9251 #  x-axis: "X = CNFs per Service Chain"
9252 #  y-axis: "Y = Number of Service Chains"
9253 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9254 #  layout:
9255 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9256 #    layout: "plot-service-density"
9257 #
9258 #- type: "plot"
9259 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9260 #  algorithm: "plot_nf_heatmap"
9261 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9262 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9263 #  filter: "'NIC_Intel-XXV710' and
9264 #           'NF_DENSITY' and
9265 #           'DOCKER' and
9266 #           'CHAIN' and
9267 #           'NF_VPPIP4' and
9268 #           'IPSEC' and
9269 #           'TNL_10000' and
9270 #           'IMIX' and
9271 #           '8T4C' and
9272 #           'NDRPDR'"
9273 #  parameters:
9274 #  - "throughput"
9275 #  - "name"
9276 #  - "tags"
9277 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9278 #  x-axis: "X = CNFs per Service Chain"
9279 #  y-axis: "Y = Number of Service Chains"
9280 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9281 #  layout:
9282 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9283 #    layout: "plot-service-density"
9284 #
9285 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9286 #- type: "plot"
9287 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9288 #  algorithm: "plot_nf_heatmap"
9289 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9290 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9291 #  filter: "'NIC_Intel-XXV710' and
9292 #           'NF_DENSITY' and
9293 #           'DOCKER' and
9294 #           'CHAIN' and
9295 #           'NF_VPPIP4' and
9296 #           'IPSEC' and
9297 #           'TNL_10000' and
9298 #           'IMIX' and
9299 #           '2T1C' and
9300 #           'NDRPDR'"
9301 #  parameters:
9302 #  - "throughput"
9303 #  - "name"
9304 #  - "tags"
9305 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9306 #  x-axis: "X = CNFs per Service Chain"
9307 #  y-axis: "Y = Number of Service Chains"
9308 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9309 #  layout:
9310 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9311 #    layout: "plot-service-density"
9312 #
9313 #- type: "plot"
9314 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9315 #  algorithm: "plot_nf_heatmap"
9316 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9317 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9318 #  filter: "'NIC_Intel-XXV710' and
9319 #           'NF_DENSITY' and
9320 #           'DOCKER' and
9321 #           'CHAIN' and
9322 #           'NF_VPPIP4' and
9323 #           'IPSEC' and
9324 #           'TNL_10000' and
9325 #           'IMIX' and
9326 #           '4T2C' and
9327 #           'NDRPDR'"
9328 #  parameters:
9329 #  - "throughput"
9330 #  - "name"
9331 #  - "tags"
9332 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9333 #  x-axis: "X = CNFs per Service Chain"
9334 #  y-axis: "Y = Number of Service Chains"
9335 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9336 #  layout:
9337 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9338 #    layout: "plot-service-density"
9339 #
9340 #- type: "plot"
9341 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9342 #  algorithm: "plot_nf_heatmap"
9343 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9344 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9345 #  filter: "'NIC_Intel-XXV710' and
9346 #           'NF_DENSITY' and
9347 #           'DOCKER' and
9348 #           'CHAIN' and
9349 #           'NF_VPPIP4' and
9350 #           'IPSEC' and
9351 #           'TNL_10000' and
9352 #           'IMIX' and
9353 #           '8T4C' and
9354 #           'NDRPDR'"
9355 #  parameters:
9356 #  - "throughput"
9357 #  - "name"
9358 #  - "tags"
9359 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9360 #  x-axis: "X = CNFs per Service Chain"
9361 #  y-axis: "Y = Number of Service Chains"
9362 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9363 #  layout:
9364 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9365 #    layout: "plot-service-density"
9366
9367 ###############################################################################
9368
9369 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9370 #- type: "plot"
9371 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9372 #  algorithm: "plot_nf_heatmap"
9373 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9374 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9375 #  filter: "'NIC_Intel-XL710' and
9376 #           'NF_DENSITY' and
9377 #           'DOCKER' and
9378 #           'CHAIN' and
9379 #           'NF_VPPIP4' and
9380 #           'IMIX' and
9381 #           'TNL_10000' and
9382 #           '1T1C' and
9383 #           'MRR'"
9384 #  parameters:
9385 #  - "result"
9386 #  - "name"
9387 #  - "tags"
9388 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9389 #  x-axis: "X = CNFs per Service Chain"
9390 #  y-axis: "Y = Number of Service Chains"
9391 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9392 #  layout:
9393 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9394 #    layout: "plot-service-density"
9395 #
9396 #- type: "plot"
9397 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9398 #  algorithm: "plot_nf_heatmap"
9399 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9400 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9401 #  filter: "'NIC_Intel-XL710' and
9402 #           'NF_DENSITY' and
9403 #           'DOCKER' and
9404 #           'CHAIN' and
9405 #           'NF_VPPIP4' and
9406 #           'IPSEC' and
9407 #           'TNL_10000' and
9408 #           'IMIX' and
9409 #           '2T2C' and
9410 #           'MRR'"
9411 #  parameters:
9412 #  - "result"
9413 #  - "name"
9414 #  - "tags"
9415 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9416 #  x-axis: "X = CNFs per Service Chain"
9417 #  y-axis: "Y = Number of Service Chains"
9418 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9419 #  layout:
9420 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9421 #    layout: "plot-service-density"
9422 #
9423 #- type: "plot"
9424 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9425 #  algorithm: "plot_nf_heatmap"
9426 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9427 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9428 #  filter: "'NIC_Intel-XL710' and
9429 #           'NF_DENSITY' and
9430 #           'DOCKER' and
9431 #           'CHAIN' and
9432 #           'NF_VPPIP4' and
9433 #           'IPSEC' and
9434 #           'TNL_10000' and
9435 #           'IMIX' and
9436 #           '4T4C' and
9437 #           'MRR'"
9438 #  parameters:
9439 #  - "result"
9440 #  - "name"
9441 #  - "tags"
9442 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9443 #  x-axis: "X = CNFs per Service Chain"
9444 #  y-axis: "Y = Number of Service Chains"
9445 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9446 #  layout:
9447 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9448 #    layout: "plot-service-density"
9449
9450 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9451 #- type: "plot"
9452 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9453 #  algorithm: "plot_nf_heatmap"
9454 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9455 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9456 #  filter: "'NIC_Intel-XL710' and
9457 #           'NF_DENSITY' and
9458 #           'DOCKER' and
9459 #           'CHAIN' and
9460 #           'NF_VPPIP4' and
9461 #           'IPSEC' and
9462 #           'TNL_10000' and
9463 #           'IMIX' and
9464 #           '1T1C' and
9465 #           'NDRPDR'"
9466 #  parameters:
9467 #  - "throughput"
9468 #  - "name"
9469 #  - "tags"
9470 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9471 #  x-axis: "X = CNFs per Service Chain"
9472 #  y-axis: "Y = Number of Service Chains"
9473 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9474 #  layout:
9475 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9476 #    layout: "plot-service-density"
9477 #
9478 #- type: "plot"
9479 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9480 #  algorithm: "plot_nf_heatmap"
9481 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9482 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9483 #  filter: "'NIC_Intel-XL710' and
9484 #           'NF_DENSITY' and
9485 #           'DOCKER' and
9486 #           'CHAIN' and
9487 #           'NF_VPPIP4' and
9488 #           'IPSEC' and
9489 #           'TNL_10000' and
9490 #           'IMIX' and
9491 #           '2T2C' and
9492 #           'NDRPDR'"
9493 #  parameters:
9494 #  - "throughput"
9495 #  - "name"
9496 #  - "tags"
9497 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9498 #  x-axis: "X = CNFs per Service Chain"
9499 #  y-axis: "Y = Number of Service Chains"
9500 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9501 #  layout:
9502 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9503 #    layout: "plot-service-density"
9504 #
9505 #- type: "plot"
9506 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9507 #  algorithm: "plot_nf_heatmap"
9508 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9509 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9510 #  filter: "'NIC_Intel-XL710' and
9511 #           'NF_DENSITY' and
9512 #           'DOCKER' and
9513 #           'CHAIN' and
9514 #           'NF_VPPIP4' and
9515 #           'IPSEC' and
9516 #           'TNL_10000' and
9517 #           'IMIX' and
9518 #           '4T4C' and
9519 #           'NDRPDR'"
9520 #  parameters:
9521 #  - "throughput"
9522 #  - "name"
9523 #  - "tags"
9524 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9525 #  x-axis: "X = CNFs per Service Chain"
9526 #  y-axis: "Y = Number of Service Chains"
9527 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9528 #  layout:
9529 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9530 #    layout: "plot-service-density"
9531 #
9532 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9533 #- type: "plot"
9534 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9535 #  algorithm: "plot_nf_heatmap"
9536 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9537 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9538 #  filter: "'NIC_Intel-XL710' and
9539 #           'NF_DENSITY' and
9540 #           'DOCKER' and
9541 #           'CHAIN' and
9542 #           'NF_VPPIP4' and
9543 #           'IPSEC' and
9544 #           'TNL_10000' and
9545 #           'IMIX' and
9546 #           '1T1C' and
9547 #           'NDRPDR'"
9548 #  parameters:
9549 #  - "throughput"
9550 #  - "name"
9551 #  - "tags"
9552 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9553 #  x-axis: "X = CNFs per Service Chain"
9554 #  y-axis: "Y = Number of Service Chains"
9555 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9556 #  layout:
9557 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9558 #    layout: "plot-service-density"
9559 #
9560 #- type: "plot"
9561 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9562 #  algorithm: "plot_nf_heatmap"
9563 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9564 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9565 #  filter: "'NIC_Intel-XL710' and
9566 #           'NF_DENSITY' and
9567 #           'DOCKER' and
9568 #           'CHAIN' and
9569 #           'NF_VPPIP4' and
9570 #           'IPSEC' and
9571 #           'TNL_10000' and
9572 #           'IMIX' and
9573 #           '2T2C' and
9574 #           'NDRPDR'"
9575 #  parameters:
9576 #  - "throughput"
9577 #  - "name"
9578 #  - "tags"
9579 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9580 #  x-axis: "X = CNFs per Service Chain"
9581 #  y-axis: "Y = Number of Service Chains"
9582 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9583 #  layout:
9584 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9585 #    layout: "plot-service-density"
9586 #
9587 #- type: "plot"
9588 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9589 #  algorithm: "plot_nf_heatmap"
9590 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9591 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9592 #  filter: "'NIC_Intel-XL710' and
9593 #           'NF_DENSITY' and
9594 #           'DOCKER' and
9595 #           'CHAIN' and
9596 #           'NF_VPPIP4' and
9597 #           'IPSEC' and
9598 #           'TNL_10000' and
9599 #           'IMIX' and
9600 #           '4T4C' and
9601 #           'NDRPDR'"
9602 #  parameters:
9603 #  - "throughput"
9604 #  - "name"
9605 #  - "tags"
9606 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9607 #  x-axis: "X = CNFs per Service Chain"
9608 #  y-axis: "Y = Number of Service Chains"
9609 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9610 #  layout:
9611 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9612 #    layout: "plot-service-density"
9613
9614 ###############################################################################
9615
9616 # Plots - NF Density - CSP - MRR IMIX
9617 - type: "plot"
9618   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9619   algorithm: "plot_nf_heatmap"
9620   output-file-type: ".html"
9621   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9622   data: "plot-vpp-nfv-2n-skx-mrr"
9623   filter: "'NIC_Intel-XXV710' and
9624            'NF_DENSITY' and
9625            'DOCKER' and
9626            'PIPELINE' and
9627            'NF_VPPIP4' and
9628            'IMIX' and
9629            '2T1C' and
9630            'MRR'"
9631   parameters:
9632   - "result"
9633   - "name"
9634   - "tags"
9635   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9636   x-axis: "X = CNFs per Service Pipeline"
9637   y-axis: "Y = Number of Service Pipelines"
9638   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9639   layout:
9640     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9641     layout: "plot-service-density"
9642
9643 - type: "plot"
9644   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9645   algorithm: "plot_nf_heatmap"
9646   output-file-type: ".html"
9647   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9648   data: "plot-vpp-nfv-2n-skx-mrr"
9649   filter: "'NIC_Intel-XXV710' and
9650            'NF_DENSITY' and
9651            'DOCKER' and
9652            'PIPELINE' and
9653            'NF_VPPIP4' and
9654            'IMIX' and
9655            '4T2C' and
9656            'MRR'"
9657   parameters:
9658   - "result"
9659   - "name"
9660   - "tags"
9661   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9662   x-axis: "X = CNFs per Service Pipeline"
9663   y-axis: "Y = Number of Service Pipelines"
9664   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9665   layout:
9666     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9667     layout: "plot-service-density"
9668
9669 - type: "plot"
9670   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9671   algorithm: "plot_nf_heatmap"
9672   output-file-type: ".html"
9673   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9674   data: "plot-vpp-nfv-2n-skx-mrr"
9675   filter: "'NIC_Intel-XXV710' and
9676            'NF_DENSITY' and
9677            'DOCKER' and
9678            'PIPELINE' and
9679            'NF_VPPIP4' and
9680            'IMIX' and
9681            '8T4C' and
9682            'MRR'"
9683   parameters:
9684   - "result"
9685   - "name"
9686   - "tags"
9687   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9688   x-axis: "X = CNFs per Service Pipeline"
9689   y-axis: "Y = Number of Service Pipelines"
9690   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9691   layout:
9692     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9693     layout: "plot-service-density"
9694
9695 # Plots - NF Density - CSP - NDR IMIX
9696 - type: "plot"
9697   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9698   algorithm: "plot_nf_heatmap"
9699   output-file-type: ".html"
9700   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9701   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9702   filter: "'NIC_Intel-XXV710' and
9703            'NF_DENSITY' and
9704            'DOCKER' and
9705            'PIPELINE' and
9706            'NF_VPPIP4' and
9707            'IMIX' and
9708            '2T1C' and
9709            'NDRPDR'"
9710   parameters:
9711   - "throughput"
9712   - "name"
9713   - "tags"
9714   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9715   x-axis: "X = CNFs per Service Pipeline"
9716   y-axis: "Y = Number of Service Pipelines"
9717   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9718   layout:
9719     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9720     layout: "plot-service-density"
9721
9722 - type: "plot"
9723   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9724   algorithm: "plot_nf_heatmap"
9725   output-file-type: ".html"
9726   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9727   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9728   filter: "'NIC_Intel-XXV710' and
9729            'NF_DENSITY' and
9730            'DOCKER' and
9731            'PIPELINE' and
9732            'NF_VPPIP4' and
9733            'IMIX' and
9734            '4T2C' and
9735            'NDRPDR'"
9736   parameters:
9737   - "throughput"
9738   - "name"
9739   - "tags"
9740   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9741   x-axis: "X = CNFs per Service Pipeline"
9742   y-axis: "Y = Number of Service Pipelines"
9743   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9744   layout:
9745     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9746     layout: "plot-service-density"
9747
9748 - type: "plot"
9749   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9750   algorithm: "plot_nf_heatmap"
9751   output-file-type: ".html"
9752   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9753   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9754   filter: "'NIC_Intel-XXV710' and
9755            'NF_DENSITY' and
9756            'DOCKER' and
9757            'PIPELINE' and
9758            'NF_VPPIP4' and
9759            'IMIX' and
9760            '8T4C' and
9761            'NDRPDR'"
9762   parameters:
9763   - "throughput"
9764   - "name"
9765   - "tags"
9766   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9767   x-axis: "X = CNFs per Service Pipeline"
9768   y-axis: "Y = Number of Service Pipelines"
9769   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9770   layout:
9771     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9772     layout: "plot-service-density"
9773
9774 # Plots - NF Density - CSP - PDR IMIX
9775 - type: "plot"
9776   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9777   algorithm: "plot_nf_heatmap"
9778   output-file-type: ".html"
9779   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9780   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9781   filter: "'NIC_Intel-XXV710' and
9782            'NF_DENSITY' and
9783            'DOCKER' and
9784            'PIPELINE' and
9785            'NF_VPPIP4' and
9786            'IMIX' and
9787            '2T1C' and
9788            'NDRPDR'"
9789   parameters:
9790   - "throughput"
9791   - "name"
9792   - "tags"
9793   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9794   x-axis: "X = CNFs per Service Pipeline"
9795   y-axis: "Y = Number of Service Pipelines"
9796   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9797   layout:
9798     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9799     layout: "plot-service-density"
9800
9801 - type: "plot"
9802   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9803   algorithm: "plot_nf_heatmap"
9804   output-file-type: ".html"
9805   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9806   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9807   filter: "'NIC_Intel-XXV710' and
9808            'NF_DENSITY' and
9809            'DOCKER' and
9810            'PIPELINE' and
9811            'NF_VPPIP4' and
9812            'IMIX' and
9813            '4T2C' and
9814            'NDRPDR'"
9815   parameters:
9816   - "throughput"
9817   - "name"
9818   - "tags"
9819   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9820   x-axis: "X = CNFs per Service Pipeline"
9821   y-axis: "Y = Number of Service Pipelines"
9822   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9823   layout:
9824     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9825     layout: "plot-service-density"
9826
9827 - type: "plot"
9828   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9829   algorithm: "plot_nf_heatmap"
9830   output-file-type: ".html"
9831   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9832   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9833   filter: "'NIC_Intel-XXV710' and
9834            'NF_DENSITY' and
9835            'DOCKER' and
9836            'PIPELINE' and
9837            'NF_VPPIP4' and
9838            'IMIX' and
9839            '8T4C' and
9840            'NDRPDR'"
9841   parameters:
9842   - "throughput"
9843   - "name"
9844   - "tags"
9845   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9846   x-axis: "X = CNFs per Service Pipeline"
9847   y-axis: "Y = Number of Service Pipelines"
9848   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9849   layout:
9850     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9851     layout: "plot-service-density"
9852
9853 ###############################################################################
9854 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9855
9856 - type: "plot"
9857   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9858   algorithm: "plot_nf_heatmap"
9859   output-file-type: ".html"
9860   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9861   data: "plot-vpp-nfv-2n-clx-mrr"
9862   filter: "'NIC_Intel-XXV710' and
9863            'NF_DENSITY' and
9864            'VHOST' and
9865            not 'VXLAN' and
9866            'CHAIN' and
9867            'NF_VPPIP4' and
9868            'IMIX' and
9869            '2T1C' and
9870            'MRR'"
9871   parameters:
9872   - "result"
9873   - "name"
9874   - "tags"
9875   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9876   x-axis: "X = VNFs per Service Chain"
9877   y-axis: "Y = Number of Service Chains"
9878   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9879   layout:
9880     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9881     layout: "plot-service-density"
9882
9883 - type: "plot"
9884   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9885   algorithm: "plot_nf_heatmap"
9886   output-file-type: ".html"
9887   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9888   data: "plot-vpp-nfv-2n-clx-mrr"
9889   filter: "'NIC_Intel-XXV710' and
9890            'NF_DENSITY' and
9891            'VHOST' and
9892            not 'VXLAN' and
9893            'CHAIN' and
9894            'NF_VPPIP4' and
9895            'IMIX' and
9896            '4T2C' and
9897            'MRR'"
9898   parameters:
9899   - "result"
9900   - "name"
9901   - "tags"
9902   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9903   x-axis: "X = VNFs per Service Chain"
9904   y-axis: "Y = Number of Service Chains"
9905   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9906   layout:
9907     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9908     layout: "plot-service-density"
9909
9910 - type: "plot"
9911   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9912   algorithm: "plot_nf_heatmap"
9913   output-file-type: ".html"
9914   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9915   data: "plot-vpp-nfv-2n-clx-mrr"
9916   filter: "'NIC_Intel-XXV710' and
9917            'NF_DENSITY' and
9918            'VHOST' and
9919            not 'VXLAN' and
9920            'CHAIN' and
9921            'NF_VPPIP4' and
9922            'IMIX' and
9923            '8T4C' and
9924            'MRR'"
9925   parameters:
9926   - "result"
9927   - "name"
9928   - "tags"
9929   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9930   x-axis: "X = VNFs per Service Chain"
9931   y-axis: "Y = Number of Service Chains"
9932   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9933   layout:
9934     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9935     layout: "plot-service-density"
9936
9937 # Plots - NF Density - VSC - NDR IMIX
9938 - type: "plot"
9939   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9940   algorithm: "plot_nf_heatmap"
9941   output-file-type: ".html"
9942   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9943   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9944   filter: "'NIC_Intel-XXV710' and
9945            'NF_DENSITY' and
9946            'VHOST' and
9947            not 'VXLAN' and
9948            'CHAIN' and
9949            'NF_VPPIP4' and
9950            'IMIX' and
9951            '2T1C' and
9952            'NDRPDR'"
9953   parameters:
9954   - "throughput"
9955   - "name"
9956   - "tags"
9957   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9958   x-axis: "X = VNFs per Service Chain"
9959   y-axis: "Y = Number of Service Chains"
9960   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9961   layout:
9962     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9963     layout: "plot-service-density"
9964
9965 - type: "plot"
9966   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9967   algorithm: "plot_nf_heatmap"
9968   output-file-type: ".html"
9969   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9970   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9971   filter: "'NIC_Intel-XXV710' and
9972            'NF_DENSITY' and
9973            'VHOST' and
9974            not 'VXLAN' and
9975            'CHAIN' and
9976            'NF_VPPIP4' and
9977            'IMIX' and
9978            '4T2C' and
9979            'NDRPDR'"
9980   parameters:
9981   - "throughput"
9982   - "name"
9983   - "tags"
9984   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9985   x-axis: "X = VNFs per Service Chain"
9986   y-axis: "Y = Number of Service Chains"
9987   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9988   layout:
9989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9990     layout: "plot-service-density"
9991
9992 - type: "plot"
9993   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9994   algorithm: "plot_nf_heatmap"
9995   output-file-type: ".html"
9996   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9997   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9998   filter: "'NIC_Intel-XXV710' and
9999            'NF_DENSITY' and
10000            'VHOST' and
10001            not 'VXLAN' and
10002            'CHAIN' and
10003            'NF_VPPIP4' and
10004            'IMIX' and
10005            '8T4C' and
10006            'NDRPDR'"
10007   parameters:
10008   - "throughput"
10009   - "name"
10010   - "tags"
10011   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10012   x-axis: "X = VNFs per Service Chain"
10013   y-axis: "Y = Number of Service Chains"
10014   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10015   layout:
10016     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10017     layout: "plot-service-density"
10018
10019 # Plots - NF Density - VSC - PDR IMIX
10020 - type: "plot"
10021   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10022   algorithm: "plot_nf_heatmap"
10023   output-file-type: ".html"
10024   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10025   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10026   filter: "'NIC_Intel-XXV710' and
10027            'NF_DENSITY' and
10028            'VHOST' and
10029            not 'VXLAN' and
10030            'CHAIN' and
10031            'NF_VPPIP4' and
10032            'IMIX' and
10033            '2T1C' and
10034            'NDRPDR'"
10035   parameters:
10036   - "throughput"
10037   - "name"
10038   - "tags"
10039   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10040   x-axis: "X = VNFs per Service Chain"
10041   y-axis: "Y = Number of Service Chains"
10042   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10043   layout:
10044     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10045     layout: "plot-service-density"
10046
10047 - type: "plot"
10048   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10049   algorithm: "plot_nf_heatmap"
10050   output-file-type: ".html"
10051   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10052   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10053   filter: "'NIC_Intel-XXV710' and
10054            'NF_DENSITY' and
10055            'VHOST' and
10056            not 'VXLAN' and
10057            'CHAIN' and
10058            'NF_VPPIP4' and
10059            'IMIX' and
10060            '4T2C' and
10061            'NDRPDR'"
10062   parameters:
10063   - "throughput"
10064   - "name"
10065   - "tags"
10066   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10067   x-axis: "X = VNFs per Service Chain"
10068   y-axis: "Y = Number of Service Chains"
10069   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10070   layout:
10071     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10072     layout: "plot-service-density"
10073
10074 - type: "plot"
10075   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10076   algorithm: "plot_nf_heatmap"
10077   output-file-type: ".html"
10078   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10079   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10080   filter: "'NIC_Intel-XXV710' and
10081            'NF_DENSITY' and
10082            'VHOST' and
10083            not 'VXLAN' and
10084            'CHAIN' and
10085            'NF_VPPIP4' and
10086            'IMIX' and
10087            '8T4C' and
10088            'NDRPDR'"
10089   parameters:
10090   - "throughput"
10091   - "name"
10092   - "tags"
10093   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10094   x-axis: "X = VNFs per Service Chain"
10095   y-axis: "Y = Number of Service Chains"
10096   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10097   layout:
10098     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10099     layout: "plot-service-density"
10100
10101 # Plots - NF Density - VSC - MRR IMIX
10102 - type: "plot"
10103   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10104   algorithm: "plot_nf_heatmap"
10105   output-file-type: ".html"
10106   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10107   data: "plot-vpp-nfv-2n-clx-mrr"
10108   filter: "'NIC_Intel-XXV710' and
10109            'NF_DENSITY' and
10110            'VHOST' and
10111            'VXLAN' and
10112            'CHAIN' and
10113            'IMIX' and
10114            '2T1C' and
10115            'MRR'"
10116   parameters:
10117   - "result"
10118   - "name"
10119   - "tags"
10120   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10121   x-axis: "X = VNFs per Service Chain"
10122   y-axis: "Y = Number of Service Chains"
10123   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10124   layout:
10125     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10126     layout: "plot-service-density"
10127
10128 - type: "plot"
10129   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10130   algorithm: "plot_nf_heatmap"
10131   output-file-type: ".html"
10132   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10133   data: "plot-vpp-nfv-2n-clx-mrr"
10134   filter: "'NIC_Intel-XXV710' and
10135            'NF_DENSITY' and
10136            'VHOST' and
10137            'VXLAN' and
10138            'CHAIN' and
10139            'IMIX' and
10140            '4T2C' and
10141            'MRR'"
10142   parameters:
10143   - "result"
10144   - "name"
10145   - "tags"
10146   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10147   x-axis: "X = VNFs per Service Chain"
10148   y-axis: "Y = Number of Service Chains"
10149   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10150   layout:
10151     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10152     layout: "plot-service-density"
10153
10154 - type: "plot"
10155   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10156   algorithm: "plot_nf_heatmap"
10157   output-file-type: ".html"
10158   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10159   data: "plot-vpp-nfv-2n-clx-mrr"
10160   filter: "'NIC_Intel-XXV710' and
10161            'NF_DENSITY' and
10162            'VHOST' and
10163            'VXLAN' and
10164            'CHAIN' and
10165            'IMIX' and
10166            '8T4C' and
10167            'MRR'"
10168   parameters:
10169   - "result"
10170   - "name"
10171   - "tags"
10172   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10173   x-axis: "X = VNFs per Service Chain"
10174   y-axis: "Y = Number of Service Chains"
10175   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10176   layout:
10177     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10178     layout: "plot-service-density"
10179
10180 # Plots - NF Density - VSC - NDR IMIX
10181 - type: "plot"
10182   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10183   algorithm: "plot_nf_heatmap"
10184   output-file-type: ".html"
10185   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10186   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10187   filter: "'NIC_Intel-XXV710' and
10188            'NF_DENSITY' and
10189            'VHOST' and
10190            'VXLAN' and
10191            'CHAIN' and
10192            'IMIX' and
10193            '2T1C' and
10194            'NDRPDR'"
10195   parameters:
10196   - "throughput"
10197   - "name"
10198   - "tags"
10199   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10200   x-axis: "X = VNFs per Service Chain"
10201   y-axis: "Y = Number of Service Chains"
10202   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10203   layout:
10204     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10205     layout: "plot-service-density"
10206
10207 - type: "plot"
10208   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10209   algorithm: "plot_nf_heatmap"
10210   output-file-type: ".html"
10211   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10212   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10213   filter: "'NIC_Intel-XXV710' and
10214            'NF_DENSITY' and
10215            'VHOST' and
10216            'VXLAN' and
10217            'CHAIN' and
10218            'IMIX' and
10219            '4T2C' and
10220            'NDRPDR'"
10221   parameters:
10222   - "throughput"
10223   - "name"
10224   - "tags"
10225   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10226   x-axis: "X = VNFs per Service Chain"
10227   y-axis: "Y = Number of Service Chains"
10228   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10229   layout:
10230     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10231     layout: "plot-service-density"
10232
10233 - type: "plot"
10234   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10235   algorithm: "plot_nf_heatmap"
10236   output-file-type: ".html"
10237   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10238   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10239   filter: "'NIC_Intel-XXV710' and
10240            'NF_DENSITY' and
10241            'VHOST' and
10242            'VXLAN' and
10243            'CHAIN' and
10244            'IMIX' and
10245            '8T4C' and
10246            'NDRPDR'"
10247   parameters:
10248   - "throughput"
10249   - "name"
10250   - "tags"
10251   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10252   x-axis: "X = VNFs per Service Chain"
10253   y-axis: "Y = Number of Service Chains"
10254   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10255   layout:
10256     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10257     layout: "plot-service-density"
10258
10259 # Plots - NF Density - VSC - PDR IMIX
10260 - type: "plot"
10261   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10262   algorithm: "plot_nf_heatmap"
10263   output-file-type: ".html"
10264   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10265   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10266   filter: "'NIC_Intel-XXV710' and
10267            'NF_DENSITY' and
10268            'VHOST' and
10269            'VXLAN' and
10270            'CHAIN' and
10271            'IMIX' and
10272            '2T1C' and
10273            'NDRPDR'"
10274   parameters:
10275   - "throughput"
10276   - "name"
10277   - "tags"
10278   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10279   x-axis: "X = VNFs per Service Chain"
10280   y-axis: "Y = Number of Service Chains"
10281   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10282   layout:
10283     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10284     layout: "plot-service-density"
10285
10286 - type: "plot"
10287   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10288   algorithm: "plot_nf_heatmap"
10289   output-file-type: ".html"
10290   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10291   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10292   filter: "'NIC_Intel-XXV710' and
10293            'NF_DENSITY' and
10294            'VHOST' and
10295            'VXLAN' and
10296            'CHAIN' and
10297            'IMIX' and
10298            '4T2C' and
10299            'NDRPDR'"
10300   parameters:
10301   - "throughput"
10302   - "name"
10303   - "tags"
10304   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10305   x-axis: "X = VNFs per Service Chain"
10306   y-axis: "Y = Number of Service Chains"
10307   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10308   layout:
10309     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10310     layout: "plot-service-density"
10311
10312 - type: "plot"
10313   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10314   algorithm: "plot_nf_heatmap"
10315   output-file-type: ".html"
10316   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10317   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10318   filter: "'NIC_Intel-XXV710' and
10319            'NF_DENSITY' and
10320            'VHOST' and
10321            'VXLAN' and
10322            'CHAIN' and
10323            'IMIX' and
10324            '8T4C' and
10325            'NDRPDR'"
10326   parameters:
10327   - "throughput"
10328   - "name"
10329   - "tags"
10330   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10331   x-axis: "X = VNFs per Service Chain"
10332   y-axis: "Y = Number of Service Chains"
10333   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10334   layout:
10335     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10336     layout: "plot-service-density"
10337
10338 # Plots - NF Density - CSC - MRR IMIX
10339 - type: "plot"
10340   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10341   algorithm: "plot_nf_heatmap"
10342   output-file-type: ".html"
10343   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10344   data: "plot-vpp-nfv-2n-clx-mrr"
10345   filter: "'NIC_Intel-XXV710' and
10346            'NF_DENSITY' and
10347            'DOCKER' and
10348            'CHAIN' and
10349            'NF_VPPIP4' and
10350            'IMIX' and
10351            '2T1C' and
10352            'MRR'"
10353   parameters:
10354   - "result"
10355   - "name"
10356   - "tags"
10357   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10358   x-axis: "X = CNFs per Service Chain"
10359   y-axis: "Y = Number of Service Chains"
10360   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10361   layout:
10362     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10363     layout: "plot-service-density"
10364
10365 - type: "plot"
10366   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10367   algorithm: "plot_nf_heatmap"
10368   output-file-type: ".html"
10369   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10370   data: "plot-vpp-nfv-2n-clx-mrr"
10371   filter: "'NIC_Intel-XXV710' and
10372            'NF_DENSITY' and
10373            'DOCKER' and
10374            'CHAIN' and
10375            'NF_VPPIP4' and
10376            'IMIX' and
10377            '4T2C' and
10378            'MRR'"
10379   parameters:
10380   - "result"
10381   - "name"
10382   - "tags"
10383   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10384   x-axis: "X = CNFs per Service Chain"
10385   y-axis: "Y = Number of Service Chains"
10386   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10387   layout:
10388     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10389     layout: "plot-service-density"
10390
10391 - type: "plot"
10392   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10393   algorithm: "plot_nf_heatmap"
10394   output-file-type: ".html"
10395   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10396   data: "plot-vpp-nfv-2n-clx-mrr"
10397   filter: "'NIC_Intel-XXV710' and
10398            'NF_DENSITY' and
10399            'DOCKER' and
10400            'CHAIN' and
10401            'NF_VPPIP4' and
10402            'IMIX' and
10403            '8T4C' and
10404            'MRR'"
10405   parameters:
10406   - "result"
10407   - "name"
10408   - "tags"
10409   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10410   x-axis: "X = CNFs per Service Chain"
10411   y-axis: "Y = Number of Service Chains"
10412   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10413   layout:
10414     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10415     layout: "plot-service-density"
10416
10417 # Plots - NF Density - CSC - NDR IMIX
10418 - type: "plot"
10419   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10420   algorithm: "plot_nf_heatmap"
10421   output-file-type: ".html"
10422   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10423   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10424   filter: "'NIC_Intel-XXV710' and
10425            'NF_DENSITY' and
10426            'DOCKER' and
10427            'CHAIN' and
10428            'NF_VPPIP4' and
10429            'IMIX' and
10430            '2T1C' and
10431            'NDRPDR'"
10432   parameters:
10433   - "throughput"
10434   - "name"
10435   - "tags"
10436   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10437   x-axis: "X = CNFs per Service Chain"
10438   y-axis: "Y = Number of Service Chains"
10439   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10440   layout:
10441     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10442     layout: "plot-service-density"
10443
10444 - type: "plot"
10445   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10446   algorithm: "plot_nf_heatmap"
10447   output-file-type: ".html"
10448   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10449   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10450   filter: "'NIC_Intel-XXV710' and
10451            'NF_DENSITY' and
10452            'DOCKER' and
10453            'CHAIN' and
10454            'NF_VPPIP4' and
10455            'IMIX' and
10456            '4T2C' and
10457            'NDRPDR'"
10458   parameters:
10459   - "throughput"
10460   - "name"
10461   - "tags"
10462   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10463   x-axis: "X = CNFs per Service Chain"
10464   y-axis: "Y = Number of Service Chains"
10465   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10466   layout:
10467     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10468     layout: "plot-service-density"
10469
10470 - type: "plot"
10471   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10472   algorithm: "plot_nf_heatmap"
10473   output-file-type: ".html"
10474   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10475   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10476   filter: "'NIC_Intel-XXV710' and
10477            'NF_DENSITY' and
10478            'DOCKER' and
10479            'CHAIN' and
10480            'NF_VPPIP4' and
10481            'IMIX' and
10482            '8T4C' and
10483            'NDRPDR'"
10484   parameters:
10485   - "throughput"
10486   - "name"
10487   - "tags"
10488   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10489   x-axis: "X = CNFs per Service Chain"
10490   y-axis: "Y = Number of Service Chains"
10491   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10492   layout:
10493     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10494     layout: "plot-service-density"
10495
10496 # Plots - NF Density - CSC - PDR IMIX
10497 - type: "plot"
10498   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10499   algorithm: "plot_nf_heatmap"
10500   output-file-type: ".html"
10501   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10502   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10503   filter: "'NIC_Intel-XXV710' and
10504            'NF_DENSITY' and
10505            'DOCKER' and
10506            'CHAIN' and
10507            'NF_VPPIP4' and
10508            'IMIX' and
10509            '2T1C' and
10510            'NDRPDR'"
10511   parameters:
10512   - "throughput"
10513   - "name"
10514   - "tags"
10515   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10516   x-axis: "X = CNFs per Service Chain"
10517   y-axis: "Y = Number of Service Chains"
10518   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10519   layout:
10520     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10521     layout: "plot-service-density"
10522
10523 - type: "plot"
10524   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10525   algorithm: "plot_nf_heatmap"
10526   output-file-type: ".html"
10527   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10528   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10529   filter: "'NIC_Intel-XXV710' and
10530            'NF_DENSITY' and
10531            'DOCKER' and
10532            'CHAIN' and
10533            'NF_VPPIP4' and
10534            'IMIX' and
10535            '4T2C' and
10536            'NDRPDR'"
10537   parameters:
10538   - "throughput"
10539   - "name"
10540   - "tags"
10541   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10542   x-axis: "X = CNFs per Service Chain"
10543   y-axis: "Y = Number of Service Chains"
10544   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10545   layout:
10546     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10547     layout: "plot-service-density"
10548
10549 - type: "plot"
10550   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10551   algorithm: "plot_nf_heatmap"
10552   output-file-type: ".html"
10553   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10554   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10555   filter: "'NIC_Intel-XXV710' and
10556            'NF_DENSITY' and
10557            'DOCKER' and
10558            'CHAIN' and
10559            'NF_VPPIP4' and
10560            'IMIX' and
10561            '8T4C' and
10562            'NDRPDR'"
10563   parameters:
10564   - "throughput"
10565   - "name"
10566   - "tags"
10567   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10568   x-axis: "X = CNFs per Service Chain"
10569   y-axis: "Y = Number of Service Chains"
10570   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10571   layout:
10572     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10573     layout: "plot-service-density"
10574
10575 # Plots - NF Density - CSP - MRR IMIX
10576 - type: "plot"
10577   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10578   algorithm: "plot_nf_heatmap"
10579   output-file-type: ".html"
10580   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10581   data: "plot-vpp-nfv-2n-clx-mrr"
10582   filter: "'NIC_Intel-XXV710' and
10583            'NF_DENSITY' and
10584            'DOCKER' and
10585            'PIPELINE' and
10586            'NF_VPPIP4' and
10587            'IMIX' and
10588            '2T1C' and
10589            'MRR'"
10590   parameters:
10591   - "result"
10592   - "name"
10593   - "tags"
10594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10595   x-axis: "X = CNFs per Service Pipeline"
10596   y-axis: "Y = Number of Service Pipelines"
10597   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10598   layout:
10599     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10600     layout: "plot-service-density"
10601
10602 - type: "plot"
10603   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10604   algorithm: "plot_nf_heatmap"
10605   output-file-type: ".html"
10606   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10607   data: "plot-vpp-nfv-2n-clx-mrr"
10608   filter: "'NIC_Intel-XXV710' and
10609            'NF_DENSITY' and
10610            'DOCKER' and
10611            'PIPELINE' and
10612            'NF_VPPIP4' and
10613            'IMIX' and
10614            '4T2C' and
10615            'MRR'"
10616   parameters:
10617   - "result"
10618   - "name"
10619   - "tags"
10620   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10621   x-axis: "X = CNFs per Service Pipeline"
10622   y-axis: "Y = Number of Service Pipelines"
10623   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10624   layout:
10625     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10626     layout: "plot-service-density"
10627
10628 - type: "plot"
10629   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10630   algorithm: "plot_nf_heatmap"
10631   output-file-type: ".html"
10632   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10633   data: "plot-vpp-nfv-2n-clx-mrr"
10634   filter: "'NIC_Intel-XXV710' and
10635            'NF_DENSITY' and
10636            'DOCKER' and
10637            'PIPELINE' and
10638            'NF_VPPIP4' and
10639            'IMIX' and
10640            '8T4C' and
10641            'MRR'"
10642   parameters:
10643   - "result"
10644   - "name"
10645   - "tags"
10646   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10647   x-axis: "X = CNFs per Service Pipeline"
10648   y-axis: "Y = Number of Service Pipelines"
10649   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10650   layout:
10651     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10652     layout: "plot-service-density"
10653
10654 # Plots - NF Density - CSP - NDR IMIX
10655 - type: "plot"
10656   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10657   algorithm: "plot_nf_heatmap"
10658   output-file-type: ".html"
10659   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10660   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10661   filter: "'NIC_Intel-XXV710' and
10662            'NF_DENSITY' and
10663            'DOCKER' and
10664            'PIPELINE' and
10665            'NF_VPPIP4' and
10666            'IMIX' and
10667            '2T1C' and
10668            'NDRPDR'"
10669   parameters:
10670   - "throughput"
10671   - "name"
10672   - "tags"
10673   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10674   x-axis: "X = CNFs per Service Pipeline"
10675   y-axis: "Y = Number of Service Pipelines"
10676   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10677   layout:
10678     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10679     layout: "plot-service-density"
10680
10681 - type: "plot"
10682   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10683   algorithm: "plot_nf_heatmap"
10684   output-file-type: ".html"
10685   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10686   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10687   filter: "'NIC_Intel-XXV710' and
10688            'NF_DENSITY' and
10689            'DOCKER' and
10690            'PIPELINE' and
10691            'NF_VPPIP4' and
10692            'IMIX' and
10693            '4T2C' and
10694            'NDRPDR'"
10695   parameters:
10696   - "throughput"
10697   - "name"
10698   - "tags"
10699   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10700   x-axis: "X = CNFs per Service Pipeline"
10701   y-axis: "Y = Number of Service Pipelines"
10702   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10703   layout:
10704     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10705     layout: "plot-service-density"
10706
10707 - type: "plot"
10708   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10709   algorithm: "plot_nf_heatmap"
10710   output-file-type: ".html"
10711   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10712   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10713   filter: "'NIC_Intel-XXV710' and
10714            'NF_DENSITY' and
10715            'DOCKER' and
10716            'PIPELINE' and
10717            'NF_VPPIP4' and
10718            'IMIX' and
10719            '8T4C' and
10720            'NDRPDR'"
10721   parameters:
10722   - "throughput"
10723   - "name"
10724   - "tags"
10725   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10726   x-axis: "X = CNFs per Service Pipeline"
10727   y-axis: "Y = Number of Service Pipelines"
10728   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10729   layout:
10730     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10731     layout: "plot-service-density"
10732
10733 # Plots - NF Density - CSP - PDR IMIX
10734 - type: "plot"
10735   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10736   algorithm: "plot_nf_heatmap"
10737   output-file-type: ".html"
10738   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10739   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10740   filter: "'NIC_Intel-XXV710' and
10741            'NF_DENSITY' and
10742            'DOCKER' and
10743            'PIPELINE' and
10744            'NF_VPPIP4' and
10745            'IMIX' and
10746            '2T1C' and
10747            'NDRPDR'"
10748   parameters:
10749   - "throughput"
10750   - "name"
10751   - "tags"
10752   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10753   x-axis: "X = CNFs per Service Pipeline"
10754   y-axis: "Y = Number of Service Pipelines"
10755   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10756   layout:
10757     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10758     layout: "plot-service-density"
10759
10760 - type: "plot"
10761   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10762   algorithm: "plot_nf_heatmap"
10763   output-file-type: ".html"
10764   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10765   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10766   filter: "'NIC_Intel-XXV710' and
10767            'NF_DENSITY' and
10768            'DOCKER' and
10769            'PIPELINE' and
10770            'NF_VPPIP4' and
10771            'IMIX' and
10772            '4T2C' and
10773            'NDRPDR'"
10774   parameters:
10775   - "throughput"
10776   - "name"
10777   - "tags"
10778   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10779   x-axis: "X = CNFs per Service Pipeline"
10780   y-axis: "Y = Number of Service Pipelines"
10781   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10782   layout:
10783     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10784     layout: "plot-service-density"
10785
10786 - type: "plot"
10787   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10788   algorithm: "plot_nf_heatmap"
10789   output-file-type: ".html"
10790   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10791   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10792   filter: "'NIC_Intel-XXV710' and
10793            'NF_DENSITY' and
10794            'DOCKER' and
10795            'PIPELINE' and
10796            'NF_VPPIP4' and
10797            'IMIX' and
10798            '8T4C' and
10799            'NDRPDR'"
10800   parameters:
10801   - "throughput"
10802   - "name"
10803   - "tags"
10804   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10805   x-axis: "X = CNFs per Service Pipeline"
10806   y-axis: "Y = Number of Service Pipelines"
10807   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10808   layout:
10809     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10810     layout: "plot-service-density"
10811
10812 ################################################################################
10813
10814 # Packet Throughput
10815
10816 - type: "plot"
10817   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10818   algorithm: "plot_perf_box_name"
10819   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10820   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10821   include:
10822     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10823     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10824     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10825     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10826   layout:
10827     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10828     layout: "plot-throughput"
10829
10830 - type: "plot"
10831   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10832   algorithm: "plot_perf_box_name"
10833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10835   include:
10836     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10837     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10838     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10839     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10840   layout:
10841     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10842     layout: "plot-throughput"
10843
10844 - type: "plot"
10845   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10846   algorithm: "plot_perf_box_name"
10847   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10848   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10849   include:
10850     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10851     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10852     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10853     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10854   layout:
10855     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10856     layout: "plot-throughput"
10857
10858 - type: "plot"
10859   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10860   algorithm: "plot_perf_box_name"
10861   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10862   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10863   include:
10864     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10865     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10866     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10867     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10868   layout:
10869     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10870     layout: "plot-throughput"
10871
10872 - type: "plot"
10873   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10874   algorithm: "plot_perf_box_name"
10875   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10877   include:
10878     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10879     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10880     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10881     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10882     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10883   layout:
10884     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10885     layout: "plot-throughput"
10886
10887 - type: "plot"
10888   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10889   algorithm: "plot_perf_box_name"
10890   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10892   include:
10893     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10894     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10895     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10896     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10897     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10898   layout:
10899     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10900     layout: "plot-throughput"
10901
10902 - type: "plot"
10903   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10904   algorithm: "plot_perf_box_name"
10905   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10907   include:
10908     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10909     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10910     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10911     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10912     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10913   layout:
10914     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10915     layout: "plot-throughput"
10916
10917 - type: "plot"
10918   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10919   algorithm: "plot_perf_box_name"
10920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10922   include:
10923     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10924     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10925     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10926     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10927     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10928   layout:
10929     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10930     layout: "plot-throughput"
10931
10932 - type: "plot"
10933   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10934   algorithm: "plot_perf_box_name"
10935   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10936   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10937   include:
10938     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10939     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10940     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10941     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10942     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10943   layout:
10944     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10945     layout: "plot-throughput"
10946
10947 - type: "plot"
10948   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10949   algorithm: "plot_perf_box_name"
10950   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10951   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10952   include:
10953     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10954     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10955     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10956     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10957     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10958   layout:
10959     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10960     layout: "plot-throughput"
10961
10962 - type: "plot"
10963   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10964   algorithm: "plot_perf_box_name"
10965   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10967   include:
10968     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10969     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10970     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10971     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10972     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10973     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10974   layout:
10975     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10976     layout: "plot-throughput"
10977
10978 - type: "plot"
10979   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10980   algorithm: "plot_perf_box_name"
10981   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10983   include:
10984     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10985     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10986     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10987     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10988     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10989     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10990   layout:
10991     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10992     layout: "plot-throughput"
10993
10994 - type: "plot"
10995   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10996   algorithm: "plot_perf_box_name"
10997   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10999   include:
11000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11005   layout:
11006     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11007     layout: "plot-throughput"
11008
11009 - type: "plot"
11010   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11011   algorithm: "plot_perf_box_name"
11012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11014   include:
11015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11020   layout:
11021     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11022     layout: "plot-throughput"
11023
11024 - type: "plot"
11025   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11026   algorithm: "plot_perf_box_name"
11027   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11029   include:
11030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11033   layout:
11034     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11035     layout: "plot-throughput"
11036
11037 - type: "plot"
11038   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11039   algorithm: "plot_perf_box_name"
11040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11042   include:
11043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11046   layout:
11047     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11048     layout: "plot-throughput"
11049
11050 - type: "plot"
11051   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11052   algorithm: "plot_perf_box_name"
11053   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11055   include:
11056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11061   layout:
11062     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11063     layout: "plot-throughput"
11064
11065 - type: "plot"
11066   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11067   algorithm: "plot_perf_box_name"
11068   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11069   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11070   include:
11071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11076   layout:
11077     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11078     layout: "plot-throughput"
11079
11080 - type: "plot"
11081   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11082   algorithm: "plot_perf_box_name"
11083   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11084   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11085   include:
11086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11089   layout:
11090     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11091     layout: "plot-throughput"
11092
11093 - type: "plot"
11094   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11095   algorithm: "plot_perf_box_name"
11096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11098   include:
11099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11102   layout:
11103     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11104     layout: "plot-throughput"
11105
11106 - type: "plot"
11107   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11108   algorithm: "plot_perf_box_name"
11109   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11111   include:
11112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11118   layout:
11119     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11120     layout: "plot-throughput"
11121
11122 - type: "plot"
11123   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11124   algorithm: "plot_perf_box_name"
11125   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11126   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11127   include:
11128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11134   layout:
11135     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11136     layout: "plot-throughput"
11137
11138 - type: "plot"
11139   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11140   algorithm: "plot_perf_box_name"
11141   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11143   include:
11144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11150   layout:
11151     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11152     layout: "plot-throughput"
11153
11154 - type: "plot"
11155   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11156   algorithm: "plot_perf_box_name"
11157   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11158   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11159   include:
11160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11166   layout:
11167     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11168     layout: "plot-throughput"
11169
11170 - type: "plot"
11171   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11172   algorithm: "plot_perf_box_name"
11173   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11174   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11175   include:
11176     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11177     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11178     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11179   layout:
11180     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11181     layout: "plot-throughput"
11182
11183 - type: "plot"
11184   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11185   algorithm: "plot_perf_box_name"
11186   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11187   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11188   include:
11189     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11190     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11191     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11192   layout:
11193     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11194     layout: "plot-throughput"
11195
11196 - type: "plot"
11197   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11198   algorithm: "plot_perf_box_name"
11199   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11201   include:
11202     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11203     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11204 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11205 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11206 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11207   layout:
11208     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11209     layout: "plot-throughput"
11210
11211 - type: "plot"
11212   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11213   algorithm: "plot_perf_box_name"
11214   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11216   include:
11217     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11219 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11220 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11221 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11222   layout:
11223     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11224     layout: "plot-throughput"
11225
11226 - type: "plot"
11227   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11228   algorithm: "plot_perf_box_name"
11229   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11231   include:
11232     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11233     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11234     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11235     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11236     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11237   layout:
11238     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11239     layout: "plot-throughput"
11240
11241 - type: "plot"
11242   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11243   algorithm: "plot_perf_box_name"
11244   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11246   include:
11247     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11248     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11249     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11250     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11251     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11252   layout:
11253     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11254     layout: "plot-throughput"
11255
11256 - type: "plot"
11257   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11258   algorithm: "plot_perf_box_name"
11259   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11260   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11261   include:
11262     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11263     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11264     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11265     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11266     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11267   layout:
11268     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11269     layout: "plot-throughput"
11270
11271 - type: "plot"
11272   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11273   algorithm: "plot_perf_box_name"
11274   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11276   include:
11277     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11278     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11279     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11280     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11281     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11282   layout:
11283     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11284     layout: "plot-throughput"
11285
11286 - type: "plot"
11287   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11288   algorithm: "plot_perf_box_name"
11289   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11291   include:
11292     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11293     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11294     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11295     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11296   layout:
11297     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11298     layout: "plot-throughput"
11299
11300 - type: "plot"
11301   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11302   algorithm: "plot_perf_box_name"
11303   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11305   include:
11306     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11309     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11310   layout:
11311     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11312     layout: "plot-throughput"
11313
11314 - type: "plot"
11315   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11316   algorithm: "plot_perf_box_name"
11317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11319   include:
11320     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11322     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11323     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11324     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11325   layout:
11326     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11327     layout: "plot-throughput"
11328
11329 - type: "plot"
11330   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11331   algorithm: "plot_perf_box_name"
11332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11334   include:
11335     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11336     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11337     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11338     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11339     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11340   layout:
11341     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11342     layout: "plot-throughput"
11343
11344 - type: "plot"
11345   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11346   algorithm: "plot_perf_box_name"
11347   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11348   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11349   include:
11350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11352     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11353     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11355   layout:
11356     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11357     layout: "plot-throughput"
11358
11359 - type: "plot"
11360   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11361   algorithm: "plot_perf_box_name"
11362   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11363   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11364   include:
11365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11370   layout:
11371     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11372     layout: "plot-throughput"
11373
11374 - type: "plot"
11375   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11376   algorithm: "plot_perf_box_name"
11377   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11378   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11379   include:
11380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11384   layout:
11385     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11386     layout: "plot-throughput"
11387
11388 - type: "plot"
11389   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11390   algorithm: "plot_perf_box_name"
11391   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11392   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11393   include:
11394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11398   layout:
11399     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11400     layout: "plot-throughput"
11401
11402 #- type: "plot"
11403 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11404 #  algorithm: "plot_perf_box_name"
11405 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11406 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11407 #  include:
11408 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11409 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11410 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11411 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11412 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11413 #  layout:
11414 #    title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11415 #    layout: "plot-throughput"
11416 #
11417 #- type: "plot"
11418 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11419 #  algorithm: "plot_perf_box_name"
11420 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11421 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11422 #  include:
11423 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11424 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11425 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11426 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11427 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11428 #  layout:
11429 #    title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11430 #    layout: "plot-throughput"
11431 #
11432 #- type: "plot"
11433 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11434 #  algorithm: "plot_perf_box_name"
11435 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11436 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11437 #  include:
11438 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11439 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11440 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11441 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11442 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11443 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11444 #  layout:
11445 #    title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11446 #    layout: "plot-throughput"
11447 #
11448 #- type: "plot"
11449 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11450 #  algorithm: "plot_perf_box_name"
11451 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11452 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11453 #  include:
11454 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11455 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11456 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11457 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11458 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11459 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11460 #  layout:
11461 #    title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11462 #    layout: "plot-throughput"
11463 #
11464 #- type: "plot"
11465 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11466 #  algorithm: "plot_perf_box_name"
11467 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11468 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11469 #  include:
11470 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11471 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11472 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11473 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11474 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11475 #  layout:
11476 #    title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11477 #    layout: "plot-throughput"
11478 #
11479 #- type: "plot"
11480 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11481 #  algorithm: "plot_perf_box_name"
11482 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11483 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11484 #  include:
11485 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11486 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11487 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11488 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11489 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11490 #  layout:
11491 #    title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11492 #    layout: "plot-throughput"
11493 #
11494 #- type: "plot"
11495 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11496 #  algorithm: "plot_perf_box_name"
11497 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11498 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11499 #  include:
11500 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11501 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11502 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11503 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11504 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11505 #  layout:
11506 #    title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11507 #    layout: "plot-throughput"
11508 #
11509 #- type: "plot"
11510 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11511 #  algorithm: "plot_perf_box_name"
11512 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11513 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11514 #  include:
11515 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11516 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11517 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11518 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11519 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11520 #  layout:
11521 #    title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11522 #    layout: "plot-throughput"
11523
11524 - type: "plot"
11525   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11526   algorithm: "plot_perf_box_name"
11527   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11528   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11529   include:
11530     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11532   layout:
11533     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11534     layout: "plot-throughput"
11535
11536 - type: "plot"
11537   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11538   algorithm: "plot_perf_box_name"
11539   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11541   include:
11542     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11544   layout:
11545     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11546     layout: "plot-throughput"
11547
11548 - type: "plot"
11549   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11550   algorithm: "plot_perf_box_name"
11551   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11553   include:
11554     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11555     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11558   layout:
11559     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11560     layout: "plot-throughput"
11561
11562 - type: "plot"
11563   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11564   algorithm: "plot_perf_box_name"
11565   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11567   include:
11568     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11571     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11572   layout:
11573     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11574     layout: "plot-throughput"
11575
11576 - type: "plot"
11577   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11578   algorithm: "plot_perf_box_name"
11579   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11581   include:
11582     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11585     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11586   layout:
11587     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11588     layout: "plot-throughput"
11589
11590 - type: "plot"
11591   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11592   algorithm: "plot_perf_box_name"
11593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11595   include:
11596     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11600   layout:
11601     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11602     layout: "plot-throughput"
11603
11604 - type: "plot"
11605   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11606   algorithm: "plot_perf_box_name"
11607   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11608   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11609   include:
11610     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11611     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11614   layout:
11615     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11616     layout: "plot-throughput"
11617
11618 - type: "plot"
11619   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11620   algorithm: "plot_perf_box_name"
11621   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11622   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11623   include:
11624     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11625     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11626     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11628   layout:
11629     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11630     layout: "plot-throughput"
11631
11632 #- type: "plot"
11633 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11634 #  algorithm: "plot_perf_box_name"
11635 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11636 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11637 #  include:
11638 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11639 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11640 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11641 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11642 #  layout:
11643 #    title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11644 #    layout: "plot-throughput"
11645 #
11646 #- type: "plot"
11647 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11648 #  algorithm: "plot_perf_box_name"
11649 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11650 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11651 #  include:
11652 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11653 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11654 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11655 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11656 #  layout:
11657 #    title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11658 #    layout: "plot-throughput"
11659
11660 - type: "plot"
11661   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11662   algorithm: "plot_perf_box_name"
11663   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11665   include:
11666     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11667     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11668     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11669     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11670     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11672   layout:
11673     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11674     layout: "plot-throughput"
11675
11676 - type: "plot"
11677   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11678   algorithm: "plot_perf_box_name"
11679   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11680   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11681   include:
11682     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11683     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11684     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11685     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11688   layout:
11689     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11690     layout: "plot-throughput"
11691
11692 - type: "plot"
11693   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11694   algorithm: "plot_perf_box_name"
11695   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11696   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11697   include:
11698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11703   layout:
11704     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11705     layout: "plot-throughput"
11706
11707 - type: "plot"
11708   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11709   algorithm: "plot_perf_box_name"
11710   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11711   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11712   include:
11713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11715     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11716     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11718   layout:
11719     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11720     layout: "plot-throughput"
11721
11722 - type: "plot"
11723   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11724   algorithm: "plot_perf_box_name"
11725   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11727   include:
11728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11733   layout:
11734     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11735     layout: "plot-throughput"
11736
11737 - type: "plot"
11738   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11739   algorithm: "plot_perf_box_name"
11740   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11741   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11742   include:
11743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11746     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11748   layout:
11749     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11750     layout: "plot-throughput"
11751
11752 - type: "plot"
11753   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11754   algorithm: "plot_perf_box_name"
11755   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11756   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11757   include:
11758     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11759     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11761   layout:
11762     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11763     layout: "plot-throughput"
11764
11765 - type: "plot"
11766   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11767   algorithm: "plot_perf_box_name"
11768   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11769   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11770   include:
11771     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11774   layout:
11775     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11776     layout: "plot-throughput"
11777
11778 - type: "plot"
11779   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11780   algorithm: "plot_perf_box_name"
11781   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11783   include:
11784     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11787   layout:
11788     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11789     layout: "plot-throughput"
11790
11791 - type: "plot"
11792   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11793   algorithm: "plot_perf_box_name"
11794   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11796   include:
11797     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11800   layout:
11801     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11802     layout: "plot-throughput"
11803
11804 - type: "plot"
11805   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11806   algorithm: "plot_perf_box_name"
11807   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11808   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11809   include:
11810     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11815   layout:
11816     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11817     layout: "plot-throughput"
11818
11819 - type: "plot"
11820   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11821   algorithm: "plot_perf_box_name"
11822   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11824   include:
11825     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11829     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11830   layout:
11831     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11832     layout: "plot-throughput"
11833
11834 - type: "plot"
11835   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11836   algorithm: "plot_perf_box_name"
11837   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11839   include:
11840     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11844     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11845   layout:
11846     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11847     layout: "plot-throughput"
11848
11849 - type: "plot"
11850   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11851   algorithm: "plot_perf_box_name"
11852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11854   include:
11855     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11860   layout:
11861     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11862     layout: "plot-throughput"
11863
11864 - type: "plot"
11865   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11866   algorithm: "plot_perf_box_name"
11867   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11868   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11869   include:
11870     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11875   layout:
11876     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11877     layout: "plot-throughput"
11878
11879 - type: "plot"
11880   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11881   algorithm: "plot_perf_box_name"
11882   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11883   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11884   include:
11885     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11890   layout:
11891     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11892     layout: "plot-throughput"
11893
11894 #- type: "plot"
11895 #  title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11896 #  algorithm: "plot_perf_box_name"
11897 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11898 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11899 #  include:
11900 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11901 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11902 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11903 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11904 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11905 #  layout:
11906 #    title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11907 #    layout: "plot-throughput"
11908 #
11909 #- type: "plot"
11910 #  title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11911 #  algorithm: "plot_perf_box_name"
11912 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11913 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11914 #  include:
11915 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11916 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11917 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11918 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11919 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11920 #  layout:
11921 #    title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11922 #    layout: "plot-throughput"
11923 #
11924 #- type: "plot"
11925 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11926 #  algorithm: "plot_perf_box_name"
11927 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11928 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11929 #  include:
11930 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11931 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11932 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11933 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11934 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11935 #  layout:
11936 #    title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11937 #    layout: "plot-throughput"
11938 #
11939 #- type: "plot"
11940 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11941 #  algorithm: "plot_perf_box_name"
11942 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11943 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11944 #  include:
11945 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11946 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11947 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11948 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11949 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11950 #  layout:
11951 #    title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11952 #    layout: "plot-throughput"
11953
11954 - type: "plot"
11955   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11956   algorithm: "plot_perf_box_name"
11957   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11958   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11959   include:
11960     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11961     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11962     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11963     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11964     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11965     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11966   layout:
11967     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11968     layout: "plot-throughput"
11969
11970 - type: "plot"
11971   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11972   algorithm: "plot_perf_box_name"
11973   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11975   include:
11976     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11977     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11978     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11979     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11980     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11981     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11982   layout:
11983     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11984     layout: "plot-throughput"
11985
11986 - type: "plot"
11987   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11988   algorithm: "plot_perf_box_name"
11989   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11990   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11991   include:
11992     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11993     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11994     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11995     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11996   layout:
11997     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11998     layout: "plot-throughput"
11999
12000 - type: "plot"
12001   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12002   algorithm: "plot_perf_box_name"
12003   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12004   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12005   include:
12006     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12007     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12008     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12009     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12010   layout:
12011     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12012     layout: "plot-throughput"
12013
12014 - type: "plot"
12015   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12016   algorithm: "plot_perf_box_name"
12017   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12018   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12019   include:
12020     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12021     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12022     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12023     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12024     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12025     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12026   layout:
12027     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12028     layout: "plot-throughput"
12029
12030 - type: "plot"
12031   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12032   algorithm: "plot_perf_box_name"
12033   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12035   include:
12036     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12037     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12038     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12039     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12040     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12041     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12042   layout:
12043     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12044     layout: "plot-throughput"
12045
12046 - type: "plot"
12047   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12048   algorithm: "plot_perf_box_name"
12049   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12051   include:
12052     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12053     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12054     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12055     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12056     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12057     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12058   layout:
12059     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12060     layout: "plot-throughput"
12061
12062 - type: "plot"
12063   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12064   algorithm: "plot_perf_box_name"
12065   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12067   include:
12068     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12069     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12070     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12071     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12072     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12073     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12074   layout:
12075     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12076     layout: "plot-throughput"
12077
12078 - type: "plot"
12079   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12080   algorithm: "plot_perf_box_name"
12081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12083   include:
12084     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12085     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12086     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12087     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12088     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12089     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12090   layout:
12091     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12092     layout: "plot-throughput"
12093
12094 - type: "plot"
12095   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12096   algorithm: "plot_perf_box_name"
12097   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12099   include:
12100     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12101     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12102     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12103     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12104     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12105     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12106   layout:
12107     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12108     layout: "plot-throughput"
12109
12110 - type: "plot"
12111   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12112   algorithm: "plot_perf_box_name"
12113   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12114   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12115   include:
12116     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12117     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12118     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12119     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12120     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12121     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12122   layout:
12123     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12124     layout: "plot-throughput"
12125
12126 - type: "plot"
12127   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12128   algorithm: "plot_perf_box_name"
12129   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12130   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12131   include:
12132     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12133     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12134     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12135     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12136     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12137     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12138   layout:
12139     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12140     layout: "plot-throughput"
12141
12142 #- type: "plot"
12143 #  title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12144 #  algorithm: "plot_perf_box_name"
12145 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12146 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12147 #  include:
12148 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12149 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12150 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12151 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12152 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12153 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12154 #  layout:
12155 #    title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12156 #    layout: "plot-throughput"
12157 #
12158 #- type: "plot"
12159 #  title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12160 #  algorithm: "plot_perf_box_name"
12161 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12162 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12163 #  include:
12164 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12165 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12166 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12167 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12168 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12169 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12170 #  layout:
12171 #    title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12172 #    layout: "plot-throughput"
12173
12174 - type: "plot"
12175   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12176   algorithm: "plot_perf_box_name"
12177   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12179   include:
12180     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12181     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12182     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12183     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12185     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12186   layout:
12187     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12188     layout: "plot-throughput"
12189
12190 - type: "plot"
12191   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12192   algorithm: "plot_perf_box_name"
12193   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12194   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12195   include:
12196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12197     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12200     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12201     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12202   layout:
12203     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12204     layout: "plot-throughput"
12205
12206 - type: "plot"
12207   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12208   algorithm: "plot_perf_box_name"
12209   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12211   include:
12212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12218   layout:
12219     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12220     layout: "plot-throughput"
12221
12222 - type: "plot"
12223   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12224   algorithm: "plot_perf_box_name"
12225   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12226   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12227   include:
12228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12234   layout:
12235     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12236     layout: "plot-throughput"
12237
12238 - type: "plot"
12239   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12240   algorithm: "plot_perf_box_name"
12241   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12243   include:
12244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12250   layout:
12251     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12252     layout: "plot-throughput"
12253
12254 - type: "plot"
12255   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12256   algorithm: "plot_perf_box_name"
12257   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12258   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12259   include:
12260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12266   layout:
12267     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12268     layout: "plot-throughput"
12269
12270 - type: "plot"
12271   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12272   algorithm: "plot_perf_box_name"
12273   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12274   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12275   include:
12276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12280   layout:
12281     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12282     layout: "plot-throughput"
12283
12284 - type: "plot"
12285   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12286   algorithm: "plot_perf_box_name"
12287   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12288   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12289   include:
12290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12294   layout:
12295     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12296     layout: "plot-throughput"
12297
12298 - type: "plot"
12299   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12300   algorithm: "plot_perf_box_name"
12301   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12302   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12303   include:
12304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12308   layout:
12309     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12310     layout: "plot-throughput"
12311
12312 - type: "plot"
12313   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12314   algorithm: "plot_perf_box_name"
12315   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12316   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12317   include:
12318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12322   layout:
12323     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12324     layout: "plot-throughput"
12325
12326 - type: "plot"
12327   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12328   algorithm: "plot_perf_box_name"
12329   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12330   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12331   include:
12332     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12333     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12334     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12335     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12336     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12337     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12338   layout:
12339     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12340     layout: "plot-throughput"
12341
12342 - type: "plot"
12343   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12344   algorithm: "plot_perf_box_name"
12345   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12346   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12347   include:
12348     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12349     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12350     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12351     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12352     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12353     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12354   layout:
12355     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12356     layout: "plot-throughput"
12357
12358 - type: "plot"
12359   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12360   algorithm: "plot_perf_box_name"
12361   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12363   include:
12364     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12365     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12366     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12367     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12368     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12369   layout:
12370     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12371     layout: "plot-throughput"
12372
12373 - type: "plot"
12374   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12375   algorithm: "plot_perf_box_name"
12376   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12378   include:
12379     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12380     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12381     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12382     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12383     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12384   layout:
12385     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12386     layout: "plot-throughput"
12387
12388 - type: "plot"
12389   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12390   algorithm: "plot_perf_box_name"
12391   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12393   include:
12394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12399   layout:
12400     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12401     layout: "plot-throughput"
12402
12403 - type: "plot"
12404   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12405   algorithm: "plot_perf_box_name"
12406   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12408   include:
12409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12414   layout:
12415     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12416     layout: "plot-throughput"
12417
12418 - type: "plot"
12419   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12420   algorithm: "plot_perf_box_name"
12421   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12423   include:
12424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12428   layout:
12429     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12430     layout: "plot-throughput"
12431
12432 - type: "plot"
12433   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12434   algorithm: "plot_perf_box_name"
12435   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12437   include:
12438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12442   layout:
12443     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12444     layout: "plot-throughput"
12445
12446 - type: "plot"
12447   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12448   algorithm: "plot_perf_box_name"
12449   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12451   include:
12452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12458   layout:
12459     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12460     layout: "plot-throughput"
12461
12462 - type: "plot"
12463   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12464   algorithm: "plot_perf_box_name"
12465   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12467   include:
12468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12474   layout:
12475     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12476     layout: "plot-throughput"
12477
12478 - type: "plot"
12479   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12480   algorithm: "plot_perf_box_name"
12481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12483   include:
12484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12485     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12486     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12487     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12488     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12489     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12490   layout:
12491     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12492     layout: "plot-throughput"
12493
12494 - type: "plot"
12495   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12496   algorithm: "plot_perf_box_name"
12497   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12499   include:
12500     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12501     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12502     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12503     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12504     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12505     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12506   layout:
12507     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12508     layout: "plot-throughput"
12509
12510 - type: "plot"
12511   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12512   algorithm: "plot_perf_box_name"
12513   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12514   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12515   include:
12516     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12517     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12518     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12519     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12520     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12521     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12522   layout:
12523     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12524     layout: "plot-throughput"
12525
12526 - type: "plot"
12527   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12528   algorithm: "plot_perf_box_name"
12529   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12530   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12531   include:
12532     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12534     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12535     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12536     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12537     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12538   layout:
12539     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12540     layout: "plot-throughput"
12541
12542 - type: "plot"
12543   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12544   algorithm: "plot_perf_box_name"
12545   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12547   include:
12548     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12550     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12551     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12552     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12553     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12554   layout:
12555     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12556     layout: "plot-throughput"
12557
12558 - type: "plot"
12559   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12560   algorithm: "plot_perf_box_name"
12561   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12563   include:
12564     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12566     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12567     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12568     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12569     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12570   layout:
12571     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12572     layout: "plot-throughput"
12573
12574 - type: "plot"
12575   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12576   algorithm: "plot_perf_box_name"
12577   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12578   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12579   include:
12580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12584   layout:
12585     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12586     layout: "plot-throughput"
12587
12588 - type: "plot"
12589   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12590   algorithm: "plot_perf_box_name"
12591   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12592   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12593   include:
12594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12598   layout:
12599     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12600     layout: "plot-throughput"
12601
12602 - type: "plot"
12603   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12604   algorithm: "plot_perf_box_name"
12605   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12606   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12607   include:
12608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12614   layout:
12615     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12616     layout: "plot-throughput"
12617
12618 - type: "plot"
12619   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12620   algorithm: "plot_perf_box_name"
12621   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12622   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12623   include:
12624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12630   layout:
12631     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12632     layout: "plot-throughput"
12633
12634 - type: "plot"
12635   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12636   algorithm: "plot_perf_box_name"
12637   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12638   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12639   include:
12640     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12642     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12643     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12644     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12645     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12646   layout:
12647     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12648     layout: "plot-throughput"
12649
12650 - type: "plot"
12651   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12652   algorithm: "plot_perf_box_name"
12653   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12654   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12655   include:
12656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12658     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12659     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12660     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12661     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12662   layout:
12663     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12664     layout: "plot-throughput"
12665
12666 #- type: "plot"
12667 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12668 #  algorithm: "plot_perf_box_name"
12669 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12670 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12671 #  include:
12672 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12673 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12674 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12675 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12676 #  layout:
12677 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12678 #    layout: "plot-throughput"
12679 #
12680 #- type: "plot"
12681 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12682 #  algorithm: "plot_perf_box_name"
12683 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12684 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12685 #  include:
12686 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12687 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12688 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12689 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12690 #  layout:
12691 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12692 #    layout: "plot-throughput"
12693 #
12694 #- type: "plot"
12695 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12696 #  algorithm: "plot_perf_box_name"
12697 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12698 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12699 #  include:
12700 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12701 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12702 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12703 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12704 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12705 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12706 #  layout:
12707 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12708 #    layout: "plot-throughput"
12709 #
12710 #- type: "plot"
12711 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12712 #  algorithm: "plot_perf_box_name"
12713 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12714 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12715 #  include:
12716 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12717 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12718 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12719 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12720 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12721 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12722 #  layout:
12723 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12724 #    layout: "plot-throughput"
12725 #
12726 #- type: "plot"
12727 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12728 #  algorithm: "plot_perf_box_name"
12729 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12730 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12731 #  include:
12732 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12733 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12734 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12735 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12736 #  layout:
12737 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12738 #    layout: "plot-throughput"
12739 #
12740 #- type: "plot"
12741 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12742 #  algorithm: "plot_perf_box_name"
12743 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12744 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12745 #  include:
12746 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12747 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12748 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12749 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12750 #  layout:
12751 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12752 #    layout: "plot-throughput"
12753 #
12754 #- type: "plot"
12755 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12756 #  algorithm: "plot_perf_box_name"
12757 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12758 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12759 #  include:
12760 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12761 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12762 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12763 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12764 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12765 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12766 #  layout:
12767 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12768 #    layout: "plot-throughput"
12769 #
12770 #- type: "plot"
12771 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12772 #  algorithm: "plot_perf_box_name"
12773 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12774 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12775 #  include:
12776 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12777 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12778 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12779 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12780 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12781 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12782 #  layout:
12783 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12784 #    layout: "plot-throughput"
12785 #
12786 #- type: "plot"
12787 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12788 #  algorithm: "plot_perf_box_name"
12789 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12790 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12791 #  include:
12792 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12793 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12794 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12795 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12796 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12797 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12798 #  layout:
12799 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12800 #    layout: "plot-throughput"
12801 #
12802 #- type: "plot"
12803 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12804 #  algorithm: "plot_perf_box_name"
12805 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12806 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12807 #  include:
12808 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12809 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12810 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12811 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12812 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12813 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12814 #  layout:
12815 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12816 #    layout: "plot-throughput"
12817
12818 - type: "plot"
12819   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12820   algorithm: "plot_perf_box_name"
12821   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12822   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12823   include:
12824     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12825     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12826     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12827     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12828     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12829     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12830   layout:
12831     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12832     layout: "plot-throughput"
12833
12834 - type: "plot"
12835   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12836   algorithm: "plot_perf_box_name"
12837   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12838   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12839   include:
12840     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12841     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12842     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12843     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12844     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12845     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12846   layout:
12847     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12848     layout: "plot-throughput"
12849
12850 - type: "plot"
12851   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12852   algorithm: "plot_perf_box_name"
12853   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12855   include:
12856     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12857     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12858     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12859 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12860 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12861 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12862   layout:
12863     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12864     layout: "plot-throughput"
12865
12866 - type: "plot"
12867   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12868   algorithm: "plot_perf_box_name"
12869   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12870   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12871   include:
12872     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12873     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12874     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12875 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12876 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12877 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12878   layout:
12879     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12880     layout: "plot-throughput"
12881
12882 - type: "plot"
12883   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12884   algorithm: "plot_perf_box_name"
12885   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12886   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12887   include:
12888     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12889     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12890     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12891     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12892     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12893     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12894   layout:
12895     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12896     layout: "plot-throughput"
12897
12898 - type: "plot"
12899   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12900   algorithm: "plot_perf_box_name"
12901   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12902   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12903   include:
12904     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12905     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12906     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12907     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12908     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12909     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12910   layout:
12911     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12912     layout: "plot-throughput"
12913
12914 - type: "plot"
12915   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12916   algorithm: "plot_perf_box_name"
12917   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12918   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12919   include:
12920     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12921     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12922     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12923     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12924     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12925     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12926   layout:
12927     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12928     layout: "plot-throughput"
12929
12930 - type: "plot"
12931   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12932   algorithm: "plot_perf_box_name"
12933   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12934   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12935   include:
12936     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12937     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12938     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12939     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12940     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12941     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12942   layout:
12943     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12944     layout: "plot-throughput"
12945
12946 #- type: "plot"
12947 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12948 #  algorithm: "plot_perf_box_name"
12949 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12950 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12951 #  include:
12952 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12953 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12954 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12955 #  layout:
12956 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12957 #    layout: "plot-throughput"
12958 #
12959 #- type: "plot"
12960 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12961 #  algorithm: "plot_perf_box_name"
12962 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12963 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12964 #  include:
12965 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12966 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12967 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12968 #  layout:
12969 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12970 #    layout: "plot-throughput"
12971
12972 - type: "plot"
12973   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12974   algorithm: "plot_perf_box_name"
12975   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12976   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12977   include:
12978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12983   layout:
12984     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12985     layout: "plot-throughput"
12986
12987 - type: "plot"
12988   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12989   algorithm: "plot_perf_box_name"
12990   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12991   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12992   include:
12993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12998   layout:
12999     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13000     layout: "plot-throughput"
13001
13002 - type: "plot"
13003   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13004   algorithm: "plot_perf_box_name"
13005   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13007   include:
13008     - "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"
13009     - "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"
13010     - "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"
13011     - "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"
13012     - "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"
13013   layout:
13014     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13015     layout: "plot-throughput"
13016
13017 - type: "plot"
13018   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13019   algorithm: "plot_perf_box_name"
13020   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13021   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13022   include:
13023     - "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"
13024     - "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"
13025     - "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"
13026     - "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"
13027     - "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"
13028   layout:
13029     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13030     layout: "plot-throughput"
13031
13032 - type: "plot"
13033   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13034   algorithm: "plot_perf_box_name"
13035   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13037   include:
13038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13043   layout:
13044     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13045     layout: "plot-throughput"
13046
13047 - type: "plot"
13048   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13049   algorithm: "plot_perf_box_name"
13050   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13051   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13052   include:
13053     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13058   layout:
13059     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13060     layout: "plot-throughput"
13061
13062 - type: "plot"
13063   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13064   algorithm: "plot_perf_box_name"
13065   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13067   include:
13068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13073   layout:
13074     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13075     layout: "plot-throughput"
13076
13077 - type: "plot"
13078   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13079   algorithm: "plot_perf_box_name"
13080   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13082   include:
13083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13088   layout:
13089     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13090     layout: "plot-throughput"
13091
13092 - type: "plot"
13093   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13094   algorithm: "plot_perf_box_name"
13095   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13096   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13097   include:
13098     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13099     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13100     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13101     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13102     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13103   layout:
13104     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13105     layout: "plot-throughput"
13106
13107 - type: "plot"
13108   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13109   algorithm: "plot_perf_box_name"
13110   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13111   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13112   include:
13113     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13114     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13115     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13116     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13117     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13118   layout:
13119     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13120     layout: "plot-throughput"
13121
13122 - type: "plot"
13123   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13124   algorithm: "plot_perf_box_name"
13125   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13126   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13127   include:
13128     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13129     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13130     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13131     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13132     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13133   layout:
13134     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13135     layout: "plot-throughput"
13136
13137 - type: "plot"
13138   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13139   algorithm: "plot_perf_box_name"
13140   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13141   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13142   include:
13143     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13144     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13145     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13146     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13147     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13148   layout:
13149     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13150     layout: "plot-throughput"
13151
13152 - type: "plot"
13153   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13154   algorithm: "plot_perf_box_name"
13155   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13156   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13157   include:
13158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13159     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13161     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13162   layout:
13163     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13164     layout: "plot-throughput"
13165
13166 - type: "plot"
13167   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13168   algorithm: "plot_perf_box_name"
13169   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13171   include:
13172     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13173     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13174     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13175     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13176   layout:
13177     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13178     layout: "plot-throughput"
13179
13180 - type: "plot"
13181   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13182   algorithm: "plot_perf_box_name"
13183   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13185   include:
13186     - "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"
13187     - "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"
13188     - "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"
13189     - "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"
13190   layout:
13191     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13192     layout: "plot-throughput"
13193
13194 - type: "plot"
13195   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13196   algorithm: "plot_perf_box_name"
13197   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13199   include:
13200     - "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"
13201     - "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"
13202     - "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"
13203     - "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"
13204   layout:
13205     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13206     layout: "plot-throughput"
13207
13208 - type: "plot"
13209   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13210   algorithm: "plot_perf_box_name"
13211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13213   include:
13214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13220   layout:
13221     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13222     layout: "plot-throughput"
13223
13224 - type: "plot"
13225   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13226   algorithm: "plot_perf_box_name"
13227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13229   include:
13230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13236   layout:
13237     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13238     layout: "plot-throughput"
13239
13240 - type: "plot"
13241   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13242   algorithm: "plot_perf_box_name"
13243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13245   include:
13246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13252   layout:
13253     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13254     layout: "plot-throughput"
13255
13256 - type: "plot"
13257   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13258   algorithm: "plot_perf_box_name"
13259   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13260   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13261   include:
13262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13268   layout:
13269     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13270     layout: "plot-throughput"
13271
13272 - type: "plot"
13273   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13274   algorithm: "plot_perf_box_name"
13275   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13276   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13277   include:
13278     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13281     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13282     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13283     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13284   layout:
13285     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13286     layout: "plot-throughput"
13287
13288 - type: "plot"
13289   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13290   algorithm: "plot_perf_box_name"
13291   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13293   include:
13294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13296     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13297     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13298     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13300   layout:
13301     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13302     layout: "plot-throughput"
13303
13304 - type: "plot"
13305   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13306   algorithm: "plot_perf_box_name"
13307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13309   include:
13310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13312     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13313     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13314     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13315   layout:
13316     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13317     layout: "plot-throughput"
13318
13319 - type: "plot"
13320   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13321   algorithm: "plot_perf_box_name"
13322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13324   include:
13325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13329     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13330   layout:
13331     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13332     layout: "plot-throughput"
13333
13334 - type: "plot"
13335   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13336   algorithm: "plot_perf_box_name"
13337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13339   include:
13340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13341     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13342   layout:
13343     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13344     layout: "plot-throughput"
13345
13346 - type: "plot"
13347   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13348   algorithm: "plot_perf_box_name"
13349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13351   include:
13352     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13353     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13354   layout:
13355     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13356     layout: "plot-throughput"
13357
13358 - type: "plot"
13359   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13360   algorithm: "plot_perf_box_name"
13361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13363   include:
13364     - "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"
13365     - "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"
13366   layout:
13367     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13368     layout: "plot-throughput"
13369
13370 - type: "plot"
13371   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13372   algorithm: "plot_perf_box_name"
13373   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13375   include:
13376     - "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"
13377     - "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"
13378   layout:
13379     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13380     layout: "plot-throughput"
13381
13382 - type: "plot"
13383   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13384   algorithm: "plot_perf_box_name"
13385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13387   include:
13388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13389     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13390   layout:
13391     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13392     layout: "plot-throughput"
13393
13394 - type: "plot"
13395   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13396   algorithm: "plot_perf_box_name"
13397   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13399   include:
13400     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13401     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13402   layout:
13403     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13404     layout: "plot-throughput"
13405
13406 - type: "plot"
13407   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13408   algorithm: "plot_perf_box_name"
13409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13411   include:
13412     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13413     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13414   layout:
13415     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13416     layout: "plot-throughput"
13417
13418 - type: "plot"
13419   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13420   algorithm: "plot_perf_box_name"
13421   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13423   include:
13424     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13425     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13426   layout:
13427     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13428     layout: "plot-throughput"
13429
13430 - type: "plot"
13431   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13432   algorithm: "plot_perf_box_name"
13433   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13434   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13435   include:
13436     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13437     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13438     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13439     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13440     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13441     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13442   layout:
13443     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13444     layout: "plot-throughput"
13445
13446 - type: "plot"
13447   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13448   algorithm: "plot_perf_box_name"
13449   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13450   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13451   include:
13452     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13453     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13454     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13455     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13456     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13457     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13458   layout:
13459     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13460     layout: "plot-throughput"
13461
13462 - type: "plot"
13463   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13464   algorithm: "plot_perf_box_name"
13465   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13466   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13467   include:
13468     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13469     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13470     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13471     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13472     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13473     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13474   layout:
13475     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13476     layout: "plot-throughput"
13477
13478 - type: "plot"
13479   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13480   algorithm: "plot_perf_box_name"
13481   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13482   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13483   include:
13484     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13485     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13486     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13487     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13488     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13489     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13490   layout:
13491     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13492     layout: "plot-throughput"
13493
13494 #- type: "plot"
13495 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13496 #  algorithm: "plot_perf_box_name"
13497 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13498 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13499 #  include:
13500 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13501 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13502 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13503 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13504 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13505 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13506 #  layout:
13507 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13508 #    layout: "plot-throughput"
13509 #
13510 #- type: "plot"
13511 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13512 #  algorithm: "plot_perf_box_name"
13513 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13514 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13515 #  include:
13516 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13517 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13518 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13519 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13520 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13521 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13522 #  layout:
13523 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13524 #    layout: "plot-throughput"
13525
13526 - type: "plot"
13527   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13528   algorithm: "plot_perf_box_name"
13529   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13530   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13531   include:
13532     - "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"
13533     - "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"
13534     - "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"
13535     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13536     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13537     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13538   layout:
13539     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13540     layout: "plot-throughput"
13541
13542 - type: "plot"
13543   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13544   algorithm: "plot_perf_box_name"
13545   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13546   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13547   include:
13548     - "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"
13549     - "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"
13550     - "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"
13551     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13552     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13553     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13554   layout:
13555     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13556     layout: "plot-throughput"
13557
13558 ################################################################################
13559
13560 # Packet Speedup
13561
13562 - type: "plot"
13563   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13564   algorithm: "plot_tsa_name"
13565   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13566   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13567   include:
13568     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13569     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13570     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13571     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13572   layout:
13573     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13574     layout: "plot-throughput-speedup-analysis"
13575
13576 - type: "plot"
13577   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13578   algorithm: "plot_tsa_name"
13579   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13580   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13581   include:
13582     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13583     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13584     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13585     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13586   layout:
13587     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13588     layout: "plot-throughput-speedup-analysis"
13589
13590 - type: "plot"
13591   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13592   algorithm: "plot_tsa_name"
13593   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13594   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13595   include:
13596     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13597     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13598     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13599     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13600   layout:
13601     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13602     layout: "plot-throughput-speedup-analysis"
13603
13604 - type: "plot"
13605   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13606   algorithm: "plot_tsa_name"
13607   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13608   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13609   include:
13610     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13611     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13612     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13613     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13614   layout:
13615     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13616     layout: "plot-throughput-speedup-analysis"
13617
13618 - type: "plot"
13619   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13620   algorithm: "plot_tsa_name"
13621   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13623   include:
13624     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13625     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13626     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13627     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13628     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13629   layout:
13630     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13631     layout: "plot-throughput-speedup-analysis"
13632
13633 - type: "plot"
13634   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13635   algorithm: "plot_tsa_name"
13636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13638   include:
13639     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13640     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13641     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13642     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13643     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13644   layout:
13645     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13646     layout: "plot-throughput-speedup-analysis"
13647
13648 - type: "plot"
13649   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13650   algorithm: "plot_tsa_name"
13651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13653   include:
13654     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13655     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13656     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13657     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13658     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13659   layout:
13660     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13661     layout: "plot-throughput-speedup-analysis"
13662
13663 - type: "plot"
13664   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13665   algorithm: "plot_tsa_name"
13666   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13667   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13668   include:
13669     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13670     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13671     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13672     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13673     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13674   layout:
13675     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13676     layout: "plot-throughput-speedup-analysis"
13677
13678 - type: "plot"
13679   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13680   algorithm: "plot_tsa_name"
13681   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13682   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13683   include:
13684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13686     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13690   layout:
13691     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13692     layout: "plot-throughput-speedup-analysis"
13693
13694 - type: "plot"
13695   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13696   algorithm: "plot_tsa_name"
13697   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13698   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13699   include:
13700     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13706   layout:
13707     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13708     layout: "plot-throughput-speedup-analysis"
13709
13710 - type: "plot"
13711   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13712   algorithm: "plot_tsa_name"
13713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13715   include:
13716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13721   layout:
13722     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13723     layout: "plot-throughput-speedup-analysis"
13724
13725 - type: "plot"
13726   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13727   algorithm: "plot_tsa_name"
13728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13730   include:
13731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13736   layout:
13737     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13738     layout: "plot-throughput-speedup-analysis"
13739
13740 - type: "plot"
13741   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13742   algorithm: "plot_tsa_name"
13743   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13744   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13745   include:
13746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13749   layout:
13750     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13751     layout: "plot-throughput-speedup-analysis"
13752
13753 - type: "plot"
13754   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13755   algorithm: "plot_tsa_name"
13756   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13757   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13758   include:
13759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13762   layout:
13763     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13764     layout: "plot-throughput-speedup-analysis"
13765
13766 - type: "plot"
13767   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13768   algorithm: "plot_tsa_name"
13769   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13770   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13771   include:
13772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13777   layout:
13778     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13779     layout: "plot-throughput-speedup-analysis"
13780
13781 - type: "plot"
13782   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13783   algorithm: "plot_tsa_name"
13784   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13785   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13786   include:
13787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13792   layout:
13793     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13794     layout: "plot-throughput-speedup-analysis"
13795
13796 - type: "plot"
13797   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13798   algorithm: "plot_tsa_name"
13799   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13800   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13801   include:
13802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13805   layout:
13806     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13807     layout: "plot-throughput-speedup-analysis"
13808
13809 - type: "plot"
13810   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13811   algorithm: "plot_tsa_name"
13812   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13813   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13814   include:
13815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13818   layout:
13819     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13820     layout: "plot-throughput-speedup-analysis"
13821
13822 - type: "plot"
13823   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13824   algorithm: "plot_tsa_name"
13825   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13826   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13827   include:
13828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13834   layout:
13835     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13836     layout: "plot-throughput-speedup-analysis"
13837
13838 - type: "plot"
13839   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13840   algorithm: "plot_tsa_name"
13841   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13842   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13843   include:
13844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13850   layout:
13851     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13852     layout: "plot-throughput-speedup-analysis"
13853
13854 - type: "plot"
13855   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13856   algorithm: "plot_tsa_name"
13857   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13858   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13859   include:
13860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13866   layout:
13867     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13868     layout: "plot-throughput-speedup-analysis"
13869
13870 - type: "plot"
13871   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13872   algorithm: "plot_tsa_name"
13873   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13874   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13875   include:
13876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13882   layout:
13883     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13884     layout: "plot-throughput-speedup-analysis"
13885
13886 - type: "plot"
13887   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13888   algorithm: "plot_tsa_name"
13889   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13890   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13891   include:
13892     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13893     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13894     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13895   layout:
13896     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13897     layout: "plot-throughput-speedup-analysis"
13898
13899 - type: "plot"
13900   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13901   algorithm: "plot_tsa_name"
13902   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13903   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13904   include:
13905     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13906     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13907     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13908   layout:
13909     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13910     layout: "plot-throughput-speedup-analysis"
13911
13912 - type: "plot"
13913   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13914   algorithm: "plot_tsa_name"
13915   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13917   include:
13918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13921 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13922 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13923   layout:
13924     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13925     layout: "plot-throughput-speedup-analysis"
13926
13927 - type: "plot"
13928   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13929   algorithm: "plot_tsa_name"
13930   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13932   include:
13933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13936 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13937 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13938   layout:
13939     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13940     layout: "plot-throughput-speedup-analysis"
13941
13942 - type: "plot"
13943   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13944   algorithm: "plot_tsa_name"
13945   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13947   include:
13948     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13949     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13950     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13951     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13952     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13953   layout:
13954     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13955     layout: "plot-throughput-speedup-analysis"
13956
13957 - type: "plot"
13958   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13959   algorithm: "plot_tsa_name"
13960   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13961   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13962   include:
13963     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13964     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13965     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13966     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13967     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13968   layout:
13969     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13970     layout: "plot-throughput-speedup-analysis"
13971
13972 - type: "plot"
13973   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13974   algorithm: "plot_tsa_name"
13975   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13976   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13977   include:
13978     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13979     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13980     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13981     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13982     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13983   layout:
13984     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13985     layout: "plot-throughput-speedup-analysis"
13986
13987 - type: "plot"
13988   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13989   algorithm: "plot_tsa_name"
13990   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13992   include:
13993     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13994     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13995     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13996     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13997     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13998   layout:
13999     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14000     layout: "plot-throughput-speedup-analysis"
14001
14002 - type: "plot"
14003   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14004   algorithm: "plot_tsa_name"
14005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14007   include:
14008     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14009     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14010     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14011     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14012   layout:
14013     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14014     layout: "plot-throughput-speedup-analysis"
14015
14016 - type: "plot"
14017   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14018   algorithm: "plot_tsa_name"
14019   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14021   include:
14022     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14023     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14024     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14025     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14026   layout:
14027     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14028     layout: "plot-throughput-speedup-analysis"
14029
14030 - type: "plot"
14031   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14032   algorithm: "plot_tsa_name"
14033   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14035   include:
14036     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14037     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14038     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14039     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14040     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14041   layout:
14042     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14043     layout: "plot-throughput-speedup-analysis"
14044
14045 - type: "plot"
14046   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14047   algorithm: "plot_tsa_name"
14048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14050   include:
14051     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14052     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14053     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14054     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14055     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14056   layout:
14057     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14058     layout: "plot-throughput-speedup-analysis"
14059
14060 - type: "plot"
14061   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14062   algorithm: "plot_tsa_name"
14063   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14064   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14065   include:
14066     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14067     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14068   layout:
14069     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14070     layout: "plot-throughput-speedup-analysis"
14071
14072 - type: "plot"
14073   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14074   algorithm: "plot_tsa_name"
14075   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14076   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14077   include:
14078     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14079     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14080   layout:
14081     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14082     layout: "plot-throughput-speedup-analysis"
14083
14084 - type: "plot"
14085   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14086   algorithm: "plot_tsa_name"
14087   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14089   include:
14090     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14091     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14092     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14093     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14094   layout:
14095     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14096     layout: "plot-throughput-speedup-analysis"
14097
14098 - type: "plot"
14099   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14100   algorithm: "plot_tsa_name"
14101   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14102   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14103   include:
14104     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14105     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14106     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14107     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14108   layout:
14109     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14110     layout: "plot-throughput-speedup-analysis"
14111
14112 - type: "plot"
14113   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14114   algorithm: "plot_tsa_name"
14115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14117   include:
14118     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14119     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14120     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14121     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14122   layout:
14123     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14124     layout: "plot-throughput-speedup-analysis"
14125
14126 - type: "plot"
14127   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14128   algorithm: "plot_tsa_name"
14129   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14130   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14131   include:
14132     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14133     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14134     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14135     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14136   layout:
14137     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14138     layout: "plot-throughput-speedup-analysis"
14139
14140 - type: "plot"
14141   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14142   algorithm: "plot_tsa_name"
14143   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14144   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14145   include:
14146     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14147     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14148     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14149     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14150     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14152   layout:
14153     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14154     layout: "plot-throughput-speedup-analysis"
14155
14156 - type: "plot"
14157   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14158   algorithm: "plot_tsa_name"
14159   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14160   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14161   include:
14162     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14163     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14164     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14165     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14168   layout:
14169     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14170     layout: "plot-throughput-speedup-analysis"
14171
14172 - type: "plot"
14173   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14174   algorithm: "plot_tsa_name"
14175   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14176   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14177   include:
14178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14179     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14180     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14183   layout:
14184     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14185     layout: "plot-throughput-speedup-analysis"
14186
14187 - type: "plot"
14188   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14189   algorithm: "plot_tsa_name"
14190   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14191   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14192   include:
14193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14194     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14195     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14196     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14198   layout:
14199     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14200     layout: "plot-throughput-speedup-analysis"
14201
14202 - type: "plot"
14203   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14204   algorithm: "plot_tsa_name"
14205   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14206   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14207   include:
14208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14209     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14210     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14211     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14213   layout:
14214     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14215     layout: "plot-throughput-speedup-analysis"
14216
14217 - type: "plot"
14218   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14219   algorithm: "plot_tsa_name"
14220   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14222   include:
14223     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14224     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14225     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14228   layout:
14229     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14230     layout: "plot-throughput-speedup-analysis"
14231
14232 - type: "plot"
14233   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14234   algorithm: "plot_tsa_name"
14235   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14236   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14237   include:
14238     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14239     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14240     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14241   layout:
14242     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14243     layout: "plot-throughput-speedup-analysis"
14244
14245 - type: "plot"
14246   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14247   algorithm: "plot_tsa_name"
14248   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14249   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14250   include:
14251     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14252     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14253     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14254   layout:
14255     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14256     layout: "plot-throughput-speedup-analysis"
14257
14258 - type: "plot"
14259   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14260   algorithm: "plot_tsa_name"
14261   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14263   include:
14264     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14265     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14266     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14267   layout:
14268     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14269     layout: "plot-throughput-speedup-analysis"
14270
14271 - type: "plot"
14272   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14273   algorithm: "plot_tsa_name"
14274   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14276   include:
14277     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14278     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14279     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14280   layout:
14281     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14282     layout: "plot-throughput-speedup-analysis"
14283
14284 - type: "plot"
14285   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14286   algorithm: "plot_tsa_name"
14287   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14289   include:
14290     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14291     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14292     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14293     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14294     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14295   layout:
14296     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14297     layout: "plot-throughput-speedup-analysis"
14298
14299 - type: "plot"
14300   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14301   algorithm: "plot_tsa_name"
14302   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14304   include:
14305     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14306     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14307     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14308     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14309     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14310   layout:
14311     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14312     layout: "plot-throughput-speedup-analysis"
14313
14314 - type: "plot"
14315   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14316   algorithm: "plot_tsa_name"
14317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14319   include:
14320     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14321     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14322     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14323     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14324     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14325   layout:
14326     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14327     layout: "plot-throughput-speedup-analysis"
14328
14329 - type: "plot"
14330   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14331   algorithm: "plot_tsa_name"
14332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14334   include:
14335     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14336     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14337     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14338     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14339     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14340   layout:
14341     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14342     layout: "plot-throughput-speedup-analysis"
14343
14344 - type: "plot"
14345   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14346   algorithm: "plot_tsa_name"
14347   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14348   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14349   include:
14350     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14351     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14352     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14353     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14354     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14355     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14356   layout:
14357     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14358     layout: "plot-throughput-speedup-analysis"
14359
14360 - type: "plot"
14361   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14362   algorithm: "plot_tsa_name"
14363   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14364   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14365   include:
14366     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14367     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14368     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14369     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14370     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14371     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14372   layout:
14373     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14374     layout: "plot-throughput-speedup-analysis"
14375
14376 - type: "plot"
14377   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14378   algorithm: "plot_tsa_name"
14379   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14380   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14381   include:
14382     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14383     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14384     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14385     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14386   layout:
14387     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14388     layout: "plot-throughput-speedup-analysis"
14389
14390 - type: "plot"
14391   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14392   algorithm: "plot_tsa_name"
14393   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14394   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14395   include:
14396     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14397     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14398     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14399     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14400   layout:
14401     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14402     layout: "plot-throughput-speedup-analysis"
14403
14404 - type: "plot"
14405   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14406   algorithm: "plot_tsa_name"
14407   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14408   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14409   include:
14410     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14411     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14412     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14413     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14414     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14415     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14416   layout:
14417     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14418     layout: "plot-throughput-speedup-analysis"
14419
14420 - type: "plot"
14421   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14422   algorithm: "plot_tsa_name"
14423   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14424   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14425   include:
14426     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14427     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14428     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14429     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14430     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14431     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14432   layout:
14433     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14434     layout: "plot-throughput-speedup-analysis"
14435
14436 - type: "plot"
14437   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14438   algorithm: "plot_tsa_name"
14439   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14440   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14441   include:
14442     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14443     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14444     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14445     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14446     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14447     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14448   layout:
14449     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14450     layout: "plot-throughput-speedup-analysis"
14451
14452 - type: "plot"
14453   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14454   algorithm: "plot_tsa_name"
14455   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14457   include:
14458     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14459     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14460     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14461     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14462     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14463     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14464   layout:
14465     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14466     layout: "plot-throughput-speedup-analysis"
14467
14468 - type: "plot"
14469   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14470   algorithm: "plot_tsa_name"
14471   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14472   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14473   include:
14474     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14475     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14476     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14477     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14478     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14479     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14480   layout:
14481     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14482     layout: "plot-throughput-speedup-analysis"
14483
14484 - type: "plot"
14485   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14486   algorithm: "plot_tsa_name"
14487   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14488   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14489   include:
14490     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14491     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14492     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14493     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14494     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14495     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14496   layout:
14497     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14498     layout: "plot-throughput-speedup-analysis"
14499
14500 - type: "plot"
14501   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14502   algorithm: "plot_tsa_name"
14503   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14504   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14505   include:
14506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14512   layout:
14513     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14514     layout: "plot-throughput-speedup-analysis"
14515
14516 - type: "plot"
14517   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14518   algorithm: "plot_tsa_name"
14519   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14521   include:
14522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14528   layout:
14529     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14530     layout: "plot-throughput-speedup-analysis"
14531
14532 - type: "plot"
14533   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14534   algorithm: "plot_tsa_name"
14535   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14536   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14537   include:
14538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14544   layout:
14545     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14546     layout: "plot-throughput-speedup-analysis"
14547
14548 - type: "plot"
14549   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14550   algorithm: "plot_tsa_name"
14551   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14552   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14553   include:
14554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14560   layout:
14561     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14562     layout: "plot-throughput-speedup-analysis"
14563
14564 - type: "plot"
14565   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14566   algorithm: "plot_tsa_name"
14567   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14568   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14569   include:
14570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14574   layout:
14575     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14576     layout: "plot-throughput-speedup-analysis"
14577
14578 - type: "plot"
14579   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14580   algorithm: "plot_tsa_name"
14581   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14582   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14583   include:
14584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14588   layout:
14589     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14590     layout: "plot-throughput-speedup-analysis"
14591
14592 - type: "plot"
14593   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14594   algorithm: "plot_tsa_name"
14595   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14596   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14597   include:
14598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14602   layout:
14603     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14604     layout: "plot-throughput-speedup-analysis"
14605
14606 - type: "plot"
14607   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14608   algorithm: "plot_tsa_name"
14609   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14610   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14611   include:
14612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14616   layout:
14617     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14618     layout: "plot-throughput-speedup-analysis"
14619
14620 - type: "plot"
14621   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14622   algorithm: "plot_tsa_name"
14623   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14624   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14625   include:
14626     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14627     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14628     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14629     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14630     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14631     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14632   layout:
14633     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14634     layout: "plot-throughput-speedup-analysis"
14635
14636 - type: "plot"
14637   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14638   algorithm: "plot_tsa_name"
14639   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14640   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14641   include:
14642     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14643     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14644     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14645     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14646     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14647     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14648   layout:
14649     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14650     layout: "plot-throughput-speedup-analysis"
14651
14652 - type: "plot"
14653   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14654   algorithm: "plot_tsa_name"
14655   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14657   include:
14658     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14659     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14660     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14661     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14662     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14663   layout:
14664     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14665     layout: "plot-throughput-speedup-analysis"
14666
14667 - type: "plot"
14668   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14669   algorithm: "plot_tsa_name"
14670   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14671   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14672   include:
14673     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14674     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14675     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14676     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14677     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14678   layout:
14679     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14680     layout: "plot-throughput-speedup-analysis"
14681
14682 - type: "plot"
14683   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14684   algorithm: "plot_tsa_name"
14685   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14686   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14687   include:
14688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14693   layout:
14694     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14695     layout: "plot-throughput-speedup-analysis"
14696
14697 - type: "plot"
14698   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14699   algorithm: "plot_tsa_name"
14700   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14701   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14702   include:
14703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14708   layout:
14709     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14710     layout: "plot-throughput-speedup-analysis"
14711
14712 - type: "plot"
14713   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14714   algorithm: "plot_tsa_name"
14715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14717   include:
14718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14722   layout:
14723     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14724     layout: "plot-throughput-speedup-analysis"
14725
14726 - type: "plot"
14727   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14728   algorithm: "plot_tsa_name"
14729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14731   include:
14732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14736   layout:
14737     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14738     layout: "plot-throughput-speedup-analysis"
14739
14740 - type: "plot"
14741   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14742   algorithm: "plot_tsa_name"
14743   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14745   include:
14746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14752   layout:
14753     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14754     layout: "plot-throughput-speedup-analysis"
14755
14756 - type: "plot"
14757   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14758   algorithm: "plot_tsa_name"
14759   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14760   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14761   include:
14762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14768   layout:
14769     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14770     layout: "plot-throughput-speedup-analysis"
14771
14772 - type: "plot"
14773   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14774   algorithm: "plot_tsa_name"
14775   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14777   include:
14778     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14784   layout:
14785     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14786     layout: "plot-throughput-speedup-analysis"
14787
14788 - type: "plot"
14789   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14790   algorithm: "plot_tsa_name"
14791   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14793   include:
14794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14799     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14800   layout:
14801     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14802     layout: "plot-throughput-speedup-analysis"
14803
14804 - type: "plot"
14805   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14806   algorithm: "plot_tsa_name"
14807   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14808   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14809   include:
14810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14813     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14814     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14815     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14816   layout:
14817     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14818     layout: "plot-throughput-speedup-analysis"
14819
14820 - type: "plot"
14821   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14822   algorithm: "plot_tsa_name"
14823   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14824   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14825   include:
14826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14828     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14829     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14830     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14832   layout:
14833     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14834     layout: "plot-throughput-speedup-analysis"
14835
14836 - type: "plot"
14837   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14838   algorithm: "plot_tsa_name"
14839   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14840   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14841   include:
14842     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14843     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14844     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14845     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14846     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14847     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14848   layout:
14849     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14850     layout: "plot-throughput-speedup-analysis"
14851
14852 - type: "plot"
14853   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14854   algorithm: "plot_tsa_name"
14855   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14856   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14857   include:
14858     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14859     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14860     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14861     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14862     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14863     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14864   layout:
14865     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14866     layout: "plot-throughput-speedup-analysis"
14867
14868 - type: "plot"
14869   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14870   algorithm: "plot_tsa_name"
14871   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14873   include:
14874     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14875     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14876     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14877     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14878     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14879     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14880   layout:
14881     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14882     layout: "plot-throughput-speedup-analysis"
14883
14884 - type: "plot"
14885   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14886   algorithm: "plot_tsa_name"
14887   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14888   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14889   include:
14890     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14891     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14892     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14893     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14894     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14895     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14896   layout:
14897     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14898     layout: "plot-throughput-speedup-analysis"
14899
14900 - type: "plot"
14901   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14902   algorithm: "plot_tsa_name"
14903   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14904   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14905   include:
14906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14911   layout:
14912     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14913     layout: "plot-throughput-speedup-analysis"
14914
14915 - type: "plot"
14916   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14917   algorithm: "plot_tsa_name"
14918   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14919   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14920   include:
14921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14926   layout:
14927     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14928     layout: "plot-throughput-speedup-analysis"
14929
14930 - type: "plot"
14931   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14932   algorithm: "plot_tsa_name"
14933   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14934   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14935   include:
14936     - "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"
14937     - "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"
14938     - "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"
14939     - "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"
14940     - "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"
14941   layout:
14942     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14943     layout: "plot-throughput-speedup-analysis"
14944
14945 - type: "plot"
14946   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14947   algorithm: "plot_tsa_name"
14948   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14950   include:
14951     - "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"
14952     - "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"
14953     - "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"
14954     - "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"
14955     - "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"
14956   layout:
14957     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14958     layout: "plot-throughput-speedup-analysis"
14959
14960 - type: "plot"
14961   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14962   algorithm: "plot_tsa_name"
14963   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14965   include:
14966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14971   layout:
14972     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14973     layout: "plot-throughput-speedup-analysis"
14974
14975 - type: "plot"
14976   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14977   algorithm: "plot_tsa_name"
14978   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14980   include:
14981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14986   layout:
14987     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14988     layout: "plot-throughput-speedup-analysis"
14989
14990 - type: "plot"
14991   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14992   algorithm: "plot_tsa_name"
14993   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14995   include:
14996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15001   layout:
15002     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15003     layout: "plot-throughput-speedup-analysis"
15004
15005 - type: "plot"
15006   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15007   algorithm: "plot_tsa_name"
15008   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15010   include:
15011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15016   layout:
15017     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15018     layout: "plot-throughput-speedup-analysis"
15019
15020 - type: "plot"
15021   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15022   algorithm: "plot_tsa_name"
15023   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15024   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15025   include:
15026     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15027     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15028     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15029     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15030     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15031   layout:
15032     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15033     layout: "plot-throughput-speedup-analysis"
15034
15035 - type: "plot"
15036   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15037   algorithm: "plot_tsa_name"
15038   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15039   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15040   include:
15041     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15042     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15043     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15044     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15045     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15046   layout:
15047     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15048     layout: "plot-throughput-speedup-analysis"
15049
15050 - type: "plot"
15051   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15052   algorithm: "plot_tsa_name"
15053   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15054   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15055   include:
15056     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15057     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15058     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15059     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15061   layout:
15062     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15063     layout: "plot-throughput-speedup-analysis"
15064
15065 - type: "plot"
15066   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15067   algorithm: "plot_tsa_name"
15068   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15069   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15070   include:
15071     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15072     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15073     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15074     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15075     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15076   layout:
15077     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15078     layout: "plot-throughput-speedup-analysis"
15079
15080 - type: "plot"
15081   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15082   algorithm: "plot_tsa_name"
15083   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15084   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15085   include:
15086     - "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"
15087     - "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"
15088     - "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"
15089     - "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"
15090   layout:
15091     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15092     layout: "plot-throughput-speedup-analysis"
15093
15094 - type: "plot"
15095   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15096   algorithm: "plot_tsa_name"
15097   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15099   include:
15100     - "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"
15101     - "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"
15102     - "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"
15103     - "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"
15104   layout:
15105     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15106     layout: "plot-throughput-speedup-analysis"
15107
15108 - type: "plot"
15109   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15110   algorithm: "plot_tsa_name"
15111   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15113   include:
15114     - "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"
15115     - "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"
15116     - "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"
15117     - "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"
15118   layout:
15119     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15120     layout: "plot-throughput-speedup-analysis"
15121
15122 - type: "plot"
15123   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15124   algorithm: "plot_tsa_name"
15125   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15127   include:
15128     - "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"
15129     - "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"
15130     - "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"
15131     - "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"
15132   layout:
15133     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15134     layout: "plot-throughput-speedup-analysis"
15135
15136 - type: "plot"
15137   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15138   algorithm: "plot_tsa_name"
15139   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15141   include:
15142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15148   layout:
15149     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15150     layout: "plot-throughput-speedup-analysis"
15151
15152 - type: "plot"
15153   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15154   algorithm: "plot_tsa_name"
15155   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15156   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15157   include:
15158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15164   layout:
15165     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15166     layout: "plot-throughput-speedup-analysis"
15167
15168 - type: "plot"
15169   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15170   algorithm: "plot_tsa_name"
15171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15173   include:
15174     - "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"
15175     - "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"
15176     - "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"
15177     - "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"
15178     - "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"
15179     - "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"
15180   layout:
15181     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15182     layout: "plot-throughput-speedup-analysis"
15183
15184 - type: "plot"
15185   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15186   algorithm: "plot_tsa_name"
15187   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15189   include:
15190     - "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"
15191     - "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"
15192     - "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"
15193     - "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"
15194     - "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"
15195     - "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"
15196   layout:
15197     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15198     layout: "plot-throughput-speedup-analysis"
15199
15200 - type: "plot"
15201   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15202   algorithm: "plot_tsa_name"
15203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15205   include:
15206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15212   layout:
15213     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15214     layout: "plot-throughput-speedup-analysis"
15215
15216 - type: "plot"
15217   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15218   algorithm: "plot_tsa_name"
15219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15221   include:
15222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15228   layout:
15229     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15230     layout: "plot-throughput-speedup-analysis"
15231
15232 - type: "plot"
15233   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15234   algorithm: "plot_tsa_name"
15235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15237   include:
15238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15243   layout:
15244     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15245     layout: "plot-throughput-speedup-analysis"
15246
15247 - type: "plot"
15248   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15249   algorithm: "plot_tsa_name"
15250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15252   include:
15253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15258   layout:
15259     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15260     layout: "plot-throughput-speedup-analysis"
15261
15262 - type: "plot"
15263   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15264   algorithm: "plot_tsa_name"
15265   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15267   include:
15268     - "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"
15269     - "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"
15270   layout:
15271     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15272     layout: "plot-throughput-speedup-analysis"
15273
15274 - type: "plot"
15275   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15276   algorithm: "plot_tsa_name"
15277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15279   include:
15280     - "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"
15281     - "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"
15282   layout:
15283     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15284     layout: "plot-throughput-speedup-analysis"
15285
15286 - type: "plot"
15287   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15288   algorithm: "plot_tsa_name"
15289   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15291   include:
15292     - "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"
15293     - "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"
15294   layout:
15295     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15296     layout: "plot-throughput-speedup-analysis"
15297
15298 - type: "plot"
15299   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15300   algorithm: "plot_tsa_name"
15301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15303   include:
15304     - "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"
15305     - "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"
15306   layout:
15307     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15308     layout: "plot-throughput-speedup-analysis"
15309
15310 - type: "plot"
15311   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15312   algorithm: "plot_tsa_name"
15313   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15314   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15315   include:
15316     - "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"
15317     - "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"
15318     - "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"
15319     - "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"
15320     - "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"
15321     - "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"
15322   layout:
15323     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15324     layout: "plot-throughput-speedup-analysis"
15325
15326 - type: "plot"
15327   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15328   algorithm: "plot_tsa_name"
15329   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15330   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15331   include:
15332     - "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"
15333     - "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"
15334     - "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"
15335     - "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"
15336     - "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"
15337     - "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"
15338   layout:
15339     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15340     layout: "plot-throughput-speedup-analysis"
15341
15342 - type: "plot"
15343   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15344   algorithm: "plot_tsa_name"
15345   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15346   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15347   include:
15348     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15349     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15350     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15351     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15352     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15353   layout:
15354     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15355     layout: "plot-throughput-speedup-analysis"
15356
15357 - type: "plot"
15358   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15359   algorithm: "plot_tsa_name"
15360   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15361   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15362   include:
15363     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15364     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15365     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15366     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15367     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15368   layout:
15369     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15370     layout: "plot-throughput-speedup-analysis"
15371
15372 - type: "plot"
15373   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15374   algorithm: "plot_tsa_name"
15375   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15376   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15377   include:
15378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15383   layout:
15384     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15385     layout: "plot-throughput-speedup-analysis"
15386
15387 - type: "plot"
15388   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15389   algorithm: "plot_tsa_name"
15390   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15391   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15392   include:
15393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15398   layout:
15399     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15400     layout: "plot-throughput-speedup-analysis"
15401
15402 - type: "plot"
15403   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15404   algorithm: "plot_tsa_name"
15405   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15406   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15407   include:
15408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15412   layout:
15413     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15414     layout: "plot-throughput-speedup-analysis"
15415
15416 - type: "plot"
15417   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15418   algorithm: "plot_tsa_name"
15419   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15420   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15421   include:
15422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15424     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15425     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15426   layout:
15427     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15428     layout: "plot-throughput-speedup-analysis"
15429
15430 - type: "plot"
15431   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15432   algorithm: "plot_tsa_name"
15433   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15434   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15435   include:
15436     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15437     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15438     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15439     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15440   layout:
15441     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15442     layout: "plot-throughput-speedup-analysis"
15443
15444 - type: "plot"
15445   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15446   algorithm: "plot_tsa_name"
15447   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15448   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15449   include:
15450     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15451     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15452     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15453     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15454   layout:
15455     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15456     layout: "plot-throughput-speedup-analysis"
15457
15458 - type: "plot"
15459   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15460   algorithm: "plot_tsa_name"
15461   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15462   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15463   include:
15464     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15465     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15466     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15467     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15468     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15469   layout:
15470     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15471     layout: "plot-throughput-speedup-analysis"
15472
15473 - type: "plot"
15474   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15475   algorithm: "plot_tsa_name"
15476   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15477   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15478   include:
15479     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15480     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15481     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15482     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15483     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15484   layout:
15485     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15486     layout: "plot-throughput-speedup-analysis"
15487
15488 - type: "plot"
15489   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15490   algorithm: "plot_tsa_name"
15491   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15492   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15493   include:
15494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15495     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15496     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15497     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15498     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15499     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15500   layout:
15501     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15502     layout: "plot-throughput-speedup-analysis"
15503
15504 - type: "plot"
15505   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15506   algorithm: "plot_tsa_name"
15507   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15508   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15509   include:
15510     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15511     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15512     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15513     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15514     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15515     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15516   layout:
15517     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15518     layout: "plot-throughput-speedup-analysis"
15519
15520 - type: "plot"
15521   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15522   algorithm: "plot_tsa_name"
15523   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15524   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15525   include:
15526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15530   layout:
15531     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15532     layout: "plot-throughput-speedup-analysis"
15533
15534 - type: "plot"
15535   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15536   algorithm: "plot_tsa_name"
15537   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15538   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15539   include:
15540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15544   layout:
15545     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15546     layout: "plot-throughput-speedup-analysis"
15547
15548 - type: "plot"
15549   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15550   algorithm: "plot_tsa_name"
15551   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15552   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15553   include:
15554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15560   layout:
15561     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15562     layout: "plot-throughput-speedup-analysis"
15563
15564 - type: "plot"
15565   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15566   algorithm: "plot_tsa_name"
15567   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15568   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15569   include:
15570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15576   layout:
15577     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15578     layout: "plot-throughput-speedup-analysis"
15579
15580 - type: "plot"
15581   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15582   algorithm: "plot_tsa_name"
15583   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15584   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15585   include:
15586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15592   layout:
15593     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15594     layout: "plot-throughput-speedup-analysis"
15595
15596 - type: "plot"
15597   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15598   algorithm: "plot_tsa_name"
15599   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15600   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15601   include:
15602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15608   layout:
15609     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15610     layout: "plot-throughput-speedup-analysis"
15611
15612 - type: "plot"
15613   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15614   algorithm: "plot_tsa_name"
15615   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15616   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15617   include:
15618     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15619     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15620     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15621     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15622     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15623     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15624   layout:
15625     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15626     layout: "plot-throughput-speedup-analysis"
15627
15628 - type: "plot"
15629   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15630   algorithm: "plot_tsa_name"
15631   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15632   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15633   include:
15634     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15635     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15636     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15637     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15638     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15639     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15640   layout:
15641     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15642     layout: "plot-throughput-speedup-analysis"
15643
15644 - type: "plot"
15645   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15646   algorithm: "plot_tsa_name"
15647   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15648   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15649   include:
15650     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15651     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15652     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15653     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15654     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15655     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15656   layout:
15657     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15658     layout: "plot-throughput-speedup-analysis"
15659
15660 - type: "plot"
15661   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15662   algorithm: "plot_tsa_name"
15663   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15664   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15665   include:
15666     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15667     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15668     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15669     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15670     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15671     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15672   layout:
15673     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15674     layout: "plot-throughput-speedup-analysis"
15675
15676 - type: "plot"
15677   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15678   algorithm: "plot_tsa_name"
15679   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15680   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15681   include:
15682     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15683     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15684     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15685     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15686     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15687     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15688   layout:
15689     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15690     layout: "plot-throughput-speedup-analysis"
15691
15692 - type: "plot"
15693   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15694   algorithm: "plot_tsa_name"
15695   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15696   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15697   include:
15698     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15699     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15700     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15701     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15702     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15703     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15704   layout:
15705     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15706     layout: "plot-throughput-speedup-analysis"
15707
15708 #- type: "plot"
15709 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15710 #  algorithm: "plot_tsa_name"
15711 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15712 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15713 #  include:
15714 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15715 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15716 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15717 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15718 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15719 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15720 #  layout:
15721 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15722 #    layout: "plot-throughput-speedup-analysis"
15723 #
15724 #- type: "plot"
15725 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15726 #  algorithm: "plot_tsa_name"
15727 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15728 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15729 #  include:
15730 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15731 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15732 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15733 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15734 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15735 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15736 #  layout:
15737 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15738 #    layout: "plot-throughput-speedup-analysis"
15739
15740 #- type: "plot"
15741 #  title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15742 #  algorithm: "plot_tsa_name"
15743 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15744 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15745 #  include:
15746 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15747 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15748 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15749 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15750 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15751 #  layout:
15752 #    title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15753 #    layout: "plot-throughput-speedup-analysis"
15754 #
15755 #- type: "plot"
15756 #  title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15757 #  algorithm: "plot_tsa_name"
15758 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15759 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15760 #  include:
15761 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15762 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15763 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15764 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15765 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15766 #  layout:
15767 #    title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15768 #    layout: "plot-throughput-speedup-analysis"
15769 #
15770 #- type: "plot"
15771 #  title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15772 #  algorithm: "plot_tsa_name"
15773 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15774 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15775 #  include:
15776 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15777 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15778 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15779 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15780 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15781 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15782 #  layout:
15783 #    title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15784 #    layout: "plot-throughput-speedup-analysis"
15785 #
15786 #- type: "plot"
15787 #  title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15788 #  algorithm: "plot_tsa_name"
15789 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15790 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15791 #  include:
15792 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15793 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15794 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15795 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15796 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15797 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15798 #  layout:
15799 #    title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15800 #    layout: "plot-throughput-speedup-analysis"
15801 #
15802 #- type: "plot"
15803 #  title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15804 #  algorithm: "plot_tsa_name"
15805 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15806 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15807 #  include:
15808 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15809 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15810 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15811 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15812 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15813 #  layout:
15814 #    title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15815 #    layout: "plot-throughput-speedup-analysis"
15816 #
15817 #- type: "plot"
15818 #  title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15819 #  algorithm: "plot_tsa_name"
15820 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15821 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15822 #  include:
15823 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15824 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15825 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15826 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15827 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15828 #  layout:
15829 #    title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15830 #    layout: "plot-throughput-speedup-analysis"
15831 #
15832 #- type: "plot"
15833 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15834 #  algorithm: "plot_tsa_name"
15835 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15836 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15837 #  include:
15838 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15839 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15840 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15841 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15842 #  layout:
15843 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15844 #    layout: "plot-throughput-speedup-analysis"
15845 #
15846 #- type: "plot"
15847 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15848 #  algorithm: "plot_tsa_name"
15849 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15850 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15851 #  include:
15852 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15853 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15854 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15855 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15856 #  layout:
15857 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15858 #    layout: "plot-throughput-speedup-analysis"
15859 #
15860 #- type: "plot"
15861 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15862 #  algorithm: "plot_tsa_name"
15863 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15864 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15865 #  include:
15866 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15867 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15868 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15869 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15870 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15871 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15872 #  layout:
15873 #    title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15874 #    layout: "plot-throughput-speedup-analysis"
15875 #
15876 #- type: "plot"
15877 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15878 #  algorithm: "plot_tsa_name"
15879 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15880 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15881 #  include:
15882 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15883 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15884 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15885 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15886 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15887 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15888 #  layout:
15889 #    title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15890 #    layout: "plot-throughput-speedup-analysis"
15891 #
15892 #- type: "plot"
15893 #  title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15894 #  algorithm: "plot_tsa_name"
15895 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15896 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15897 #  include:
15898 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15899 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15900 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15901 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15902 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15903 #  layout:
15904 #    title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15905 #    layout: "plot-throughput-speedup-analysis"
15906 #
15907 #- type: "plot"
15908 #  title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15909 #  algorithm: "plot_tsa_name"
15910 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15911 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15912 #  include:
15913 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15914 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15915 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15916 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15917 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15918 #  layout:
15919 #    title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15920 #    layout: "plot-throughput-speedup-analysis"
15921 #
15922 #- type: "plot"
15923 #  title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15924 #  algorithm: "plot_tsa_name"
15925 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15926 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15927 #  include:
15928 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15929 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15930 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15931 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15932 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15933 #  layout:
15934 #    title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15935 #    layout: "plot-throughput-speedup-analysis"
15936 #
15937 #- type: "plot"
15938 #  title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15939 #  algorithm: "plot_tsa_name"
15940 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15941 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15942 #  include:
15943 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15944 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15945 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15946 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15947 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15948 #  layout:
15949 #    title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15950 #    layout: "plot-throughput-speedup-analysis"
15951 #
15952 #- type: "plot"
15953 #  title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15954 #  algorithm: "plot_tsa_name"
15955 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15956 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15957 #  include:
15958 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15959 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15960 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15961 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15962 #  layout:
15963 #    title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15964 #    layout: "plot-throughput-speedup-analysis"
15965 #
15966 #- type: "plot"
15967 #  title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15968 #  algorithm: "plot_tsa_name"
15969 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15970 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15971 #  include:
15972 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15973 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15974 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15975 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15976 #  layout:
15977 #    title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15978 #    layout: "plot-throughput-speedup-analysis"
15979 #
15980 #- type: "plot"
15981 #  title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15982 #  algorithm: "plot_tsa_name"
15983 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15984 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15985 #  include:
15986 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15987 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15988 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15989 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15990 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15991 #  layout:
15992 #    title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15993 #    layout: "plot-throughput-speedup-analysis"
15994 #
15995 #- type: "plot"
15996 #  title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15997 #  algorithm: "plot_tsa_name"
15998 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15999 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16000 #  include:
16001 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16002 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16003 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16004 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16005 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16006 #  layout:
16007 #    title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16008 #    layout: "plot-throughput-speedup-analysis"
16009 #
16010 #- type: "plot"
16011 #  title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16012 #  algorithm: "plot_tsa_name"
16013 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16014 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16015 #  include:
16016 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16017 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16018 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16019 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16020 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16021 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16022 #  layout:
16023 #    title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16024 #    layout: "plot-throughput-speedup-analysis"
16025 #
16026 #- type: "plot"
16027 #  title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16028 #  algorithm: "plot_tsa_name"
16029 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16030 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16031 #  include:
16032 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16033 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16034 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16035 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16036 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16037 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16038 #  layout:
16039 #    title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16040 #    layout: "plot-throughput-speedup-analysis"
16041 #
16042 #- type: "plot"
16043 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16044 #  algorithm: "plot_tsa_name"
16045 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16046 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16047 #  include:
16048 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16049 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16050 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16051 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16052 #  layout:
16053 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16054 #    layout: "plot-throughput-speedup-analysis"
16055 #
16056 #- type: "plot"
16057 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16058 #  algorithm: "plot_tsa_name"
16059 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16060 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16061 #  include:
16062 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16063 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16064 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16065 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16066 #  layout:
16067 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16068 #    layout: "plot-throughput-speedup-analysis"
16069 #
16070 #- type: "plot"
16071 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16072 #  algorithm: "plot_tsa_name"
16073 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16074 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16075 #  include:
16076 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16077 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16078 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16079 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16080 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16081 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16082 #  layout:
16083 #    title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16084 #    layout: "plot-throughput-speedup-analysis"
16085 #
16086 #- type: "plot"
16087 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16088 #  algorithm: "plot_tsa_name"
16089 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16090 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16091 #  include:
16092 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16093 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16094 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16095 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16096 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16097 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16098 #  layout:
16099 #    title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16100 #    layout: "plot-throughput-speedup-analysis"
16101 #
16102 #- type: "plot"
16103 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16104 #  algorithm: "plot_tsa_name"
16105 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16106 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16107 #  include:
16108 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16109 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16110 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16111 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16112 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16113 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16114 #  layout:
16115 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16116 #    layout: "plot-throughput-speedup-analysis"
16117 #
16118 #- type: "plot"
16119 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16120 #  algorithm: "plot_tsa_name"
16121 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16122 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16123 #  include:
16124 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16125 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16126 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16127 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16128 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16129 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16130 #  layout:
16131 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16132 #    layout: "plot-throughput-speedup-analysis"
16133
16134 #- type: "plot"
16135 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16136 #  algorithm: "plot_tsa_name"
16137 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16138 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16139 #  include:
16140 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16141 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16142 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16143 #  layout:
16144 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16145 #    layout: "plot-throughput-speedup-analysis"
16146 #
16147 #- type: "plot"
16148 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16149 #  algorithm: "plot_tsa_name"
16150 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16151 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16152 #  include:
16153 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16154 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16155 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16156 #  layout:
16157 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16158 #    layout: "plot-throughput-speedup-analysis"
16159
16160 ################################################################################
16161
16162 # Packet Throughput - DPDK
16163
16164 # 2n-skx-xxv710
16165
16166 - type: "plot"
16167   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16168   algorithm: "plot_perf_box_name"
16169   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16170   data: "plot-dpdk-throughput-latency-2n-skx"
16171   include:
16172     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16173     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16174   layout:
16175     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16176     layout: "plot-throughput"
16177
16178 - type: "plot"
16179   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16180   algorithm: "plot_perf_box_name"
16181   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16182   data: "plot-dpdk-throughput-latency-2n-skx"
16183   include:
16184     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16185     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16186   layout:
16187     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16188     layout: "plot-throughput"
16189
16190 - type: "plot"
16191   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16192   algorithm: "plot_perf_box_name"
16193   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16194   data: "plot-dpdk-throughput-latency-2n-skx"
16195   include:
16196     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16197     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16198   layout:
16199     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16200     layout: "plot-throughput"
16201
16202 - type: "plot"
16203   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16204   algorithm: "plot_perf_box_name"
16205   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16206   data: "plot-dpdk-throughput-latency-2n-skx"
16207   include:
16208     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16209     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16210   layout:
16211     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16212     layout: "plot-throughput"
16213
16214 # 2n-skx-x710
16215
16216 - type: "plot"
16217   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16218   algorithm: "plot_perf_box_name"
16219   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16220   data: "plot-dpdk-throughput-latency-2n-skx"
16221   include:
16222     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16223     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16224   layout:
16225     title: "2n-skx-x710-64b-2t1c-base-ndr"
16226     layout: "plot-throughput"
16227
16228 - type: "plot"
16229   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16230   algorithm: "plot_perf_box_name"
16231   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16232   data: "plot-dpdk-throughput-latency-2n-skx"
16233   include:
16234     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16235     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16236   layout:
16237     title: "2n-skx-x710-64b-4t2c-base-ndr"
16238     layout: "plot-throughput"
16239
16240 - type: "plot"
16241   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16242   algorithm: "plot_perf_box_name"
16243   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16244   data: "plot-dpdk-throughput-latency-2n-skx"
16245   include:
16246     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16247     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16248   layout:
16249     title: "2n-skx-x710-64b-2t1c-base-pdr"
16250     layout: "plot-throughput"
16251
16252 - type: "plot"
16253   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16254   algorithm: "plot_perf_box_name"
16255   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16256   data: "plot-dpdk-throughput-latency-2n-skx"
16257   include:
16258     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16259     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16260   layout:
16261     title: "2n-skx-x710-64b-4t2c-base-pdr"
16262     layout: "plot-throughput"
16263
16264 # 3n-skx-xxv710
16265
16266 - type: "plot"
16267   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16268   algorithm: "plot_perf_box_name"
16269   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16270   data: "plot-dpdk-throughput-latency-3n-skx"
16271   include:
16272     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16273     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16274   layout:
16275     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16276     layout: "plot-throughput"
16277
16278 - type: "plot"
16279   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16280   algorithm: "plot_perf_box_name"
16281   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16282   data: "plot-dpdk-throughput-latency-3n-skx"
16283   include:
16284     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16285     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16286   layout:
16287     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16288     layout: "plot-throughput"
16289
16290 - type: "plot"
16291   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16292   algorithm: "plot_perf_box_name"
16293   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16294   data: "plot-dpdk-throughput-latency-3n-skx"
16295   include:
16296     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16297     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16298   layout:
16299     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16300     layout: "plot-throughput"
16301
16302 - type: "plot"
16303   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16304   algorithm: "plot_perf_box_name"
16305   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16306   data: "plot-dpdk-throughput-latency-3n-skx"
16307   include:
16308     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16309     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16310   layout:
16311     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16312     layout: "plot-throughput"
16313
16314 # 3n-skx-x710
16315
16316 - type: "plot"
16317   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16318   algorithm: "plot_perf_box_name"
16319   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16320   data: "plot-dpdk-throughput-latency-3n-skx"
16321   include:
16322     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16323     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16324   layout:
16325     title: "3n-skx-x710-64b-2t1c-base-ndr"
16326     layout: "plot-throughput"
16327
16328 - type: "plot"
16329   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16330   algorithm: "plot_perf_box_name"
16331   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16332   data: "plot-dpdk-throughput-latency-3n-skx"
16333   include:
16334     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16335     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16336   layout:
16337     title: "3n-skx-x710-64b-4t2c-base-ndr"
16338     layout: "plot-throughput"
16339
16340 - type: "plot"
16341   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16342   algorithm: "plot_perf_box_name"
16343   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16344   data: "plot-dpdk-throughput-latency-3n-skx"
16345   include:
16346     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16347     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16348   layout:
16349     title: "3n-skx-x710-64b-2t1c-base-pdr"
16350     layout: "plot-throughput"
16351
16352 - type: "plot"
16353   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16354   algorithm: "plot_perf_box_name"
16355   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16356   data: "plot-dpdk-throughput-latency-3n-skx"
16357   include:
16358     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16359     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16360   layout:
16361     title: "3n-skx-x710-64b-4t2c-base-pdr"
16362     layout: "plot-throughput"
16363
16364 # 3n-hsw-xl710
16365
16366 - type: "plot"
16367   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16368   algorithm: "plot_perf_box_name"
16369   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16370   data: "plot-dpdk-throughput-latency-3n-hsw"
16371   include:
16372     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16373     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16374   layout:
16375     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16376     layout: "plot-throughput"
16377
16378 - type: "plot"
16379   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16380   algorithm: "plot_perf_box_name"
16381   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16382   data: "plot-dpdk-throughput-latency-3n-hsw"
16383   include:
16384     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16385     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16386   layout:
16387     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16388     layout: "plot-throughput"
16389
16390 - type: "plot"
16391   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16392   algorithm: "plot_perf_box_name"
16393   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16394   data: "plot-dpdk-throughput-latency-3n-hsw"
16395   include:
16396     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16397     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16398   layout:
16399     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16400     layout: "plot-throughput"
16401
16402 - type: "plot"
16403   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16404   algorithm: "plot_perf_box_name"
16405   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16406   data: "plot-dpdk-throughput-latency-3n-hsw"
16407   include:
16408     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16409     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16410   layout:
16411     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16412     layout: "plot-throughput"
16413
16414 # 3n-hsw-x710
16415
16416 - type: "plot"
16417   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16418   algorithm: "plot_perf_box_name"
16419   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16420   data: "plot-dpdk-throughput-latency-3n-hsw"
16421   include:
16422     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16423     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16424   layout:
16425     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16426     layout: "plot-throughput"
16427
16428 - type: "plot"
16429   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16430   algorithm: "plot_perf_box_name"
16431   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16432   data: "plot-dpdk-throughput-latency-3n-hsw"
16433   include:
16434     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16435     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16436   layout:
16437     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16438     layout: "plot-throughput"
16439
16440 - type: "plot"
16441   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16442   algorithm: "plot_perf_box_name"
16443   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16444   data: "plot-dpdk-throughput-latency-3n-hsw"
16445   include:
16446     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16447     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16448   layout:
16449     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16450     layout: "plot-throughput"
16451
16452 - type: "plot"
16453   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16454   algorithm: "plot_perf_box_name"
16455   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16456   data: "plot-dpdk-throughput-latency-3n-hsw"
16457   include:
16458     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16459     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16460   layout:
16461     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16462     layout: "plot-throughput"
16463
16464 ## 2n-dnv-x553
16465 #
16466 #- type: "plot"
16467 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16468 #  algorithm: "plot_perf_box_name"
16469 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16470 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16471 #  include:
16472 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16473 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16474 #  layout:
16475 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16476 #    layout: "plot-throughput"
16477 #
16478 #- type: "plot"
16479 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16480 #  algorithm: "plot_perf_box_name"
16481 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16482 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16483 #  include:
16484 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16485 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16486 #  layout:
16487 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
16488 #    layout: "plot-throughput"
16489 #
16490 #- type: "plot"
16491 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16492 #  algorithm: "plot_perf_box_name"
16493 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16494 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16495 #  include:
16496 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16497 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16498 #  layout:
16499 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
16500 #    layout: "plot-throughput"
16501 #
16502 #- type: "plot"
16503 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16504 #  algorithm: "plot_perf_box_name"
16505 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16506 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16507 #  include:
16508 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16509 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16510 #  layout:
16511 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
16512 #    layout: "plot-throughput"
16513 #
16514 ## 3n-dnv-x553
16515 #
16516 #- type: "plot"
16517 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16518 #  algorithm: "plot_perf_box_name"
16519 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16520 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16521 #  include:
16522 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16523 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16524 #  layout:
16525 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
16526 #    layout: "plot-throughput"
16527 #
16528 #- type: "plot"
16529 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16530 #  algorithm: "plot_perf_box_name"
16531 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16532 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16533 #  include:
16534 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16535 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16536 #  layout:
16537 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
16538 #    layout: "plot-throughput"
16539 #
16540 #- type: "plot"
16541 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16542 #  algorithm: "plot_perf_box_name"
16543 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16544 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16545 #  include:
16546 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16547 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16548 #  layout:
16549 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
16550 #    layout: "plot-throughput"
16551 #
16552 #- type: "plot"
16553 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16554 #  algorithm: "plot_perf_box_name"
16555 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16556 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16557 #  include:
16558 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16559 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16560 #  layout:
16561 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
16562 #    layout: "plot-throughput"
16563
16564 # 3n-tsh-x520
16565
16566 - type: "plot"
16567   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16568   algorithm: "plot_perf_box_name"
16569   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16570   data: "plot-dpdk-throughput-latency-3n-tsh"
16571   include:
16572     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16573     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16574   layout:
16575     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16576     layout: "plot-throughput"
16577
16578 - type: "plot"
16579   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16580   algorithm: "plot_perf_box_name"
16581   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16582   data: "plot-dpdk-throughput-latency-3n-tsh"
16583   include:
16584     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16585     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16586   layout:
16587     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16588     layout: "plot-throughput"
16589
16590 - type: "plot"
16591   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16592   algorithm: "plot_perf_box_name"
16593   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16594   data: "plot-dpdk-throughput-latency-3n-tsh"
16595   include:
16596     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16597     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16598   layout:
16599     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16600     layout: "plot-throughput"
16601
16602 - type: "plot"
16603   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16604   algorithm: "plot_perf_box_name"
16605   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16606   data: "plot-dpdk-throughput-latency-3n-tsh"
16607   include:
16608     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16609     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16610   layout:
16611     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16612     layout: "plot-throughput"
16613
16614 ################################################################################
16615 ###   2n-clx                                                                 ###
16616 ################################################################################
16617
16618 # Packet Throughput
16619
16620 - type: "plot"
16621   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16622   algorithm: "plot_perf_box_name"
16623   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16625   include:
16626     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16627     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16628     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16629     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16630   layout:
16631     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16632     layout: "plot-throughput"
16633
16634 - type: "plot"
16635   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16636   algorithm: "plot_perf_box_name"
16637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16639   include:
16640     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16641     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16642     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16643     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16644   layout:
16645     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16646     layout: "plot-throughput"
16647
16648 - type: "plot"
16649   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16650   algorithm: "plot_perf_box_name"
16651   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16653   include:
16654     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16655     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16656     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16657     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16658   layout:
16659     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16660     layout: "plot-throughput"
16661
16662 - type: "plot"
16663   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16664   algorithm: "plot_perf_box_name"
16665   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16666   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16667   include:
16668     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16669     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16670     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16671     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16672   layout:
16673     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16674     layout: "plot-throughput"
16675
16676 - type: "plot"
16677   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16678   algorithm: "plot_perf_box_name"
16679   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16680   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16681   include:
16682     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16683     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16684     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16685     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16686   layout:
16687     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16688     layout: "plot-throughput"
16689
16690 - type: "plot"
16691   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16692   algorithm: "plot_perf_box_name"
16693   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16695   include:
16696     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16697     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16698     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16699     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16700   layout:
16701     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16702     layout: "plot-throughput"
16703
16704 - type: "plot"
16705   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16706   algorithm: "plot_perf_box_name"
16707   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16709   include:
16710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16713     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16714     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16715     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16716   layout:
16717     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16718     layout: "plot-throughput"
16719
16720 - type: "plot"
16721   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16722   algorithm: "plot_perf_box_name"
16723   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16725   include:
16726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16729     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16730     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16731     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16732   layout:
16733     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16734     layout: "plot-throughput"
16735
16736 - type: "plot"
16737   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16738   algorithm: "plot_perf_box_name"
16739   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16740   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16741   include:
16742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16746   layout:
16747     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16748     layout: "plot-throughput"
16749
16750 - type: "plot"
16751   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16752   algorithm: "plot_perf_box_name"
16753   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16754   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16755   include:
16756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16760   layout:
16761     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16762     layout: "plot-throughput"
16763
16764 - type: "plot"
16765   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16766   algorithm: "plot_perf_box_name"
16767   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16768   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16769   include:
16770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16773   layout:
16774     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16775     layout: "plot-throughput"
16776
16777 - type: "plot"
16778   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16779   algorithm: "plot_perf_box_name"
16780   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16781   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16782   include:
16783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16786   layout:
16787     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16788     layout: "plot-throughput"
16789
16790 - type: "plot"
16791   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16792   algorithm: "plot_perf_box_name"
16793   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16795   include:
16796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16801   layout:
16802     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16803     layout: "plot-throughput"
16804
16805 - type: "plot"
16806   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16807   algorithm: "plot_perf_box_name"
16808   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16810   include:
16811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16816   layout:
16817     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16818     layout: "plot-throughput"
16819
16820 - type: "plot"
16821   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16822   algorithm: "plot_perf_box_name"
16823   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16824   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16825   include:
16826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16829   layout:
16830     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16831     layout: "plot-throughput"
16832
16833 - type: "plot"
16834   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16835   algorithm: "plot_perf_box_name"
16836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16838   include:
16839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16842   layout:
16843     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16844     layout: "plot-throughput"
16845
16846 - type: "plot"
16847   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16848   algorithm: "plot_perf_box_name"
16849   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16851   include:
16852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16858   layout:
16859     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16860     layout: "plot-throughput"
16861
16862 - type: "plot"
16863   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16864   algorithm: "plot_perf_box_name"
16865   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16867   include:
16868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16874   layout:
16875     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16876     layout: "plot-throughput"
16877
16878 - type: "plot"
16879   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-ndr"
16880   algorithm: "plot_perf_box_name"
16881   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-ndr"
16882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16883   include:
16884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H1-P63-S63-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p63-s63-ndrpdr"
16886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H16384-P63-S1032192-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H262144-P63-S16515072-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H65536-P63-S4128758-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16890   layout:
16891     title: "2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-ndr"
16892     layout: "plot-throughput"
16893
16894 - type: "plot"
16895   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-pdr"
16896   algorithm: "plot_perf_box_name"
16897   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-pdr"
16898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16899   include:
16900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H1-P63-S63-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p63-s63-ndrpdr"
16902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H16384-P63-S1032192-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H262144-P63-S16515072-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H65536-P63-S4128758-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16906   layout:
16907     title: "2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-pdr"
16908     layout: "plot-throughput"
16909
16910 - type: "plot"
16911   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16912   algorithm: "plot_perf_box_name"
16913   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16914   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16915   include:
16916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16922   layout:
16923     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16924     layout: "plot-throughput"
16925
16926 - type: "plot"
16927   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16928   algorithm: "plot_perf_box_name"
16929   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16931   include:
16932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16938   layout:
16939     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16940     layout: "plot-throughput"
16941
16942 - type: "plot"
16943   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16944   algorithm: "plot_perf_box_name"
16945   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16947   include:
16948     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16949     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16950   layout:
16951     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16952     layout: "plot-throughput"
16953
16954 - type: "plot"
16955   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16956   algorithm: "plot_perf_box_name"
16957   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16959   include:
16960     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16961     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16962   layout:
16963     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16964     layout: "plot-throughput"
16965
16966 - type: "plot"
16967   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16968   algorithm: "plot_perf_box_name"
16969   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16971   include:
16972     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16973     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16974     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16975     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16976     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16977     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16978   layout:
16979     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16980     layout: "plot-throughput"
16981
16982 - type: "plot"
16983   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16984   algorithm: "plot_perf_box_name"
16985   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16987   include:
16988     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16989     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16990     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16991     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16992     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16993     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16994   layout:
16995     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16996     layout: "plot-throughput"
16997
16998 - type: "plot"
16999   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17000   algorithm: "plot_perf_box_name"
17001   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17002   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17003   include:
17004     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17005     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17006     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17007     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17008     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17009     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17010   layout:
17011     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17012     layout: "plot-throughput"
17013
17014 - type: "plot"
17015   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17016   algorithm: "plot_perf_box_name"
17017   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17018   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17019   include:
17020     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17021     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17022     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17023     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17024     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17025     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17026   layout:
17027     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17028     layout: "plot-throughput"
17029
17030 - type: "plot"
17031   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17032   algorithm: "plot_perf_box_name"
17033   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17034   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17035   include:
17036     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17037     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17038     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17039     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17040     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17041     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17042   layout:
17043     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17044     layout: "plot-throughput"
17045
17046 - type: "plot"
17047   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17048   algorithm: "plot_perf_box_name"
17049   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17050   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17051   include:
17052     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17053     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17054     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17055     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17056     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17057     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17058   layout:
17059     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17060     layout: "plot-throughput"
17061
17062 - type: "plot"
17063   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17064   algorithm: "plot_perf_box_name"
17065   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17066   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17067   include:
17068     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17069     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17070     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17071     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17072     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17073   layout:
17074     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17075     layout: "plot-throughput"
17076
17077 - type: "plot"
17078   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17079   algorithm: "plot_perf_box_name"
17080   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17082   include:
17083     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17084     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17085     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17086     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17087     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17088   layout:
17089     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17090     layout: "plot-throughput"
17091
17092 - type: "plot"
17093   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17094   algorithm: "plot_perf_box_name"
17095   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17097   include:
17098     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17099     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17100     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17101     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17102     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17103   layout:
17104     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17105     layout: "plot-throughput"
17106
17107 - type: "plot"
17108   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17109   algorithm: "plot_perf_box_name"
17110   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17112   include:
17113     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17114     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17115     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17116     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17117     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17118   layout:
17119     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17120     layout: "plot-throughput"
17121
17122 - type: "plot"
17123   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17124   algorithm: "plot_perf_box_name"
17125   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17127   include:
17128     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17129     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17130     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17131     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17132     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17133   layout:
17134     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17135     layout: "plot-throughput"
17136
17137 - type: "plot"
17138   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17139   algorithm: "plot_perf_box_name"
17140   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17142   include:
17143     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17144     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17145     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17146     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17147     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17148   layout:
17149     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17150     layout: "plot-throughput"
17151
17152 - type: "plot"
17153   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17154   algorithm: "plot_perf_box_name"
17155   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17157   include:
17158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17163   layout:
17164     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17165     layout: "plot-throughput"
17166
17167 - type: "plot"
17168   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17169   algorithm: "plot_perf_box_name"
17170   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17172   include:
17173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17177     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17178   layout:
17179     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17180     layout: "plot-throughput"
17181
17182 - type: "plot"
17183   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17184   algorithm: "plot_perf_box_name"
17185   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17187   include:
17188     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17189     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17190     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17191     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17192     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17193   layout:
17194     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17195     layout: "plot-throughput"
17196
17197 - type: "plot"
17198   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17199   algorithm: "plot_perf_box_name"
17200   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17201   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17202   include:
17203     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17204     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17205     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17206     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17207     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17208   layout:
17209     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17210     layout: "plot-throughput"
17211
17212 - type: "plot"
17213   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17214   algorithm: "plot_perf_box_name"
17215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17217   include:
17218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17224   layout:
17225     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17226     layout: "plot-throughput"
17227
17228 - type: "plot"
17229   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17230   algorithm: "plot_perf_box_name"
17231   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17233   include:
17234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17240   layout:
17241     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17242     layout: "plot-throughput"
17243
17244 - type: "plot"
17245   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17246   algorithm: "plot_perf_box_name"
17247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17249   include:
17250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17254   layout:
17255     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17256     layout: "plot-throughput"
17257
17258 - type: "plot"
17259   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17260   algorithm: "plot_perf_box_name"
17261   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17262   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17263   include:
17264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17268   layout:
17269     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17270     layout: "plot-throughput"
17271
17272 - type: "plot"
17273   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17274   algorithm: "plot_perf_box_name"
17275   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17276   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17277   include:
17278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17284   layout:
17285     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17286     layout: "plot-throughput"
17287
17288 - type: "plot"
17289   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17290   algorithm: "plot_perf_box_name"
17291   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17293   include:
17294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17297     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17298     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17299     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17300   layout:
17301     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17302     layout: "plot-throughput"
17303
17304 - type: "plot"
17305   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17306   algorithm: "plot_perf_box_name"
17307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17309   include:
17310     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17311     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17313     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17314   layout:
17315     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17316     layout: "plot-throughput"
17317
17318 - type: "plot"
17319   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17320   algorithm: "plot_perf_box_name"
17321   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17323   include:
17324     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17328   layout:
17329     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17330     layout: "plot-throughput"
17331
17332 - type: "plot"
17333   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17334   algorithm: "plot_perf_box_name"
17335   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17336   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17337   include:
17338     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17339     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17340     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17341     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17342     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17343     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17344   layout:
17345     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17346     layout: "plot-throughput"
17347
17348 - type: "plot"
17349   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17350   algorithm: "plot_perf_box_name"
17351   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17352   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17353   include:
17354     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17355     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17356     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17357     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17358     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17359     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17360   layout:
17361     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17362     layout: "plot-throughput"
17363
17364 - type: "plot"
17365   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17366   algorithm: "plot_perf_box_name"
17367   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17368   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17369   include:
17370     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17371     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17372     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17373     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17374   layout:
17375     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17376     layout: "plot-throughput"
17377
17378 - type: "plot"
17379   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17380   algorithm: "plot_perf_box_name"
17381   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17382   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17383   include:
17384     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17385     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17386     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17387     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17388   layout:
17389     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17390     layout: "plot-throughput"
17391
17392 - type: "plot"
17393   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17394   algorithm: "plot_perf_box_name"
17395   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17397   include:
17398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17403   layout:
17404     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17405     layout: "plot-throughput"
17406
17407 - type: "plot"
17408   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17409   algorithm: "plot_perf_box_name"
17410   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17412   include:
17413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17418   layout:
17419     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17420     layout: "plot-throughput"
17421
17422 - type: "plot"
17423   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17424   algorithm: "plot_perf_box_name"
17425   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17426   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17427   include:
17428     - "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"
17429     - "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"
17430     - "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"
17431     - "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"
17432     - "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"
17433   layout:
17434     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17435     layout: "plot-throughput"
17436
17437 - type: "plot"
17438   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17439   algorithm: "plot_perf_box_name"
17440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17442   include:
17443     - "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"
17444     - "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"
17445     - "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"
17446     - "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"
17447     - "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"
17448   layout:
17449     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17450     layout: "plot-throughput"
17451
17452 - type: "plot"
17453   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17454   algorithm: "plot_perf_box_name"
17455   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17456   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17457   include:
17458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17463   layout:
17464     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17465     layout: "plot-throughput"
17466
17467 - type: "plot"
17468   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17469   algorithm: "plot_perf_box_name"
17470   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17472   include:
17473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17478   layout:
17479     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17480     layout: "plot-throughput"
17481
17482 - type: "plot"
17483   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17484   algorithm: "plot_perf_box_name"
17485   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17486   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17487   include:
17488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17493   layout:
17494     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17495     layout: "plot-throughput"
17496
17497 - type: "plot"
17498   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17499   algorithm: "plot_perf_box_name"
17500   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17501   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17502   include:
17503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17506     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17508   layout:
17509     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17510     layout: "plot-throughput"
17511
17512 - type: "plot"
17513   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17514   algorithm: "plot_perf_box_name"
17515   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17517   include:
17518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17521     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17522   layout:
17523     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17524     layout: "plot-throughput"
17525
17526 - type: "plot"
17527   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17528   algorithm: "plot_perf_box_name"
17529   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17530   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17531   include:
17532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17533     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17534     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17535     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17536   layout:
17537     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17538     layout: "plot-throughput"
17539
17540 - type: "plot"
17541   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17542   algorithm: "plot_perf_box_name"
17543   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17545   include:
17546     - "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"
17547     - "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"
17548     - "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"
17549     - "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"
17550   layout:
17551     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17552     layout: "plot-throughput"
17553
17554 - type: "plot"
17555   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17556   algorithm: "plot_perf_box_name"
17557   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17559   include:
17560     - "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"
17561     - "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"
17562     - "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"
17563     - "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"
17564   layout:
17565     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17566     layout: "plot-throughput"
17567
17568 - type: "plot"
17569   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17570   algorithm: "plot_perf_box_name"
17571   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17572   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17573   include:
17574     - "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"
17575     - "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"
17576     - "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"
17577     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17578     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17579     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17580   layout:
17581     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17582     layout: "plot-throughput"
17583
17584 - type: "plot"
17585   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17586   algorithm: "plot_perf_box_name"
17587   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17588   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17589   include:
17590     - "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"
17591     - "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"
17592     - "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"
17593     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17594     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17595     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17596   layout:
17597     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17598     layout: "plot-throughput"
17599
17600 ################################################################################
17601
17602 # Packet Speedup
17603
17604 - type: "plot"
17605   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17606   algorithm: "plot_tsa_name"
17607   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17608   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17609   include:
17610     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17611     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17612     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17613     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17614   layout:
17615     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17616     layout: "plot-throughput-speedup-analysis"
17617
17618 - type: "plot"
17619   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17620   algorithm: "plot_tsa_name"
17621   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17623   include:
17624     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17625     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17626     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17627     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17628   layout:
17629     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17630     layout: "plot-throughput-speedup-analysis"
17631
17632 - type: "plot"
17633   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17634   algorithm: "plot_tsa_name"
17635   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17636   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17637   include:
17638     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17639     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17640     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17641     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17642   layout:
17643     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17644     layout: "plot-throughput-speedup-analysis"
17645
17646 - type: "plot"
17647   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17648   algorithm: "plot_tsa_name"
17649   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17650   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17651   include:
17652     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17653     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17654     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17655     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17656   layout:
17657     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17658     layout: "plot-throughput-speedup-analysis"
17659
17660 - type: "plot"
17661   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17662   algorithm: "plot_tsa_name"
17663   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17665   include:
17666     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17667     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17668     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17669     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17670   layout:
17671     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17672     layout: "plot-throughput-speedup-analysis"
17673
17674 - type: "plot"
17675   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17676   algorithm: "plot_tsa_name"
17677   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17679   include:
17680     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17681     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17682     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17683     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17684   layout:
17685     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17686     layout: "plot-throughput-speedup-analysis"
17687
17688 - type: "plot"
17689   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17690   algorithm: "plot_tsa_name"
17691   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17693   include:
17694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17697     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17698     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17699     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17700   layout:
17701     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17702     layout: "plot-throughput-speedup-analysis"
17703
17704 - type: "plot"
17705   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17706   algorithm: "plot_tsa_name"
17707   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17709   include:
17710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17713     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17714     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17715     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17716   layout:
17717     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17718     layout: "plot-throughput-speedup-analysis"
17719
17720 - type: "plot"
17721   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17722   algorithm: "plot_tsa_name"
17723   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17725   include:
17726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17730   layout:
17731     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17732     layout: "plot-throughput-speedup-analysis"
17733
17734 - type: "plot"
17735   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17736   algorithm: "plot_tsa_name"
17737   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17738   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17739   include:
17740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17744   layout:
17745     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17746     layout: "plot-throughput-speedup-analysis"
17747
17748 - type: "plot"
17749   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17750   algorithm: "plot_tsa_name"
17751   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17753   include:
17754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17757   layout:
17758     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17759     layout: "plot-throughput-speedup-analysis"
17760
17761 - type: "plot"
17762   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17763   algorithm: "plot_tsa_name"
17764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17766   include:
17767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17770   layout:
17771     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17772     layout: "plot-throughput-speedup-analysis"
17773
17774 - type: "plot"
17775   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17776   algorithm: "plot_tsa_name"
17777   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17779   include:
17780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17785   layout:
17786     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17787     layout: "plot-throughput-speedup-analysis"
17788
17789 - type: "plot"
17790   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17791   algorithm: "plot_tsa_name"
17792   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17794   include:
17795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17800   layout:
17801     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17802     layout: "plot-throughput-speedup-analysis"
17803
17804 - type: "plot"
17805   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17806   algorithm: "plot_tsa_name"
17807   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17808   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17809   include:
17810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17813   layout:
17814     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17815     layout: "plot-throughput-speedup-analysis"
17816
17817 - type: "plot"
17818   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17819   algorithm: "plot_tsa_name"
17820   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17822   include:
17823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17826   layout:
17827     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17828     layout: "plot-throughput-speedup-analysis"
17829
17830 - type: "plot"
17831   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17832   algorithm: "plot_tsa_name"
17833   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17835   include:
17836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17842   layout:
17843     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17844     layout: "plot-throughput-speedup-analysis"
17845
17846 - type: "plot"
17847   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17848   algorithm: "plot_tsa_name"
17849   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17851   include:
17852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17858   layout:
17859     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17860     layout: "plot-throughput-speedup-analysis"
17861
17862 - type: "plot"
17863   title: "Speedup: 2n-clx-xxv710-64b-features-nat44det-scale-avf-ndr-tsa"
17864   algorithm: "plot_tsa_name"
17865   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-nat44det-scale-avf-ndr-tsa"
17866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17867   include:
17868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H1-P63-S63-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p63-s63-ndrpdr"
17870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H16384-P63-S1032192-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H262144-P63-S16515072-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H65536-P63-S4128758-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17874   layout:
17875     title: "2n-clx-xxv710-64b-features-nat44det-scale-avf-ndr"
17876     layout: "plot-throughput-speedup-analysis"
17877
17878 - type: "plot"
17879   title: "Speedup: 2n-clx-xxv710-64b-features-nat44det-scale-avf-pdr-tsa"
17880   algorithm: "plot_tsa_name"
17881   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-nat44det-scale-avf-pdr-tsa"
17882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17883   include:
17884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H1-P63-S63-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p63-s63-ndrpdr"
17886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H16384-P63-S1032192-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H262144-P63-S16515072-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H65536-P63-S4128758-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17890   layout:
17891     title: "2n-clx-xxv710-64b-features-nat44det-scale-avf-pdr"
17892     layout: "plot-throughput-speedup-analysis"
17893
17894 - type: "plot"
17895   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17896   algorithm: "plot_tsa_name"
17897   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17899   include:
17900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17906   layout:
17907     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17908     layout: "plot-throughput-speedup-analysis"
17909
17910 - type: "plot"
17911   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17912   algorithm: "plot_tsa_name"
17913   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17914   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17915   include:
17916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17922   layout:
17923     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17924     layout: "plot-throughput-speedup-analysis"
17925
17926 - type: "plot"
17927   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17928   algorithm: "plot_tsa_name"
17929   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17931   include:
17932     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17933     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17934   layout:
17935     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17936     layout: "plot-throughput-speedup-analysis"
17937
17938 - type: "plot"
17939   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17940   algorithm: "plot_tsa_name"
17941   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17943   include:
17944     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17945     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17946   layout:
17947     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17948     layout: "plot-throughput-speedup-analysis"
17949
17950 - type: "plot"
17951   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17952   algorithm: "plot_tsa_name"
17953   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17955   include:
17956     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17957     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17958     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17959     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17960     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17961     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17962   layout:
17963     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17964     layout: "plot-throughput-speedup-analysis"
17965
17966 - type: "plot"
17967   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17968   algorithm: "plot_tsa_name"
17969   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17971   include:
17972     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17973     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17974     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17975     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17976     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17977     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17978   layout:
17979     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17980     layout: "plot-throughput-speedup-analysis"
17981
17982 - type: "plot"
17983   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17984   algorithm: "plot_tsa_name"
17985   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17987   include:
17988     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17989     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17990     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17991     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17992     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17993     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17994   layout:
17995     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17996     layout: "plot-throughput-speedup-analysis"
17997
17998 - type: "plot"
17999   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18000   algorithm: "plot_tsa_name"
18001   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18002   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18003   include:
18004     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18005     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18006     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18007     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18008     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18009     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18010   layout:
18011     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18012     layout: "plot-throughput-speedup-analysis"
18013
18014 - type: "plot"
18015   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18016   algorithm: "plot_tsa_name"
18017   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18018   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18019   include:
18020     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18022     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18023     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18024     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18025     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18026   layout:
18027     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18028     layout: "plot-throughput-speedup-analysis"
18029
18030 - type: "plot"
18031   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18032   algorithm: "plot_tsa_name"
18033   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18034   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18035   include:
18036     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18037     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18038     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18039     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18040     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18041     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18042   layout:
18043     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18044     layout: "plot-throughput-speedup-analysis"
18045
18046 - type: "plot"
18047   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18048   algorithm: "plot_tsa_name"
18049   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18050   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18051   include:
18052     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18053     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18054     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18055     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18056     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18057   layout:
18058     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18059     layout: "plot-throughput-speedup-analysis"
18060
18061 - type: "plot"
18062   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18063   algorithm: "plot_tsa_name"
18064   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18065   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18066   include:
18067     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18068     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18069     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18070     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18071     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18072   layout:
18073     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18074     layout: "plot-throughput-speedup-analysis"
18075
18076 - type: "plot"
18077   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18078   algorithm: "plot_tsa_name"
18079   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18080   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18081   include:
18082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18083     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18084     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18085     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18086     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18087   layout:
18088     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18089     layout: "plot-throughput-speedup-analysis"
18090
18091 - type: "plot"
18092   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18093   algorithm: "plot_tsa_name"
18094   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18096   include:
18097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18098     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18099     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18100     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18101     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18102   layout:
18103     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18104     layout: "plot-throughput-speedup-analysis"
18105
18106 - type: "plot"
18107   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18108   algorithm: "plot_tsa_name"
18109   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18111   include:
18112     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18113     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18114     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18115     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18116     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18117   layout:
18118     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18119     layout: "plot-throughput-speedup-analysis"
18120
18121 - type: "plot"
18122   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18123   algorithm: "plot_tsa_name"
18124   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18126   include:
18127     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18128     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18129     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18130     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18131     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18132   layout:
18133     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18134     layout: "plot-throughput-speedup-analysis"
18135
18136 - type: "plot"
18137   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18138   algorithm: "plot_tsa_name"
18139   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18141   include:
18142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18147   layout:
18148     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18149     layout: "plot-throughput-speedup-analysis"
18150
18151 - type: "plot"
18152   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18153   algorithm: "plot_tsa_name"
18154   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18156   include:
18157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18162   layout:
18163     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18164     layout: "plot-throughput-speedup-analysis"
18165
18166 - type: "plot"
18167   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18168   algorithm: "plot_tsa_name"
18169   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18171   include:
18172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18177   layout:
18178     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18179     layout: "plot-throughput-speedup-analysis"
18180
18181 - type: "plot"
18182   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18183   algorithm: "plot_tsa_name"
18184   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18186   include:
18187     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18188     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18189     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18190     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18191     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18192   layout:
18193     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18194     layout: "plot-throughput-speedup-analysis"
18195
18196 - type: "plot"
18197   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18198   algorithm: "plot_tsa_name"
18199   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18201   include:
18202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18208   layout:
18209     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18210     layout: "plot-throughput-speedup-analysis"
18211
18212 - type: "plot"
18213   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18214   algorithm: "plot_tsa_name"
18215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18217   include:
18218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18224   layout:
18225     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18226     layout: "plot-throughput-speedup-analysis"
18227
18228 - type: "plot"
18229   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18230   algorithm: "plot_tsa_name"
18231   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18233   include:
18234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18238   layout:
18239     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18240     layout: "plot-throughput-speedup-analysis"
18241
18242 - type: "plot"
18243   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18244   algorithm: "plot_tsa_name"
18245   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18246   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18247   include:
18248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18252   layout:
18253     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18254     layout: "plot-throughput-speedup-analysis"
18255
18256 - type: "plot"
18257   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18258   algorithm: "plot_tsa_name"
18259   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18261   include:
18262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18268   layout:
18269     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18270     layout: "plot-throughput-speedup-analysis"
18271
18272 - type: "plot"
18273   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18274   algorithm: "plot_tsa_name"
18275   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18276   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18277   include:
18278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18284   layout:
18285     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18286     layout: "plot-throughput-speedup-analysis"
18287
18288 - type: "plot"
18289   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18290   algorithm: "plot_tsa_name"
18291   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18293   include:
18294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18297     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18298   layout:
18299     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18300     layout: "plot-throughput-speedup-analysis"
18301
18302 - type: "plot"
18303   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18304   algorithm: "plot_tsa_name"
18305   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18306   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18307   include:
18308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18309     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18310     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18311     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18312   layout:
18313     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18314     layout: "plot-throughput-speedup-analysis"
18315
18316 - type: "plot"
18317   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18318   algorithm: "plot_tsa_name"
18319   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18320   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18321   include:
18322     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18323     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18324     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18325     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18326     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18327     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18328   layout:
18329     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18330     layout: "plot-throughput-speedup-analysis"
18331
18332 - type: "plot"
18333   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18334   algorithm: "plot_tsa_name"
18335   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18336   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18337   include:
18338     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18339     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18340     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18341     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18342     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18343     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18344   layout:
18345     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18346     layout: "plot-throughput-speedup-analysis"
18347
18348 - type: "plot"
18349   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18350   algorithm: "plot_tsa_name"
18351   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18352   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18353   include:
18354     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18355     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18356     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18357     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18358   layout:
18359     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18360     layout: "plot-throughput-speedup-analysis"
18361
18362 - type: "plot"
18363   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18364   algorithm: "plot_tsa_name"
18365   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18366   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18367   include:
18368     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18369     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18370     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18371     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18372   layout:
18373     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18374     layout: "plot-throughput-speedup-analysis"
18375
18376 - type: "plot"
18377   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18378   algorithm: "plot_tsa_name"
18379   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18380   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18381   include:
18382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18387   layout:
18388     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18389     layout: "plot-throughput-speedup-analysis"
18390
18391 - type: "plot"
18392   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18393   algorithm: "plot_tsa_name"
18394   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18396   include:
18397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18402   layout:
18403     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18404     layout: "plot-throughput-speedup-analysis"
18405
18406 - type: "plot"
18407   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18408   algorithm: "plot_tsa_name"
18409   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18410   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18411   include:
18412     - "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"
18413     - "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"
18414     - "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"
18415     - "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"
18416     - "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"
18417   layout:
18418     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18419     layout: "plot-throughput-speedup-analysis"
18420
18421 - type: "plot"
18422   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18423   algorithm: "plot_tsa_name"
18424   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18425   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18426   include:
18427     - "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"
18428     - "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"
18429     - "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"
18430     - "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"
18431     - "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"
18432   layout:
18433     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18434     layout: "plot-throughput-speedup-analysis"
18435
18436 - type: "plot"
18437   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18438   algorithm: "plot_tsa_name"
18439   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18440   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18441   include:
18442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18447   layout:
18448     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18449     layout: "plot-throughput-speedup-analysis"
18450
18451 - type: "plot"
18452   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18453   algorithm: "plot_tsa_name"
18454   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18455   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18456   include:
18457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18462   layout:
18463     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18464     layout: "plot-throughput-speedup-analysis"
18465
18466 - type: "plot"
18467   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18468   algorithm: "plot_tsa_name"
18469   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18470   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18471   include:
18472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18477   layout:
18478     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18479     layout: "plot-throughput-speedup-analysis"
18480
18481 - type: "plot"
18482   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18483   algorithm: "plot_tsa_name"
18484   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18486   include:
18487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18492   layout:
18493     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18494     layout: "plot-throughput-speedup-analysis"
18495
18496 - type: "plot"
18497   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18498   algorithm: "plot_tsa_name"
18499   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18501   include:
18502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18506   layout:
18507     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18508     layout: "plot-throughput-speedup-analysis"
18509
18510 - type: "plot"
18511   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18512   algorithm: "plot_tsa_name"
18513   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18515   include:
18516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18520   layout:
18521     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18522     layout: "plot-throughput-speedup-analysis"
18523
18524 - type: "plot"
18525   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18526   algorithm: "plot_tsa_name"
18527   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18528   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18529   include:
18530     - "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"
18531     - "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"
18532     - "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"
18533     - "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"
18534   layout:
18535     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18536     layout: "plot-throughput-speedup-analysis"
18537
18538 - type: "plot"
18539   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18540   algorithm: "plot_tsa_name"
18541   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18542   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18543   include:
18544     - "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"
18545     - "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"
18546     - "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"
18547     - "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"
18548   layout:
18549     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
18550     layout: "plot-throughput-speedup-analysis"
18551
18552 - type: "plot"
18553   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18554   algorithm: "plot_tsa_name"
18555   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18557   include:
18558     - "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"
18559     - "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"
18560     - "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"
18561     - "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"
18562     - "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"
18563     - "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"
18564   layout:
18565     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18566     layout: "plot-throughput-speedup-analysis"
18567
18568 - type: "plot"
18569   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18570   algorithm: "plot_tsa_name"
18571   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18572   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18573   include:
18574     - "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"
18575     - "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"
18576     - "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"
18577     - "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"
18578     - "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"
18579     - "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"
18580   layout:
18581     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18582     layout: "plot-throughput-speedup-analysis"
18583
18584 ################################################################################
18585
18586 # Packet Throughput - DPDK
18587
18588 # 2n-clx-xxv710
18589
18590 - type: "plot"
18591   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18592   algorithm: "plot_perf_box_name"
18593   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18594   data: "plot-dpdk-throughput-latency-2n-clx"
18595   include:
18596     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18597     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18598   layout:
18599     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18600     layout: "plot-throughput"
18601
18602 - type: "plot"
18603   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18604   algorithm: "plot_perf_box_name"
18605   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18606   data: "plot-dpdk-throughput-latency-2n-clx"
18607   include:
18608     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18609     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18610   layout:
18611     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18612     layout: "plot-throughput"
18613
18614 - type: "plot"
18615   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18616   algorithm: "plot_perf_box_name"
18617   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18618   data: "plot-dpdk-throughput-latency-2n-clx"
18619   include:
18620     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18621     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18622   layout:
18623     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18624     layout: "plot-throughput"
18625
18626 - type: "plot"
18627   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18628   algorithm: "plot_perf_box_name"
18629   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18630   data: "plot-dpdk-throughput-latency-2n-clx"
18631   include:
18632     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18633     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18634   layout:
18635     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18636     layout: "plot-throughput"
18637
18638 # 2n-clx-x710
18639
18640 - type: "plot"
18641   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18642   algorithm: "plot_perf_box_name"
18643   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18644   data: "plot-dpdk-throughput-latency-2n-clx"
18645   include:
18646     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18647     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18648   layout:
18649     title: "2n-clx-x710-64b-2t1c-base-ndr"
18650     layout: "plot-throughput"
18651
18652 - type: "plot"
18653   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18654   algorithm: "plot_perf_box_name"
18655   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18656   data: "plot-dpdk-throughput-latency-2n-clx"
18657   include:
18658     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18659     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18660   layout:
18661     title: "2n-clx-x710-64b-4t2c-base-ndr"
18662     layout: "plot-throughput"
18663
18664 - type: "plot"
18665   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18666   algorithm: "plot_perf_box_name"
18667   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18668   data: "plot-dpdk-throughput-latency-2n-clx"
18669   include:
18670     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18671     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18672   layout:
18673     title: "2n-clx-x710-64b-2t1c-base-pdr"
18674     layout: "plot-throughput"
18675
18676 - type: "plot"
18677   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18678   algorithm: "plot_perf_box_name"
18679   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18680   data: "plot-dpdk-throughput-latency-2n-clx"
18681   include:
18682     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18683     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18684   layout:
18685     title: "2n-clx-x710-64b-4t2c-base-pdr"
18686     layout: "plot-throughput"
18687
18688 ################################################################################
18689
18690 - type: "plot"
18691   title: "Latency by percentile: 2n-skx"
18692   algorithm: "plot_hdrh_lat_by_percentile"
18693   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18694   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18695   target-links: "../../_static/vpp"
18696   data: "plot-vpp-hdrh-lat-2n-skx"
18697   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18698   layout:
18699     layout: "plot-hdrh-latency-by-percentile"
18700
18701 - type: "plot"
18702   title: "Latency by percentile: 3n-skx"
18703   algorithm: "plot_hdrh_lat_by_percentile"
18704   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18705   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18706   target-links: "../../_static/vpp"
18707   data: "plot-vpp-hdrh-lat-3n-skx"
18708   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18709   layout:
18710     layout: "plot-hdrh-latency-by-percentile"
18711
18712 - type: "plot"
18713   title: "Latency by percentile: 2n-clx"
18714   algorithm: "plot_hdrh_lat_by_percentile"
18715   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18716   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18717   target-links: "../../_static/vpp"
18718   data: "plot-vpp-hdrh-lat-2n-clx"
18719   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18720   layout:
18721     layout: "plot-hdrh-latency-by-percentile"
18722
18723 - type: "plot"
18724   title: "Latency by percentile: 3n-hsw"
18725   algorithm: "plot_hdrh_lat_by_percentile"
18726   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18727   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18728   target-links: "../../_static/vpp"
18729   data: "plot-vpp-hdrh-lat-3n-hsw"
18730   filter: "'1T1C' and 'NIC_Intel-XL710'"
18731   layout:
18732     layout: "plot-hdrh-latency-by-percentile"
18733
18734 - type: "plot"
18735   title: "Latency by percentile: 3n-tsh"
18736   algorithm: "plot_hdrh_lat_by_percentile"
18737   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18738   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18739   target-links: "../../_static/vpp"
18740   data: "plot-vpp-hdrh-lat-3n-tsh"
18741   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18742   layout:
18743     layout: "plot-hdrh-latency-by-percentile"
18744
18745 - type: "plot"
18746   title: "Latency by percentile: DPDK 2n-skx"
18747   algorithm: "plot_hdrh_lat_by_percentile"
18748   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18749   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18750   target-links: "../../_static/dpdk"
18751   data: "plot-dpdk-hdrh-lat-2n-skx"
18752   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18753   layout:
18754     layout: "plot-hdrh-latency-by-percentile"
18755
18756 - type: "plot"
18757   title: "Latency by percentile: DPDK 3n-skx"
18758   algorithm: "plot_hdrh_lat_by_percentile"
18759   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18760   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18761   target-links: "../../_static/dpdk"
18762   data: "plot-dpdk-hdrh-lat-3n-skx"
18763   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18764   layout:
18765     layout: "plot-hdrh-latency-by-percentile"
18766
18767 - type: "plot"
18768   title: "Latency by percentile: DPDK 2n-clx"
18769   algorithm: "plot_hdrh_lat_by_percentile"
18770   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18771   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18772   target-links: "../../_static/dpdk"
18773   data: "plot-dpdk-hdrh-lat-2n-clx"
18774   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18775   layout:
18776     layout: "plot-hdrh-latency-by-percentile"
18777
18778 - type: "plot"
18779   title: "Latency by percentile: DPDK 3n-hsw"
18780   algorithm: "plot_hdrh_lat_by_percentile"
18781   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18782   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18783   target-links: "../../_static/dpdk"
18784   data: "plot-dpdk-hdrh-lat-3n-hsw"
18785   filter: "'1T1C' and 'NIC_Intel-XL710'"
18786   layout:
18787     layout: "plot-hdrh-latency-by-percentile"
18788
18789 - type: "plot"
18790   title: "Latency by percentile: DPDK 3n-tsh"
18791   algorithm: "plot_hdrh_lat_by_percentile"
18792   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18793   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18794   target-links: "../../_static/dpdk"
18795   data: "plot-dpdk-hdrh-lat-3n-tsh"
18796   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18797   layout:
18798     layout: "plot-hdrh-latency-by-percentile"