a525ed2fc9a0b2ec97476861add02351e2868a29
[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         - 21  # rls2005 NDRPDR iter env 5
809     vpp-performance-changes-2n-clx-cmp:
810       # TODO: Add:
811       csit-vpp-perf-report-iterative-2009-2n-clx:
812         - 7   # RC2 NDRPDR iter env5
813         - 9   # RC2 NDRPDR iter env5
814         - 10  # RC2 NDRPDR iter env5
815         - 12  # RC2 NDRPDR iter env5
816         - 14  # RC2 NDRPDR iter env5
817
818     vpp-performance-changes-2n-dnv-h1:
819       csit-vpp-perf-verify-2001-2n-dnv:
820         - 4   # NDRPDR sel
821         - 5   # NDRPDR sel
822         - 6   # NDRPDR sel
823         - 7   # NDRPDR sel
824         - 8   # NDRPDR sel
825         - 9   # NDRPDR sel
826         - 10  # NDRPDR sel
827         - 11  # NDRPDR sel
828         - 13  # NDRPDR sel
829         - 16  # NDRPDR sel
830     vpp-performance-changes-2n-dnv-ref:
831       csit-vpp-perf-report-iterative-2005-2n-dnv:
832         - 3   # NDRPDR sel
833         - 6   # NDRPDR sel
834         - 7   # NDRPDR sel
835         - 8   # NDRPDR sel
836         - 9   # NDRPDR sel
837         - 10  # NDRPDR sel
838         - 11  # NDRPDR sel
839         - 12  # NDRPDR sel
840         - 13  # NDRPDR sel
841         - 14  # NDRPDR sel
842     vpp-performance-changes-2n-dnv-cmp:
843       # TODO: Replace:
844       # csit-vpp-perf-report-iterative-2009-2n-dnv:
845       csit-vpp-perf-report-iterative-2005-2n-dnv:
846         - 3   # NDRPDR sel
847         - 6   # NDRPDR sel
848         - 7   # NDRPDR sel
849         - 8   # NDRPDR sel
850         - 9   # NDRPDR sel
851         - 10  # NDRPDR sel
852         - 11  # NDRPDR sel
853         - 12  # NDRPDR sel
854         - 13  # NDRPDR sel
855         - 14  # NDRPDR sel
856
857     vpp-performance-changes-3n-dnv-h1:
858       csit-vpp-perf-verify-2001-3n-dnv:
859         - 5   # NDRPDR sel
860         - 6   # NDRPDR sel
861         - 7   # NDRPDR sel
862         - 8   # NDRPDR sel
863         - 9   # NDRPDR sel
864         - 10  # NDRPDR sel
865         - 12  # NDRPDR sel
866         - 16  # NDRPDR sel
867         - 17  # NDRPDR sel
868         - 18  # NDRPDR sel
869     vpp-performance-changes-3n-dnv-ref:
870       csit-vpp-perf-report-iterative-2005-3n-dnv:
871         - 2   # NDRPDR sel
872         - 3   # NDRPDR sel
873         - 4   # NDRPDR sel
874         - 5   # NDRPDR sel
875         - 6   # NDRPDR sel
876         - 7   # NDRPDR sel
877         - 9   # NDRPDR sel
878         - 10  # NDRPDR sel
879         - 11  # NDRPDR sel
880         - 12  # NDRPDR sel
881     vpp-performance-changes-3n-dnv-cmp:
882       # TODO: Replace:
883       # csit-vpp-perf-report-iterative-2009-3n-dnv:
884       csit-vpp-perf-report-iterative-2005-3n-dnv:
885         - 2   # NDRPDR sel
886         - 3   # NDRPDR sel
887         - 4   # NDRPDR sel
888         - 5   # NDRPDR sel
889         - 6   # NDRPDR sel
890         - 7   # NDRPDR sel
891         - 9   # NDRPDR sel
892         - 10  # NDRPDR sel
893         - 11  # NDRPDR sel
894         - 12  # NDRPDR sel
895
896     vpp-performance-changes-3n-tsh-h1:
897       csit-vpp-perf-report-iterative-2005-3n-tsh:
898         - 28  # NDRPDR sel 2001.0-4
899         - 29  # NDRPDR sel 2001.0-4
900         - 31  # NDRPDR sel 2001.0-4
901     vpp-performance-changes-3n-tsh-ref-env4:
902       csit-vpp-perf-report-iterative-2005-3n-tsh:
903         - 23  # NDRPDR sel env 4
904         - 25  # NDRPDR sel env 4
905         - 33  # NDRPDR sel env 4
906         - 34  # NDRPDR sel env 4
907         - 35  # NDRPDR sel env 4
908         - 36  # NDRPDR sel env 4
909         - 37  # NDRPDR sel env 4
910         - 38  # NDRPDR sel env 4
911         - 39  # NDRPDR sel env 4
912         - 40  # NDRPDR sel env 4
913     vpp-performance-changes-3n-tsh-ref-env5:
914       csit-vpp-perf-report-iterative-2009-3n-tsh:
915         - 8   # rls2005 NDRPDR iter env 5
916     vpp-performance-changes-3n-tsh-cmp:
917       # TODO: Replace:
918       csit-vpp-perf-report-iterative-2009-3n-tsh:
919         - 7   # RC2 NDRPDR iter env5
920
921     vpp-soak-vs-ndr-2n-skx-ref:
922       # TODO: Replace:
923       # csit-vpp-perf-report-iterative-2009-2n-skx:
924       csit-vpp-perf-report-iterative-2005-2n-skx:
925         - 88  # NDRPDR sel env 4
926         - 89  # NDRPDR sel env 4
927         - 90  # NDRPDR sel env 4
928         - 91  # NDRPDR sel env 4
929         - 92  # NDRPDR sel env 4
930         - 93  # NDRPDR sel env 4
931         - 94  # NDRPDR sel env 4
932         - 125 # NDRPDR sel env 4
933         - 126 # NDRPDR sel env 4
934         - 127 # NDRPDR sel env 4
935     vpp-soak-vs-ndr-2n-skx-cmp:
936       # TODO: Replace:
937       # csit-vpp-perf-report-iterative-2009-2n-skx:
938       csit-vpp-perf-report-iterative-2005-2n-skx:
939         - 122 # Soak
940         - 123 # Soak
941     vpp-soak-vs-ndr-2n-skx:
942       # TODO: Replace:
943       # csit-vpp-perf-report-iterative-2009-2n-skx:
944       csit-vpp-perf-report-iterative-2005-2n-skx:
945         - 88  # NDRPDR sel env 4
946         - 89  # NDRPDR sel env 4
947         - 90  # NDRPDR sel env 4
948         - 91  # NDRPDR sel env 4
949         - 92  # NDRPDR sel env 4
950         - 93  # NDRPDR sel env 4
951         - 94  # NDRPDR sel env 4
952         - 125 # NDRPDR sel env 4
953         - 126 # NDRPDR sel env 4
954         - 127 # NDRPDR sel env 4
955         - 122 # Soak
956         - 123 # Soak
957
958     vpp-soak-vs-ndr-2n-clx-ref:
959       # TODO: Replace:
960       # csit-vpp-perf-report-iterative-2009-2n-clx:
961       csit-vpp-perf-report-iterative-2005-2n-clx:
962         - 62  # NDRPDR sel env 4
963         - 63  # NDRPDR sel env 4
964         - 64  # NDRPDR sel env 4
965         - 65  # NDRPDR sel env 4
966         - 66  # NDRPDR sel env 4
967         - 68  # NDRPDR sel env 4
968         - 69  # NDRPDR sel env 4
969         - 70  # NDRPDR sel env 4
970         - 103 # NDRPDR sel env 4
971         - 104 # NDRPDR sel env 4
972     vpp-soak-vs-ndr-2n-clx-cmp:
973       # TODO: Replace:
974       # csit-vpp-perf-report-iterative-2009-2n-clx:
975       csit-vpp-perf-report-iterative-2005-2n-clx:
976         - 101 # Soak
977         - 102 # Soak
978     vpp-soak-vs-ndr-2n-clx:
979       # TODO: Replace:
980       # csit-vpp-perf-report-iterative-2009-2n-clx:
981       csit-vpp-perf-report-iterative-2005-2n-clx:
982         - 62  # NDRPDR sel env 4
983         - 63  # NDRPDR sel env 4
984         - 64  # NDRPDR sel env 4
985         - 65  # NDRPDR sel env 4
986         - 66  # NDRPDR sel env 4
987         - 68  # NDRPDR sel env 4
988         - 69  # NDRPDR sel env 4
989         - 70  # NDRPDR sel env 4
990         - 103 # NDRPDR sel env 4
991         - 104 # NDRPDR sel env 4
992         - 101 # Soak
993         - 102 # Soak
994
995     vpp-performance-changes-3n-hsw-mrr-h1:
996       csit-vpp-perf-verify-2001-3n-hsw:
997         - 17  # MRR sel
998     vpp-performance-changes-3n-hsw-mrr-ref-env4:
999       csit-vpp-perf-report-iterative-2005-3n-hsw:
1000         - 30  # MRR env 4
1001     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1002       csit-vpp-perf-report-iterative-2009-3n-hsw:
1003         - 18  # rls2005 MRR iter env 5
1004     vpp-performance-changes-3n-hsw-mrr-cmp:
1005       # TODO: Replace:
1006       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1007       csit-vpp-perf-report-iterative-2005-3n-hsw:
1008         - 30  # MRR env 4
1009
1010     vpp-performance-changes-3n-skx-mrr-h1:
1011       csit-vpp-perf-verify-2001-3n-skx:
1012         - 50  # MRR sel
1013         - 53  # MRR sel addition
1014     vpp-performance-changes-3n-skx-mrr-ref-env4:
1015       csit-vpp-perf-report-iterative-2005-3n-skx:
1016         - 49  # MRR sel env 4
1017     vpp-performance-changes-3n-skx-mrr-ref-env5:
1018       csit-vpp-perf-report-iterative-2009-3n-skx:
1019         - 17  # rls2005 MRR iter env 5
1020     vpp-performance-changes-3n-skx-mrr-cmp:
1021       # TODO: Replace:
1022       # csit-vpp-perf-report-iterative-2009-3n-skx:
1023       csit-vpp-perf-report-iterative-2005-3n-skx:
1024         - 49  # MRR sel env 4
1025
1026     vpp-performance-changes-2n-skx-mrr-h1:
1027       csit-vpp-perf-verify-2001-2n-skx:
1028         - 101 # MRR sel
1029         - 128 # MRR sel addition
1030     vpp-performance-changes-2n-skx-mrr-ref-env4:
1031       csit-vpp-perf-report-iterative-2005-2n-skx:
1032         - 99  # MRR sel env 4
1033     vpp-performance-changes-2n-skx-mrr-ref-env5:
1034       csit-vpp-perf-report-iterative-2009-2n-skx:
1035         - 20  # rls2005 MRR iter env 5
1036     vpp-performance-changes-2n-skx-mrr-cmp:
1037       # TODO: Replace:
1038       # csit-vpp-perf-report-iterative-2009-2n-skx:
1039       csit-vpp-perf-report-iterative-2005-2n-skx:
1040         - 99  # MRR sel env 4
1041
1042     vpp-performance-changes-2n-clx-mrr-h1:
1043       csit-vpp-perf-verify-2001-2n-clx:
1044         - 39  # MRR
1045     vpp-performance-changes-2n-clx-mrr-ref-env4:
1046       csit-vpp-perf-report-iterative-2005-2n-clx:
1047         - 72   # MRR sel env 4
1048     vpp-performance-changes-2n-clx-mrr-ref-env5:
1049       csit-vpp-perf-report-iterative-2009-2n-clx:
1050         - 16  # rls2005 MRR iter env 5
1051     vpp-performance-changes-2n-clx-mrr-cmp:
1052       # TODO: Replace:
1053       # csit-vpp-perf-report-iterative-2009-2n-clx:
1054       csit-vpp-perf-report-iterative-2005-2n-clx:
1055         - 72   # MRR sel env 4
1056
1057 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1058 #      csit-vpp-perf-verify-1908-2n-skx:
1059 #        - 71  # NFV MRR
1060 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1061 #      # csit-vpp-perf-verify-2001-2n-skx:
1062 #      csit-vpp-perf-verify-1908-2n-skx:
1063 #        - 71  # NFV MRR
1064
1065     vpp-performance-changes-2n-dnv-mrr-h1:
1066       csit-vpp-perf-verify-2001-2n-dnv:
1067         - 12  # MRR sel
1068     vpp-performance-changes-2n-dnv-mrr-ref:
1069       csit-vpp-perf-report-iterative-2005-2n-dnv:
1070         - 15  # MRR sel
1071     vpp-performance-changes-2n-dnv-mrr-cmp:
1072       # TODO: Replace:
1073       # csit-vpp-perf-report-iterative-2009-2n-dnv:
1074       csit-vpp-perf-report-iterative-2005-2n-dnv:
1075         - 15  # MRR sel
1076
1077     vpp-performance-changes-3n-dnv-mrr-h1:
1078       csit-vpp-perf-verify-2001-3n-dnv:
1079         - 11  # MRR sel
1080     vpp-performance-changes-3n-dnv-mrr-ref:
1081       csit-vpp-perf-report-iterative-2005-3n-dnv:
1082         - 8   # MRR
1083     vpp-performance-changes-3n-dnv-mrr-cmp:
1084       # TODO: Replace:
1085       # csit-vpp-perf-report-iterative-2009-3n-dnv:
1086       csit-vpp-perf-report-iterative-2005-3n-dnv:
1087         - 8   # MRR
1088
1089     vpp-performance-changes-3n-tsh-mrr-h1:
1090       csit-vpp-perf-verify-2001-3n-tsh:
1091         - 9   # MRR sel
1092     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1093       csit-vpp-perf-report-iterative-2005-3n-tsh:
1094         - 27  # MRR sel env 4
1095     vpp-performance-changes-3n-tsh-mrr-cmp:
1096       # TODO: Replace:
1097       # csit-vpp-perf-report-iterative-2009-3n-tsh:
1098       csit-vpp-perf-report-iterative-2005-3n-tsh:
1099         - 27  # MRR sel env 4
1100
1101     dpdk-performance-changes-3n-hsw-h1:
1102       csit-dpdk-perf-verify-2001-3n-hsw:
1103         - 4   # NDRPDR sel
1104         - 5   # NDRPDR sel
1105         - 6   # NDRPDR sel
1106         - 7   # NDRPDR sel
1107         - 8   # NDRPDR sel
1108         - 9   # NDRPDR sel
1109         - 10  # NDRPDR sel
1110         - 11  # NDRPDR sel
1111         - 12  # NDRPDR sel
1112         - 13  # NDRPDR sel
1113         - 15  # NDRPDR sel
1114         - 16  # NDRPDR sel
1115         - 17  # NDRPDR sel
1116         - 18  # NDRPDR sel
1117         - 19  # NDRPDR sel
1118         - 20  # NDRPDR sel
1119         - 21  # NDRPDR sel
1120         - 22  # NDRPDR sel
1121         - 23  # NDRPDR sel
1122         - 24  # NDRPDR sel
1123     dpdk-performance-changes-3n-hsw-ref:
1124       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1125         - 25  # NDRPDR iter
1126         - 26  # NDRPDR iter
1127         - 27  # NDRPDR iter
1128         - 28  # NDRPDR iter
1129         - 29  # NDRPDR iter
1130         - 30  # NDRPDR iter
1131         - 31  # NDRPDR iter
1132         - 32  # NDRPDR iter
1133         - 33  # NDRPDR iter
1134         - 34  # NDRPDR iter
1135     dpdk-performance-changes-3n-hsw-cmp:
1136       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1137         - 6   # NDRPDR iter env5
1138         - 7   # NDRPDR iter env5
1139         - 8   # NDRPDR iter env5
1140         - 9   # NDRPDR iter env5
1141         - 10  # NDRPDR iter env5
1142         - 11  # NDRPDR iter env5
1143         - 12  # NDRPDR iter env5
1144         - 13  # NDRPDR iter env5
1145         - 14  # NDRPDR iter env5
1146         - 15  # NDRPDR iter env5
1147
1148     dpdk-performance-changes-3n-skx-h1:
1149       csit-dpdk-perf-verify-2001-3n-skx:
1150         - 29  # NDRPDR sel xxv710
1151         - 33  # NDRPDR sel xxv710
1152         - 34  # NDRPDR sel xxv710
1153         - 35  # NDRPDR sel xxv710
1154         - 36  # NDRPDR sel xxv710
1155         - 37  # NDRPDR sel xxv710
1156         - 41  # NDRPDR sel xxv710
1157         - 42  # NDRPDR sel xxv710
1158         - 43  # NDRPDR sel xxv710
1159         - 45  # NDRPDR sel xxv710
1160         - 30  # NDRPDR sel x710
1161         - 31  # NDRPDR sel x710
1162         - 32  # NDRPDR sel x710
1163         - 38  # NDRPDR sel x710
1164         - 39  # NDRPDR sel x710
1165         - 40  # NDRPDR sel x710
1166         - 44  # NDRPDR sel x710
1167         - 46  # NDRPDR sel x710
1168         - 47  # NDRPDR sel x710
1169         - 48  # NDRPDR sel x710
1170     dpdk-performance-changes-3n-skx-ref:
1171       csit-dpdk-perf-report-iterative-2005-3n-skx:
1172         - 28  # NDRPDR iter
1173         - 29  # NDRPDR iter
1174         - 30  # NDRPDR iter
1175         - 31  # NDRPDR iter
1176         - 32  # NDRPDR iter
1177         - 33  # NDRPDR iter
1178         - 34  # NDRPDR iter
1179         - 35  # NDRPDR iter
1180         - 36  # NDRPDR iter
1181         - 37  # NDRPDR iter
1182     dpdk-performance-changes-3n-skx-cmp:
1183       csit-dpdk-perf-report-iterative-2009-3n-skx:
1184         - 4   # NDRPDR sel env5
1185         - 5   # NDRPDR sel env5
1186         - 6   # NDRPDR sel env5
1187         - 7   # NDRPDR sel env5
1188         - 8   # NDRPDR sel env5
1189         - 9   # NDRPDR sel env5
1190         - 14  # NDRPDR sel env5
1191         - 11  # NDRPDR sel env5
1192         - 12  # NDRPDR sel env5
1193         - 13  # NDRPDR sel env5
1194
1195     dpdk-performance-changes-2n-skx-h1:
1196       csit-dpdk-perf-verify-2001-2n-skx:
1197         - 35  # NDRPDR sel xxv710
1198         - 36  # NDRPDR sel xxv710
1199         - 37  # NDRPDR sel xxv710
1200         - 41  # NDRPDR sel xxv710
1201         - 42  # NDRPDR sel xxv710
1202         - 43  # NDRPDR sel xxv710
1203         - 46  # NDRPDR sel xxv710
1204         - 47  # NDRPDR sel xxv710
1205         - 52  # NDRPDR sel xxv710
1206         - 53  # NDRPDR sel xxv710
1207         - 38  # NDRPDR sel x710
1208         - 39  # NDRPDR sel x710
1209         - 40  # NDRPDR sel x710
1210         - 44  # NDRPDR sel x710
1211         - 45  # NDRPDR sel x710
1212         - 48  # NDRPDR sel x710
1213         - 49  # NDRPDR sel x710
1214         - 50  # NDRPDR sel x710
1215         - 51  # NDRPDR sel x710
1216         - 54  # NDRPDR sel x710
1217     dpdk-performance-changes-2n-skx-ref:
1218       csit-dpdk-perf-report-iterative-2005-2n-skx:
1219         - 20  # NDRPDR iter
1220         - 21  # NDRPDR iter
1221         - 22  # NDRPDR iter
1222         - 23  # NDRPDR iter
1223         - 24  # NDRPDR iter
1224         - 25  # NDRPDR iter
1225         - 26  # NDRPDR iter
1226         - 27  # NDRPDR iter
1227         - 28  # NDRPDR iter
1228         - 29  # NDRPDR iter
1229     dpdk-performance-changes-2n-skx-cmp:
1230       csit-dpdk-perf-report-iterative-2009-2n-skx:
1231         - 4   # NDRPDR iter env5
1232         - 5   # NDRPDR iter env5
1233         - 6   # NDRPDR iter env5
1234         - 7   # NDRPDR iter env5
1235         - 8   # NDRPDR iter env5
1236         - 9   # NDRPDR iter env5
1237         - 10  # NDRPDR iter env5
1238         - 11  # NDRPDR iter env5
1239         - 12  # NDRPDR iter env5
1240         - 13  # NDRPDR iter env5
1241
1242     dpdk-performance-changes-2n-clx-h1:
1243       csit-dpdk-perf-verify-2001-2n-clx:
1244         - 15  # NDRPDR sel
1245         - 16  # NDRPDR sel
1246         - 17  # NDRPDR sel
1247         - 18  # NDRPDR sel
1248         - 19  # NDRPDR sel
1249         - 20  # NDRPDR sel
1250         - 21  # NDRPDR sel
1251         - 22  # NDRPDR sel
1252         - 23  # NDRPDR sel
1253         - 24  # NDRPDR sel
1254         - 25  # NDRPDR sel
1255         - 26  # NDRPDR sel
1256         - 27  # NDRPDR sel
1257         - 28  # NDRPDR sel
1258         - 29  # NDRPDR sel
1259         - 30  # NDRPDR sel
1260         - 31  # NDRPDR sel
1261         - 32  # NDRPDR sel
1262         - 33  # NDRPDR sel
1263         - 34  # NDRPDR sel
1264     dpdk-performance-changes-2n-clx-ref:
1265       csit-dpdk-perf-report-iterative-2005-2n-clx:
1266         - 20  # NDRPDR iter
1267         - 21  # NDRPDR iter
1268         - 22  # NDRPDR iter
1269         - 23  # NDRPDR iter
1270         - 24  # NDRPDR iter
1271         - 25  # NDRPDR iter
1272         - 26  # NDRPDR iter
1273         - 27  # NDRPDR iter
1274         - 28  # NDRPDR iter
1275         - 29  # NDRPDR iter
1276     dpdk-performance-changes-2n-clx-cmp:
1277       csit-dpdk-perf-report-iterative-2009-2n-clx:
1278         - 4   # NDRPDR iter env5
1279         - 5   # NDRPDR iter env5
1280         - 6   # NDRPDR iter env5
1281         - 7   # NDRPDR iter env5
1282         - 8   # NDRPDR iter env5
1283         - 9   # NDRPDR iter env5
1284         - 10  # NDRPDR iter env5
1285         - 11  # NDRPDR iter env5
1286         - 12  # NDRPDR iter env5
1287         - 13  # NDRPDR iter env5
1288
1289     dpdk-performance-changes-2n-dnv-h1:
1290       csit-dpdk-perf-verify-2001-2n-dnv:
1291         - 9   # NDRPDR sel
1292         - 10  # NDRPDR sel
1293         - 11  # NDRPDR sel
1294         - 12  # NDRPDR sel
1295         - 13  # NDRPDR sel
1296         - 14  # NDRPDR sel
1297         - 15  # NDRPDR sel
1298         - 16  # NDRPDR sel
1299         - 17  # NDRPDR sel
1300         - 18  # NDRPDR sel
1301     dpdk-performance-changes-2n-dnv-ref:
1302       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1303         - 8   # NDRPDR sel
1304         - 9   # NDRPDR sel
1305         - 10  # NDRPDR sel
1306         - 11  # NDRPDR sel
1307         - 12  # NDRPDR sel
1308         - 13  # NDRPDR sel
1309         - 14  # NDRPDR sel
1310         - 15  # NDRPDR sel
1311         - 16  # NDRPDR sel
1312         - 17  # NDRPDR sel
1313     dpdk-performance-changes-2n-dnv-cmp:
1314       # TODO: Replace:
1315       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
1316       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1317         - 8   # NDRPDR sel
1318         - 9   # NDRPDR sel
1319         - 10  # NDRPDR sel
1320         - 11  # NDRPDR sel
1321         - 12  # NDRPDR sel
1322         - 13  # NDRPDR sel
1323         - 14  # NDRPDR sel
1324         - 15  # NDRPDR sel
1325         - 16  # NDRPDR sel
1326         - 17  # NDRPDR sel
1327
1328     dpdk-performance-changes-3n-dnv-h1:
1329       csit-dpdk-perf-verify-2001-3n-dnv:
1330         - 12  # NDRPDR sel
1331         - 13  # NDRPDR sel
1332         - 14  # NDRPDR sel
1333         - 15  # NDRPDR sel
1334         - 16  # NDRPDR sel
1335         - 17  # NDRPDR sel
1336         - 18  # NDRPDR sel
1337         - 19  # NDRPDR sel
1338         - 20  # NDRPDR sel
1339         - 22  # NDRPDR sel
1340     dpdk-performance-changes-3n-dnv-ref:
1341       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1342         - 6   # NDRPDR sel
1343         - 7   # NDRPDR sel
1344         - 8   # NDRPDR sel
1345         - 9   # NDRPDR sel
1346         - 10  # NDRPDR sel
1347         - 11  # NDRPDR sel
1348         - 12  # NDRPDR sel
1349         - 13  # NDRPDR sel
1350         - 14  # NDRPDR sel
1351         - 16  # NDRPDR sel
1352     dpdk-performance-changes-3n-dnv-cmp:
1353       # TODO: Replace:
1354       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
1355       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1356         - 6   # NDRPDR sel
1357         - 7   # NDRPDR sel
1358         - 8   # NDRPDR sel
1359         - 9   # NDRPDR sel
1360         - 10  # NDRPDR sel
1361         - 11  # NDRPDR sel
1362         - 12  # NDRPDR sel
1363         - 13  # NDRPDR sel
1364         - 14  # NDRPDR sel
1365         - 16  # NDRPDR sel
1366
1367     dpdk-performance-changes-3n-tsh-h1:
1368       csit-dpdk-perf-verify-2001-3n-tsh:
1369         - 3   # NDRPDR sel
1370         - 4   # NDRPDR sel
1371         - 5   # NDRPDR sel
1372         - 9   # NDRPDR sel
1373         - 10  # NDRPDR sel
1374         - 11  # NDRPDR sel
1375         - 12  # NDRPDR sel
1376         - 14  # NDRPDR sel
1377         - 15  # NDRPDR sel
1378         - 18  # NDRPDR sel
1379     dpdk-performance-changes-3n-tsh-ref:
1380       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1381         - 5   # NDRPDR sel
1382     dpdk-performance-changes-3n-tsh-cmp:
1383       # TODO: Add:
1384       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1385         - 1   # NDRPDR iter env5
1386         - 2   # NDRPDR iter env5
1387         - 3   # NDRPDR iter env5
1388         - 4   # NDRPDR iter env5
1389         - 5   # NDRPDR iter env5
1390         - 6   # NDRPDR iter env5
1391         - 7   # NDRPDR iter env5
1392         - 9   # NDRPDR iter env5
1393         - 10  # NDRPDR iter env5
1394
1395     # Compare testbeds
1396
1397     vpp-compare-testbeds-ref:
1398       # TODO: Add:
1399       csit-vpp-perf-report-iterative-2009-3n-hsw:
1400         - 4   # RC2 NDRPDR iter env5
1401         - 5   # RC2 NDRPDR iter env5
1402         - 6   # RC2 NDRPDR iter env5
1403         - 7   # RC2 NDRPDR iter env5
1404         - 8   # RC2 NDRPDR iter env5
1405         - 20  # RC2 NDRPDR iter env5
1406     vpp-compare-testbeds-cmp:
1407       # TODO: Add:
1408       csit-vpp-perf-report-iterative-2009-3n-skx:
1409         - 10  # RC2 NDRPDR iter env5
1410         - 12  # RC2 NDRPDR iter env5
1411         - 14  # RC2 NDRPDR iter env5
1412         - 15  # RC2 NDRPDR iter env5
1413         - 16  # RC2 NDRPDR iter env5
1414
1415     vpp-compare-testbeds-skx-clx-ref:
1416       # TODO: Add:
1417       csit-vpp-perf-report-iterative-2009-2n-skx:
1418         - 8   # RC2 NDRPDR iter env5
1419         - 10  # RC2 NDRPDR iter env5
1420         - 12  # RC2 NDRPDR iter env5
1421         - 14  # RC2 NDRPDR iter env5
1422         - 15  # RC2 NDRPDR iter env5
1423     vpp-compare-testbeds-skx-clx-cmp:
1424       # TODO: Add:
1425       csit-vpp-perf-report-iterative-2009-2n-clx:
1426         - 7   # RC2 NDRPDR iter env5
1427         - 9   # RC2 NDRPDR iter env5
1428         - 10  # RC2 NDRPDR iter env5
1429         - 12  # RC2 NDRPDR iter env5
1430         - 14  # RC2 NDRPDR iter env5
1431
1432     vpp-compare-testbeds-hsw-clx-ref:
1433       # TODO: Add:
1434       csit-vpp-perf-report-iterative-2009-3n-hsw:
1435         - 4   # RC2 NDRPDR iter env5
1436         - 5   # RC2 NDRPDR iter env5
1437         - 6   # RC2 NDRPDR iter env5
1438         - 7   # RC2 NDRPDR iter env5
1439         - 8   # RC2 NDRPDR iter env5
1440         - 20  # RC2 NDRPDR iter env5
1441     vpp-compare-testbeds-hsw-clx-cmp:
1442       # TODO: Add:
1443       csit-vpp-perf-report-iterative-2009-2n-clx:
1444         - 7   # RC2 NDRPDR iter env5
1445         - 9   # RC2 NDRPDR iter env5
1446         - 10  # RC2 NDRPDR iter env5
1447         - 12  # RC2 NDRPDR iter env5
1448         - 14  # RC2 NDRPDR iter env5
1449
1450     vpp-compare-testbeds-mrr-ref:
1451       # TODO: Replace:
1452       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1453       csit-vpp-perf-report-iterative-2005-3n-hsw:
1454         - 30  # MRR env 4
1455     vpp-compare-testbeds-mrr-cmp:
1456       # TODO: Replace:
1457       # csit-vpp-perf-report-iterative-2009-3n-skx:
1458       csit-vpp-perf-report-iterative-2005-3n-skx:
1459         - 49  # MRR sel env 4
1460
1461     vpp-compare-testbeds-mrr-skx-clx-ref:
1462       # TODO: Replace:
1463       # csit-vpp-perf-report-iterative-2009-2n-skx:
1464       csit-vpp-perf-report-iterative-2005-2n-skx:
1465         - 99  # MRR sel env 4
1466     vpp-compare-testbeds-mrr-skx-clx-cmp:
1467       # TODO: Replace:
1468       # csit-vpp-perf-report-iterative-2009-2n-clx:
1469       csit-vpp-perf-report-iterative-2005-2n-clx:
1470         - 72  # MRR env 4
1471
1472     vpp-compare-testbeds-mrr-hsw-clx-ref:
1473       # TODO: Replace:
1474       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1475       csit-vpp-perf-report-iterative-2005-3n-hsw:
1476         - 30  # MRR env 4
1477     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1478       # TODO: Replace:
1479       # csit-vpp-perf-report-iterative-2009-2n-clx:
1480       csit-vpp-perf-report-iterative-2005-2n-clx:
1481         - 72  # MRR env 4
1482
1483     dpdk-compare-testbeds-ref:
1484       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1485         - 6   # NDRPDR iter env5
1486         - 7   # NDRPDR iter env5
1487         - 8   # NDRPDR iter env5
1488         - 9   # NDRPDR iter env5
1489         - 10  # NDRPDR iter env5
1490         - 11  # NDRPDR iter env5
1491         - 12  # NDRPDR iter env5
1492         - 13  # NDRPDR iter env5
1493         - 14  # NDRPDR iter env5
1494         - 15  # NDRPDR iter env5
1495     dpdk-compare-testbeds-cmp:
1496       csit-dpdk-perf-report-iterative-2009-3n-skx:
1497         - 4   # NDRPDR sel env5
1498         - 5   # NDRPDR sel env5
1499         - 6   # NDRPDR sel env5
1500         - 7   # NDRPDR sel env5
1501         - 8   # NDRPDR sel env5
1502         - 9   # NDRPDR sel env5
1503         - 14  # NDRPDR sel env5
1504         - 11  # NDRPDR sel env5
1505         - 12  # NDRPDR sel env5
1506         - 13  # NDRPDR sel env5
1507
1508     dpdk-compare-testbeds-skx-clx-ref:
1509       csit-dpdk-perf-report-iterative-2009-2n-skx:
1510         - 4   # NDRPDR iter env5
1511         - 5   # NDRPDR iter env5
1512         - 6   # NDRPDR iter env5
1513         - 7   # NDRPDR iter env5
1514         - 8   # NDRPDR iter env5
1515         - 9   # NDRPDR iter env5
1516         - 10  # NDRPDR iter env5
1517         - 11  # NDRPDR iter env5
1518         - 12  # NDRPDR iter env5
1519         - 13  # NDRPDR iter env5
1520     dpdk-compare-testbeds-skx-clx-cmp:
1521       csit-dpdk-perf-report-iterative-2009-2n-clx:
1522         - 4   # NDRPDR iter env5
1523         - 5   # NDRPDR iter env5
1524         - 6   # NDRPDR iter env5
1525         - 7   # NDRPDR iter env5
1526         - 8   # NDRPDR iter env5
1527         - 9   # NDRPDR iter env5
1528         - 10  # NDRPDR iter env5
1529         - 11  # NDRPDR iter env5
1530         - 12  # NDRPDR iter env5
1531         - 13  # NDRPDR iter env5
1532
1533     # Compare topologies
1534
1535     vpp-compare-topologies-ref:
1536       # TODO: Add:
1537       csit-vpp-perf-report-iterative-2009-3n-skx:
1538         - 10  # RC2 NDRPDR iter env5
1539         - 12  # RC2 NDRPDR iter env5
1540         - 14  # RC2 NDRPDR iter env5
1541         - 15  # RC2 NDRPDR iter env5
1542         - 16  # RC2 NDRPDR iter env5
1543     vpp-compare-topologies-cmp:
1544       # TODO: Add:
1545       csit-vpp-perf-report-iterative-2009-2n-skx:
1546         - 8   # RC2 NDRPDR iter env5
1547         - 10  # RC2 NDRPDR iter env5
1548         - 12  # RC2 NDRPDR iter env5
1549         - 14  # RC2 NDRPDR iter env5
1550         - 15  # RC2 NDRPDR iter env5
1551
1552     vpp-compare-topologies-mrr-ref:
1553       # TODO: Replace:
1554       # csit-vpp-perf-report-iterative-2009-3n-skx:
1555       csit-vpp-perf-report-iterative-2005-3n-skx:
1556         - 49  # MRR sel env 4
1557     vpp-compare-topologies-mrr-cmp:
1558       # TODO: Replace:
1559       # csit-vpp-perf-report-iterative-2009-2n-skx:
1560       csit-vpp-perf-report-iterative-2005-2n-skx:
1561         - 99  # MRR sel env 4
1562
1563     dpdk-compare-topologies-ref:
1564       csit-dpdk-perf-report-iterative-2009-3n-skx:
1565         - 4   # NDRPDR sel env5
1566         - 5   # NDRPDR sel env5
1567         - 6   # NDRPDR sel env5
1568         - 7   # NDRPDR sel env5
1569         - 8   # NDRPDR sel env5
1570         - 9   # NDRPDR sel env5
1571         - 14  # NDRPDR sel env5
1572         - 11  # NDRPDR sel env5
1573         - 12  # NDRPDR sel env5
1574         - 13  # NDRPDR sel env5
1575     dpdk-compare-topologies-cmp:
1576       csit-dpdk-perf-report-iterative-2009-2n-skx:
1577         - 4   # NDRPDR iter env5
1578         - 5   # NDRPDR iter env5
1579         - 6   # NDRPDR iter env5
1580         - 7   # NDRPDR iter env5
1581         - 8   # NDRPDR iter env5
1582         - 9   # NDRPDR iter env5
1583         - 10  # NDRPDR iter env5
1584         - 11  # NDRPDR iter env5
1585         - 12  # NDRPDR iter env5
1586         - 13  # NDRPDR iter env5
1587
1588   plot-layouts:
1589
1590     plot-soak-throughput:
1591       titlefont:
1592         size: 18
1593       xaxis:
1594         title: "<b>Test Cases [Index]</b>"
1595         titlefont:
1596           size: 16
1597         autorange: True
1598         fixedrange: False
1599         gridcolor: "rgb(230, 230, 230)"
1600         linecolor: "rgb(220, 220, 220)"
1601         linewidth: 1
1602         showgrid: True
1603         showline: True
1604         showticklabels: True
1605         tickcolor: "rgb(220, 220, 220)"
1606         tickmode: "linear"
1607         tickfont:
1608           size: 16
1609         zeroline: False
1610       yaxis:
1611         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1612         titlefont:
1613           size: 16
1614         gridcolor: "rgb(230, 230, 230)"
1615         hoverformat: ".4r"
1616         tickformat: ".3r"
1617         linecolor: "rgb(220, 220, 220)"
1618         linewidth: 1
1619         showgrid: True
1620         showline: True
1621         showticklabels: True
1622         tickcolor: "rgb(220, 220, 220)"
1623         tickfont:
1624           size: 16
1625         zeroline: False
1626         range: [0,50]
1627       autosize: False
1628       margin:
1629         t: 50
1630         b: 0
1631         l: 80
1632         r: 20
1633       showlegend: True
1634       legend:
1635         orientation: "h"
1636         font:
1637           size: 16
1638       width: 700
1639       height: 900
1640       paper_bgcolor: "#fff"
1641       plot_bgcolor: "#fff"
1642       hoverlabel:
1643         namelength: -1
1644
1645     plot-service-density:
1646       titlefont:
1647         size: 18
1648       xaxis:
1649         side: "top"
1650         autorange: True
1651         fixedrange: False
1652         showgrid: False
1653         showline: False
1654         showticklabels: False
1655         ticks: ""
1656         ticklen: 0
1657         tickwidth: 0
1658         zeroline: False
1659       yaxis:
1660         autorange: "reversed"
1661         showgrid: False
1662         showline: False
1663         showticklabels: False
1664         ticks: ""
1665         ticklen: 0
1666         tickwidth: 0
1667         zeroline: False
1668       showlegend: False
1669       paper_bgcolor: "#fff"
1670       plot_bgcolor: "#fff"
1671       width: 700
1672       height: 700
1673       hoverlabel:
1674         namelength: -1
1675
1676     plot-hoststack:
1677       titlefont:
1678         size: 16
1679       xaxis:
1680         title: "<b>Test Cases [Index]</b>"
1681         titlefont:
1682           size: 14
1683         autorange: True
1684         fixedrange: False
1685         gridcolor: "rgb(230, 230, 230)"
1686         linecolor: "rgb(220, 220, 220)"
1687         linewidth: 1
1688         showgrid: True
1689         showline: True
1690         showticklabels: True
1691         tickcolor: "rgb(220, 220, 220)"
1692         tickmode: "linear"
1693         tickfont:
1694           size: 14
1695         zeroline: False
1696       yaxis:
1697         title: "<b>Bandwidth [Gbps]</b>"
1698         titlefont:
1699           size: 14
1700         gridcolor: "rgb(230, 230, 230)"
1701         hoverformat: ".4s"
1702         linecolor: "rgb(220, 220, 220)"
1703         linewidth: 1
1704         rangemode: "tozero"
1705         showgrid: True
1706         showline: True
1707         showticklabels: True
1708         tickcolor: "rgb(230, 230, 230)"
1709         tickformat: ".3s"
1710         tickfont:
1711           size: 14
1712         zeroline: False
1713       boxmode: "group"
1714       boxgroupgap: 0.5
1715       autosize: False
1716       margin:
1717         t: 50
1718         b: 20
1719         l: 80
1720         r: 20
1721       showlegend: True
1722       legend:
1723         orientation: "h"
1724         font:
1725           size: 14
1726       width: 700
1727       height: 800
1728       paper_bgcolor: "#fff"
1729       plot_bgcolor: "#fff"
1730       hoverlabel:
1731         namelength: -1
1732
1733     plot-throughput:
1734       titlefont:
1735         size: 18
1736       xaxis:
1737         title: "<b>Test Cases [Index]</b>"
1738         titlefont:
1739           size: 16
1740         autorange: True
1741         fixedrange: False
1742         gridcolor: "rgb(230, 230, 230)"
1743         linecolor: "rgb(220, 220, 220)"
1744         linewidth: 1
1745         showgrid: True
1746         showline: True
1747         showticklabels: True
1748         tickcolor: "rgb(220, 220, 220)"
1749         tickmode: "linear"
1750         tickfont:
1751           size: 16
1752         zeroline: False
1753       yaxis:
1754         title: "<b>Packet Throughput [Mpps]</b>"
1755         titlefont:
1756           size: 16
1757         gridcolor: "rgb(230, 230, 230)"
1758         hoverformat: ".4r"
1759         tickformat: ".3r"
1760         linecolor: "rgb(220, 220, 220)"
1761         linewidth: 1
1762         showgrid: True
1763         showline: True
1764         showticklabels: True
1765         tickcolor: "rgb(220, 220, 220)"
1766         tickfont:
1767           size: 16
1768         zeroline: False
1769         range: [0,50]
1770       autosize: False
1771       margin:
1772         t: 50
1773         b: 0
1774         l: 80
1775         r: 20
1776       showlegend: True
1777       legend:
1778         orientation: "h"
1779         font:
1780           size: 16
1781       width: 700
1782       height: 900
1783       paper_bgcolor: "#fff"
1784       plot_bgcolor: "#fff"
1785       hoverlabel:
1786         namelength: -1
1787
1788     plot-throughput-speedup-analysis:
1789       titlefont:
1790         size: 18
1791       xaxis:
1792         title: "<b>Number of Cores [Qty]</b>"
1793         titlefont:
1794           size: 16
1795         autorange: True
1796         fixedrange: False
1797         gridcolor: "rgb(230, 230, 230)"
1798         linecolor: "rgb(220, 220, 220)"
1799         linewidth: 1
1800         showgrid: True
1801         showline: True
1802         showticklabels: True
1803         tickcolor: "rgb(238, 238, 238)"
1804         tickmode: "linear"
1805         tickfont:
1806           size: 16
1807         zeroline: False
1808       yaxis:
1809         title: "<b>Packet Throughput [Mpps]</b>"
1810         titlefont:
1811           size: 16
1812         type: "linear"
1813         gridcolor: "rgb(230, 230, 230)"
1814         hoverformat: ".4s"
1815         linecolor: "rgb(220, 220, 220)"
1816         linewidth: 1
1817         showgrid: True
1818         showline: True
1819         showticklabels: True
1820         tickcolor: "rgb(220, 220, 220)"
1821         tickformat: ".4s"
1822         tickfont:
1823           size: 16
1824         zeroline: True
1825         rangemode: "tozero"
1826         range: [0,100]
1827       legend:
1828         orientation: "h"
1829         font:
1830           size: 16
1831         xanchor: "left"
1832         yanchor: "top"
1833         x: 0
1834         y: -0.2
1835         bgcolor: "rgba(255, 255, 255, 0)"
1836         bordercolor: "rgba(255, 255, 255, 0)"
1837         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1838       autosize: False
1839       margin:
1840           't': 50
1841           'b': 150
1842           'l': 85
1843           'r': 10
1844       showlegend: True
1845       width: 700
1846       height: 700
1847       paper_bgcolor: "#fff"
1848       plot_bgcolor: "#fff"
1849       hoverlabel:
1850         namelength: -1
1851       annotations: [
1852         {
1853           text: "_ _          __          ...",
1854           align: "left",
1855           showarrow: False,
1856           xref: "paper",
1857           yref: "paper",
1858           xanchor: "left",
1859           yanchor: "top",
1860           x: 0,
1861           y: -0.13,
1862           font: {
1863             family: "Consolas, Courier New",
1864             size: 15
1865           },
1866         },
1867         {
1868           text: "    Perfect     Measured     Limit",
1869           align: "left",
1870           showarrow: False,
1871           xref: "paper",
1872           yref: "paper",
1873           xanchor: "left",
1874           yanchor: "top",
1875           x: 0,
1876           y: -0.15,
1877           font: {
1878             family: "Consolas, Courier New",
1879             size: 15
1880           },
1881         },
1882       ]
1883
1884     plot-latency:
1885       titlefont:
1886         size: 18
1887       xaxis:
1888         title: "<b>Direction</b>"
1889         titlefont:
1890           size: 16
1891         autorange: True
1892         fixedrange: False
1893         gridcolor: "rgb(230, 230, 230)"
1894         linecolor: "rgb(220, 220, 220)"
1895         linewidth: 1
1896         showgrid: True
1897         showline: True
1898         showticklabels: False
1899         tickcolor: "rgb(220, 220, 220)"
1900         tickmode: "linear"
1901         tickfont:
1902           size: 16
1903         zeroline: False
1904       yaxis:
1905         title: "<b>Packet Latency [uSec]</b>"
1906         titlefont:
1907           size: 16
1908         type: "linear"
1909         gridcolor: "rgb(230, 230, 230)"
1910         hoverformat: ".4s"
1911         linecolor: "rgb(220, 220, 220)"
1912         linewidth: 1
1913         showgrid: True
1914         showline: True
1915         showticklabels: True
1916         tickcolor: "rgb(220, 220, 220)"
1917         tickformat: ".4s"
1918         tickfont:
1919           size: 16
1920         zeroline: True
1921         rangemode: "tozero"
1922       legend:
1923         orientation: "h"
1924         font:
1925           size: 16
1926         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1927       autosize: False
1928       margin:
1929           't': 50
1930           'b': 150
1931           'l': 80
1932           'r': 10
1933       showlegend: True
1934       width: 700
1935       height: 700
1936       paper_bgcolor: "#fff"
1937       plot_bgcolor: "#fff"
1938       hoverlabel:
1939         namelength: -1
1940
1941     plot-hdrh-latency:
1942       title:
1943         text: ""
1944         xanchor: "center"
1945         x: 0.5
1946         font:
1947           size: 16
1948       width: 700
1949       plot_bgcolor: "white"
1950       annotations:
1951         - font:
1952             size: 14
1953           showarrow: False
1954           text: "<b>Packet Latency [uSec]</b>"
1955           x: 1
1956           xanchor: "right"
1957           xref: "paper"
1958           y: -0.045
1959           yanchor: "top"
1960           yref: "paper"
1961         - font:
1962             size: 14
1963           showarrow: False
1964           text: "<b>Probability [%]</b>"
1965           textangle: 270
1966           x: -0.06
1967           xanchor: "center"
1968           xref: "paper"
1969           y: 0.5
1970           yanchor: "middle"
1971           yref: "paper"
1972         - font:
1973             size: 14
1974           showarrow: False
1975           text: "<b>Direction: E-W</b>"
1976           x: 0.24
1977           xanchor: "center"
1978           xref: "paper"
1979           y: 1.05
1980           yanchor: "bottom"
1981           yref: "paper"
1982         - font:
1983             size: 14
1984           showarrow: False
1985           text: "<b>Direction: W-E</b>"
1986           x: 0.74
1987           xanchor: "center"
1988           xref: "paper"
1989           y: 1.05
1990           yanchor: "bottom"
1991           yref: "paper"
1992
1993     plot-hdrh-latency-percentile:
1994       title:
1995         text: ""
1996         xanchor: "center"
1997         x: 0.5
1998         font:
1999           size: 18
2000       xaxis:
2001         type: "log"
2002         title: "<b>Percentile [%]</b>"
2003         titlefont:
2004           size: 16
2005         autorange: True
2006         fixedrange: False
2007         gridcolor: "rgb(230, 230, 230)"
2008         linecolor: "rgb(220, 220, 220)"
2009         linewidth: 1
2010         showgrid: True
2011         showline: True
2012         showticklabels: True
2013         tickcolor: "rgb(220, 220, 220)"
2014         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2015         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2016         tickfont:
2017           size: 16
2018       yaxis:
2019         title: "<b>Packet Latency [uSec]</b>"
2020         titlefont:
2021           size: 16
2022         gridcolor: "rgb(230, 230, 230)"
2023         linecolor: "rgb(220, 220, 220)"
2024         linewidth: 1
2025         showgrid: True
2026         showline: True
2027         showticklabels: True
2028         tickcolor: "rgb(220, 220, 220)"
2029         tickfont:
2030           size: 16
2031       autosize: False
2032       showlegend: True
2033       legend:
2034         traceorder: "normal"
2035         orientation: "h"
2036         font:
2037           size: 16
2038         xanchor: "left"
2039         yanchor: "top"
2040         x: 0
2041         y: -0.15
2042         bgcolor: "rgba(255, 255, 255, 0)"
2043         bordercolor: "rgba(255, 255, 255, 0)"
2044       width: 700
2045       height: 700
2046       paper_bgcolor: "white"
2047       plot_bgcolor: "white"
2048
2049     plot-hdrh-latency-by-percentile:
2050       title:
2051         text: "<b>Latency by Percentile Distribution</b>"
2052         xanchor: "center"
2053         x: 0.5
2054         font:
2055           size: 18
2056       showlegend: True
2057       legend:
2058         traceorder: "normal"
2059         orientation: "h"
2060         font:
2061           size: 16
2062         xanchor: "left"
2063         yanchor: "top"
2064         x: 0
2065         y: -0.2
2066         bgcolor: "rgba(255, 255, 255, 0)"
2067         bordercolor: "rgba(255, 255, 255, 0)"
2068       xaxis:
2069         type: "linear"
2070         title: "<b>Percentile [%]</b>"
2071         titlefont:
2072           size: 14
2073         autorange: False
2074         fixedrange: False
2075         range: [0, 100]
2076         gridcolor: "rgb(230, 230, 230)"
2077         linecolor: "rgb(220, 220, 220)"
2078         linewidth: 1
2079         showgrid: True
2080         showline: True
2081         showticklabels: True
2082         tickcolor: "rgb(220, 220, 220)"
2083         tickvals: [0, 25, 50, 75, 100]
2084         ticktext: [0, 25, 50, 75, 100]
2085         tickfont:
2086           size: 14
2087       yaxis:
2088         title: "<b>One-Way Latency per Direction [uSec]</b>"
2089         titlefont:
2090           size: 14
2091         gridcolor: "rgb(230, 230, 230)"
2092         linecolor: "rgb(220, 220, 220)"
2093         linewidth: 1
2094         showgrid: True
2095         showline: True
2096         showticklabels: True
2097         tickcolor: "rgb(220, 220, 220)"
2098         tickfont:
2099           size: 14
2100       width: 700
2101       height: 700
2102       paper_bgcolor: "white"
2103       plot_bgcolor: "white"
2104
2105 - type: "static"
2106   src-path: "{DIR[RST]}"
2107   dst-path: "{DIR[WORKING,SRC]}"
2108
2109 - type: "input"
2110   general:
2111     file-name: "output_info.xml.gz"
2112     file-format: ".gz"
2113     arch-file-format:
2114       - ".gz"
2115       - ".zip"
2116     download-path: "{job}/{build}/archives/{filename}"
2117     extract: "output.xml"
2118
2119     zip-file-name: "robot-plugin.zip"
2120     zip-file-format: ".zip"
2121     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2122     zip-extract: "robot-plugin/output.xml"
2123
2124   builds:
2125
2126     csit-vpp-perf-verify-2001-3n-hsw:
2127       - 17  # MRR sel
2128     csit-vpp-perf-report-iterative-2005-3n-hsw:
2129       - 20  # NDRPDR sel env 4
2130       - 21  # NDRPDR sel env 4
2131       - 22  # NDRPDR sel env 4
2132       - 23  # NDRPDR sel env 4
2133       - 24  # NDRPDR sel env 4
2134       - 25  # NDRPDR sel env 4
2135       - 26  # NDRPDR sel env 4
2136       - 27  # NDRPDR sel env 4
2137       - 28  # NDRPDR sel env 4
2138       - 29  # NDRPDR sel env 4
2139       - 13  # MRR
2140       - 30  # MRR env 4
2141       - 31  # NDRPDR sel 2001.0-4
2142       - 32  # NDRPDR sel 2001.0-4
2143       - 33  # NDRPDR sel 2001.0-4
2144       - 34  # NDRPDR sel 2001.0-4
2145       - 35  # NDRPDR sel 2001.0-4
2146       - 36  # NDRPDR sel 2001.0-4
2147       - 38  # NDRPDR sel 2001.0-4
2148     csit-vpp-perf-verify-2005-3n-hsw:
2149       - 3   # hoststack
2150       - 5   # hoststack
2151       - 6   # hoststack
2152       - 7   # hoststack
2153       - 8   # hoststack
2154       - 9   # hoststack
2155       - 10  # hoststack
2156       - 11  # hoststack
2157       - 12  # hoststack
2158       - 13  # hoststack
2159     # TODO: Add:
2160     csit-vpp-perf-report-iterative-2009-3n-hsw:
2161       - 4   # RC2 NDRPDR iter env5
2162       - 5   # RC2 NDRPDR iter env5
2163       - 6   # RC2 NDRPDR iter env5
2164       - 7   # RC2 NDRPDR iter env5
2165       - 8   # RC2 NDRPDR iter env5
2166       - 20  # RC2 NDRPDR iter env5
2167       - 18  # rls2005 MRR iter env 5
2168       - 9   # rls2005 NDRPDR iter env 5
2169       - 10  # rls2005 NDRPDR iter env 5
2170       - 11  # rls2005 NDRPDR iter env 5
2171       - 12  # rls2005 NDRPDR iter env 5
2172       - 13  # rls2005 NDRPDR iter env 5
2173       - 14  # rls2005 NDRPDR iter env 5
2174       - 15  # rls2005 NDRPDR iter env 5
2175       - 16  # rls2005 NDRPDR iter env 5
2176       - 17  # rls2005 NDRPDR iter env 5
2177       - 19  # rls2005 NDRPDR iter env 5
2178     # TODO: Add:
2179     csit-vpp-perf-report-coverage-2009-3n-hsw:
2180       - 2   # RC2 env5 3n-hsw-ip4-00
2181
2182     # TODO: Add for hoststack:
2183     # csit-vpp-perf-report-iterative-2009-3n-hsw: OR
2184     # csit-vpp-perf-verify-2009-3n-hsw:
2185
2186     csit-vpp-perf-verify-2001-3n-skx:
2187       - 50  # MRR sel
2188       - 53  # MRR sel addition
2189     csit-vpp-perf-report-iterative-2005-3n-skx:
2190       - 4   # NDRPDR sel
2191       - 5   # NDRPDR sel ??? all x710 failed
2192       - 33  # NDRPDR sel
2193       - 28  # NDRPDR sel
2194       - 34  # NDRPDR sel
2195       - 42  # NDRPDR sel env 4
2196       - 43  # NDRPDR sel env 4
2197       - 44  # NDRPDR sel env 4
2198       - 45  # NDRPDR sel env 4
2199       - 47  # NDRPDR sel env 4
2200       - 55  # NDRPDR sel env 4
2201       - 56  # NDRPDR sel env 4
2202       - 57  # NDRPDR sel env 4
2203       - 61  # NDRPDR sel env 4
2204       - 62  # NDRPDR sel env 4
2205       - 50  # NDRPDR sel 2001.0-4
2206       - 51  # NDRPDR sel 2001.0-4
2207       - 52  # NDRPDR sel 2001.0-4
2208       - 53  # NDRPDR sel 2001.0-4
2209       - 54  # NDRPDR sel 2001.0-4
2210       - 49  # MRR sel env 4
2211     # TODO: Add:
2212     csit-vpp-perf-report-iterative-2009-3n-skx:
2213       - 10  # RC2 NDRPDR iter env5
2214       - 12  # RC2 NDRPDR iter env5
2215       - 14  # RC2 NDRPDR iter env5
2216       - 15  # RC2 NDRPDR iter env5
2217       - 16  # RC2 NDRPDR iter env5
2218       - 17  # rls2005 MRR iter env 5
2219       - 13  # rls2005 NDRPDR iter env 5
2220     # TODO: Add:
2221     csit-vpp-perf-report-coverage-2009-3n-skx:
2222       - 1   # RC2 env5 3n-skx-ip4-00
2223
2224     csit-vpp-perf-verify-2001-2n-skx:
2225       - 101  # MRR sel - old
2226       - 128  # MRR sel addition - old
2227     csit-vpp-perf-report-iterative-2005-2n-skx:
2228       - 88  # NDRPDR sel env 4
2229       - 89  # NDRPDR sel env 4
2230       - 90  # NDRPDR sel env 4
2231       - 91  # NDRPDR sel env 4
2232       - 92  # NDRPDR sel env 4
2233       - 93  # NDRPDR sel env 4
2234       - 94  # NDRPDR sel env 4
2235       - 125 # NDRPDR sel env 4
2236       - 126 # NDRPDR sel env 4
2237       - 127 # NDRPDR sel env 4
2238       - 100 # NDRPDR sel 2001.0-4
2239       - 101 # NDRPDR sel 2001.0-4
2240       - 102 # NDRPDR sel 2001.0-4
2241       - 103 # NDRPDR sel 2001.0-4
2242       - 104 # NDRPDR sel 2001.0-4
2243       - 105 # NDRPDR sel 2001.0-4
2244       - 99  # MRR sel env 4
2245       - 106 # Reconf env 4
2246       - 107 # Reconf env 4
2247       - 108 # Reconf env 4
2248       - 109 # Reconf env 4
2249       - 110 # Reconf env 4
2250       - 111 # Reconf env 4
2251       - 112 # Reconf env 4
2252       - 118 # Reconf env 4
2253       - 120 # Reconf env 4
2254       - 121 # Reconf env 4
2255       - 122 # Soak
2256       - 123 # Soak
2257       - 113 # nf-density-sel env 4
2258       - 114 # nf-density-sel env 4
2259       - 124 # nf-density-sel env 4
2260       - 128 # nf-density-sel env 4
2261       - 129 # nf-density-sel env 4
2262       - 131 # nf-density-sel env 4
2263       - 132 # nf-density-sel env 4
2264       - 135 # nf-density-sel env 4
2265       - 136 # nf-density-sel env 4
2266       - 139 # nf-density-sel env 4
2267       - 115 # MRR nf-density-sel env 4
2268     # TODO: Add:
2269     csit-vpp-perf-report-iterative-2009-2n-skx:
2270       - 8   # RC2 NDRPDR iter env5
2271       - 10  # RC2 NDRPDR iter env5
2272       - 12  # RC2 NDRPDR iter env5
2273       - 14  # RC2 NDRPDR iter env5
2274       - 15  # RC2 NDRPDR iter env5
2275       - 20  # rls2005 MRR iter env 5
2276       - 13  # rls2005 NDRPDR iter env 5
2277       - 16  # rls2005 NDRPDR iter env 5
2278       - 17  # rls2005 NDRPDR iter env 5
2279       - 18  # rls2005 NDRPDR iter env 5
2280       - 19  # rls2005 NDRPDR iter env 5
2281       - 21  # rls2005 NDRPDR iter env 5
2282       - 22  # rls2005 NDRPDR iter env 5
2283       - 23  # rls2005 NDRPDR iter env 5
2284     # TODO: Add:
2285     csit-vpp-perf-report-coverage-2009-2n-skx:
2286       - 7   # RC2 env5 2n-skx-ip4-00
2287
2288     csit-vpp-perf-verify-2001-2n-clx:
2289       - 39  # MRR
2290     csit-vpp-perf-report-iterative-2005-2n-clx:
2291       - 62  # NDRPDR sel env 4
2292       - 63  # NDRPDR sel env 4
2293       - 64  # NDRPDR sel env 4
2294       - 65  # NDRPDR sel env 4
2295       - 66  # NDRPDR sel env 4
2296       - 68  # NDRPDR sel env 4
2297       - 69  # NDRPDR sel env 4
2298       - 70  # NDRPDR sel env 4
2299       - 103 # NDRPDR sel env 4
2300       - 104 # NDRPDR sel env 4
2301       - 73  # NDRPDR sel 2001.0-4
2302       - 74  # NDRPDR sel 2001.0-4
2303       - 75  # NDRPDR sel 2001.0-4
2304       - 76  # NDRPDR sel 2001.0-4
2305       - 77  # NDRPDR sel 2001.0-4
2306       - 78  # NDRPDR sel 2001.0-4
2307       - 79  # NDRPDR sel 2001.0-4
2308       - 80  # NDRPDR sel 2001.0-4
2309       - 72  # MRR env 4
2310       - 81  # Reconf env 4
2311       - 82  # Reconf env 4
2312       - 83  # Reconf env 4
2313       - 84  # Reconf env 4
2314       - 85  # Reconf env 4
2315       - 86  # Reconf env 4
2316       - 87  # Reconf env 4
2317       - 88  # Reconf env 4
2318       - 89  # Reconf env 4
2319       - 90  # Reconf env 4
2320       - 101 # Soak
2321       - 102 # Soak
2322       - 91  # nfv-density-00 env 4
2323       - 92  # nfv-density-00 env 4
2324       - 93  # nfv-density-00 env 4
2325       - 97  # nfv-density-00 env 4
2326       - 98  # nfv-density-00 env 4
2327       - 99  # nfv-density-00 env 4
2328       - 100 # nfv-density-00 env 4
2329       - 105 # nfv-density-00 env 4
2330       - 106 # nfv-density-00 env 4
2331       - 108 # nfv-density-00 env 4
2332       - 96  # MRR nfv-density-00 env 4
2333     # TODO: Add:
2334     csit-vpp-perf-report-iterative-2009-2n-clx:
2335       - 7   # RC2 NDRPDR iter env5
2336       - 9   # RC2 NDRPDR iter env5
2337       - 10  # RC2 NDRPDR iter env5
2338       - 12  # RC2 NDRPDR iter env5
2339       - 14  # RC2 NDRPDR iter env5
2340       - 16  # rls2005 MRR iter env 5
2341       - 13  # rls2005 NDRPDR iter env 5
2342       - 15  # rls2005 NDRPDR iter env 5
2343       - 17  # rls2005 NDRPDR iter env 5
2344       - 18  # rls2005 NDRPDR iter env 5
2345       - 19  # rls2005 NDRPDR iter env 5
2346       - 21  # rls2005 NDRPDR iter env 5
2347     # TODO: Add:
2348     csit-vpp-perf-report-coverage-2009-2n-clx:
2349       - 1   # RC2 env5 2n-clx-ip4-00
2350
2351     csit-vpp-perf-verify-2001-3n-tsh:
2352       - 9   # MRR sel
2353     csit-vpp-perf-report-iterative-2005-3n-tsh:
2354       - 9   # NDRPDR sel
2355       - 11  # NDRPDR sel
2356       - 12  # NDRPDR sel
2357       - 20  # NDRPDR sel
2358       - 14  # NDRPDR sel
2359       - 21  # NDRPDR sel
2360       - 23  # NDRPDR sel env 4
2361       - 25  # NDRPDR sel env 4
2362       - 33  # NDRPDR sel env 4
2363       - 34  # NDRPDR sel env 4
2364       - 35  # NDRPDR sel env 4
2365       - 36  # NDRPDR sel env 4
2366       - 37  # NDRPDR sel env 4
2367       - 38  # NDRPDR sel env 4
2368       - 39  # NDRPDR sel env 4
2369       - 40  # NDRPDR sel env 4
2370       - 28  # NDRPDR sel 2001.0-4
2371       - 29  # NDRPDR sel 2001.0-4
2372       - 31  # NDRPDR sel 2001.0-4
2373       - 27  # MRR sel env 4
2374     # TODO: Add:
2375     csit-vpp-perf-report-iterative-2009-3n-tsh:
2376       - 7   # RC2 NDRPDR iter env5
2377       - 8   # rls2005 NDRPDR iter env 5
2378     csit-vpp-perf-report-coverage-2009-3n-tsh:
2379       - 1   # 3n-tsh-ip4-00
2380
2381 #    csit-vpp-perf-verify-2001-3n-dnv:
2382 #      - 5   # NDRPDR sel
2383 #      - 6   # NDRPDR sel
2384 #      - 7   # NDRPDR sel
2385 #      - 8   # NDRPDR sel
2386 #      - 9   # NDRPDR sel
2387 #      - 10  # NDRPDR sel
2388 #      - 12  # NDRPDR sel
2389 #      - 16  # NDRPDR sel
2390 #      - 17  # NDRPDR sel
2391 #      - 18  # NDRPDR sel
2392 #      - 11  # MRR sel
2393 #    csit-vpp-perf-report-iterative-2005-3n-dnv:
2394 #      - 2   # NDRPDR sel
2395 #      - 3   # NDRPDR sel
2396 #      - 4   # NDRPDR sel
2397 #      - 5   # NDRPDR sel
2398 #      - 6   # NDRPDR sel
2399 #      - 7   # NDRPDR sel
2400 #      - 9   # NDRPDR sel
2401 #      - 10  # NDRPDR sel
2402 #      - 11  # NDRPDR sel
2403 #      - 12  # NDRPDR sel
2404 #      - 8   # MRR
2405 #    csit-vpp-perf-report-coverage-2005-3n-dnv:
2406 #      - 1   # perf-full-3n-dnv-crypto_I
2407 #      - 24  # perf-full-3n-dnv-crypto_II
2408 #      - 5   # perf-full-3n-dnv-ip4_I
2409 #      - 13  # perf-full-3n-dnv-ip4_II
2410 #      - 17  # perf-full-3n-dnv-ip6_I
2411 #      - 18  # perf-full-3n-dnv-ip6_II
2412 #      - 21  # perf-full-3n-dnv-l2_I
2413 #      - 22  # perf-full-3n-dnv-l2_II
2414 #      - 23  # perf-full-3n-dnv-ip4-tunnels_I
2415 #    # TODO: Add:
2416 #    # csit-vpp-perf-report-iterative-2009-3n-dnv:
2417 #    # TODO: Add:
2418 #    # csit-vpp-perf-report-coverage-2009-3n-dnv:
2419
2420 #    csit-vpp-perf-verify-2001-2n-dnv:
2421 #      - 4   # NDRPDR sel
2422 #      - 5   # NDRPDR sel
2423 #      - 6   # NDRPDR sel
2424 #      - 7   # NDRPDR sel
2425 #      - 8   # NDRPDR sel
2426 #      - 9   # NDRPDR sel
2427 #      - 10  # NDRPDR sel
2428 #      - 11  # NDRPDR sel
2429 #      - 13  # NDRPDR sel
2430 #      - 16  # NDRPDR sel
2431 #      - 12  # MRR sel
2432 #    csit-vpp-perf-report-iterative-2005-2n-dnv:
2433 #      - 3   # NDRPDR sel
2434 #      - 6   # NDRPDR sel
2435 #      - 7   # NDRPDR sel
2436 #      - 8   # NDRPDR sel
2437 #      - 9   # NDRPDR sel
2438 #      - 10  # NDRPDR sel
2439 #      - 11  # NDRPDR sel
2440 #      - 12  # NDRPDR sel
2441 #      - 13  # NDRPDR sel
2442 #      - 14  # NDRPDR sel
2443 #      - 15  # MRR sel
2444 #    csit-vpp-perf-report-coverage-2005-2n-dnv:
2445 #      - 1   # perf-full-2n-dnv-ip4_I
2446 #      - 2   # perf-full-2n-dnv-ip4_II
2447 #      - 3   # perf-full-2n-dnv-ip6_I
2448 #      - 4   # perf-full-2n-dnv-ip6_II
2449 #      - 5   # perf-full-2n-dnv-l2_I
2450 #      - 6   # perf-full-2n-dnv-l2_II
2451 #    # TODO: Add:
2452 #    # csit-vpp-perf-report-iterative-2009-2n-dnv:
2453 #    # TODO: Add:
2454 #    # csit-vpp-perf-report-coverage-2009-2n-dnv:
2455
2456     csit-dpdk-perf-verify-2001-3n-hsw:
2457       - 4   # NDRPDR sel
2458       - 5   # NDRPDR sel
2459       - 6   # NDRPDR sel
2460       - 7   # NDRPDR sel
2461       - 8   # NDRPDR sel
2462       - 9   # NDRPDR sel
2463       - 10  # NDRPDR sel
2464       - 11  # NDRPDR sel
2465       - 12  # NDRPDR sel
2466       - 13  # NDRPDR sel
2467       - 15  # NDRPDR sel
2468       - 16  # NDRPDR sel
2469       - 17  # NDRPDR sel
2470       - 18  # NDRPDR sel
2471       - 19  # NDRPDR sel
2472       - 20  # NDRPDR sel
2473       - 21  # NDRPDR sel
2474       - 22  # NDRPDR sel
2475       - 23  # NDRPDR sel
2476       - 24  # NDRPDR sel
2477     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2478       - 25  # NDRPDR iter
2479       - 26  # NDRPDR iter
2480       - 27  # NDRPDR iter
2481       - 28  # NDRPDR iter
2482       - 29  # NDRPDR iter
2483       - 30  # NDRPDR iter
2484       - 31  # NDRPDR iter
2485       - 32  # NDRPDR iter
2486       - 33  # NDRPDR iter
2487       - 34  # NDRPDR iter
2488     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2489       - 6   # NDRPDR iter env5
2490       - 7   # NDRPDR iter env5
2491       - 8   # NDRPDR iter env5
2492       - 9   # NDRPDR iter env5
2493       - 10  # NDRPDR iter env5
2494       - 11  # NDRPDR iter env5
2495       - 12  # NDRPDR iter env5
2496       - 13  # NDRPDR iter env5
2497       - 14  # NDRPDR iter env5
2498       - 15  # NDRPDR iter env5
2499
2500     csit-dpdk-perf-verify-2001-3n-skx:
2501       - 29  # NDRPDR sel xxv710
2502       - 33  # NDRPDR sel xxv710
2503       - 34  # NDRPDR sel xxv710
2504       - 35  # NDRPDR sel xxv710
2505       - 36  # NDRPDR sel xxv710
2506       - 37  # NDRPDR sel xxv710
2507       - 41  # NDRPDR sel xxv710
2508       - 42  # NDRPDR sel xxv710
2509       - 43  # NDRPDR sel xxv710
2510       - 45  # NDRPDR sel xxv710
2511       - 30  # NDRPDR sel x710
2512       - 31  # NDRPDR sel x710
2513       - 32  # NDRPDR sel x710
2514       - 38  # NDRPDR sel x710
2515       - 39  # NDRPDR sel x710
2516       - 40  # NDRPDR sel x710
2517       - 44  # NDRPDR sel x710
2518       - 46  # NDRPDR sel x710
2519       - 47  # NDRPDR sel x710
2520       - 48  # NDRPDR sel x710
2521     csit-dpdk-perf-report-iterative-2005-3n-skx:
2522       - 28  # NDRPDR iter
2523       - 29  # NDRPDR iter
2524       - 30  # NDRPDR iter
2525       - 31  # NDRPDR iter
2526       - 32  # NDRPDR iter
2527       - 33  # NDRPDR iter
2528       - 34  # NDRPDR iter
2529       - 35  # NDRPDR iter
2530       - 36  # NDRPDR iter
2531       - 37  # NDRPDR iter
2532     csit-dpdk-perf-report-iterative-2009-3n-skx:
2533       - 4   # NDRPDR sel env5
2534       - 5   # NDRPDR sel env5
2535       - 6   # NDRPDR sel env5
2536       - 7   # NDRPDR sel env5
2537       - 8   # NDRPDR sel env5
2538       - 9   # NDRPDR sel env5
2539       - 14  # NDRPDR sel env5
2540       - 11  # NDRPDR sel env5
2541       - 12  # NDRPDR sel env5
2542       - 13  # NDRPDR sel env5
2543
2544     csit-dpdk-perf-verify-2001-2n-skx:
2545       - 35  # NDRPDR sel xxv710
2546       - 36  # NDRPDR sel xxv710
2547       - 37  # NDRPDR sel xxv710
2548       - 41  # NDRPDR sel xxv710
2549       - 42  # NDRPDR sel xxv710
2550       - 43  # NDRPDR sel xxv710
2551       - 46  # NDRPDR sel xxv710
2552       - 47  # NDRPDR sel xxv710
2553       - 52  # NDRPDR sel xxv710
2554       - 53  # NDRPDR sel xxv710
2555       - 38  # NDRPDR sel x710
2556       - 39  # NDRPDR sel x710
2557       - 40  # NDRPDR sel x710
2558       - 44  # NDRPDR sel x710
2559       - 45  # NDRPDR sel x710
2560       - 48  # NDRPDR sel x710
2561       - 49  # NDRPDR sel x710
2562       - 50  # NDRPDR sel x710
2563       - 51  # NDRPDR sel x710
2564       - 54  # NDRPDR sel x710
2565     csit-dpdk-perf-report-iterative-2005-2n-skx:
2566       - 20  # NDRPDR iter
2567       - 21  # NDRPDR iter
2568       - 22  # NDRPDR iter
2569       - 23  # NDRPDR iter
2570       - 24  # NDRPDR iter
2571       - 25  # NDRPDR iter
2572       - 26  # NDRPDR iter
2573       - 27  # NDRPDR iter
2574       - 28  # NDRPDR iter
2575       - 29  # NDRPDR iter
2576     csit-dpdk-perf-report-iterative-2009-2n-skx:
2577       - 4   # NDRPDR iter env5
2578       - 5   # NDRPDR iter env5
2579       - 6   # NDRPDR iter env5
2580       - 7   # NDRPDR iter env5
2581       - 8   # NDRPDR iter env5
2582       - 9   # NDRPDR iter env5
2583       - 10  # NDRPDR iter env5
2584       - 11  # NDRPDR iter env5
2585       - 12  # NDRPDR iter env5
2586       - 13  # NDRPDR iter env5
2587
2588     csit-dpdk-perf-verify-2001-2n-clx:
2589       - 15  # NDRPDR sel
2590       - 16  # NDRPDR sel
2591       - 17  # NDRPDR sel
2592       - 18  # NDRPDR sel
2593       - 19  # NDRPDR sel
2594       - 20  # NDRPDR sel
2595       - 21  # NDRPDR sel
2596       - 22  # NDRPDR sel
2597       - 23  # NDRPDR sel
2598       - 24  # NDRPDR sel
2599       - 25  # NDRPDR sel
2600       - 26  # NDRPDR sel
2601       - 27  # NDRPDR sel
2602       - 28  # NDRPDR sel
2603       - 29  # NDRPDR sel
2604       - 30  # NDRPDR sel
2605       - 31  # NDRPDR sel
2606       - 32  # NDRPDR sel
2607       - 33  # NDRPDR sel
2608       - 34  # NDRPDR sel
2609     csit-dpdk-perf-report-iterative-2005-2n-clx:
2610       - 20  # NDRPDR iter
2611       - 21  # NDRPDR iter
2612       - 22  # NDRPDR iter
2613       - 23  # NDRPDR iter
2614       - 24  # NDRPDR iter
2615       - 25  # NDRPDR iter
2616       - 26  # NDRPDR iter
2617       - 27  # NDRPDR iter
2618       - 28  # NDRPDR iter
2619       - 29  # NDRPDR iter
2620     csit-dpdk-perf-report-iterative-2009-2n-clx:
2621       - 4   # NDRPDR iter env5
2622       - 5   # NDRPDR iter env5
2623       - 6   # NDRPDR iter env5
2624       - 7   # NDRPDR iter env5
2625       - 8   # NDRPDR iter env5
2626       - 9   # NDRPDR iter env5
2627       - 10  # NDRPDR iter env5
2628       - 11  # NDRPDR iter env5
2629       - 12  # NDRPDR iter env5
2630       - 13  # NDRPDR iter env5
2631
2632 #    csit-dpdk-perf-verify-2001-2n-dnv:
2633 #      - 9   # NDRPDR sel
2634 #      - 10  # NDRPDR sel
2635 #      - 11  # NDRPDR sel
2636 #      - 12  # NDRPDR sel
2637 #      - 13  # NDRPDR sel
2638 #      - 14  # NDRPDR sel
2639 #      - 15  # NDRPDR sel
2640 #      - 16  # NDRPDR sel
2641 #      - 17  # NDRPDR sel
2642 #      - 18  # NDRPDR sel
2643 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2644 #      - 8   # NDRPDR sel
2645 #      - 9   # NDRPDR sel
2646 #      - 10  # NDRPDR sel
2647 #      - 11  # NDRPDR sel
2648 #      - 12  # NDRPDR sel
2649 #      - 13  # NDRPDR sel
2650 #      - 14  # NDRPDR sel
2651 #      - 15  # NDRPDR sel
2652 #      - 16  # NDRPDR sel
2653 #      - 17  # NDRPDR sel
2654 #    # TODO: Add:
2655 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2656
2657 #    csit-dpdk-perf-verify-2001-3n-dnv:
2658 #      - 12  # NDRPDR sel
2659 #      - 13  # NDRPDR sel
2660 #      - 14  # NDRPDR sel
2661 #      - 15  # NDRPDR sel
2662 #      - 16  # NDRPDR sel
2663 #      - 17  # NDRPDR sel
2664 #      - 18  # NDRPDR sel
2665 #      - 19  # NDRPDR sel
2666 #      - 20  # NDRPDR sel
2667 #      - 22  # NDRPDR sel
2668 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2669 #      - 6   # NDRPDR sel
2670 #      - 7   # NDRPDR sel
2671 #      - 8   # NDRPDR sel
2672 #      - 9   # NDRPDR sel
2673 #      - 10  # NDRPDR sel
2674 #      - 11  # NDRPDR sel
2675 #      - 12  # NDRPDR sel
2676 #      - 13  # NDRPDR sel
2677 #      - 14  # NDRPDR sel
2678 #      - 16  # NDRPDR sel
2679 #    # TODO: Add:
2680 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2681
2682     csit-dpdk-perf-verify-2001-3n-tsh:
2683       - 3   # NDRPDR sel
2684       - 4   # NDRPDR sel
2685       - 5   # NDRPDR sel
2686       - 9   # NDRPDR sel
2687       - 10  # NDRPDR sel
2688       - 11  # NDRPDR sel
2689       - 12  # NDRPDR sel
2690       - 14  # NDRPDR sel
2691       - 15  # NDRPDR sel
2692       - 18  # NDRPDR sel
2693     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2694       - 5   # NDRPDR sel
2695     # TODO: Add:
2696     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2697       - 1   # NDRPDR iter env5
2698       - 2   # NDRPDR iter env5
2699       - 3   # NDRPDR iter env5
2700       - 4   # NDRPDR iter env5
2701       - 5   # NDRPDR iter env5
2702       - 6   # NDRPDR iter env5
2703       - 7   # NDRPDR iter env5
2704       - 9   # NDRPDR iter env5
2705       - 10  # NDRPDR iter env5
2706
2707     # TODO: Add:
2708     csit-vpp-device-2009-ubuntu1804-1n-skx:
2709       - 89  # RC2 env 5
2710
2711 - type: "output"
2712   output: "report"
2713   format:
2714     html:
2715     - full
2716 #    pdf:
2717 #    - minimal
2718
2719 ################################################################################
2720 ###                               T A B L E S                                ###
2721 ################################################################################
2722
2723 # VPP Soak vs NDR - 2n-skx
2724 - type: "table"
2725   title: "VPP Soak vs NDR 2n-skx"
2726   algorithm: "table_soak_vs_ndr"
2727   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2728   reference:
2729     title: "NDR"
2730     data: "vpp-soak-vs-ndr-2n-skx-ref"
2731   compare:
2732     title: "Soak"
2733     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2734   data: "vpp-soak-vs-ndr-2n-skx"
2735   include-tests: "NDR"
2736   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2737   parameters:
2738     - "throughput"
2739     - "name"
2740     - "parent"
2741
2742 # VPP Soak vs NDR - 2n-clx
2743 - type: "table"
2744   title: "VPP Soak vs NDR 2n-clx"
2745   algorithm: "table_soak_vs_ndr"
2746   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2747   reference:
2748     title: "NDR"
2749     data: "vpp-soak-vs-ndr-2n-clx-ref"
2750   compare:
2751     title: "Soak"
2752     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2753   data: "vpp-soak-vs-ndr-2n-clx"
2754   include-tests: "NDR"
2755   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2756   parameters:
2757     - "throughput"
2758     - "name"
2759     - "parent"
2760
2761 ################################################################################
2762
2763 ## VPP Compare NICs 3n-skx 2t1c ndr
2764 #- type: "table"
2765 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2766 #  algorithm: "table_comparison"
2767 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2768 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2769 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2770 #  columns:
2771 #    - title: "x710"
2772 #      data-set: "vpp-nic-comparison-3n-skx"
2773 #      tag: "NIC_Intel-X710"
2774 #    - title: "xxv710"
2775 #      data-set: "vpp-nic-comparison-3n-skx"
2776 #      tag: "NIC_Intel-XXV710"
2777 #  comparisons:
2778 #    - title: "Diff"
2779 #      reference: 1
2780 #      compare: 2
2781 #  legend:
2782 #    - ""
2783 #    - "x710, xxv710 - NICs tested."
2784 #    - "Diff - difference between x710 and xxv710 NIC."
2785 #
2786 ## VPP Compare NICs 3n-skx 4t2c ndr
2787 #- type: "table"
2788 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2789 #  algorithm: "table_comparison"
2790 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2791 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2792 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2793 #  columns:
2794 #    - title: "x710"
2795 #      data-set: "vpp-nic-comparison-3n-skx"
2796 #      tag: "NIC_Intel-X710"
2797 #    - title: "xxv710"
2798 #      data-set: "vpp-nic-comparison-3n-skx"
2799 #      tag: "NIC_Intel-XXV710"
2800 #  comparisons:
2801 #    - title: "Diff"
2802 #      reference: 1
2803 #      compare: 2
2804 #  legend:
2805 #    - ""
2806 #    - "x710, xxv710 - NICs tested."
2807 #    - "Diff - difference between x710 and xxv710 NIC."
2808 #
2809 ## VPP Compare NICs 3n-skx 2t1c pdr
2810 #- type: "table"
2811 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2812 #  algorithm: "table_comparison"
2813 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2814 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2815 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2816 #  columns:
2817 #    - title: "x710"
2818 #      data-set: "vpp-nic-comparison-3n-skx"
2819 #      tag: "NIC_Intel-X710"
2820 #    - title: "xxv710"
2821 #      data-set: "vpp-nic-comparison-3n-skx"
2822 #      tag: "NIC_Intel-XXV710"
2823 #  comparisons:
2824 #    - title: "Diff"
2825 #      reference: 1
2826 #      compare: 2
2827 #  legend:
2828 #    - ""
2829 #    - "x710, xxv710 - NICs tested."
2830 #    - "Diff - difference between x710 and xxv710 NIC."
2831 #
2832 ## VPP Compare NICs 3n-skx 4t2c pdr
2833 #- type: "table"
2834 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2835 #  algorithm: "table_comparison"
2836 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2837 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2838 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2839 #  columns:
2840 #    - title: "x710"
2841 #      data-set: "vpp-nic-comparison-3n-skx"
2842 #      tag: "NIC_Intel-X710"
2843 #    - title: "xxv710"
2844 #      data-set: "vpp-nic-comparison-3n-skx"
2845 #      tag: "NIC_Intel-XXV710"
2846 #  comparisons:
2847 #    - title: "Diff"
2848 #      reference: 1
2849 #      compare: 2
2850 #  legend:
2851 #    - ""
2852 #    - "x710, xxv710 - NICs tested."
2853 #    - "Diff - difference between x710 and xxv710 NIC."
2854
2855 ## VPP Compare NICs 3n-skx 2t1c mrr
2856 #- type: "table"
2857 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2858 #  algorithm: "table_comparison"
2859 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2860 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2861 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2862 #  columns:
2863 #    - title: "x710"
2864 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2865 #      tag: "NIC_Intel-X710"
2866 #    - title: "xxv710"
2867 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2868 #      tag: "NIC_Intel-XXV710"
2869 #  comparisons:
2870 #    - title: "Diff"
2871 #      reference: 1
2872 #      compare: 2
2873 #  legend:
2874 #    - ""
2875 #    - "x710, xxv710 - NICs tested."
2876 #    - "Diff - difference between x710 and xxv710 NIC."
2877 #
2878 ## VPP Compare NICs 3n-skx 4t2c mrr
2879 #- type: "table"
2880 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2881 #  algorithm: "table_comparison"
2882 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2883 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2884 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2885 #  columns:
2886 #    - title: "x710"
2887 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2888 #      tag: "NIC_Intel-X710"
2889 #    - title: "xxv710"
2890 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2891 #      tag: "NIC_Intel-XXV710"
2892 #  comparisons:
2893 #    - title: "Diff"
2894 #      reference: 1
2895 #      compare: 2
2896 #  legend:
2897 #    - ""
2898 #    - "x710, xxv710 - NICs tested."
2899 #    - "Diff - difference between x710 and xxv710 NIC."
2900 #
2901 ## VPP Compare NICs 3n-skx 8t4c mrr
2902 #- type: "table"
2903 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2904 #  algorithm: "table_comparison"
2905 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2906 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2907 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2908 #  columns:
2909 #    - title: "x710"
2910 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2911 #      tag: "NIC_Intel-X710"
2912 #    - title: "xxv710"
2913 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2914 #      tag: "NIC_Intel-XXV710"
2915 #  comparisons:
2916 #    - title: "Diff"
2917 #      reference: 1
2918 #      compare: 2
2919 #  legend:
2920 #    - ""
2921 #    - "x710, xxv710 - NICs tested."
2922 #    - "Diff - difference between x710 and xxv710 NIC."
2923
2924 # VPP Compare NICs 2n-skx 2t1c ndr
2925 - type: "table"
2926   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2927   algorithm: "table_comparison"
2928   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2929   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2930   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2931   columns:
2932     - title: "x710"
2933       data-set: "vpp-nic-comparison-2n-skx"
2934       tag: "NIC_Intel-X710"
2935     - title: "xxv710"
2936       data-set: "vpp-nic-comparison-2n-skx"
2937       tag: "NIC_Intel-XXV710"
2938   comparisons:
2939     - title: "Diff"
2940       reference: 1
2941       compare: 2
2942   legend:
2943     - ""
2944     - "x710, xxv710 - NICs tested."
2945     - "Diff - difference between x710 and xxv710 NIC."
2946
2947 # VPP Compare NICs 2n-skx 4t2c ndr
2948 - type: "table"
2949   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2950   algorithm: "table_comparison"
2951   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2952   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2953   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2954   columns:
2955     - title: "x710"
2956       data-set: "vpp-nic-comparison-2n-skx"
2957       tag: "NIC_Intel-X710"
2958     - title: "xxv710"
2959       data-set: "vpp-nic-comparison-2n-skx"
2960       tag: "NIC_Intel-XXV710"
2961   comparisons:
2962     - title: "Diff"
2963       reference: 1
2964       compare: 2
2965   legend:
2966     - ""
2967     - "x710, xxv710 - NICs tested."
2968     - "Diff - difference between x710 and xxv710 NIC."
2969
2970 # VPP Compare NICs 2n-skx 2t1c pdr
2971 - type: "table"
2972   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2973   algorithm: "table_comparison"
2974   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2976   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2977   columns:
2978     - title: "x710"
2979       data-set: "vpp-nic-comparison-2n-skx"
2980       tag: "NIC_Intel-X710"
2981     - title: "xxv710"
2982       data-set: "vpp-nic-comparison-2n-skx"
2983       tag: "NIC_Intel-XXV710"
2984   comparisons:
2985     - title: "Diff"
2986       reference: 1
2987       compare: 2
2988   legend:
2989     - ""
2990     - "x710, xxv710 - NICs tested."
2991     - "Diff - difference between x710 and xxv710 NIC."
2992
2993 # VPP Compare NICs 2n-skx 4t2c pdr
2994 - type: "table"
2995   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2996   algorithm: "table_comparison"
2997   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2998   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2999   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3000   columns:
3001     - title: "x710"
3002       data-set: "vpp-nic-comparison-2n-skx"
3003       tag: "NIC_Intel-X710"
3004     - title: "xxv710"
3005       data-set: "vpp-nic-comparison-2n-skx"
3006       tag: "NIC_Intel-XXV710"
3007   comparisons:
3008     - title: "Diff"
3009       reference: 1
3010       compare: 2
3011   legend:
3012     - ""
3013     - "x710, xxv710 - NICs tested."
3014     - "Diff - difference between x710 and xxv710 NIC."
3015
3016 # VPP Compare NICs 2n-skx 2t1c mrr
3017 - type: "table"
3018   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3019   algorithm: "table_comparison"
3020   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3021   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3022   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3023   columns:
3024     - title: "x710"
3025       data-set: "vpp-nic-comparison-2n-skx-mrr"
3026       tag: "NIC_Intel-X710"
3027     - title: "xxv710"
3028       data-set: "vpp-nic-comparison-2n-skx-mrr"
3029       tag: "NIC_Intel-XXV710"
3030   comparisons:
3031     - title: "Diff"
3032       reference: 1
3033       compare: 2
3034   legend:
3035     - ""
3036     - "x710, xxv710 - NICs tested."
3037     - "Diff - difference between x710 and xxv710 NIC."
3038
3039 # VPP Compare NICs 2n-skx 4t2c mrr
3040 - type: "table"
3041   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3042   algorithm: "table_comparison"
3043   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3044   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3045   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3046   columns:
3047     - title: "x710"
3048       data-set: "vpp-nic-comparison-2n-skx-mrr"
3049       tag: "NIC_Intel-X710"
3050     - title: "xxv710"
3051       data-set: "vpp-nic-comparison-2n-skx-mrr"
3052       tag: "NIC_Intel-XXV710"
3053   comparisons:
3054     - title: "Diff"
3055       reference: 1
3056       compare: 2
3057   legend:
3058     - ""
3059     - "x710, xxv710 - NICs tested."
3060     - "Diff - difference between x710 and xxv710 NIC."
3061
3062 # VPP Compare NICs 2n-skx 8t4c mrr
3063 - type: "table"
3064   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3065   algorithm: "table_comparison"
3066   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3067   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3068   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3069   columns:
3070     - title: "x710"
3071       data-set: "vpp-nic-comparison-2n-skx-mrr"
3072       tag: "NIC_Intel-X710"
3073     - title: "xxv710"
3074       data-set: "vpp-nic-comparison-2n-skx-mrr"
3075       tag: "NIC_Intel-XXV710"
3076   comparisons:
3077     - title: "Diff"
3078       reference: 1
3079       compare: 2
3080   legend:
3081     - ""
3082     - "x710, xxv710 - NICs tested."
3083     - "Diff - difference between x710 and xxv710 NIC."
3084
3085 ################################################################################
3086 # VPP
3087
3088 # VPP Performance Changes 3n-hsw 1t1c pdr
3089 - type: "table"
3090   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3091   algorithm: "table_comparison"
3092   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3093   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3094   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3095   columns:
3096     - title: "2001.0-4"
3097       data-set: "vpp-performance-changes-3n-hsw-h1"
3098     - title: "2005.0-4"
3099       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3100     - title: "2005.0-5"
3101       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3102     - title: "2009.0-5"
3103       data-set: "vpp-performance-changes-3n-hsw-cmp"
3104   comparisons:
3105     - title: "2005.0-5 vs 2005.0-4"
3106       reference: 2
3107       compare: 3
3108 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3109     - title: "2009.0-5 vs 2005.0-5"
3110       reference: 3
3111       compare: 4
3112 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3113   legend:
3114     - ''
3115     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3116     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3117     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3118     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3119     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3120
3121 # VPP Performance Changes 3n-hsw 2t2c pdr
3122 - type: "table"
3123   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3124   algorithm: "table_comparison"
3125   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3126   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3127   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3128   columns:
3129     - title: "2001.0-4"
3130       data-set: "vpp-performance-changes-3n-hsw-h1"
3131     - title: "2005.0-4"
3132       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3133     - title: "2005.0-5"
3134       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3135     - title: "2009.0-5"
3136       data-set: "vpp-performance-changes-3n-hsw-cmp"
3137   comparisons:
3138     - title: "2005.0-5 vs 2005.0-4"
3139       reference: 2
3140       compare: 3
3141 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3142     - title: "2009.0-5 vs 2005.0-5"
3143       reference: 3
3144       compare: 4
3145 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3146   legend:
3147     - ''
3148     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3149     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3150     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3151     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3152     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3153
3154 # VPP Performance Changes 3n-hsw 1t1c ndr
3155 - type: "table"
3156   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3157   algorithm: "table_comparison"
3158   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3160   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3161   columns:
3162     - title: "2001.0-4"
3163       data-set: "vpp-performance-changes-3n-hsw-h1"
3164     - title: "2005.0-4"
3165       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3166     - title: "2005.0-5"
3167       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3168     - title: "2009.0-5"
3169       data-set: "vpp-performance-changes-3n-hsw-cmp"
3170   comparisons:
3171     - title: "2005.0-5 vs 2005.0-4"
3172       reference: 2
3173       compare: 3
3174 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3175     - title: "2009.0-5 vs 2005.0-5"
3176       reference: 3
3177       compare: 4
3178 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3179   legend:
3180     - ''
3181     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3182     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3183     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3184     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3185     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3186
3187 # VPP Performance Changes 3n-hsw 2t2c ndr
3188 - type: "table"
3189   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3190   algorithm: "table_comparison"
3191   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3192   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3193   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3194   columns:
3195     - title: "2001.0-4"
3196       data-set: "vpp-performance-changes-3n-hsw-h1"
3197     - title: "2005.0-4"
3198       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3199     - title: "2005.0-5"
3200       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3201     - title: "2009.0-5"
3202       data-set: "vpp-performance-changes-3n-hsw-cmp"
3203   comparisons:
3204     - title: "2005.0-5 vs 2005.0-4"
3205       reference: 2
3206       compare: 3
3207 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3208     - title: "2009.0-5 vs 2005.0-5"
3209       reference: 3
3210       compare: 4
3211 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3212   legend:
3213     - ''
3214     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3215     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3216     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3217     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3218     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3219
3220 # VPP Performance Changes 3n-skx 2t1c pdr
3221 - type: "table"
3222   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3223   algorithm: "table_comparison"
3224   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3225   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3226   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3227   columns:
3228     - title: "2001.0-4"
3229       data-set: "vpp-performance-changes-3n-skx-h1"
3230     - title: "2005.0-4"
3231       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3232     - title: "2005.0-5"
3233       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3234     - title: "2009.0-5"
3235       data-set: "vpp-performance-changes-3n-skx-cmp"
3236   comparisons:
3237     - title: "2005.0-5 vs 2005.0-4"
3238       reference: 2
3239       compare: 3
3240 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3241     - title: "2009.0-5 vs 2005.0-5"
3242       reference: 3
3243       compare: 4
3244 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3245   legend:
3246     - ''
3247     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3248     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3249     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3250     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3251     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3252
3253 # VPP Performance Changes 3n-skx 4t2c pdr
3254 - type: "table"
3255   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3256   algorithm: "table_comparison"
3257   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3258   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3259   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3260   columns:
3261     - title: "2001.0-4"
3262       data-set: "vpp-performance-changes-3n-skx-h1"
3263     - title: "2005.0-4"
3264       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3265     - title: "2005.0-5"
3266       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3267     - title: "2009.0-5"
3268       data-set: "vpp-performance-changes-3n-skx-cmp"
3269   comparisons:
3270     - title: "2005.0-5 vs 2005.0-4"
3271       reference: 2
3272       compare: 3
3273 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3274     - title: "2009.0-5 vs 2005.0-5"
3275       reference: 3
3276       compare: 4
3277 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3278   legend:
3279     - ''
3280     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3281     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3282     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3283     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3284     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3285
3286 # VPP Performance Changes 3n-skx 2t1c ndr
3287 - type: "table"
3288   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3289   algorithm: "table_comparison"
3290   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3291   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3292   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3293   columns:
3294     - title: "2001.0-4"
3295       data-set: "vpp-performance-changes-3n-skx-h1"
3296     - title: "2005.0-4"
3297       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3298     - title: "2005.0-5"
3299       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3300     - title: "2009.0-5"
3301       data-set: "vpp-performance-changes-3n-skx-cmp"
3302   comparisons:
3303     - title: "2005.0-5 vs 2005.0-4"
3304       reference: 2
3305       compare: 3
3306 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3307     - title: "2009.0-5 vs 2005.0-5"
3308       reference: 3
3309       compare: 4
3310 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3311   legend:
3312     - ''
3313     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3314     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3315     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3316     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3317     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3318
3319 # VPP Performance Changes 3n-skx 4t2c ndr
3320 - type: "table"
3321   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3322   algorithm: "table_comparison"
3323   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3324   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3325   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3326   columns:
3327     - title: "2001.0-4"
3328       data-set: "vpp-performance-changes-3n-skx-h1"
3329     - title: "2005.0-4"
3330       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3331     - title: "2005.0-5"
3332       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3333     - title: "2009.0-5"
3334       data-set: "vpp-performance-changes-3n-skx-cmp"
3335   comparisons:
3336     - title: "2005.0-5 vs 2005.0-4"
3337       reference: 2
3338       compare: 3
3339 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3340     - title: "2009.0-5 vs 2005.0-5"
3341       reference: 3
3342       compare: 4
3343 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3344   legend:
3345     - ''
3346     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3347     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3348     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3349     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3350     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3351
3352 # VPP Performance Changes 2n-skx 2t1c pdr
3353 - type: "table"
3354   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3355   algorithm: "table_comparison"
3356   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3357   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3358   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3359   columns:
3360     - title: "2001.0-4"
3361       data-set: "vpp-performance-changes-2n-skx-h1"
3362     - title: "2005.0-4"
3363       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3364     - title: "2005.0-5"
3365       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3366     - title: "2009.0-5"
3367       data-set: "vpp-performance-changes-2n-skx-cmp"
3368   comparisons:
3369     - title: "2005.0-5 vs 2005.0-4"
3370       reference: 2
3371       compare: 3
3372 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3373     - title: "2009.0-5 vs 2005.0-5"
3374       reference: 3
3375       compare: 4
3376 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3377   legend:
3378     - ''
3379     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3380     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3381     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3382     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3383     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3384
3385 # VPP Performance Changes 2n-skx 4t2c pdr
3386 - type: "table"
3387   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3388   algorithm: "table_comparison"
3389   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3390   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3391   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3392   columns:
3393     - title: "2001.0-4"
3394       data-set: "vpp-performance-changes-2n-skx-h1"
3395     - title: "2005.0-4"
3396       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3397     - title: "2005.0-5"
3398       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3399     - title: "2009.0-5"
3400       data-set: "vpp-performance-changes-2n-skx-cmp"
3401   comparisons:
3402     - title: "2005.0-5 vs 2005.0-4"
3403       reference: 2
3404       compare: 3
3405 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3406     - title: "2009.0-5 vs 2005.0-5"
3407       reference: 3
3408       compare: 4
3409 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3410   legend:
3411     - ''
3412     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3413     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3414     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3415     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3416     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3417
3418 # VPP Performance Changes 2n-skx 2t1c ndr
3419 - type: "table"
3420   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3421   algorithm: "table_comparison"
3422   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3423   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3424   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3425   columns:
3426     - title: "2001.0-4"
3427       data-set: "vpp-performance-changes-2n-skx-h1"
3428     - title: "2005.0-4"
3429       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3430     - title: "2005.0-5"
3431       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3432     - title: "2009.0-5"
3433       data-set: "vpp-performance-changes-2n-skx-cmp"
3434   comparisons:
3435     - title: "2005.0-5 vs 2005.0-4"
3436       reference: 2
3437       compare: 3
3438 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3439     - title: "2009.0-5 vs 2005.0-5"
3440       reference: 3
3441       compare: 4
3442 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3443   legend:
3444     - ''
3445     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3446     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3447     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3448     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3449     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3450
3451 # VPP Performance Changes 2n-skx 4t2c ndr
3452 - type: "table"
3453   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3454   algorithm: "table_comparison"
3455   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3456   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3457   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3458   columns:
3459     - title: "2001.0-4"
3460       data-set: "vpp-performance-changes-2n-skx-h1"
3461     - title: "2005.0-4"
3462       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3463     - title: "2005.0-5"
3464       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3465     - title: "2009.0-5"
3466       data-set: "vpp-performance-changes-2n-skx-cmp"
3467   comparisons:
3468     - title: "2005.0-5 vs 2005.0-4"
3469       reference: 2
3470       compare: 3
3471 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3472     - title: "2009.0-5 vs 2005.0-5"
3473       reference: 3
3474       compare: 4
3475 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3476   legend:
3477     - ''
3478     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3479     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3480     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3481     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3482     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3483
3484 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3485 - type: "table"
3486   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3487   algorithm: "table_comparison"
3488   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3489   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3490   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3491   columns:
3492     - title: "2001.0-4"
3493       data-set: "vpp-performance-changes-2n-clx-h1"
3494     - title: "2005.0-4"
3495       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3496     - title: "2005.0-5"
3497       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3498     - title: "2009.0-5"
3499       data-set: "vpp-performance-changes-2n-clx-cmp"
3500   comparisons:
3501     - title: "2005.0-5 vs 2005.0-4"
3502       reference: 2
3503       compare: 3
3504 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3505     - title: "2009.0-5 vs 2005.0-5"
3506       reference: 3
3507       compare: 4
3508 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3509   legend:
3510     - ''
3511     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3512     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3513     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3514     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3515     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3516
3517 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3518 - type: "table"
3519   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3520   algorithm: "table_comparison"
3521   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3522   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3523   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3524   columns:
3525     - title: "2001.0-4"
3526       data-set: "vpp-performance-changes-2n-clx-h1"
3527     - title: "2005.0-4"
3528       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3529     - title: "2005.0-5"
3530       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3531     - title: "2009.0-5"
3532       data-set: "vpp-performance-changes-2n-clx-cmp"
3533   comparisons:
3534     - title: "2005.0-5 vs 2005.0-4"
3535       reference: 2
3536       compare: 3
3537 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3538     - title: "2009.0-5 vs 2005.0-5"
3539       reference: 3
3540       compare: 4
3541 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3542   legend:
3543     - ''
3544     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3545     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3546     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3547     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3548     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3549
3550 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3551 - type: "table"
3552   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3553   algorithm: "table_comparison"
3554   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3555   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3556   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3557   columns:
3558     - title: "2001.0-4"
3559       data-set: "vpp-performance-changes-2n-clx-h1"
3560     - title: "2005.0-4"
3561       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3562     - title: "2005.0-5"
3563       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3564     - title: "2009.0-5"
3565       data-set: "vpp-performance-changes-2n-clx-cmp"
3566   comparisons:
3567     - title: "2005.0-5 vs 2005.0-4"
3568       reference: 2
3569       compare: 3
3570 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3571     - title: "2009.0-5 vs 2005.0-5"
3572       reference: 3
3573       compare: 4
3574 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3575   legend:
3576     - ''
3577     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3578     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3579     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3580     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3581     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3582
3583 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3584 - type: "table"
3585   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3586   algorithm: "table_comparison"
3587   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3588   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3589   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3590   columns:
3591     - title: "2001.0-4"
3592       data-set: "vpp-performance-changes-2n-clx-h1"
3593     - title: "2005.0-4"
3594       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3595     - title: "2005.0-5"
3596       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3597     - title: "2009.0-5"
3598       data-set: "vpp-performance-changes-2n-clx-cmp"
3599   comparisons:
3600     - title: "2005.0-5 vs 2005.0-4"
3601       reference: 2
3602       compare: 3
3603 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3604     - title: "2009.0-5 vs 2005.0-5"
3605       reference: 3
3606       compare: 4
3607 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3608   legend:
3609     - ''
3610     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3611     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3612     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3613     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3614     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3615
3616 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3617 #- type: "table"
3618 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3619 #  algorithm: "table_comparison"
3620 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3621 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3622 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3623 #  columns:
3624 #    - title: "2001.0-2"
3625 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3626 #    - title: "2005.0-3"
3627 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3628 #  comparisons:
3629 #    - title: "Diff"
3630 #      reference: 1
3631 #      compare: 2
3632 #  legend:
3633 #    - ''
3634 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3635 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3636 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3637 #    - '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.'
3638 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3639 #
3640 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3641 #- type: "table"
3642 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3643 #  algorithm: "table_comparison"
3644 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3645 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3646 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3647 #  columns:
3648 #    - title: "2001.0-2"
3649 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3650 #    - title: "2005.0-3"
3651 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3652 #  comparisons:
3653 #    - title: "Diff"
3654 #      reference: 1
3655 #      compare: 2
3656 #  legend:
3657 #    - ''
3658 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3659 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3660 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3661 #    - '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.'
3662 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3663 #
3664 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3665 #- type: "table"
3666 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3667 #  algorithm: "table_comparison"
3668 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3669 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3670 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3671 #  columns:
3672 #    - title: "2001.0-2"
3673 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3674 #    - title: "2005.0-3"
3675 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3676 #  comparisons:
3677 #    - title: "Diff"
3678 #      reference: 1
3679 #      compare: 2
3680 #  legend:
3681 #    - ''
3682 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3683 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3684 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3685 #    - '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.'
3686 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3687 #
3688 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3689 #- type: "table"
3690 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3691 #  algorithm: "table_comparison"
3692 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3693 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3694 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3695 #  columns:
3696 #    - title: "2001.0-2"
3697 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3698 #    - title: "2005.0-3"
3699 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3700 #  comparisons:
3701 #    - title: "Diff"
3702 #      reference: 1
3703 #      compare: 2
3704 #  legend:
3705 #    - ''
3706 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3707 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3708 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3709 #    - '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.'
3710 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3711
3712 ## VPP Performance Changes 2n-dnv 1t1c pdr
3713 #- type: "table"
3714 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3715 #  algorithm: "table_comparison"
3716 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3717 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3718 #  filter: "'1T1C'"
3719 #  columns:
3720 #    - title: "2001.0-2"
3721 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3722 #    - title: "2005.0-3"
3723 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3724 #    - title: "2009.0-5"
3725 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3726 #  comparisons:
3727 #    - title: "2009.0-5 vs 2005.0-3"
3728 #      reference: 2
3729 #      compare: 3
3730 #  legend:
3731 #    - ''
3732 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3733 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3734 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3735 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3736 #
3737 ## VPP Performance Changes 2n-dnv 2t2c pdr
3738 #- type: "table"
3739 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3740 #  algorithm: "table_comparison"
3741 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3742 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3743 #  filter: "'2T2C'"
3744 #  columns:
3745 #    - title: "2001.0-2"
3746 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3747 #    - title: "2005.0-3"
3748 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3749 #    - title: "2009.0-5"
3750 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3751 #  comparisons:
3752 #    - title: "2009.0-5 vs 2005.0-3"
3753 #      reference: 2
3754 #      compare: 3
3755 #  legend:
3756 #    - ''
3757 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3758 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3759 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3760 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3761 #
3762 ## VPP Performance Changes 2n-dnv 1t1c ndr
3763 #- type: "table"
3764 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3765 #  algorithm: "table_comparison"
3766 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3767 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3768 #  filter: "'1T1C'"
3769 #  columns:
3770 #    - title: "2001.0-2"
3771 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3772 #    - title: "2005.0-3"
3773 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3774 #    - title: "2009.0-5"
3775 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3776 #  comparisons:
3777 #    - title: "2009.0-5 vs 2005.0-3"
3778 #      reference: 2
3779 #      compare: 3
3780 #  legend:
3781 #    - ''
3782 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3783 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3784 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3785 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3786 #
3787 ## VPP Performance Changes 2n-dnv 2t2c ndr
3788 #- type: "table"
3789 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3790 #  algorithm: "table_comparison"
3791 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3792 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3793 #  filter: "'2T2C'"
3794 #  columns:
3795 #    - title: "2001.0-2"
3796 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3797 #    - title: "2005.0-3"
3798 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3799 #    - title: "2009.0-5"
3800 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3801 #  comparisons:
3802 #    - title: "2009.0-5 vs 2005.0-3"
3803 #      reference: 2
3804 #      compare: 3
3805 #  legend:
3806 #    - ''
3807 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3808 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3809 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3810 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3811 #
3812 ## VPP Performance Changes 3n-dnv 1t1c pdr
3813 #- type: "table"
3814 #  title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3815 #  algorithm: "table_comparison"
3816 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3817 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3818 #  filter: "'1T1C'"
3819 #  columns:
3820 #    - title: "2001.0-2"
3821 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3822 #    - title: "2005.0-3"
3823 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3824 #    - title: "2009.0-5"
3825 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3826 #  comparisons:
3827 #    - title: "2009.0-5 vs 2005.0-3"
3828 #      reference: 2
3829 #      compare: 3
3830 #  legend:
3831 #    - ''
3832 #    - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3833 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3834 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3835 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3836 #
3837 ## VPP Performance Changes 3n-dnv 2t2c pdr
3838 #- type: "table"
3839 #  title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3840 #  algorithm: "table_comparison"
3841 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3842 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3843 #  filter: "'2T2C'"
3844 #  columns:
3845 #    - title: "2001.0-2"
3846 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3847 #    - title: "2005.0-3"
3848 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3849 #    - title: "2009.0-5"
3850 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3851 #  comparisons:
3852 #    - title: "2009.0-5 vs 2005.0-3"
3853 #      reference: 2
3854 #      compare: 3
3855 #  legend:
3856 #    - ''
3857 #    - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3858 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3859 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3860 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3861 #
3862 ## VPP Performance Changes 3n-dnv 1t1c ndr
3863 #- type: "table"
3864 #  title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3865 #  algorithm: "table_comparison"
3866 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3867 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3868 #  filter: "'1T1C'"
3869 #  columns:
3870 #    - title: "2001.0-2"
3871 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3872 #    - title: "2005.0-3"
3873 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3874 #    - title: "2009.0-5"
3875 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3876 #  comparisons:
3877 #    - title: "2009.0-5 vs 2005.0-3"
3878 #      reference: 2
3879 #      compare: 3
3880 #  legend:
3881 #    - ''
3882 #    - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3883 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3884 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3885 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3886 #
3887 ## VPP Performance Changes 3n-dnv 2t2c ndr
3888 #- type: "table"
3889 #  title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3890 #  algorithm: "table_comparison"
3891 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3892 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3893 #  filter: "'2T2C'"
3894 #  columns:
3895 #    - title: "2001.0-2"
3896 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3897 #    - title: "2005.0-3"
3898 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3899 #    - title: "2009.0-5"
3900 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3901 #  comparisons:
3902 #    - title: "2009.0-5 vs 2005.0-3"
3903 #      reference: 2
3904 #      compare: 3
3905 #  legend:
3906 #    - ''
3907 #    - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3908 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3909 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3910 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3911
3912 # VPP Performance Changes 3n-tsh 1t1c pdr
3913 - type: "table"
3914   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3915   algorithm: "table_comparison"
3916   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3917   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3918   filter: "'1T1C'"
3919   columns:
3920     - title: "2001.0-4"
3921       data-set: "vpp-performance-changes-3n-tsh-h1"
3922     - title: "2005.0-4"
3923       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3924     - title: "2005.0-5"
3925       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3926     - title: "2009.0-5"
3927       data-set: "vpp-performance-changes-3n-tsh-cmp"
3928   comparisons:
3929     - title: "2005.0-5 vs 2005.0-4"
3930       reference: 2
3931       compare: 3
3932 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3933     - title: "2009.0-5 vs 2005.0-5"
3934       reference: 3
3935       compare: 4
3936 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
3937   legend:
3938     - ''
3939     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3940     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3941     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3942     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3943     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3944
3945 # VPP Performance Changes 3n-tsh 2t2c pdr
3946 - type: "table"
3947   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3948   algorithm: "table_comparison"
3949   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3950   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3951   filter: "'2T2C'"
3952   columns:
3953     - title: "2001.0-4"
3954       data-set: "vpp-performance-changes-3n-tsh-h1"
3955     - title: "2005.0-4"
3956       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3957     - title: "2005.0-5"
3958       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3959     - title: "2009.0-5"
3960       data-set: "vpp-performance-changes-3n-tsh-cmp"
3961   comparisons:
3962     - title: "2005.0-5 vs 2005.0-4"
3963       reference: 2
3964       compare: 3
3965 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
3966     - title: "2009.0-5 vs 2005.0-5"
3967       reference: 3
3968       compare: 4
3969 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
3970   legend:
3971     - ''
3972     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3973     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3974     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3975     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3976     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3977
3978 # VPP Performance Changes 3n-tsh 1t1c ndr
3979 - type: "table"
3980   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3981   algorithm: "table_comparison"
3982   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3983   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3984   filter: "'1T1C'"
3985   columns:
3986     - title: "2001.0-4"
3987       data-set: "vpp-performance-changes-3n-tsh-h1"
3988     - title: "2005.0-4"
3989       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3990     - title: "2005.0-5"
3991       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3992     - title: "2009.0-5"
3993       data-set: "vpp-performance-changes-3n-tsh-cmp"
3994   comparisons:
3995     - title: "2005.0-5 vs 2005.0-4"
3996       reference: 2
3997       compare: 3
3998 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
3999     - title: "2009.0-5 vs 2005.0-5"
4000       reference: 3
4001       compare: 4
4002 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4003   legend:
4004     - ''
4005     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4006     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4007     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4008     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4009     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4010
4011 # VPP Performance Changes 3n-tsh 2t2c ndr
4012 - type: "table"
4013   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4014   algorithm: "table_comparison"
4015   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4016   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4017   filter: "'2T2C'"
4018   columns:
4019     - title: "2001.0-4"
4020       data-set: "vpp-performance-changes-3n-tsh-h1"
4021     - title: "2005.0-4"
4022       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4023     - title: "2005.0-5"
4024       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4025     - title: "2009.0-5"
4026       data-set: "vpp-performance-changes-3n-tsh-cmp"
4027   comparisons:
4028     - title: "2005.0-5 vs 2005.0-4"
4029       reference: 2
4030       compare: 3
4031 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4032     - title: "2009.0-5 vs 2005.0-5"
4033       reference: 3
4034       compare: 4
4035 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4036   legend:
4037     - ''
4038     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4039     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4040     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4041     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4042     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4043
4044 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4045 - type: "table"
4046   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4047   algorithm: "table_comparison"
4048   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4049   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4050   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4051   columns:
4052     - title: "3n-hsw xl710"
4053       data-set: "vpp-compare-testbeds-ref"
4054       tag: "NIC_Intel-XL710"
4055     - title: "3n-skx xxv710"
4056       data-set: "vpp-compare-testbeds-cmp"
4057       tag: "NIC_Intel-XXV710"
4058   comparisons:
4059     - title: "Diff"
4060       reference: 1
4061       compare: 2
4062   legend:
4063     - ""
4064     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4065     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4066
4067 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4068 - type: "table"
4069   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4070   algorithm: "table_comparison"
4071   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4072   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4073   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4074   columns:
4075     - title: "3n-hsw xl710"
4076       data-set: "vpp-compare-testbeds-ref"
4077       tag: "NIC_Intel-XL710"
4078     - title: "3n-skx xxv710"
4079       data-set: "vpp-compare-testbeds-cmp"
4080       tag: "NIC_Intel-XXV710"
4081   comparisons:
4082     - title: "Diff"
4083       reference: 1
4084       compare: 2
4085   legend:
4086     - ""
4087     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4088     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4089
4090 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4091 - type: "table"
4092   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4093   algorithm: "table_comparison"
4094   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4095   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4096   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4097   columns:
4098     - title: "3n-hsw xl710"
4099       data-set: "vpp-compare-testbeds-ref"
4100       tag: "NIC_Intel-XL710"
4101     - title: "3n-skx xxv710"
4102       data-set: "vpp-compare-testbeds-cmp"
4103       tag: "NIC_Intel-XXV710"
4104   comparisons:
4105     - title: "Diff"
4106       reference: 1
4107       compare: 2
4108   legend:
4109     - ""
4110     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4111     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4112
4113 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4114 - type: "table"
4115   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4116   algorithm: "table_comparison"
4117   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4118   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4119   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4120   columns:
4121     - title: "3n-hsw xl710"
4122       data-set: "vpp-compare-testbeds-ref"
4123       tag: "NIC_Intel-XL710"
4124     - title: "3n-skx xxv710"
4125       data-set: "vpp-compare-testbeds-cmp"
4126       tag: "NIC_Intel-XXV710"
4127   comparisons:
4128     - title: "Diff"
4129       reference: 1
4130       compare: 2
4131   legend:
4132     - ""
4133     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4134     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4135
4136 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4137 - type: "table"
4138   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4139   algorithm: "table_comparison"
4140   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4141   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4142   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4143   columns:
4144     - title: "2n-skx"
4145       data-set: "vpp-compare-testbeds-skx-clx-ref"
4146     - title: "2n-clx"
4147       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4148   comparisons:
4149     - title: "Diff"
4150       reference: 1
4151       compare: 2
4152   legend:
4153     - ""
4154     - "2n-skx, 2n-clx - testbeds and NICs tested."
4155     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4156
4157 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4158 - type: "table"
4159   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4160   algorithm: "table_comparison"
4161   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4162   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4163   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4164   columns:
4165     - title: "2n-skx"
4166       data-set: "vpp-compare-testbeds-skx-clx-ref"
4167     - title: "2n-clx"
4168       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4169   comparisons:
4170     - title: "Diff"
4171       reference: 1
4172       compare: 2
4173   legend:
4174     - ""
4175     - "2n-skx, 2n-clx - testbeds and NICs tested."
4176     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4177
4178 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4179 - type: "table"
4180   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4181   algorithm: "table_comparison"
4182   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4183   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4184   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4185   columns:
4186     - title: "2n-skx"
4187       data-set: "vpp-compare-testbeds-skx-clx-ref"
4188     - title: "2n-clx"
4189       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4190   comparisons:
4191     - title: "Diff"
4192       reference: 1
4193       compare: 2
4194   legend:
4195     - ""
4196     - "2n-skx, 2n-clx - testbeds and NICs tested."
4197     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4198
4199 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4200 - type: "table"
4201   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4202   algorithm: "table_comparison"
4203   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4204   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4205   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4206   columns:
4207     - title: "2n-skx"
4208       data-set: "vpp-compare-testbeds-skx-clx-ref"
4209     - title: "2n-clx"
4210       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4211   comparisons:
4212     - title: "Diff"
4213       reference: 1
4214       compare: 2
4215   legend:
4216     - ""
4217     - "2n-skx, 2n-clx - testbeds and NICs tested."
4218     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4219
4220 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4221 - type: "table"
4222   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4223   algorithm: "table_comparison"
4224   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4225   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4226   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4227   columns:
4228     - title: "3n-hsw xl710"
4229       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4230       tag: "NIC_Intel-XL710"
4231     - title: "2n-clx xxv710"
4232       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4233       tag: "NIC_Intel-XXV710"
4234   comparisons:
4235     - title: "Diff"
4236       reference: 1
4237       compare: 2
4238   legend:
4239     - ""
4240     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4241     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4242
4243 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4244 - type: "table"
4245   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4246   algorithm: "table_comparison"
4247   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4248   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4249   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4250   columns:
4251     - title: "3n-hsw xl710"
4252       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4253       tag: "NIC_Intel-XL710"
4254     - title: "2n-clx xxv710"
4255       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4256       tag: "NIC_Intel-XXV710"
4257   comparisons:
4258     - title: "Diff"
4259       reference: 1
4260       compare: 2
4261   legend:
4262     - ""
4263     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4264     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4265
4266 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4267 - type: "table"
4268   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4269   algorithm: "table_comparison"
4270   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4271   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4272   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4273   columns:
4274     - title: "3n-hsw xl710"
4275       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4276       tag: "NIC_Intel-XL710"
4277     - title: "2n-clx xxv710"
4278       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4279       tag: "NIC_Intel-XXV710"
4280   comparisons:
4281     - title: "Diff"
4282       reference: 1
4283       compare: 2
4284   legend:
4285     - ""
4286     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4287     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4288
4289 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4290 - type: "table"
4291   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4292   algorithm: "table_comparison"
4293   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4294   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4295   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4296   columns:
4297     - title: "3n-hsw xl710"
4298       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4299       tag: "NIC_Intel-XL710"
4300     - title: "2n-clx xxv710"
4301       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4302       tag: "NIC_Intel-XXV710"
4303   comparisons:
4304     - title: "Diff"
4305       reference: 1
4306       compare: 2
4307   legend:
4308     - ""
4309     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4310     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4311
4312 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4313 - type: "table"
4314   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4315   algorithm: "table_comparison"
4316   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4317   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4318   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4319   columns:
4320     - title: "3n-skx"
4321       data-set: "vpp-compare-topologies-ref"
4322     - title: "2n-skx"
4323       data-set: "vpp-compare-topologies-cmp"
4324   comparisons:
4325     - title: "Diff"
4326       reference: 1
4327       compare: 2
4328   legend:
4329     - ""
4330     - "3n-skx, 2n-skx - topologies tested."
4331     - "Diff - difference between 3n-skx and 2n-skx topologies."
4332
4333 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4334 - type: "table"
4335   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4336   algorithm: "table_comparison"
4337   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4338   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4339   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4340   columns:
4341     - title: "3n-skx"
4342       data-set: "vpp-compare-topologies-ref"
4343     - title: "2n-skx"
4344       data-set: "vpp-compare-topologies-cmp"
4345   comparisons:
4346     - title: "Diff"
4347       reference: 1
4348       compare: 2
4349   legend:
4350     - ""
4351     - "3n-skx, 2n-skx - topologies tested."
4352     - "Diff - difference between 3n-skx and 2n-skx topologies."
4353
4354 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4355 - type: "table"
4356   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4357   algorithm: "table_comparison"
4358   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4359   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4360   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4361   columns:
4362     - title: "3n-skx"
4363       data-set: "vpp-compare-topologies-ref"
4364     - title: "2n-skx"
4365       data-set: "vpp-compare-topologies-cmp"
4366   comparisons:
4367     - title: "Diff"
4368       reference: 1
4369       compare: 2
4370   legend:
4371     - ""
4372     - "3n-skx, 2n-skx - topologies tested."
4373     - "Diff - difference between 3n-skx and 2n-skx topologies."
4374
4375 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4376 - type: "table"
4377   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4378   algorithm: "table_comparison"
4379   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4380   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4381   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4382   columns:
4383     - title: "3n-skx"
4384       data-set: "vpp-compare-topologies-ref"
4385     - title: "2n-skx"
4386       data-set: "vpp-compare-topologies-cmp"
4387   comparisons:
4388     - title: "Diff"
4389       reference: 1
4390       compare: 2
4391   legend:
4392     - ""
4393     - "3n-skx, 2n-skx - topologies tested."
4394     - "Diff - difference between 3n-skx and 2n-skx topologies."
4395
4396 # VPP Performance Changes 3n-hsw 1t1c mrr
4397 - type: "table"
4398   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4399   algorithm: "table_comparison"
4400   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4401   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4402   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4403   columns:
4404     - title: "2001.0-2"
4405       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4406     - title: "2005.0-4"
4407       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4408     - title: "2005.0-5"
4409       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4410     - title: "2009.0-5"
4411       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4412   comparisons:
4413     - title: "2005.0-5 vs 2005.0-4"
4414       reference: 2
4415       compare: 3
4416 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4417     - title: "2009.0-5 vs 2005.0-5"
4418       reference: 3
4419       compare: 4
4420 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4421   legend:
4422     - ''
4423     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4424     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4425     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4426     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4427     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4428
4429 # VPP Performance Changes 3n-hsw 2t2c mrr
4430 - type: "table"
4431   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4432   algorithm: "table_comparison"
4433   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4434   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4435   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4436   columns:
4437     - title: "2001.0-2"
4438       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4439     - title: "2005.0-4"
4440       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4441     - title: "2005.0-5"
4442       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4443     - title: "2009.0-5"
4444       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4445   comparisons:
4446     - title: "2005.0-5 vs 2005.0-4"
4447       reference: 2
4448       compare: 3
4449 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4450     - title: "2009.0-5 vs 2005.0-5"
4451       reference: 3
4452       compare: 4
4453 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4454   legend:
4455     - ''
4456     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4457     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4458     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4459     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4460     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4461
4462 # VPP Performance Changes 3n-hsw 4t4c mrr
4463 - type: "table"
4464   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4465   algorithm: "table_comparison"
4466   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4467   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4468   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4469   columns:
4470     - title: "2001.0-2"
4471       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4472     - title: "2005.0-4"
4473       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4474     - title: "2005.0-5"
4475       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4476     - title: "2009.0-5"
4477       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4478   comparisons:
4479     - title: "2005.0-5 vs 2005.0-4"
4480       reference: 2
4481       compare: 3
4482 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4483     - title: "2009.0-5 vs 2005.0-5"
4484       reference: 3
4485       compare: 4
4486 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4487   legend:
4488     - ''
4489     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4490     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4491     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4492     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4493     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4494
4495 # VPP Performance Changes 3n-skx 2t1c mrr
4496 - type: "table"
4497   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4498   algorithm: "table_comparison"
4499   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4500   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4501   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4502   columns:
4503     - title: "2001.0-2"
4504       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4505     - title: "2005.0-4"
4506       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4507     - title: "2005.0-5"
4508       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4509     - title: "2009.0-5"
4510       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4511   comparisons:
4512     - title: "2005.0-5 vs 2005.0-4"
4513       reference: 2
4514       compare: 3
4515 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4516     - title: "2009.0-5 vs 2005.0-5"
4517       reference: 2
4518       compare: 3
4519 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4520   legend:
4521     - ''
4522     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4523     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4524     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4525     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4526     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4527
4528 # VPP Performance Changes 3n-skx 4t2c mrr
4529 - type: "table"
4530   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4531   algorithm: "table_comparison"
4532   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4533   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4534   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4535   columns:
4536     - title: "2001.0-2"
4537       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4538     - title: "2005.0-4"
4539       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4540     - title: "2005.0-5"
4541       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4542     - title: "2009.0-5"
4543       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4544   comparisons:
4545     - title: "2005.0-5 vs 2005.0-4"
4546       reference: 2
4547       compare: 3
4548 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4549     - title: "2009.0-5 vs 2005.0-5"
4550       reference: 2
4551       compare: 3
4552 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4553   legend:
4554     - ''
4555     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4556     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4557     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4558     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4559     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4560
4561 # VPP Performance Changes 3n-skx 8t4c mrr
4562 - type: "table"
4563   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4564   algorithm: "table_comparison"
4565   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4566   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4567   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4568   columns:
4569     - title: "2001.0-2"
4570       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4571     - title: "2005.0-4"
4572       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4573     - title: "2005.0-5"
4574       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4575     - title: "2009.0-5"
4576       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4577   comparisons:
4578     - title: "2005.0-5 vs 2005.0-4"
4579       reference: 2
4580       compare: 3
4581 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4582     - title: "2009.0-5 vs 2005.0-5"
4583       reference: 2
4584       compare: 3
4585 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4586   legend:
4587     - ''
4588     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4589     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4590     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4591     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4592     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4593
4594 # VPP Performance Changes 2n-skx 2t1c mrr
4595 - type: "table"
4596   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4597   algorithm: "table_comparison"
4598   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4599   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4600   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4601   columns:
4602     - title: "2001.0-2"
4603       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4604     - title: "2005.0-4"
4605       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4606     - title: "2005.0-5"
4607       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4608     - title: "2009.0-5"
4609       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4610   comparisons:
4611     - title: "2005.0-5 vs 2005.0-4"
4612       reference: 2
4613       compare: 3
4614 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4615     - title: "2009.0-5 vs 2005.0-4"
4616       reference: 3
4617       compare: 4
4618 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4619   legend:
4620     - ''
4621     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4622     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4623     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4624     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4625     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4626
4627 # VPP Performance Changes 2n-skx 4t2c mrr
4628 - type: "table"
4629   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4630   algorithm: "table_comparison"
4631   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4633   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4634   columns:
4635     - title: "2001.0-2"
4636       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4637     - title: "2005.0-4"
4638       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4639     - title: "2005.0-5"
4640       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4641     - title: "2009.0-5"
4642       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4643   comparisons:
4644     - title: "2005.0-5 vs 2005.0-4"
4645       reference: 2
4646       compare: 3
4647 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4648     - title: "2009.0-5 vs 2005.0-4"
4649       reference: 3
4650       compare: 4
4651 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4652   legend:
4653     - ''
4654     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4655     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4656     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4657     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4658     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4659
4660 # VPP Performance Changes 2n-skx 8t4c mrr
4661 - type: "table"
4662   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4663   algorithm: "table_comparison"
4664   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4665   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4666   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4667   columns:
4668     - title: "2001.0-2"
4669       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4670     - title: "2005.0-4"
4671       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4672     - title: "2005.0-5"
4673       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4674     - title: "2009.0-5"
4675       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4676   comparisons:
4677     - title: "2005.0-5 vs 2005.0-4"
4678       reference: 2
4679       compare: 3
4680 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4681     - title: "2009.0-5 vs 2005.0-4"
4682       reference: 3
4683       compare: 4
4684 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4685   legend:
4686     - ''
4687     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4688     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4689     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4690     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4691     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4692
4693 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4694 - type: "table"
4695   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4696   algorithm: "table_comparison"
4697   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4698   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4699   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4700   columns:
4701     - title: "2001.0-2"
4702       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4703     - title: "2005.0-4"
4704       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4705     - title: "2005.0-5"
4706       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4707     - title: "2009.0-5"
4708       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4709   comparisons:
4710     - title: "2005.0-5 vs 2005.0-4"
4711       reference: 2
4712       compare: 3
4713 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4714     - title: "2009.0-5 vs 2005.0-5"
4715       reference: 3
4716       compare: 4
4717 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4718   legend:
4719     - ''
4720     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4721     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4722     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4723     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4724     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4725
4726 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4727 - type: "table"
4728   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4729   algorithm: "table_comparison"
4730   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4731   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4732   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4733   columns:
4734     - title: "2001.0-2"
4735       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4736     - title: "2005.0-4"
4737       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4738     - title: "2005.0-5"
4739       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4740     - title: "2009.0-5"
4741       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4742   comparisons:
4743     - title: "2005.0-5 vs 2005.0-4"
4744       reference: 2
4745       compare: 3
4746 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4747     - title: "2009.0-5 vs 2005.0-5"
4748       reference: 3
4749       compare: 4
4750 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4751   legend:
4752     - ''
4753     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4754     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4755     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4756     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4757     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4758
4759 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4760 - type: "table"
4761   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4762   algorithm: "table_comparison"
4763   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4764   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4765   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4766   columns:
4767     - title: "2001.0-2"
4768       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4769     - title: "2005.0-4"
4770       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4771     - title: "2005.0-5"
4772       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4773     - title: "2009.0-5"
4774       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4775   comparisons:
4776     - title: "2005.0-5 vs 2005.0-4"
4777       reference: 2
4778       compare: 3
4779 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4780     - title: "2009.0-5 vs 2005.0-5"
4781       reference: 3
4782       compare: 4
4783 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4784   legend:
4785     - ''
4786     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4787     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4788     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4789     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4790     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4791
4792 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4793 #- type: "table"
4794 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4795 #  algorithm: "table_comparison"
4796 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4797 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4798 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4799 #  columns:
4800 #    - title: "2001"
4801 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4802 #    - title: "2005"
4803 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4804 #  comparisons:
4805 #    - title: "Diff"
4806 #      reference: 1
4807 #      compare: 2
4808 #  legend:
4809 #    - ""
4810 #    - "2001, 2005 - VPP versions tested."
4811 #    - "Diff - difference between 2001 and 2005 VPP version."
4812 #
4813 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4814 #- type: "table"
4815 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4816 #  algorithm: "table_comparison"
4817 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4818 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4819 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4820 #  columns:
4821 #    - title: "2001"
4822 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4823 #    - title: "2005"
4824 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4825 #  comparisons:
4826 #    - title: "Diff"
4827 #      reference: 1
4828 #      compare: 2
4829 #  legend:
4830 #    - ""
4831 #    - "2001, 2005 - VPP versions tested."
4832 #    - "Diff - difference between 2001 and 2005 VPP version."
4833 #
4834 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4835 #- type: "table"
4836 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4837 #  algorithm: "table_comparison"
4838 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4839 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4840 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4841 #  columns:
4842 #    - title: "2001"
4843 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4844 #    - title: "2005"
4845 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4846 #  comparisons:
4847 #    - title: "Diff"
4848 #      reference: 1
4849 #      compare: 2
4850 #  legend:
4851 #    - ""
4852 #    - "2001, 2005 - VPP versions tested."
4853 #    - "Diff - difference between 2001 and 2005 VPP version."
4854
4855 ## VPP Performance Changes 2n-dnv 1t1c mrr
4856 #- type: "table"
4857 #  title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4858 #  algorithm: "table_comparison"
4859 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4860 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4861 #  filter: "'1T1C'"
4862 #  columns:
4863 #    - title: "2001.0-2"
4864 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4865 #    - title: "2005.0-3"
4866 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4867 #    - title: "2009.0-5"
4868 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4869 #  comparisons:
4870 #    - title: "2009.0-5 vs 2005.0-3"
4871 #      reference: 2
4872 #      compare: 3
4873 #  legend:
4874 #    - ''
4875 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4876 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4877 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4878 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4879 #
4880 ## VPP Performance Changes 2n-dnv 2t2c mrr
4881 #- type: "table"
4882 #  title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4883 #  algorithm: "table_comparison"
4884 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4885 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4886 #  filter: "'2T2C'"
4887 #  columns:
4888 #    - title: "2001.0-2"
4889 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4890 #    - title: "2005.0-3"
4891 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4892 #    - title: "2009.0-5"
4893 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4894 #  comparisons:
4895 #    - title: "2009.0-5 vs 2005.0-3"
4896 #      reference: 2
4897 #      compare: 3
4898 #  legend:
4899 #    - ''
4900 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4901 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4902 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4903 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4904 #
4905 ## VPP Performance Changes 2n-dnv 4t4c mrr
4906 #- type: "table"
4907 #  title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4908 #  algorithm: "table_comparison"
4909 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4910 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4911 #  filter: "'4T4C'"
4912 #  columns:
4913 #    - title: "2001.0-2"
4914 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4915 #    - title: "2005.0-3"
4916 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4917 #    - title: "2009.0-5"
4918 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4919 #  comparisons:
4920 #    - title: "2009.0-5 vs 2005.0-3"
4921 #      reference: 2
4922 #      compare: 3
4923 #  legend:
4924 #    - ''
4925 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4926 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4927 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4928 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4929 #
4930 ## VPP Performance Changes 3n-dnv 1t1c mrr
4931 #- type: "table"
4932 #  title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4933 #  algorithm: "table_comparison"
4934 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4935 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4936 #  filter: "'1T1C'"
4937 #  columns:
4938 #    - title: "2001.0-2"
4939 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4940 #    - title: "2005.0-3"
4941 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4942 #    - title: "2009.0-5"
4943 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4944 #  comparisons:
4945 #    - title: "2009.0-5 vs 2005.0-3"
4946 #      reference: 2
4947 #      compare: 3
4948 #  legend:
4949 #    - ''
4950 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4951 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4952 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4953 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4954 #
4955 ## VPP Performance Changes 3n-dnv 2t2c mrr
4956 #- type: "table"
4957 #  title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4958 #  algorithm: "table_comparison"
4959 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4960 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4961 #  filter: "'2T2C'"
4962 #  columns:
4963 #    - title: "2001.0-2"
4964 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4965 #    - title: "2005.0-3"
4966 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4967 #    - title: "2009.0-5"
4968 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4969 #  comparisons:
4970 #    - title: "2009.0-5 vs 2005.0-3"
4971 #      reference: 2
4972 #      compare: 3
4973 #  legend:
4974 #    - ''
4975 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4976 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4977 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4978 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4979 #
4980 ## VPP Performance Changes 3n-dnv 4t4c mrr
4981 #- type: "table"
4982 #  title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4983 #  algorithm: "table_comparison"
4984 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4985 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4986 #  filter: "'4T4C'"
4987 #  columns:
4988 #    - title: "2001.0-2"
4989 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4990 #    - title: "2005.0-3"
4991 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4992 #    - title: "2009.0-5"
4993 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4994 #  comparisons:
4995 #    - title: "2009.0-5 vs 2005.0-3"
4996 #      reference: 2
4997 #      compare: 3
4998 #  legend:
4999 #    - ''
5000 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5001 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5002 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5003 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
5004
5005 # VPP Performance Changes 3n-tsh 1t1c mrr
5006 - type: "table"
5007   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5008   algorithm: "table_comparison"
5009   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5010   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5011   filter: "'1T1C'"
5012   columns:
5013     - title: "2001.0-2"
5014       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5015     - title: "2005.0-4"
5016       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5017     - title: "2009.0-5"
5018       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5019   comparisons:
5020     - title: "2009.0-5 vs 2005.0-4"
5021       reference: 2
5022       compare: 3
5023 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5024   legend:
5025     - ''
5026     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5027     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5028     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5029     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5030
5031 # VPP Performance Changes 3n-tsh 2t2c mrr
5032 - type: "table"
5033   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5034   algorithm: "table_comparison"
5035   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5036   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5037   filter: "'2T2C'"
5038   columns:
5039     - title: "2001.0-2"
5040       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5041     - title: "2005.0-4"
5042       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5043     - title: "2009.0-5"
5044       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5045   comparisons:
5046     - title: "2009.0-5 vs 2005.0-4"
5047       reference: 2
5048       compare: 3
5049 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5050   legend:
5051     - ''
5052     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5053     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5054     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5055     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5056
5057 # VPP Performance Changes 3n-tsh 4t4c mrr
5058 - type: "table"
5059   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5060   algorithm: "table_comparison"
5061   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5062   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5063   filter: "'4T4C'"
5064   columns:
5065     - title: "2001.0-2"
5066       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5067     - title: "2005.0-4"
5068       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5069     - title: "2009.0-5"
5070       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5071   comparisons:
5072     - title: "2009.0-5 vs 2005.0-4"
5073       reference: 2
5074       compare: 3
5075 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5076   legend:
5077     - ''
5078     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5079     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5080     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5081     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5082
5083 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5084 - type: "table"
5085   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5086   algorithm: "table_comparison"
5087   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5088   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5089   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5090   columns:
5091     - title: "3n-hsw xl710"
5092       data-set: "vpp-compare-testbeds-mrr-ref"
5093       tag: "NIC_Intel-XL710"
5094     - title: "3n-skx xxv710"
5095       data-set: "vpp-compare-testbeds-mrr-cmp"
5096       tag: "NIC_Intel-XXV710"
5097   comparisons:
5098     - title: "Diff"
5099       reference: 1
5100       compare: 2
5101   legend:
5102     - ""
5103     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5104     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5105
5106 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5107 - type: "table"
5108   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5109   algorithm: "table_comparison"
5110   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5111   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5112   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5113   columns:
5114     - title: "3n-hsw xl710"
5115       data-set: "vpp-compare-testbeds-mrr-ref"
5116       tag: "NIC_Intel-XL710"
5117     - title: "3n-skx xxv710"
5118       data-set: "vpp-compare-testbeds-mrr-cmp"
5119       tag: "NIC_Intel-XXV710"
5120   comparisons:
5121     - title: "Diff"
5122       reference: 1
5123       compare: 2
5124   legend:
5125     - ""
5126     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5127     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5128
5129 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5130 - type: "table"
5131   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5132   algorithm: "table_comparison"
5133   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5134   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5135   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5136   columns:
5137     - title: "3n-hsw xl710"
5138       data-set: "vpp-compare-testbeds-mrr-ref"
5139       tag: "NIC_Intel-XL710"
5140     - title: "3n-skx xxv710"
5141       data-set: "vpp-compare-testbeds-mrr-cmp"
5142       tag: "NIC_Intel-XXV710"
5143   comparisons:
5144     - title: "Diff"
5145       reference: 1
5146       compare: 2
5147   legend:
5148     - ""
5149     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5150     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5151
5152 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5153 - type: "table"
5154   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5155   algorithm: "table_comparison"
5156   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5157   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5158   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5159   columns:
5160     - title: "2n-skx"
5161       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5162     - title: "2n-clx"
5163       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5164   comparisons:
5165     - title: "Diff"
5166       reference: 1
5167       compare: 2
5168   legend:
5169     - ""
5170     - "2n-skx, 2n-clx - testbeds and NICs tested."
5171     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5172
5173 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5174 - type: "table"
5175   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5176   algorithm: "table_comparison"
5177   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5178   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5179   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5180   columns:
5181     - title: "2n-skx"
5182       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5183     - title: "2n-clx"
5184       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5185   comparisons:
5186     - title: "Diff"
5187       reference: 1
5188       compare: 2
5189   legend:
5190     - ""
5191     - "2n-skx, 2n-clx - testbeds and NICs tested."
5192     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5193
5194 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5195 - type: "table"
5196   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5197   algorithm: "table_comparison"
5198   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5199   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5200   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5201   columns:
5202     - title: "2n-skx"
5203       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5204     - title: "2n-clx"
5205       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5206   comparisons:
5207     - title: "Diff"
5208       reference: 1
5209       compare: 2
5210   legend:
5211     - ""
5212     - "2n-skx, 2n-clx - testbeds and NICs tested."
5213     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5214
5215 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5216 - type: "table"
5217   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5218   algorithm: "table_comparison"
5219   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5220   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5221   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5222   columns:
5223     - title: "3n-skx"
5224       data-set: "vpp-compare-topologies-mrr-ref"
5225     - title: "2n-skx"
5226       data-set: "vpp-compare-topologies-mrr-cmp"
5227   comparisons:
5228     - title: "Diff"
5229       reference: 1
5230       compare: 2
5231   legend:
5232     - ""
5233     - "3n-skx, 2n-skx - topologies tested."
5234     - "Diff - difference between 3n-skx and 2n-skx topologies."
5235
5236 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5237 - type: "table"
5238   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5239   algorithm: "table_comparison"
5240   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5241   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5242   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5243   columns:
5244     - title: "3n-skx"
5245       data-set: "vpp-compare-topologies-mrr-ref"
5246     - title: "2n-skx"
5247       data-set: "vpp-compare-topologies-mrr-cmp"
5248   comparisons:
5249     - title: "Diff"
5250       reference: 1
5251       compare: 2
5252   legend:
5253     - ""
5254     - "3n-skx, 2n-skx - topologies tested."
5255     - "Diff - difference between 3n-skx and 2n-skx topologies."
5256
5257 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5258 - type: "table"
5259   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5260   algorithm: "table_comparison"
5261   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5262   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5263   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5264   columns:
5265     - title: "3n-skx"
5266       data-set: "vpp-compare-topologies-mrr-ref"
5267     - title: "2n-skx"
5268       data-set: "vpp-compare-topologies-mrr-cmp"
5269   comparisons:
5270     - title: "Diff"
5271       reference: 1
5272       compare: 2
5273   legend:
5274     - ""
5275     - "3n-skx, 2n-skx - topologies tested."
5276     - "Diff - difference between 3n-skx and 2n-skx topologies."
5277
5278 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5279 - type: "table"
5280   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5281   algorithm: "table_comparison"
5282   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5283   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5284   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5285   columns:
5286     - title: "3n-hsw xl710"
5287       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5288       tag: "NIC_Intel-XL710"
5289     - title: "2n-clx xxv710"
5290       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5291       tag: "NIC_Intel-XXV710"
5292   comparisons:
5293     - title: "Diff"
5294       reference: 1
5295       compare: 2
5296   legend:
5297     - ""
5298     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5299     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5300
5301 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5302 - type: "table"
5303   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5304   algorithm: "table_comparison"
5305   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5306   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5307   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5308   columns:
5309     - title: "3n-hsw xl710"
5310       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5311       tag: "NIC_Intel-XL710"
5312     - title: "2n-clx xxv710"
5313       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5314       tag: "NIC_Intel-XXV710"
5315   comparisons:
5316     - title: "Diff"
5317       reference: 1
5318       compare: 2
5319   legend:
5320     - ""
5321     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5322     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5323
5324 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5325 - type: "table"
5326   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5327   algorithm: "table_comparison"
5328   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5329   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5330   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5331   columns:
5332     - title: "3n-hsw xl710"
5333       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5334       tag: "NIC_Intel-XL710"
5335     - title: "2n-clx xxv710"
5336       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5337       tag: "NIC_Intel-XXV710"
5338   comparisons:
5339     - title: "Diff"
5340       reference: 1
5341       compare: 2
5342   legend:
5343     - ""
5344     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5345     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5346
5347 # Detailed Test Results - VPP Performance Results 3n-hsw
5348 - type: "table"
5349   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5350   algorithm: "table_merged_details"
5351   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5352   columns:
5353     - title: " |prein| Test Name |preout| "
5354       data: "data name"
5355     - 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| "
5356       data: "data msg"
5357   data: "vpp-perf-results-3n-hsw"
5358   filter: "all"
5359   parameters:
5360   - "name"
5361   - "parent"
5362   - "msg"
5363
5364 # Detailed Test Results - VPP Performance Results 3n-skx
5365 - type: "table"
5366   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5367   algorithm: "table_merged_details"
5368   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5369   columns:
5370     - title: " |prein| Test Name |preout| "
5371       data: "data name"
5372     - 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| "
5373       data: "data msg"
5374   data: "vpp-perf-results-3n-skx"
5375   filter: "all"
5376   remove-ndr: False
5377   parameters:
5378   - "name"
5379   - "parent"
5380   - "msg"
5381
5382 # Detailed Test Results - VPP Performance Results 2n-skx
5383 - type: "table"
5384   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5385   algorithm: "table_merged_details"
5386   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5387   columns:
5388     - title: " |prein| Test Name |preout| "
5389       data: "data name"
5390     - 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| "
5391       data: "data msg"
5392   data: "vpp-perf-results-2n-skx"
5393   filter: "all"
5394   remove-ndr: False
5395   parameters:
5396   - "name"
5397   - "parent"
5398   - "msg"
5399
5400 # Detailed Test Results - VPP Performance Results 2n-clx
5401 - type: "table"
5402   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5403   algorithm: "table_merged_details"
5404   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5405   columns:
5406     - title: " |prein| Test Name |preout| "
5407       data: "data name"
5408     - 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| "
5409       data: "data msg"
5410   data: "vpp-perf-results-2n-clx"
5411   filter: "all"
5412   parameters:
5413   - "name"
5414   - "parent"
5415   - "msg"
5416
5417 # Detailed Test Results - VPP Performance Results 3n-tsh
5418 - type: "table"
5419   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5420   algorithm: "table_merged_details"
5421   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5422   columns:
5423     - title: " |prein| Test Name |preout| "
5424       data: "data name"
5425     - 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| "
5426       data: "data msg"
5427   data: "vpp-perf-results-3n-tsh"
5428   filter: "all"
5429   parameters:
5430   - "name"
5431   - "parent"
5432   - "msg"
5433
5434 ## Detailed Test Results - VPP Performance Results 3n-dnv
5435 #- type: "table"
5436 #  title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5437 #  algorithm: "table_merged_details"
5438 #  output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5439 #  columns:
5440 #    - title: " |prein| Test Name |preout| "
5441 #      data: "data name"
5442 #    - 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| "
5443 #      data: "data msg"
5444 #  data: "vpp-perf-results-3n-dnv"
5445 #  filter: "all"
5446 #  parameters:
5447 #  - "name"
5448 #  - "parent"
5449 #  - "msg"
5450 #
5451 ## Detailed Test Results - VPP Performance Results 2n-dnv
5452 #- type: "table"
5453 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5454 #  algorithm: "table_merged_details"
5455 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5456 #  columns:
5457 #    - title: " |prein| Test Name |preout| "
5458 #      data: "data name"
5459 #    - 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| "
5460 #      data: "data msg"
5461 #  data: "vpp-perf-results-2n-dnv"
5462 #  filter: "all"
5463 #  parameters:
5464 #  - "name"
5465 #  - "parent"
5466 #  - "msg"
5467
5468 # Test configuration - VPP Performance Test Configs 3n-hsw
5469 - type: "table"
5470   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5471   algorithm: "table_merged_details"
5472   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5473   columns:
5474     - title: " |prein| Test Name |preout| "
5475       data: "data name"
5476     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5477       data: "data conf-history"
5478   data: "vpp-perf-results-3n-hsw"
5479   filter: "all"
5480   parameters:
5481   - "parent"
5482   - "name"
5483   - "conf-history"
5484
5485 # Test configuration - VPP Performance Test Configs 3n-skx
5486 - type: "table"
5487   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5488   algorithm: "table_merged_details"
5489   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5490   columns:
5491     - title: " |prein| Test Name |preout| "
5492       data: "data name"
5493     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5494       data: "data conf-history"
5495   data: "vpp-perf-results-3n-skx"
5496   filter: "all"
5497   parameters:
5498   - "parent"
5499   - "name"
5500   - "conf-history"
5501
5502 # Test configuration - VPP Performance Test Configs 2n-skx
5503 - type: "table"
5504   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5505   algorithm: "table_merged_details"
5506   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5507   columns:
5508     - title: " |prein| Test Name |preout| "
5509       data: "data name"
5510     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5511       data: "data conf-history"
5512   data: "vpp-perf-results-2n-skx"
5513   filter: "all"
5514   parameters:
5515   - "parent"
5516   - "name"
5517   - "conf-history"
5518
5519 # Test configuration - VPP Performance Test Configs 2n-clx
5520 - type: "table"
5521   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5522   algorithm: "table_merged_details"
5523   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5524   columns:
5525     - title: " |prein| Test Name |preout| "
5526       data: "data name"
5527     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5528       data: "data conf-history"
5529   data: "vpp-perf-results-2n-clx"
5530   filter: "all"
5531   parameters:
5532   - "parent"
5533   - "name"
5534   - "conf-history"
5535
5536 # Test configuration - VPP Performance Test Configs 3n-tsh
5537 - type: "table"
5538   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5539   algorithm: "table_merged_details"
5540   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5541   columns:
5542     - title: " |prein| Test Name |preout| "
5543       data: "data name"
5544     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5545       data: "data conf-history"
5546   data: "vpp-perf-results-3n-tsh"
5547   filter: "all"
5548   parameters:
5549   - "parent"
5550   - "name"
5551   - "conf-history"
5552
5553 ## Test configuration - VPP Performance Test Configs 3n-dnv
5554 #- type: "table"
5555 #  title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5556 #  algorithm: "table_merged_details"
5557 #  output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5558 #  columns:
5559 #    - title: " |prein| Test Name |preout| "
5560 #      data: "data name"
5561 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5562 #      data: "data conf-history"
5563 #  data: "vpp-perf-results-3n-dnv"
5564 #  filter: "all"
5565 #  parameters:
5566 #  - "parent"
5567 #  - "name"
5568 #  - "conf-history"
5569 #
5570 ## Test configuration - VPP Performance Test Configs 2n-dnv
5571 #- type: "table"
5572 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5573 #  algorithm: "table_merged_details"
5574 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5575 #  columns:
5576 #    - title: " |prein| Test Name |preout| "
5577 #      data: "data name"
5578 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5579 #      data: "data conf-history"
5580 #  data: "vpp-perf-results-2n-dnv"
5581 #  filter: "all"
5582 #  parameters:
5583 #  - "parent"
5584 #  - "name"
5585 #  - "conf-history"
5586
5587 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5588 - type: "table"
5589   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5590   algorithm: "table_oper_data_html"
5591   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5592   data: "vpp-perf-results-3n-hsw"
5593   filter: "all"
5594
5595 # Test Operational Data - VPP Performance Operational Data 3n-skx
5596 - type: "table"
5597   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5598   algorithm: "table_oper_data_html"
5599   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5600   data: "vpp-perf-results-3n-skx"
5601   filter: "all"
5602
5603 # Test Operational Data - VPP Performance Operational Data 2n-skx
5604 - type: "table"
5605   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5606   algorithm: "table_oper_data_html"
5607   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5608   data: "vpp-perf-results-2n-skx"
5609   filter: "all"
5610
5611 # Test Operational Data - VPP Performance Operational Data 2n-clx
5612 - type: "table"
5613   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5614   algorithm: "table_oper_data_html"
5615   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5616   data: "vpp-perf-results-2n-clx"
5617   filter: "all"
5618
5619 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5620 - type: "table"
5621   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5622   algorithm: "table_oper_data_html"
5623   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5624   data: "vpp-perf-results-3n-tsh"
5625   filter: "all"
5626
5627 ## Test Operational Data - VPP Performance Operational Data 3n-dnv
5628 #- type: "table"
5629 #  title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5630 #  algorithm: "table_oper_data_html"
5631 #  output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5632 #  data: "vpp-perf-results-3n-dnv"
5633 #  filter: "all"
5634 #
5635 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
5636 #- type: "table"
5637 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5638 #  algorithm: "table_oper_data_html"
5639 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5640 #  data: "vpp-perf-results-2n-dnv"
5641 #  filter: "all"
5642
5643 # Detailed Test Results - VPP MRR Results 3n-hsw
5644 - type: "table"
5645   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5646   algorithm: "table_merged_details"
5647   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5648   columns:
5649     - title: " |prein| Test Name |preout| "
5650       data: "data name"
5651     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5652       data: "data msg"
5653   data: "vpp-mrr-results-3n-hsw"
5654   filter: "all"
5655   parameters:
5656   - "name"
5657   - "parent"
5658   - "msg"
5659
5660 # Detailed Test Results - VPP MRR Results 3n-skx
5661 - type: "table"
5662   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5663   algorithm: "table_merged_details"
5664   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5665   columns:
5666     - title: " |prein| Test Name |preout| "
5667       data: "data name"
5668     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5669       data: "data msg"
5670   data: "vpp-mrr-results-3n-skx"
5671   filter: "all"
5672   parameters:
5673   - "name"
5674   - "parent"
5675   - "msg"
5676
5677 # Detailed Test Results - VPP MRR Results 2n-skx
5678 - type: "table"
5679   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5680   algorithm: "table_merged_details"
5681   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5682   columns:
5683     - title: " |prein| Test Name |preout| "
5684       data: "data name"
5685     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5686       data: "data msg"
5687   data: "vpp-mrr-results-2n-skx"
5688   filter: "all"
5689   parameters:
5690   - "name"
5691   - "parent"
5692   - "msg"
5693
5694 # Detailed Test Results - VPP MRR Results 2n-clx
5695 - type: "table"
5696   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5697   algorithm: "table_merged_details"
5698   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5699   columns:
5700     - title: " |prein| Test Name |preout| "
5701       data: "data name"
5702     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5703       data: "data msg"
5704   data: "vpp-mrr-results-2n-clx"
5705   filter: "all"
5706   parameters:
5707   - "name"
5708   - "parent"
5709   - "msg"
5710
5711 # Detailed Test Results - VPP MRR Results 3n-tsh
5712 - type: "table"
5713   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5714   algorithm: "table_merged_details"
5715   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5716   columns:
5717     - title: " |prein| Test Name |preout| "
5718       data: "data name"
5719     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5720       data: "data msg"
5721   data: "vpp-mrr-results-3n-tsh"
5722   filter: "all"
5723   parameters:
5724   - "name"
5725   - "parent"
5726   - "msg"
5727
5728 ## Detailed Test Results - VPP MRR Results 3n-dnv
5729 #- type: "table"
5730 #  title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5731 #  algorithm: "table_merged_details"
5732 #  output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5733 #  columns:
5734 #    - title: " |prein| Test Name |preout| "
5735 #      data: "data name"
5736 #    - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5737 #      data: "data msg"
5738 #  data: "vpp-mrr-results-3n-dnv"
5739 #  filter: "all"
5740 #  parameters:
5741 #  - "name"
5742 #  - "parent"
5743 #  - "msg"
5744 #
5745 ## Detailed Test Results - VPP MRR Results 2n-dnv
5746 #- type: "table"
5747 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5748 #  algorithm: "table_merged_details"
5749 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5750 #  columns:
5751 #    - title: " |prein| Test Name |preout| "
5752 #      data: "data name"
5753 #    - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5754 #      data: "data msg"
5755 #  data: "vpp-mrr-results-2n-dnv"
5756 #  filter: "all"
5757 #  parameters:
5758 #  - "name"
5759 #  - "parent"
5760 #  - "msg"
5761
5762 # Test configuration - VPP MRR Test Configs 3n-hsw
5763 - type: "table"
5764   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5765   algorithm: "table_merged_details"
5766   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5767   columns:
5768     - title: " |prein| Test Name |preout| "
5769       data: "data name"
5770     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5771       data: "data conf-history"
5772   data: "vpp-mrr-results-3n-hsw"
5773   filter: "all"
5774   parameters:
5775   - "parent"
5776   - "name"
5777   - "conf-history"
5778
5779 # Test configuration - VPP MRR Test Configs 3n-skx
5780 - type: "table"
5781   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5782   algorithm: "table_merged_details"
5783   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5784   columns:
5785     - title: " |prein| Test Name |preout| "
5786       data: "data name"
5787     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5788       data: "data conf-history"
5789   data: "vpp-mrr-results-3n-skx"
5790   filter: "all"
5791   parameters:
5792   - "parent"
5793   - "name"
5794   - "conf-history"
5795
5796 # Test configuration - VPP MRR Test Configs 2n-skx
5797 - type: "table"
5798   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5799   algorithm: "table_merged_details"
5800   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5801   columns:
5802     - title: " |prein| Test Name |preout| "
5803       data: "data name"
5804     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5805       data: "data conf-history"
5806   data: "vpp-mrr-results-2n-skx"
5807   filter: "all"
5808   parameters:
5809   - "parent"
5810   - "name"
5811   - "conf-history"
5812
5813 # Test configuration - VPP MRR Test Configs 2n-clx
5814 - type: "table"
5815   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5816   algorithm: "table_merged_details"
5817   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5818   columns:
5819     - title: " |prein| Test Name |preout| "
5820       data: "data name"
5821     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5822       data: "data conf-history"
5823   data: "vpp-mrr-results-2n-clx"
5824   filter: "all"
5825   parameters:
5826   - "parent"
5827   - "name"
5828   - "conf-history"
5829
5830 # Test configuration - VPP MRR Test Configs 3n-tsh
5831 - type: "table"
5832   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5833   algorithm: "table_merged_details"
5834   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5835   columns:
5836     - title: " |prein| Test Name |preout| "
5837       data: "data name"
5838     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5839       data: "data conf-history"
5840   data: "vpp-mrr-results-3n-tsh"
5841   filter: "all"
5842   parameters:
5843   - "parent"
5844   - "name"
5845   - "conf-history"
5846
5847 ## Test configuration - VPP MRR Test Configs 3n-dnv
5848 #- type: "table"
5849 #  title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5850 #  algorithm: "table_merged_details"
5851 #  output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5852 #  columns:
5853 #    - title: " |prein| Test Name |preout| "
5854 #      data: "data name"
5855 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5856 #      data: "data conf-history"
5857 #  data: "vpp-mrr-results-3n-dnv"
5858 #  filter: "all"
5859 #  parameters:
5860 #  - "parent"
5861 #  - "name"
5862 #  - "conf-history"
5863 #
5864 ## Test configuration - VPP MRR Test Configs 2n-dnv
5865 #- type: "table"
5866 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5867 #  algorithm: "table_merged_details"
5868 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5869 #  columns:
5870 #    - title: " |prein| Test Name |preout| "
5871 #      data: "data name"
5872 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5873 #      data: "data conf-history"
5874 #  data: "vpp-mrr-results-2n-dnv"
5875 #  filter: "all"
5876 #  parameters:
5877 #  - "parent"
5878 #  - "name"
5879 #  - "conf-history"
5880
5881 # Detailed Test Results - VPP Device Results - Ubuntu
5882 - type: "table"
5883   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5884   algorithm: "table_merged_details"
5885   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5886   columns:
5887     - title: " |prein| Test Name |preout| "
5888       data: "data name"
5889     - title: " |prein| Status |preout| "
5890       data: "data status"
5891   data: "vpp-device-results-ubuntu"
5892   filter: "all"
5893   parameters:
5894   - "name"
5895   - "parent"
5896   - "doc"
5897   - "status"
5898
5899 # Test configuration - VPP Device Test Configs - Ubuntu
5900 - type: "table"
5901   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5902   algorithm: "table_merged_details"
5903   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5904   columns:
5905     - title: " |prein| Test Name |preout| "
5906       data: "data name"
5907     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5908       data: "data conf-history"
5909   data: "vpp-device-results-ubuntu"
5910   filter: "all"
5911   parameters:
5912   - "parent"
5913   - "name"
5914   - "conf-history"
5915
5916 ################################################################################
5917
5918 # DPDK Performance Changes 3n-hsw 1t1c pdr
5919 - type: "table"
5920   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5921   algorithm: "table_comparison"
5922   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5923   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5924   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5925   columns:
5926     - title: "2001"
5927       data-set: "dpdk-performance-changes-3n-hsw-h1"
5928     - title: "2005"
5929       data-set: "dpdk-performance-changes-3n-hsw-ref"
5930     - title: "2009"
5931       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5932   comparisons:
5933     - title: "Diff"
5934       reference: 2
5935       compare: 3
5936   legend:
5937     - ""
5938     - "2001, 2005, 2009 - DPDK versions tested."
5939     - "Diff - difference between 2005 and 2009 DPDK version."
5940
5941 # DPDK Performance Changes 3n-hsw 2t2c pdr
5942 - type: "table"
5943   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5944   algorithm: "table_comparison"
5945   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5946   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5947   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5948   columns:
5949     - title: "2001"
5950       data-set: "dpdk-performance-changes-3n-hsw-h1"
5951     - title: "2005"
5952       data-set: "dpdk-performance-changes-3n-hsw-ref"
5953     - title: "2009"
5954       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5955   comparisons:
5956     - title: "Diff"
5957       reference: 2
5958       compare: 3
5959   legend:
5960     - ""
5961     - "2001, 2005, 2009 - DPDK versions tested."
5962     - "Diff - difference between 2005 and 2009 DPDK version."
5963
5964 # DPDK Performance Changes 3n-hsw 1t1c pdr
5965 - type: "table"
5966   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5967   algorithm: "table_comparison"
5968   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5969   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5970   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5971   columns:
5972     - title: "2001"
5973       data-set: "dpdk-performance-changes-3n-hsw-h1"
5974     - title: "2005"
5975       data-set: "dpdk-performance-changes-3n-hsw-ref"
5976     - title: "2009"
5977       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5978   comparisons:
5979     - title: "Diff"
5980       reference: 2
5981       compare: 3
5982   legend:
5983     - ""
5984     - "2001, 2005, 2009 - DPDK versions tested."
5985     - "Diff - difference between 2005 and 2009 DPDK version."
5986
5987 # DPDK Performance Changes 3n-hsw 2t2c ndr
5988 - type: "table"
5989   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5990   algorithm: "table_comparison"
5991   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5992   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5993   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5994   columns:
5995     - title: "2001"
5996       data-set: "dpdk-performance-changes-3n-hsw-h1"
5997     - title: "2005"
5998       data-set: "dpdk-performance-changes-3n-hsw-ref"
5999     - title: "2009"
6000       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6001   comparisons:
6002     - title: "Diff"
6003       reference: 2
6004       compare: 3
6005   legend:
6006     - ""
6007     - "2001, 2005, 2009 - DPDK versions tested."
6008     - "Diff - difference between 2005 and 2009 DPDK version."
6009
6010 # DPDK Performance Changes 3n-skx 2t1c pdr
6011 - type: "table"
6012   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6013   algorithm: "table_comparison"
6014   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6015   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6016   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6017   columns:
6018     - title: "2001"
6019       data-set: "dpdk-performance-changes-3n-skx-h1"
6020     - title: "2005"
6021       data-set: "dpdk-performance-changes-3n-skx-ref"
6022     - title: "2009"
6023       data-set: "dpdk-performance-changes-3n-skx-cmp"
6024   comparisons:
6025     - title: "Diff"
6026       reference: 2
6027       compare: 3
6028   legend:
6029     - ""
6030     - "2001, 2005, 2009 - DPDK versions tested."
6031     - "Diff - difference between 2005 and 2009 DPDK version."
6032
6033 # DPDK Performance Changes 3n-skx 4t2c pdr
6034 - type: "table"
6035   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6036   algorithm: "table_comparison"
6037   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6038   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6039   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6040   columns:
6041     - title: "2001"
6042       data-set: "dpdk-performance-changes-3n-skx-h1"
6043     - title: "2005"
6044       data-set: "dpdk-performance-changes-3n-skx-ref"
6045     - title: "2009"
6046       data-set: "dpdk-performance-changes-3n-skx-cmp"
6047   comparisons:
6048     - title: "Diff"
6049       reference: 2
6050       compare: 3
6051   legend:
6052     - ""
6053     - "2001, 2005, 2009 - DPDK versions tested."
6054     - "Diff - difference between 2005 and 2009 DPDK version."
6055
6056 # DPDK Performance Changes 3n-skx 2t1c ndr
6057 - type: "table"
6058   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6059   algorithm: "table_comparison"
6060   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6061   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6062   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6063   columns:
6064     - title: "2001"
6065       data-set: "dpdk-performance-changes-3n-skx-h1"
6066     - title: "2005"
6067       data-set: "dpdk-performance-changes-3n-skx-ref"
6068     - title: "2009"
6069       data-set: "dpdk-performance-changes-3n-skx-cmp"
6070   comparisons:
6071     - title: "Diff"
6072       reference: 2
6073       compare: 3
6074   legend:
6075     - ""
6076     - "2001, 2005, 2009 - DPDK versions tested."
6077     - "Diff - difference between 2005 and 2009 DPDK version."
6078
6079 # DPDK Performance Changes 3n-skx 4t2c ndr
6080 - type: "table"
6081   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6082   algorithm: "table_comparison"
6083   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6084   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6085   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6086   columns:
6087     - title: "2001"
6088       data-set: "dpdk-performance-changes-3n-skx-h1"
6089     - title: "2005"
6090       data-set: "dpdk-performance-changes-3n-skx-ref"
6091     - title: "2009"
6092       data-set: "dpdk-performance-changes-3n-skx-cmp"
6093   comparisons:
6094     - title: "Diff"
6095       reference: 2
6096       compare: 3
6097   legend:
6098     - ""
6099     - "2001, 2005, 2009 - DPDK versions tested."
6100     - "Diff - difference between 2005 and 2009 DPDK version."
6101
6102 # DPDK Performance Changes 2n-skx 2t1c pdr
6103 - type: "table"
6104   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6105   algorithm: "table_comparison"
6106   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6107   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6108   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6109   columns:
6110     - title: "2001"
6111       data-set: "dpdk-performance-changes-2n-skx-h1"
6112     - title: "2005"
6113       data-set: "dpdk-performance-changes-2n-skx-ref"
6114     - title: "2009"
6115       data-set: "dpdk-performance-changes-2n-skx-cmp"
6116   comparisons:
6117     - title: "Diff"
6118       reference: 2
6119       compare: 3
6120   legend:
6121     - ""
6122     - "2001, 2005, 2009 - DPDK versions tested."
6123     - "Diff - difference between 2005 and 2009 DPDK version."
6124
6125 # DPDK Performance Changes 2n-skx 4t2c pdr
6126 - type: "table"
6127   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6128   algorithm: "table_comparison"
6129   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6130   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6131   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6132   columns:
6133     - title: "2001"
6134       data-set: "dpdk-performance-changes-2n-skx-h1"
6135     - title: "2005"
6136       data-set: "dpdk-performance-changes-2n-skx-ref"
6137     - title: "2009"
6138       data-set: "dpdk-performance-changes-2n-skx-cmp"
6139   comparisons:
6140     - title: "Diff"
6141       reference: 2
6142       compare: 3
6143   legend:
6144     - ""
6145     - "2001, 2005, 2009 - DPDK versions tested."
6146     - "Diff - difference between 2005 and 2009 DPDK version."
6147
6148 # DPDK Performance Changes 2n-skx 2t1c ndr
6149 - type: "table"
6150   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6151   algorithm: "table_comparison"
6152   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6153   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6154   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6155   columns:
6156     - title: "2001"
6157       data-set: "dpdk-performance-changes-2n-skx-h1"
6158     - title: "2005"
6159       data-set: "dpdk-performance-changes-2n-skx-ref"
6160     - title: "2009"
6161       data-set: "dpdk-performance-changes-2n-skx-cmp"
6162   comparisons:
6163     - title: "Diff"
6164       reference: 2
6165       compare: 3
6166   legend:
6167     - ""
6168     - "2001, 2005, 2009 - DPDK versions tested."
6169     - "Diff - difference between 2005 and 2009 DPDK version."
6170
6171 # DPDK Performance Changes 2n-skx 4t2c ndr
6172 - type: "table"
6173   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6174   algorithm: "table_comparison"
6175   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6176   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6177   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6178   columns:
6179     - title: "2001"
6180       data-set: "dpdk-performance-changes-2n-skx-h1"
6181     - title: "2005"
6182       data-set: "dpdk-performance-changes-2n-skx-ref"
6183     - title: "2009"
6184       data-set: "dpdk-performance-changes-2n-skx-cmp"
6185   comparisons:
6186     - title: "Diff"
6187       reference: 2
6188       compare: 3
6189   legend:
6190     - ""
6191     - "2001, 2005, 2009 - DPDK versions tested."
6192     - "Diff - difference between 2005 and 2009 DPDK version."
6193
6194 # DPDK Performance Changes 2n-clx 2t1c pdr
6195 - type: "table"
6196   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6197   algorithm: "table_comparison"
6198   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6199   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6200   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6201   columns:
6202     - title: "2001"
6203       data-set: "dpdk-performance-changes-2n-clx-h1"
6204     - title: "2005"
6205       data-set: "dpdk-performance-changes-2n-clx-ref"
6206     - title: "2009"
6207       data-set: "dpdk-performance-changes-2n-clx-cmp"
6208   comparisons:
6209     - title: "Diff"
6210       reference: 2
6211       compare: 3
6212   legend:
6213     - ""
6214     - "2001, 2005, 2009 - DPDK versions tested."
6215     - "Diff - difference between 2005 and 2009 DPDK version."
6216
6217 # DPDK Performance Changes 2n-clx 4t2c pdr
6218 - type: "table"
6219   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6220   algorithm: "table_comparison"
6221   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6222   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6223   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6224   columns:
6225     - title: "2001"
6226       data-set: "dpdk-performance-changes-2n-clx-h1"
6227     - title: "2005"
6228       data-set: "dpdk-performance-changes-2n-clx-ref"
6229     - title: "2009"
6230       data-set: "dpdk-performance-changes-2n-clx-cmp"
6231   comparisons:
6232     - title: "Diff"
6233       reference: 2
6234       compare: 3
6235   legend:
6236     - ""
6237     - "2001, 2005, 2009 - DPDK versions tested."
6238     - "Diff - difference between 2005 and 2009 DPDK version."
6239
6240 # DPDK Performance Changes 2n-clx 2t1c ndr
6241 - type: "table"
6242   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6243   algorithm: "table_comparison"
6244   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6245   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6246   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6247   columns:
6248     - title: "2001"
6249       data-set: "dpdk-performance-changes-2n-clx-h1"
6250     - title: "2005"
6251       data-set: "dpdk-performance-changes-2n-clx-ref"
6252     - title: "2009"
6253       data-set: "dpdk-performance-changes-2n-clx-cmp"
6254   comparisons:
6255     - title: "Diff"
6256       reference: 2
6257       compare: 3
6258   legend:
6259     - ""
6260     - "2001, 2005, 2009 - DPDK versions tested."
6261     - "Diff - difference between 2005 and 2009 DPDK version."
6262
6263 # DPDK Performance Changes 2n-clx 4t2c ndr
6264 - type: "table"
6265   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6266   algorithm: "table_comparison"
6267   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6268   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6269   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6270   columns:
6271     - title: "2001"
6272       data-set: "dpdk-performance-changes-2n-clx-h1"
6273     - title: "2005"
6274       data-set: "dpdk-performance-changes-2n-clx-ref"
6275     - title: "2009"
6276       data-set: "dpdk-performance-changes-2n-clx-cmp"
6277   comparisons:
6278     - title: "Diff"
6279       reference: 2
6280       compare: 3
6281   legend:
6282     - ""
6283     - "2001, 2005, 2009 - DPDK versions tested."
6284     - "Diff - difference between 2005 and 2009 DPDK version."
6285
6286 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6287 #- type: "table"
6288 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6289 #  algorithm: "table_comparison"
6290 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6291 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6292 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6293 #  columns:
6294 #    - title: "2001"
6295 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6296 #    - title: "2005"
6297 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6298 #    - title: "2009"
6299 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6300 #  comparisons:
6301 #    - title: "Diff"
6302 #      reference: 2
6303 #      compare: 3
6304 #  legend:
6305 #    - ""
6306 #    - "2001, 2005, 2009 - DPDK versions tested."
6307 #    - "Diff - difference between 2005 and 2009 DPDK version."
6308 #
6309 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6310 #- type: "table"
6311 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6312 #  algorithm: "table_comparison"
6313 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6314 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6315 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6316 #  columns:
6317 #    - title: "2001"
6318 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6319 #    - title: "2005"
6320 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6321 #    - title: "2009"
6322 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6323 #  comparisons:
6324 #    - title: "Diff"
6325 #      reference: 2
6326 #      compare: 3
6327 #  legend:
6328 #    - ""
6329 #    - "2001, 2005, 2009 - DPDK versions tested."
6330 #    - "Diff - difference between 2005 and 2009 DPDK version."
6331 #
6332 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6333 #- type: "table"
6334 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6335 #  algorithm: "table_comparison"
6336 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6337 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6338 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6339 #  columns:
6340 #    - title: "2001"
6341 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6342 #    - title: "2005"
6343 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6344 #    - title: "2009"
6345 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6346 #  comparisons:
6347 #    - title: "Diff"
6348 #      reference: 2
6349 #      compare: 3
6350 #  legend:
6351 #    - ""
6352 #    - "2001, 2005, 2009 - DPDK versions tested."
6353 #    - "Diff - difference between 2005 and 2009 DPDK version."
6354 #
6355 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6356 #- type: "table"
6357 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6358 #  algorithm: "table_comparison"
6359 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6360 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6361 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6362 #  columns:
6363 #    - title: "2001"
6364 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6365 #    - title: "2005"
6366 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6367 #    - title: "2009"
6368 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6369 #  comparisons:
6370 #    - title: "Diff"
6371 #      reference: 2
6372 #      compare: 3
6373 #  legend:
6374 #    - ""
6375 #    - "2001, 2005, 2009 - DPDK versions tested."
6376 #    - "Diff - difference between 2005 and 2009 DPDK version."
6377 #
6378 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6379 #- type: "table"
6380 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6381 #  algorithm: "table_comparison"
6382 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6383 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6384 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6385 #  columns:
6386 #    - title: "2001"
6387 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6388 #    - title: "2005"
6389 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6390 #    - title: "2009"
6391 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6392 #  comparisons:
6393 #    - title: "Diff"
6394 #      reference: 2
6395 #      compare: 3
6396 #  legend:
6397 #    - ""
6398 #    - "2001, 2005, 2009 - DPDK versions tested."
6399 #    - "Diff - difference between 2005 and 2009 DPDK version."
6400 #
6401 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6402 #- type: "table"
6403 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6404 #  algorithm: "table_comparison"
6405 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6406 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6407 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6408 #  columns:
6409 #    - title: "2001"
6410 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6411 #    - title: "2005"
6412 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6413 #    - title: "2009"
6414 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6415 #  comparisons:
6416 #    - title: "Diff"
6417 #      reference: 2
6418 #      compare: 3
6419 #  legend:
6420 #    - ""
6421 #    - "2001, 2005, 2009 - DPDK versions tested."
6422 #    - "Diff - difference between 2005 and 2009 DPDK version."
6423 #
6424 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6425 #- type: "table"
6426 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6427 #  algorithm: "table_comparison"
6428 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6429 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6430 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6431 #  columns:
6432 #    - title: "2001"
6433 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6434 #    - title: "2005"
6435 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6436 #    - title: "2009"
6437 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6438 #  comparisons:
6439 #    - title: "Diff"
6440 #      reference: 2
6441 #      compare: 3
6442 #  legend:
6443 #    - ""
6444 #    - "2001, 2005, 2009 - DPDK versions tested."
6445 #    - "Diff - difference between 2005 and 2009 DPDK version."
6446 #
6447 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6448 #- type: "table"
6449 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6450 #  algorithm: "table_comparison"
6451 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6452 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6453 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6454 #  columns:
6455 #    - title: "2001"
6456 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6457 #    - title: "2005"
6458 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6459 #    - title: "2009"
6460 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6461 #  comparisons:
6462 #    - title: "Diff"
6463 #      reference: 2
6464 #      compare: 3
6465 #  legend:
6466 #    - ""
6467 #    - "2001, 2005, 2009 - DPDK versions tested."
6468 #    - "Diff - difference between 2005 and 2009 DPDK version."
6469
6470 # DPDK Performance Changes 3n-tsh 1t1c pdr
6471 - type: "table"
6472   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6473   algorithm: "table_comparison"
6474   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6476   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6477   columns:
6478     - title: "2001"
6479       data-set: "dpdk-performance-changes-3n-tsh-h1"
6480     - title: "2005"
6481       data-set: "dpdk-performance-changes-3n-tsh-ref"
6482     - title: "2009"
6483       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6484   comparisons:
6485     - title: "Diff"
6486       reference: 2
6487       compare: 3
6488   legend:
6489     - ""
6490     - "2001, 2005, 2009 - DPDK versions tested."
6491     - "Diff - difference between 2005 and 2009 DPDK version."
6492
6493 # DPDK Performance Changes 3n-tsh 2t2c pdr
6494 - type: "table"
6495   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6496   algorithm: "table_comparison"
6497   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6498   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6499   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6500   columns:
6501     - title: "2001"
6502       data-set: "dpdk-performance-changes-3n-tsh-h1"
6503     - title: "2005"
6504       data-set: "dpdk-performance-changes-3n-tsh-ref"
6505     - title: "2009"
6506       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6507   comparisons:
6508     - title: "Diff"
6509       reference: 2
6510       compare: 3
6511   legend:
6512     - ""
6513     - "2001, 2005, 2009 - DPDK versions tested."
6514     - "Diff - difference between 2005 and 2009 DPDK version."
6515
6516 # DPDK Performance Changes 3n-tsh 1t1c ndr
6517 - type: "table"
6518   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6519   algorithm: "table_comparison"
6520   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6521   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6522   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6523   columns:
6524     - title: "2001"
6525       data-set: "dpdk-performance-changes-3n-tsh-h1"
6526     - title: "2005"
6527       data-set: "dpdk-performance-changes-3n-tsh-ref"
6528     - title: "2009"
6529       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6530   comparisons:
6531     - title: "Diff"
6532       reference: 2
6533       compare: 3
6534   legend:
6535     - ""
6536     - "2001, 2005, 2009 - DPDK versions tested."
6537     - "Diff - difference between 2005 and 2009 DPDK version."
6538
6539 # DPDK Performance Changes 3n-tsh 2t2c ndr
6540 - type: "table"
6541   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6542   algorithm: "table_comparison"
6543   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6544   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6545   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6546   columns:
6547     - title: "2001"
6548       data-set: "dpdk-performance-changes-3n-tsh-h1"
6549     - title: "2005"
6550       data-set: "dpdk-performance-changes-3n-tsh-ref"
6551     - title: "2009"
6552       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6553   comparisons:
6554     - title: "Diff"
6555       reference: 2
6556       compare: 3
6557   legend:
6558     - ""
6559     - "2001, 2005, 2009 - DPDK versions tested."
6560     - "Diff - difference between 2005 and 2009 DPDK version."
6561
6562 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6563 - type: "table"
6564   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6565   algorithm: "table_comparison"
6566   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6567   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6568   filter: "'NIC_Intel-X710'"
6569   columns:
6570     - title: "3n-hsw x710"
6571       data-set: "dpdk-compare-testbeds-ref"
6572     - title: "3n-skx x710"
6573       data-set: "dpdk-compare-testbeds-cmp"
6574   comparisons:
6575     - title: "Diff"
6576       reference: 1
6577       compare: 2
6578   legend:
6579     - ""
6580     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6581     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6582
6583 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6584 - type: "table"
6585   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6586   algorithm: "table_comparison"
6587   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6588   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6589   filter: "'NIC_Intel-X710'"
6590   columns:
6591     - title: "3n-hsw x710"
6592       data-set: "dpdk-compare-testbeds-ref"
6593     - title: "3n-skx x710"
6594       data-set: "dpdk-compare-testbeds-cmp"
6595   comparisons:
6596     - title: "Diff"
6597       reference: 1
6598       compare: 2
6599   legend:
6600     - ""
6601     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6602     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6603
6604 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6605 - type: "table"
6606   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6607   algorithm: "table_comparison"
6608   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6609   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6610   filter: "'NIC_Intel-XXV710'"
6611   columns:
6612     - title: "2n-skx"
6613       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6614     - title: "2n-clx"
6615       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6616   comparisons:
6617     - title: "Diff"
6618       reference: 1
6619       compare: 2
6620   legend:
6621     - ""
6622     - "2n-skx, 2n-clx - testbeds and NICs tested."
6623     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6624
6625 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6626 - type: "table"
6627   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6628   algorithm: "table_comparison"
6629   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6630   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6631   filter: "'NIC_Intel-XXV710'"
6632   columns:
6633     - title: "2n-skx"
6634       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6635     - title: "2n-clx"
6636       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6637   comparisons:
6638     - title: "Diff"
6639       reference: 1
6640       compare: 2
6641   legend:
6642     - ""
6643     - "2n-skx, 2n-clx - testbeds and NICs tested."
6644     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6645
6646 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6647 - type: "table"
6648   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6649   algorithm: "table_comparison"
6650   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6651   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6652   filter: "'NIC_Intel-XXV710'"
6653   columns:
6654     - title: "3n-skx"
6655       data-set: "dpdk-compare-topologies-ref"
6656     - title: "2n-skx"
6657       data-set: "dpdk-compare-topologies-cmp"
6658   comparisons:
6659     - title: "Diff"
6660       reference: 1
6661       compare: 2
6662   legend:
6663     - ""
6664     - "3n-skx, 2n-skx - topologies tested."
6665     - "Diff - difference between 3n-skx and 2n-skx topologies."
6666
6667 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6668 - type: "table"
6669   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6670   algorithm: "table_comparison"
6671   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6672   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6673   filter: "'NIC_Intel-XXV710'"
6674   columns:
6675     - title: "3n-skx"
6676       data-set: "dpdk-compare-topologies-ref"
6677     - title: "2n-skx"
6678       data-set: "dpdk-compare-topologies-cmp"
6679   comparisons:
6680     - title: "Diff"
6681       reference: 1
6682       compare: 2
6683   legend:
6684     - ""
6685     - "3n-skx, 2n-skx - topologies tested."
6686     - "Diff - difference between 3n-skx and 2n-skx topologies."
6687
6688 # Detailed Test Results - DPDK Performance Results 3n-hsw
6689 - type: "table"
6690   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6691   algorithm: "table_merged_details"
6692   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6693   columns:
6694     - title: " |prein| Test Name |preout| "
6695       data: "data name"
6696     - 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| "
6697       data: "data msg"
6698   data: "dpdk-perf-results-3n-hsw"
6699   filter: "all"
6700   parameters:
6701   - "name"
6702   - "parent"
6703   - "msg"
6704
6705 # Detailed Test Results - DPDK Performance Results 3n-skx
6706 - type: "table"
6707   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6708   algorithm: "table_merged_details"
6709   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6710   columns:
6711     - title: " |prein| Test Name |preout| "
6712       data: "data name"
6713     - 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| "
6714       data: "data msg"
6715   data: "dpdk-perf-results-3n-skx"
6716   filter: "all"
6717   remove-ndr: False
6718   parameters:
6719   - "name"
6720   - "parent"
6721   - "msg"
6722
6723 # Detailed Test Results - DPDK Performance Results 2n-skx
6724 - type: "table"
6725   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6726   algorithm: "table_merged_details"
6727   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6728   columns:
6729     - title: " |prein| Test Name |preout| "
6730       data: "data name"
6731     - 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| "
6732       data: "data msg"
6733   data: "dpdk-perf-results-2n-skx"
6734   filter: "all"
6735   remove-ndr: False
6736   parameters:
6737   - "name"
6738   - "parent"
6739   - "msg"
6740
6741 # Detailed Test Results - DPDK Performance Results 2n-clx
6742 - type: "table"
6743   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6744   algorithm: "table_merged_details"
6745   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6746   columns:
6747     - title: " |prein| Test Name |preout| "
6748       data: "data name"
6749     - 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| "
6750       data: "data msg"
6751   data: "dpdk-perf-results-2n-clx"
6752   filter: "all"
6753   parameters:
6754   - "name"
6755   - "parent"
6756   - "msg"
6757
6758 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6759 #- type: "table"
6760 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6761 #  algorithm: "table_merged_details"
6762 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6763 #  columns:
6764 #    - title: " |prein| Test Name |preout| "
6765 #      data: "data name"
6766 #    - 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| "
6767 #      data: "data msg"
6768 #  data: "dpdk-perf-results-2n-dnv"
6769 #  filter: "all"
6770 #  parameters:
6771 #  - "name"
6772 #  - "parent"
6773 #  - "msg"
6774 #
6775 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6776 #- type: "table"
6777 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6778 #  algorithm: "table_merged_details"
6779 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6780 #  columns:
6781 #    - title: " |prein| Test Name |preout| "
6782 #      data: "data name"
6783 #    - 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| "
6784 #      data: "data msg"
6785 #  data: "dpdk-perf-results-3n-dnv"
6786 #  filter: "all"
6787 #  parameters:
6788 #  - "name"
6789 #  - "parent"
6790 #  - "msg"
6791
6792 # Detailed Test Results - DPDK Performance Results 3n-tsh
6793 - type: "table"
6794   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6795   algorithm: "table_merged_details"
6796   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6797   columns:
6798     - title: " |prein| Test Name |preout| "
6799       data: "data name"
6800     - 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| "
6801       data: "data msg"
6802   data: "dpdk-perf-results-3n-tsh"
6803   filter: "all"
6804   parameters:
6805   - "name"
6806   - "parent"
6807   - "msg"
6808
6809 ################################################################################
6810 ###                                F I L E S                                 ###
6811 ################################################################################
6812
6813 # VPP Performance Results
6814 - type: "file"
6815   title: "VPP Performance Results"
6816   algorithm: "file_details_split"
6817   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6818   dir-tables:
6819     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6820     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6821     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6822     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6823     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6824 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6825 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6826   data:
6827     - "vpp-perf-results-2n-skx"
6828     - "vpp-perf-results-3n-skx"
6829     - "vpp-perf-results-2n-clx"
6830     - "vpp-perf-results-3n-hsw"
6831     - "vpp-perf-results-3n-tsh"
6832 #    - "vpp-perf-results-2n-dnv"
6833 #    - "vpp-perf-results-3n-dnv"
6834   filter: "all"
6835   data-start-level: 4
6836   order-chapters:
6837     level-1:
6838       - "l2"
6839       - "ip4"
6840       - "ip6"
6841       - "srv6"
6842       - "ip4_tunnels"
6843       - "ip6_tunnels"
6844       - "vm_vhost"
6845       - "container_memif"
6846       - "crypto"
6847       - "vts"
6848       - "lb"
6849       - "nfv_density"
6850       - "hoststack"
6851     level-2:
6852       - "2n-skx"
6853       - "3n-skx"
6854       - "2n-clx"
6855       - "3n-hsw"
6856       - "3n-tsh"
6857       - "2n-dnv"
6858       - "3n-dnv"
6859     level-3:
6860       - "xl710"
6861       - "x520"
6862       - "xxv710"
6863       - "x710"
6864       - "x553"
6865       - "cx556a"
6866       - "vic1227"
6867       - "vic1385"
6868
6869 # VPP Performance Configuration
6870 - type: "file"
6871   title: "VPP Performance Configuration"
6872   algorithm: "file_details_split"
6873   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6874   dir-tables:
6875     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6876     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6877     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6878     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6879     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6880 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6881 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6882   data:
6883     - "vpp-perf-results-2n-skx"
6884     - "vpp-perf-results-3n-skx"
6885     - "vpp-perf-results-2n-clx"
6886     - "vpp-perf-results-3n-hsw"
6887     - "vpp-perf-results-3n-tsh"
6888 #    - "vpp-perf-results-2n-dnv"
6889 #    - "vpp-perf-results-3n-dnv"
6890   filter: "all"
6891   data-start-level: 4
6892   order-chapters:
6893     level-1:
6894       - "l2"
6895       - "ip4"
6896       - "ip6"
6897       - "srv6"
6898       - "ip4_tunnels"
6899       - "ip6_tunnels"
6900       - "vm_vhost"
6901       - "container_memif"
6902       - "crypto"
6903       - "vts"
6904       - "lb"
6905       - "nfv_density"
6906       - "hoststack"
6907     level-2:
6908       - "2n-skx"
6909       - "3n-skx"
6910       - "2n-clx"
6911       - "3n-hsw"
6912       - "3n-tsh"
6913       - "2n-dnv"
6914       - "3n-dnv"
6915     level-3:
6916       - "xl710"
6917       - "x520"
6918       - "xxv710"
6919       - "x710"
6920       - "x553"
6921       - "cx556a"
6922       - "vic1227"
6923       - "vic1385"
6924
6925 # VPP Performance Operational
6926 - type: "file"
6927   title: "VPP Performance Operational"
6928   algorithm: "file_details_split_html"
6929   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6930   dir-tables:
6931     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6932     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6933     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6934     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6935     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6936 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6937 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6938   data:
6939     - "vpp-perf-results-2n-skx"
6940     - "vpp-perf-results-3n-skx"
6941     - "vpp-perf-results-2n-clx"
6942     - "vpp-perf-results-3n-hsw"
6943     - "vpp-perf-results-3n-tsh"
6944 #    - "vpp-perf-results-2n-dnv"
6945 #    - "vpp-perf-results-3n-dnv"
6946   filter: "all"
6947   data-start-level: 4
6948   order-chapters:
6949     level-1:
6950       - "l2"
6951       - "ip4"
6952       - "ip6"
6953       - "srv6"
6954       - "ip4_tunnels"
6955       - "ip6_tunnels"
6956       - "vm_vhost"
6957       - "container_memif"
6958       - "crypto"
6959       - "vts"
6960       - "lb"
6961       - "nfv_density"
6962       - "hoststack"
6963     level-2:
6964       - "2n-skx"
6965       - "3n-skx"
6966       - "2n-clx"
6967       - "3n-hsw"
6968       - "3n-tsh"
6969       - "2n-dnv"
6970       - "3n-dnv"
6971     level-3:
6972       - "xl710"
6973       - "x520"
6974       - "xxv710"
6975       - "x710"
6976       - "x553"
6977       - "cx556a"
6978       - "vic1227"
6979       - "vic1385"
6980
6981 # VPP MRR Results
6982 - type: "file"
6983   title: "VPP MRR Results"
6984   algorithm: "file_details_split"
6985   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6986   dir-tables:
6987     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6988     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6989     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6990     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6991     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6992 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6993 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6994   data:
6995     - "vpp-mrr-results-2n-skx"
6996     - "vpp-mrr-results-3n-skx"
6997     - "vpp-mrr-results-2n-clx"
6998     - "vpp-mrr-results-3n-hsw"
6999     - "vpp-mrr-results-3n-tsh"
7000 #    - "vpp-mrr-results-2n-dnv"
7001 #    - "vpp-mrr-results-3n-dnv"
7002   filter: "all"
7003   data-start-level: 4
7004   order-chapters:
7005     level-1:
7006       - "l2"
7007       - "ip4"
7008       - "ip6"
7009       - "srv6"
7010       - "ip4_tunnels"
7011       - "ip6_tunnels"
7012       - "vm_vhost"
7013       - "container_memif"
7014       - "crypto"
7015       - "vts"
7016       - "lb"
7017       - "nfv_density"
7018       - "hoststack"
7019     level-2:
7020       - "2n-skx"
7021       - "3n-skx"
7022       - "2n-clx"
7023       - "3n-hsw"
7024       - "3n-tsh"
7025       - "2n-dnv"
7026       - "3n-dnv"
7027     level-3:
7028       - "xl710"
7029       - "x520"
7030       - "xxv710"
7031       - "x710"
7032       - "x553"
7033       - "cx556a"
7034       - "vic1227"
7035       - "vic1385"
7036
7037 # VPP MRR Configuration
7038 - type: "file"
7039   title: "VPP MRR Configuration"
7040   algorithm: "file_details_split"
7041   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7042   dir-tables:
7043     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7044     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7045     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7046     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7047     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7048     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7049     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7050   data:
7051     - "vpp-mrr-results-2n-skx"
7052     - "vpp-mrr-results-3n-skx"
7053     - "vpp-mrr-results-2n-clx"
7054     - "vpp-mrr-results-3n-hsw"
7055     - "vpp-mrr-results-3n-tsh"
7056 #    - "vpp-mrr-results-2n-dnv"
7057 #    - "vpp-mrr-results-3n-dnv"
7058   filter: "all"
7059   data-start-level: 4
7060   order-chapters:
7061     level-1:
7062       - "l2"
7063       - "ip4"
7064       - "ip6"
7065       - "srv6"
7066       - "ip4_tunnels"
7067       - "ip6_tunnels"
7068       - "vm_vhost"
7069       - "container_memif"
7070       - "crypto"
7071       - "vts"
7072       - "lb"
7073       - "nfv_density"
7074       - "hoststack"
7075     level-2:
7076       - "2n-skx"
7077       - "3n-skx"
7078       - "2n-clx"
7079       - "3n-hsw"
7080       - "3n-tsh"
7081       - "2n-dnv"
7082       - "3n-dnv"
7083     level-3:
7084       - "xl710"
7085       - "x520"
7086       - "xxv710"
7087       - "x710"
7088       - "x553"
7089       - "cx556a"
7090       - "vic1227"
7091       - "vic1385"
7092
7093 # VPP Device Results - Ubuntu
7094 - type: "file"
7095   title: "VPP Device Results - Ubuntu"
7096   algorithm: "file_test_results"
7097   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7098   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7099   data: "vpp-device-results-ubuntu"
7100   filter: "all"
7101   data-start-level: 4
7102
7103 # VPP Device Configuration - Ubuntu
7104 - type: "file"
7105   title: "VPP Device Configuration - Ubuntu"
7106   algorithm: "file_test_results"
7107   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7108   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7109   data: "vpp-device-results-ubuntu"
7110   filter: "all"
7111   data-start-level: 4
7112
7113 # DPDK Performance Results 3n-hsw
7114 - type: "file"
7115   title: "DPDK Performance Results 3n-hsw"
7116   algorithm: "file_test_results"
7117   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7118   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7119   data: "dpdk-perf-results-3n-hsw"
7120   filter: "all"
7121   data-start-level: 4
7122
7123 # DPDK Performance Results 3n-skx
7124 - type: "file"
7125   title: "DPDK Performance Results 3n-skx"
7126   algorithm: "file_test_results"
7127   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7128   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7129   data: "dpdk-perf-results-3n-skx"
7130   filter: "all"
7131   data-start-level: 4
7132
7133 # DPDK Performance Results 2n-skx
7134 - type: "file"
7135   title: "DPDK Performance Results 2n-skx"
7136   algorithm: "file_test_results"
7137   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7138   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7139   data: "dpdk-perf-results-2n-skx"
7140   filter: "all"
7141   data-start-level: 4
7142
7143 # DPDK Performance Results 2n-clx
7144 - type: "file"
7145   title: "DPDK Performance Results 2n-clx"
7146   algorithm: "file_test_results"
7147   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7148   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7149   data: "dpdk-perf-results-2n-clx"
7150   filter: "all"
7151   data-start-level: 4
7152
7153 ## DPDK Performance Results 2n-dnv
7154 #- type: "file"
7155 #  title: "DPDK Performance Results 2n-dnv"
7156 #  algorithm: "file_test_results"
7157 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7158 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7159 #  data: "dpdk-perf-results-2n-dnv"
7160 #  filter: "all"
7161 #  data-start-level: 4
7162 #
7163 ## DPDK Performance Results 3n-dnv
7164 #- type: "file"
7165 #  title: "DPDK Performance Results 3n-dnv"
7166 #  algorithm: "file_test_results"
7167 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7168 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7169 #  data: "dpdk-perf-results-3n-dnv"
7170 #  filter: "all"
7171 #  data-start-level: 4
7172
7173 # DPDK Performance Results 3n-tsh
7174 - type: "file"
7175   title: "DPDK Performance Results 3n-tsh"
7176   algorithm: "file_test_results"
7177   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7178   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7179   data: "dpdk-perf-results-3n-tsh"
7180   filter: "all"
7181   data-start-level: 4
7182
7183 ################################################################################
7184 ###                                P L O T S                                 ###
7185 ################################################################################
7186
7187 # Hoststack tests 3n-hsw
7188
7189 - type: "plot"
7190   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7191   algorithm: "plot_perf_box_name"
7192   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7193   data: "plot-vpp-hoststack-3n-hsw"
7194   include:
7195     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7196     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7197   layout:
7198     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7199     layout: "plot-hoststack"
7200
7201 - type: "plot"
7202   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7203   algorithm: "plot_perf_box_name"
7204   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7205   data: "plot-vpp-hoststack-3n-hsw"
7206   include:
7207     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7208     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7209   layout:
7210     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7211     layout: "plot-hoststack"
7212
7213 - type: "plot"
7214   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7215   algorithm: "plot_perf_box_name"
7216   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7217   data: "plot-vpp-hoststack-3n-hsw"
7218   include:
7219     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7220     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7221     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7222     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7223   layout:
7224     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7225     layout: "plot-hoststack"
7226
7227 ################################################################################
7228
7229 # Soak Test (PLRsearch), boxes - 2n-clx
7230 - type: "plot"
7231   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7232   algorithm: "plot_perf_box_name"
7233   output-file-type: ".html"
7234   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7235   data: "plot-vpp-soak-2n-clx"
7236   include:
7237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7243   layout:
7244     title: "30 Minutes Soak Test (PLRsearch)"
7245     layout: "plot-soak-throughput"
7246
7247 # Soak Test (PLRsearch), boxes - 2n-clx
7248 - type: "plot"
7249   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7250   algorithm: "plot_perf_box_name"
7251   output-file-type: ".html"
7252   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7253   data: "plot-vpp-soak-2n-clx"
7254   include:
7255     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7256     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7257     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7258     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7260     - "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"
7261   layout:
7262     title: "30 Minutes Soak Test (PLRsearch)"
7263     layout: "plot-soak-throughput"
7264
7265 # Soak Test (PLRsearch), boxes - 2n-skx
7266 - type: "plot"
7267   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7268   algorithm: "plot_perf_box_name"
7269   output-file-type: ".html"
7270   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7271   data: "plot-vpp-soak-2n-skx"
7272   include:
7273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7279   layout:
7280     title: "30 Minutes Soak Test (PLRsearch)"
7281     layout: "plot-soak-throughput"
7282
7283 # Soak Test (PLRsearch), boxes - 2n-skx
7284 - type: "plot"
7285   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7286   algorithm: "plot_perf_box_name"
7287   output-file-type: ".html"
7288   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7289   data: "plot-vpp-soak-2n-skx"
7290   include:
7291     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7292     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7293     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7294     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7296     - "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"
7297   layout:
7298     title: "30 Minutes Soak Test (PLRsearch)"
7299     layout: "plot-soak-throughput"
7300
7301 ###############################################################################
7302
7303 # Reconf tests 2n-skx
7304
7305 - type: "plot"
7306   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7307   algorithm: "plot_nf_reconf_box_name"
7308   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7309   data: "plot-vpp-nfv-reconf-2n-skx"
7310   include:
7311     - "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"
7312     - "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"
7313     - "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"
7314     - "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"
7315     - "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"
7316     - "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"
7317   layout:
7318     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7319     layout: "plot-throughput"
7320
7321 - type: "plot"
7322   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7323   algorithm: "plot_nf_reconf_box_name"
7324   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7325   data: "plot-vpp-nfv-reconf-2n-skx"
7326   include:
7327     - "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"
7328     - "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"
7329     - "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"
7330     - "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"
7331     - "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"
7332     - "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"
7333   layout:
7334     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7335     layout: "plot-throughput"
7336
7337 - type: "plot"
7338   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7339   algorithm: "plot_nf_reconf_box_name"
7340   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7341   data: "plot-vpp-nfv-reconf-2n-skx"
7342   include:
7343     - "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"
7344     - "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"
7345     - "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"
7346     - "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"
7347     - "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"
7348     - "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"
7349   layout:
7350     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7351     layout: "plot-throughput"
7352
7353 ###############################################################################
7354
7355 # Reconf tests 2n-clx
7356
7357 - type: "plot"
7358   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7359   algorithm: "plot_nf_reconf_box_name"
7360   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7361   data: "plot-vpp-nfv-reconf-2n-clx"
7362   include:
7363     - "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"
7364     - "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"
7365     - "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"
7366     - "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"
7367   layout:
7368     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7369     layout: "plot-throughput"
7370
7371 - type: "plot"
7372   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7373   algorithm: "plot_nf_reconf_box_name"
7374   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7375   data: "plot-vpp-nfv-reconf-2n-clx"
7376   include:
7377     - "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"
7378     - "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"
7379     - "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"
7380     - "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"
7381   layout:
7382     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7383     layout: "plot-throughput"
7384
7385 - type: "plot"
7386   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7387   algorithm: "plot_nf_reconf_box_name"
7388   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7389   data: "plot-vpp-nfv-reconf-2n-clx"
7390   include:
7391     - "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"
7392     - "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"
7393     - "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"
7394     - "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"
7395   layout:
7396     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7397     layout: "plot-throughput"
7398
7399 ###############################################################################
7400
7401 # Plots - NF Density - VSC - MRR IMIX
7402 - type: "plot"
7403   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7404   algorithm: "plot_nf_heatmap"
7405   output-file-type: ".html"
7406   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7407   data: "plot-vpp-nfv-2n-skx-mrr"
7408   filter: "'NIC_Intel-XXV710' and
7409            'NF_DENSITY' and
7410            'VHOST' and
7411            not 'VXLAN' and
7412            'CHAIN' and
7413            'NF_VPPIP4' and
7414            'IMIX' and
7415            '2T1C' and
7416            'MRR'"
7417   parameters:
7418   - "result"
7419   - "name"
7420   - "tags"
7421   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7422   x-axis: "X = VNFs per Service Chain"
7423   y-axis: "Y = Number of Service Chains"
7424   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7425   layout:
7426     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7427     layout: "plot-service-density"
7428
7429 - type: "plot"
7430   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7431   algorithm: "plot_nf_heatmap"
7432   output-file-type: ".html"
7433   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7434   data: "plot-vpp-nfv-2n-skx-mrr"
7435   filter: "'NIC_Intel-XXV710' and
7436            'NF_DENSITY' and
7437            'VHOST' and
7438            not 'VXLAN' and
7439            'CHAIN' and
7440            'NF_VPPIP4' and
7441            'IMIX' and
7442            '4T2C' and
7443            'MRR'"
7444   parameters:
7445   - "result"
7446   - "name"
7447   - "tags"
7448   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7449   x-axis: "X = VNFs per Service Chain"
7450   y-axis: "Y = Number of Service Chains"
7451   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7452   layout:
7453     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7454     layout: "plot-service-density"
7455
7456 - type: "plot"
7457   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7458   algorithm: "plot_nf_heatmap"
7459   output-file-type: ".html"
7460   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7461   data: "plot-vpp-nfv-2n-skx-mrr"
7462   filter: "'NIC_Intel-XXV710' and
7463            'NF_DENSITY' and
7464            'VHOST' and
7465            not 'VXLAN' and
7466            'CHAIN' and
7467            'NF_VPPIP4' and
7468            'IMIX' and
7469            '8T4C' and
7470            'MRR'"
7471   parameters:
7472   - "result"
7473   - "name"
7474   - "tags"
7475   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7476   x-axis: "X = VNFs per Service Chain"
7477   y-axis: "Y = Number of Service Chains"
7478   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7479   layout:
7480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7481     layout: "plot-service-density"
7482
7483 # Plots - NF Density - VSC - NDR IMIX
7484 - type: "plot"
7485   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7486   algorithm: "plot_nf_heatmap"
7487   output-file-type: ".html"
7488   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7489   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7490   filter: "'NIC_Intel-XXV710' and
7491            'NF_DENSITY' and
7492            'VHOST' and
7493            not 'VXLAN' and
7494            'CHAIN' and
7495            'NF_VPPIP4' and
7496            'IMIX' and
7497            '2T1C' and
7498            'NDRPDR'"
7499   parameters:
7500   - "throughput"
7501   - "name"
7502   - "tags"
7503   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7504   x-axis: "X = VNFs per Service Chain"
7505   y-axis: "Y = Number of Service Chains"
7506   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7507   layout:
7508     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7509     layout: "plot-service-density"
7510
7511 - type: "plot"
7512   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7513   algorithm: "plot_nf_heatmap"
7514   output-file-type: ".html"
7515   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7516   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7517   filter: "'NIC_Intel-XXV710' and
7518            'NF_DENSITY' and
7519            'VHOST' and
7520            not 'VXLAN' and
7521            'CHAIN' and
7522            'NF_VPPIP4' and
7523            'IMIX' and
7524            '4T2C' and
7525            'NDRPDR'"
7526   parameters:
7527   - "throughput"
7528   - "name"
7529   - "tags"
7530   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7531   x-axis: "X = VNFs per Service Chain"
7532   y-axis: "Y = Number of Service Chains"
7533   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7534   layout:
7535     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7536     layout: "plot-service-density"
7537
7538 - type: "plot"
7539   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7540   algorithm: "plot_nf_heatmap"
7541   output-file-type: ".html"
7542   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7543   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7544   filter: "'NIC_Intel-XXV710' and
7545            'NF_DENSITY' and
7546            'VHOST' and
7547            not 'VXLAN' and
7548            'CHAIN' and
7549            'NF_VPPIP4' and
7550            'IMIX' and
7551            '8T4C' and
7552            'NDRPDR'"
7553   parameters:
7554   - "throughput"
7555   - "name"
7556   - "tags"
7557   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7558   x-axis: "X = VNFs per Service Chain"
7559   y-axis: "Y = Number of Service Chains"
7560   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7561   layout:
7562     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7563     layout: "plot-service-density"
7564
7565 # Plots - NF Density - VSC - PDR IMIX
7566 - type: "plot"
7567   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7568   algorithm: "plot_nf_heatmap"
7569   output-file-type: ".html"
7570   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7571   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7572   filter: "'NIC_Intel-XXV710' and
7573            'NF_DENSITY' and
7574            'VHOST' and
7575            not 'VXLAN' and
7576            'CHAIN' and
7577            'NF_VPPIP4' and
7578            'IMIX' and
7579            '2T1C' and
7580            'NDRPDR'"
7581   parameters:
7582   - "throughput"
7583   - "name"
7584   - "tags"
7585   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7586   x-axis: "X = VNFs per Service Chain"
7587   y-axis: "Y = Number of Service Chains"
7588   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7589   layout:
7590     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7591     layout: "plot-service-density"
7592
7593 - type: "plot"
7594   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7595   algorithm: "plot_nf_heatmap"
7596   output-file-type: ".html"
7597   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7598   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7599   filter: "'NIC_Intel-XXV710' and
7600            'NF_DENSITY' and
7601            'VHOST' and
7602            not 'VXLAN' and
7603            'CHAIN' and
7604            'NF_VPPIP4' and
7605            'IMIX' and
7606            '4T2C' and
7607            'NDRPDR'"
7608   parameters:
7609   - "throughput"
7610   - "name"
7611   - "tags"
7612   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7613   x-axis: "X = VNFs per Service Chain"
7614   y-axis: "Y = Number of Service Chains"
7615   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7616   layout:
7617     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7618     layout: "plot-service-density"
7619
7620 - type: "plot"
7621   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7622   algorithm: "plot_nf_heatmap"
7623   output-file-type: ".html"
7624   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7625   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7626   filter: "'NIC_Intel-XXV710' and
7627            'NF_DENSITY' and
7628            'VHOST' and
7629            not 'VXLAN' and
7630            'CHAIN' and
7631            'NF_VPPIP4' and
7632            'IMIX' and
7633            '8T4C' and
7634            'NDRPDR'"
7635   parameters:
7636   - "throughput"
7637   - "name"
7638   - "tags"
7639   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7640   x-axis: "X = VNFs per Service Chain"
7641   y-axis: "Y = Number of Service Chains"
7642   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7643   layout:
7644     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7645     layout: "plot-service-density"
7646
7647 ###############################################################################
7648
7649 # Plots - NF Density - VSC - MRR IMIX
7650 - type: "plot"
7651   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7652   algorithm: "plot_nf_heatmap"
7653   output-file-type: ".html"
7654   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7655   data: "plot-vpp-nfv-2n-skx-mrr"
7656   filter: "'NIC_Intel-XXV710' and
7657            'NF_DENSITY' and
7658            'VHOST' and
7659            'VXLAN' and
7660            'CHAIN' and
7661            'IMIX' and
7662            '2T1C' and
7663            'MRR'"
7664   parameters:
7665   - "result"
7666   - "name"
7667   - "tags"
7668   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7669   x-axis: "X = VNFs per Service Chain"
7670   y-axis: "Y = Number of Service Chains"
7671   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7672   layout:
7673     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7674     layout: "plot-service-density"
7675
7676 - type: "plot"
7677   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7678   algorithm: "plot_nf_heatmap"
7679   output-file-type: ".html"
7680   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7681   data: "plot-vpp-nfv-2n-skx-mrr"
7682   filter: "'NIC_Intel-XXV710' and
7683            'NF_DENSITY' and
7684            'VHOST' and
7685            'VXLAN' and
7686            'CHAIN' and
7687            'IMIX' and
7688            '4T2C' and
7689            'MRR'"
7690   parameters:
7691   - "result"
7692   - "name"
7693   - "tags"
7694   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7695   x-axis: "X = VNFs per Service Chain"
7696   y-axis: "Y = Number of Service Chains"
7697   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7698   layout:
7699     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7700     layout: "plot-service-density"
7701
7702 - type: "plot"
7703   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7704   algorithm: "plot_nf_heatmap"
7705   output-file-type: ".html"
7706   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7707   data: "plot-vpp-nfv-2n-skx-mrr"
7708   filter: "'NIC_Intel-XXV710' and
7709            'NF_DENSITY' and
7710            'VHOST' and
7711            'VXLAN' and
7712            'CHAIN' and
7713            'IMIX' and
7714            '8T4C' and
7715            'MRR'"
7716   parameters:
7717   - "result"
7718   - "name"
7719   - "tags"
7720   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7721   x-axis: "X = VNFs per Service Chain"
7722   y-axis: "Y = Number of Service Chains"
7723   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7724   layout:
7725     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7726     layout: "plot-service-density"
7727
7728 # Plots - NF Density - VSC - NDR IMIX
7729 - type: "plot"
7730   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7731   algorithm: "plot_nf_heatmap"
7732   output-file-type: ".html"
7733   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7734   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7735   filter: "'NIC_Intel-XXV710' and
7736            'NF_DENSITY' and
7737            'VHOST' and
7738            'VXLAN' and
7739            'CHAIN' and
7740            'IMIX' and
7741            '2T1C' and
7742            'NDRPDR'"
7743   parameters:
7744   - "throughput"
7745   - "name"
7746   - "tags"
7747   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7748   x-axis: "X = VNFs per Service Chain"
7749   y-axis: "Y = Number of Service Chains"
7750   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7751   layout:
7752     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7753     layout: "plot-service-density"
7754
7755 - type: "plot"
7756   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7757   algorithm: "plot_nf_heatmap"
7758   output-file-type: ".html"
7759   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7760   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7761   filter: "'NIC_Intel-XXV710' and
7762            'NF_DENSITY' and
7763            'VHOST' and
7764            'VXLAN' and
7765            'CHAIN' and
7766            'IMIX' and
7767            '4T2C' and
7768            'NDRPDR'"
7769   parameters:
7770   - "throughput"
7771   - "name"
7772   - "tags"
7773   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7774   x-axis: "X = VNFs per Service Chain"
7775   y-axis: "Y = Number of Service Chains"
7776   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7777   layout:
7778     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7779     layout: "plot-service-density"
7780
7781 - type: "plot"
7782   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7783   algorithm: "plot_nf_heatmap"
7784   output-file-type: ".html"
7785   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7786   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7787   filter: "'NIC_Intel-XXV710' and
7788            'NF_DENSITY' and
7789            'VHOST' and
7790            'VXLAN' and
7791            'CHAIN' and
7792            'IMIX' and
7793            '8T4C' and
7794            'NDRPDR'"
7795   parameters:
7796   - "throughput"
7797   - "name"
7798   - "tags"
7799   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7800   x-axis: "X = VNFs per Service Chain"
7801   y-axis: "Y = Number of Service Chains"
7802   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7803   layout:
7804     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7805     layout: "plot-service-density"
7806
7807 # Plots - NF Density - VSC - PDR IMIX
7808 - type: "plot"
7809   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7810   algorithm: "plot_nf_heatmap"
7811   output-file-type: ".html"
7812   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7813   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7814   filter: "'NIC_Intel-XXV710' and
7815            'NF_DENSITY' and
7816            'VHOST' and
7817            'VXLAN' and
7818            'CHAIN' and
7819            'IMIX' and
7820            '2T1C' and
7821            'NDRPDR'"
7822   parameters:
7823   - "throughput"
7824   - "name"
7825   - "tags"
7826   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7827   x-axis: "X = VNFs per Service Chain"
7828   y-axis: "Y = Number of Service Chains"
7829   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7830   layout:
7831     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7832     layout: "plot-service-density"
7833
7834 - type: "plot"
7835   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7836   algorithm: "plot_nf_heatmap"
7837   output-file-type: ".html"
7838   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7839   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7840   filter: "'NIC_Intel-XXV710' and
7841            'NF_DENSITY' and
7842            'VHOST' and
7843            'VXLAN' and
7844            'CHAIN' and
7845            'IMIX' and
7846            '4T2C' and
7847            'NDRPDR'"
7848   parameters:
7849   - "throughput"
7850   - "name"
7851   - "tags"
7852   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7853   x-axis: "X = VNFs per Service Chain"
7854   y-axis: "Y = Number of Service Chains"
7855   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7856   layout:
7857     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7858     layout: "plot-service-density"
7859
7860 - type: "plot"
7861   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7862   algorithm: "plot_nf_heatmap"
7863   output-file-type: ".html"
7864   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7865   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7866   filter: "'NIC_Intel-XXV710' and
7867            'NF_DENSITY' and
7868            'VHOST' and
7869            'VXLAN' and
7870            'CHAIN' and
7871            'IMIX' and
7872            '8T4C' and
7873            'NDRPDR'"
7874   parameters:
7875   - "throughput"
7876   - "name"
7877   - "tags"
7878   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7879   x-axis: "X = VNFs per Service Chain"
7880   y-axis: "Y = Number of Service Chains"
7881   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7882   layout:
7883     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7884     layout: "plot-service-density"
7885
7886 ###############################################################################
7887
7888 # Plots - NF Density - CSC - MRR IMIX
7889 - type: "plot"
7890   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7891   algorithm: "plot_nf_heatmap"
7892   output-file-type: ".html"
7893   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7894   data: "plot-vpp-nfv-2n-skx-mrr"
7895   filter: "'NIC_Intel-XXV710' and
7896            'NF_DENSITY' and
7897            'DOCKER' and
7898            'CHAIN' and
7899            'NF_VPPIP4' and
7900            'IMIX' and
7901            '2T1C' and
7902            'MRR'"
7903   parameters:
7904   - "result"
7905   - "name"
7906   - "tags"
7907   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7908   x-axis: "X = CNFs per Service Chain"
7909   y-axis: "Y = Number of Service Chains"
7910   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7911   layout:
7912     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7913     layout: "plot-service-density"
7914
7915 - type: "plot"
7916   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7917   algorithm: "plot_nf_heatmap"
7918   output-file-type: ".html"
7919   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7920   data: "plot-vpp-nfv-2n-skx-mrr"
7921   filter: "'NIC_Intel-XXV710' and
7922            'NF_DENSITY' and
7923            'DOCKER' and
7924            'CHAIN' and
7925            'NF_VPPIP4' and
7926            'IMIX' and
7927            '4T2C' and
7928            'MRR'"
7929   parameters:
7930   - "result"
7931   - "name"
7932   - "tags"
7933   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7934   x-axis: "X = CNFs per Service Chain"
7935   y-axis: "Y = Number of Service Chains"
7936   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7937   layout:
7938     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7939     layout: "plot-service-density"
7940
7941 - type: "plot"
7942   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7943   algorithm: "plot_nf_heatmap"
7944   output-file-type: ".html"
7945   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7946   data: "plot-vpp-nfv-2n-skx-mrr"
7947   filter: "'NIC_Intel-XXV710' and
7948            'NF_DENSITY' and
7949            'DOCKER' and
7950            'CHAIN' and
7951            'NF_VPPIP4' and
7952            'IMIX' and
7953            '8T4C' and
7954            'MRR'"
7955   parameters:
7956   - "result"
7957   - "name"
7958   - "tags"
7959   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7960   x-axis: "X = CNFs per Service Chain"
7961   y-axis: "Y = Number of Service Chains"
7962   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7963   layout:
7964     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7965     layout: "plot-service-density"
7966
7967 # Plots - NF Density - CSC - NDR IMIX
7968 - type: "plot"
7969   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7970   algorithm: "plot_nf_heatmap"
7971   output-file-type: ".html"
7972   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7973   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7974   filter: "'NIC_Intel-XXV710' and
7975            'NF_DENSITY' and
7976            'DOCKER' and
7977            'CHAIN' and
7978            'NF_VPPIP4' and
7979            'IMIX' and
7980            '2T1C' and
7981            'NDRPDR'"
7982   parameters:
7983   - "throughput"
7984   - "name"
7985   - "tags"
7986   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7987   x-axis: "X = CNFs per Service Chain"
7988   y-axis: "Y = Number of Service Chains"
7989   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7990   layout:
7991     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7992     layout: "plot-service-density"
7993
7994 - type: "plot"
7995   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7996   algorithm: "plot_nf_heatmap"
7997   output-file-type: ".html"
7998   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7999   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8000   filter: "'NIC_Intel-XXV710' and
8001            'NF_DENSITY' and
8002            'DOCKER' and
8003            'CHAIN' and
8004            'NF_VPPIP4' and
8005            'IMIX' and
8006            '4T2C' and
8007            'NDRPDR'"
8008   parameters:
8009   - "throughput"
8010   - "name"
8011   - "tags"
8012   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8013   x-axis: "X = CNFs per Service Chain"
8014   y-axis: "Y = Number of Service Chains"
8015   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8016   layout:
8017     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8018     layout: "plot-service-density"
8019
8020 - type: "plot"
8021   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8022   algorithm: "plot_nf_heatmap"
8023   output-file-type: ".html"
8024   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8025   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8026   filter: "'NIC_Intel-XXV710' and
8027            'NF_DENSITY' and
8028            'DOCKER' and
8029            'CHAIN' and
8030            'NF_VPPIP4' and
8031            'IMIX' and
8032            '8T4C' and
8033            'NDRPDR'"
8034   parameters:
8035   - "throughput"
8036   - "name"
8037   - "tags"
8038   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8039   x-axis: "X = CNFs per Service Chain"
8040   y-axis: "Y = Number of Service Chains"
8041   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8042   layout:
8043     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8044     layout: "plot-service-density"
8045
8046 # Plots - NF Density - CSC - PDR IMIX
8047 - type: "plot"
8048   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8049   algorithm: "plot_nf_heatmap"
8050   output-file-type: ".html"
8051   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8052   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8053   filter: "'NIC_Intel-XXV710' and
8054            'NF_DENSITY' and
8055            'DOCKER' and
8056            'CHAIN' and
8057            'NF_VPPIP4' and
8058            'IMIX' and
8059            '2T1C' and
8060            'NDRPDR'"
8061   parameters:
8062   - "throughput"
8063   - "name"
8064   - "tags"
8065   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8066   x-axis: "X = CNFs per Service Chain"
8067   y-axis: "Y = Number of Service Chains"
8068   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8069   layout:
8070     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8071     layout: "plot-service-density"
8072
8073 - type: "plot"
8074   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8075   algorithm: "plot_nf_heatmap"
8076   output-file-type: ".html"
8077   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8078   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8079   filter: "'NIC_Intel-XXV710' and
8080            'NF_DENSITY' and
8081            'DOCKER' and
8082            'CHAIN' and
8083            'NF_VPPIP4' and
8084            'IMIX' and
8085            '4T2C' and
8086            'NDRPDR'"
8087   parameters:
8088   - "throughput"
8089   - "name"
8090   - "tags"
8091   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8092   x-axis: "X = CNFs per Service Chain"
8093   y-axis: "Y = Number of Service Chains"
8094   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8095   layout:
8096     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8097     layout: "plot-service-density"
8098
8099 - type: "plot"
8100   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8101   algorithm: "plot_nf_heatmap"
8102   output-file-type: ".html"
8103   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8104   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8105   filter: "'NIC_Intel-XXV710' and
8106            'NF_DENSITY' and
8107            'DOCKER' and
8108            'CHAIN' and
8109            'NF_VPPIP4' and
8110            'IMIX' and
8111            '8T4C' and
8112            'NDRPDR'"
8113   parameters:
8114   - "throughput"
8115   - "name"
8116   - "tags"
8117   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8118   x-axis: "X = CNFs per Service Chain"
8119   y-axis: "Y = Number of Service Chains"
8120   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8121   layout:
8122     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8123     layout: "plot-service-density"
8124
8125 ################################################################################
8126 #
8127 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8128 #- type: "plot"
8129 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8130 #  algorithm: "plot_nf_heatmap"
8131 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8132 #  data: "plot-vpp-nfv-3n-skx-mrr"
8133 #  filter: "'NIC_Intel-XXV710' and
8134 #           'NF_DENSITY' and
8135 #           'DOCKER' and
8136 #           'CHAIN' and
8137 #           'NF_VPPIP4' and
8138 #           'IPSEC' and
8139 #           'TNL_4' and
8140 #           'IMIX' and
8141 #           '2T1C' and
8142 #           'MRR'"
8143 #  parameters:
8144 #  - "result"
8145 #  - "name"
8146 #  - "tags"
8147 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8148 #  x-axis: "X = CNFs per Service Chain"
8149 #  y-axis: "Y = Number of Service Chains"
8150 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8151 #  layout:
8152 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8153 #    layout: "plot-service-density"
8154 #
8155 #- type: "plot"
8156 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8157 #  algorithm: "plot_nf_heatmap"
8158 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8159 #  data: "plot-vpp-nfv-3n-skx-mrr"
8160 #  filter: "'NIC_Intel-XXV710' and
8161 #           'NF_DENSITY' and
8162 #           'DOCKER' and
8163 #           'CHAIN' and
8164 #           'NF_VPPIP4' and
8165 #           'IPSEC' and
8166 #           'TNL_4' and
8167 #           'IMIX' and
8168 #           '4T2C' and
8169 #           'MRR'"
8170 #  parameters:
8171 #  - "result"
8172 #  - "name"
8173 #  - "tags"
8174 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8175 #  x-axis: "X = CNFs per Service Chain"
8176 #  y-axis: "Y = Number of Service Chains"
8177 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8178 #  layout:
8179 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8180 #    layout: "plot-service-density"
8181 #
8182 #- type: "plot"
8183 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8184 #  algorithm: "plot_nf_heatmap"
8185 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8186 #  data: "plot-vpp-nfv-3n-skx-mrr"
8187 #  filter: "'NIC_Intel-XXV710' and
8188 #           'NF_DENSITY' and
8189 #           'DOCKER' and
8190 #           'CHAIN' and
8191 #           'NF_VPPIP4' and
8192 #           'IPSEC' and
8193 #           'TNL_4' and
8194 #           'IMIX' and
8195 #           '8T4C' and
8196 #           'MRR'"
8197 #  parameters:
8198 #  - "result"
8199 #  - "name"
8200 #  - "tags"
8201 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8202 #  x-axis: "X = CNFs per Service Chain"
8203 #  y-axis: "Y = Number of Service Chains"
8204 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8205 #  layout:
8206 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8207 #    layout: "plot-service-density"
8208
8209 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8210 #- type: "plot"
8211 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8212 #  algorithm: "plot_nf_heatmap"
8213 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8214 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8215 #  filter: "'NIC_Intel-XXV710' and
8216 #           'NF_DENSITY' and
8217 #           'DOCKER' and
8218 #           'CHAIN' and
8219 #           'NF_VPPIP4' and
8220 #           'IPSEC' and
8221 #           'TNL_4' and
8222 #           'IMIX' and
8223 #           '2T1C' and
8224 #           'NDRPDR'"
8225 #  parameters:
8226 #  - "throughput"
8227 #  - "name"
8228 #  - "tags"
8229 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8230 #  x-axis: "X = CNFs per Service Chain"
8231 #  y-axis: "Y = Number of Service Chains"
8232 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8233 #  layout:
8234 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8235 #    layout: "plot-service-density"
8236 #
8237 #- type: "plot"
8238 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8239 #  algorithm: "plot_nf_heatmap"
8240 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8241 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8242 #  filter: "'NIC_Intel-XXV710' and
8243 #           'NF_DENSITY' and
8244 #           'DOCKER' and
8245 #           'CHAIN' and
8246 #           'NF_VPPIP4' and
8247 #           'IPSEC' and
8248 #           'TNL_4' and
8249 #           'IMIX' and
8250 #           '4T2C' and
8251 #           'NDRPDR'"
8252 #  parameters:
8253 #  - "throughput"
8254 #  - "name"
8255 #  - "tags"
8256 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8257 #  x-axis: "X = CNFs per Service Chain"
8258 #  y-axis: "Y = Number of Service Chains"
8259 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8260 #  layout:
8261 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8262 #    layout: "plot-service-density"
8263 #
8264 #- type: "plot"
8265 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8266 #  algorithm: "plot_nf_heatmap"
8267 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8268 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8269 #  filter: "'NIC_Intel-XXV710' and
8270 #           'NF_DENSITY' and
8271 #           'DOCKER' and
8272 #           'CHAIN' and
8273 #           'NF_VPPIP4' and
8274 #           'IPSEC' and
8275 #           'TNL_4' and
8276 #           'IMIX' and
8277 #           '8T4C' and
8278 #           'NDRPDR'"
8279 #  parameters:
8280 #  - "throughput"
8281 #  - "name"
8282 #  - "tags"
8283 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8284 #  x-axis: "X = CNFs per Service Chain"
8285 #  y-axis: "Y = Number of Service Chains"
8286 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8287 #  layout:
8288 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8289 #    layout: "plot-service-density"
8290 #
8291 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8292 #- type: "plot"
8293 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8294 #  algorithm: "plot_nf_heatmap"
8295 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8296 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8297 #  filter: "'NIC_Intel-XXV710' and
8298 #           'NF_DENSITY' and
8299 #           'DOCKER' and
8300 #           'CHAIN' and
8301 #           'NF_VPPIP4' and
8302 #           'IPSEC' and
8303 #           'TNL_4' and
8304 #           'IMIX' and
8305 #           '2T1C' and
8306 #           'NDRPDR'"
8307 #  parameters:
8308 #  - "throughput"
8309 #  - "name"
8310 #  - "tags"
8311 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8312 #  x-axis: "X = CNFs per Service Chain"
8313 #  y-axis: "Y = Number of Service Chains"
8314 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8315 #  layout:
8316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8317 #    layout: "plot-service-density"
8318 #
8319 #- type: "plot"
8320 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8321 #  algorithm: "plot_nf_heatmap"
8322 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8323 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8324 #  filter: "'NIC_Intel-XXV710' and
8325 #           'NF_DENSITY' and
8326 #           'DOCKER' and
8327 #           'CHAIN' and
8328 #           'NF_VPPIP4' and
8329 #           'IPSEC' and
8330 #           'TNL_4' and
8331 #           'IMIX' and
8332 #           '4T2C' and
8333 #           'NDRPDR'"
8334 #  parameters:
8335 #  - "throughput"
8336 #  - "name"
8337 #  - "tags"
8338 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8339 #  x-axis: "X = CNFs per Service Chain"
8340 #  y-axis: "Y = Number of Service Chains"
8341 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8342 #  layout:
8343 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8344 #    layout: "plot-service-density"
8345 #
8346 #- type: "plot"
8347 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8348 #  algorithm: "plot_nf_heatmap"
8349 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8350 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8351 #  filter: "'NIC_Intel-XXV710' and
8352 #           'NF_DENSITY' and
8353 #           'DOCKER' and
8354 #           'CHAIN' and
8355 #           'NF_VPPIP4' and
8356 #           'IPSEC' and
8357 #           'TNL_4' and
8358 #           'IMIX' and
8359 #           '8T4C' and
8360 #           'NDRPDR'"
8361 #  parameters:
8362 #  - "throughput"
8363 #  - "name"
8364 #  - "tags"
8365 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8366 #  x-axis: "X = CNFs per Service Chain"
8367 #  y-axis: "Y = Number of Service Chains"
8368 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8369 #  layout:
8370 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8371 #    layout: "plot-service-density"
8372
8373 ###############################################################################
8374
8375 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8376 #- type: "plot"
8377 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8378 #  algorithm: "plot_nf_heatmap"
8379 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8380 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8381 #  filter: "'NIC_Intel-XL710' and
8382 #           'NF_DENSITY' and
8383 #           'DOCKER' and
8384 #           'CHAIN' and
8385 #           'NF_VPPIP4' and
8386 #           'IMIX' and
8387 #           'TNL_4' and
8388 #           '1T1C' and
8389 #           'MRR'"
8390 #  parameters:
8391 #  - "result"
8392 #  - "name"
8393 #  - "tags"
8394 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8395 #  x-axis: "X = CNFs per Service Chain"
8396 #  y-axis: "Y = Number of Service Chains"
8397 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8398 #  layout:
8399 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8400 #    layout: "plot-service-density"
8401 #
8402 #- type: "plot"
8403 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8404 #  algorithm: "plot_nf_heatmap"
8405 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8406 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8407 #  filter: "'NIC_Intel-XL710' and
8408 #           'NF_DENSITY' and
8409 #           'DOCKER' and
8410 #           'CHAIN' and
8411 #           'NF_VPPIP4' and
8412 #           'IPSEC' and
8413 #           'TNL_4' and
8414 #           'IMIX' and
8415 #           '2T2C' and
8416 #           'MRR'"
8417 #  parameters:
8418 #  - "result"
8419 #  - "name"
8420 #  - "tags"
8421 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8422 #  x-axis: "X = CNFs per Service Chain"
8423 #  y-axis: "Y = Number of Service Chains"
8424 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8425 #  layout:
8426 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8427 #    layout: "plot-service-density"
8428 #
8429 #- type: "plot"
8430 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8431 #  algorithm: "plot_nf_heatmap"
8432 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8433 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8434 #  filter: "'NIC_Intel-XL710' and
8435 #           'NF_DENSITY' and
8436 #           'DOCKER' and
8437 #           'CHAIN' and
8438 #           'NF_VPPIP4' and
8439 #           'IPSEC' and
8440 #           'TNL_4' and
8441 #           'IMIX' and
8442 #           '4T4C' and
8443 #           'MRR'"
8444 #  parameters:
8445 #  - "result"
8446 #  - "name"
8447 #  - "tags"
8448 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8449 #  x-axis: "X = CNFs per Service Chain"
8450 #  y-axis: "Y = Number of Service Chains"
8451 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8452 #  layout:
8453 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8454 #    layout: "plot-service-density"
8455
8456 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8457 #- type: "plot"
8458 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8459 #  algorithm: "plot_nf_heatmap"
8460 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8461 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8462 #  filter: "'NIC_Intel-XL710' and
8463 #           'NF_DENSITY' and
8464 #           'DOCKER' and
8465 #           'CHAIN' and
8466 #           'NF_VPPIP4' and
8467 #           'IPSEC' and
8468 #           'TNL_4' and
8469 #           'IMIX' and
8470 #           '1T1C' and
8471 #           'NDRPDR'"
8472 #  parameters:
8473 #  - "throughput"
8474 #  - "name"
8475 #  - "tags"
8476 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8477 #  x-axis: "X = CNFs per Service Chain"
8478 #  y-axis: "Y = Number of Service Chains"
8479 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8480 #  layout:
8481 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8482 #    layout: "plot-service-density"
8483 #
8484 #- type: "plot"
8485 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8486 #  algorithm: "plot_nf_heatmap"
8487 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8488 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8489 #  filter: "'NIC_Intel-XL710' and
8490 #           'NF_DENSITY' and
8491 #           'DOCKER' and
8492 #           'CHAIN' and
8493 #           'NF_VPPIP4' and
8494 #           'IPSEC' and
8495 #           'TNL_4' and
8496 #           'IMIX' and
8497 #           '2T2C' and
8498 #           'NDRPDR'"
8499 #  parameters:
8500 #  - "throughput"
8501 #  - "name"
8502 #  - "tags"
8503 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8504 #  x-axis: "X = CNFs per Service Chain"
8505 #  y-axis: "Y = Number of Service Chains"
8506 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8507 #  layout:
8508 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8509 #    layout: "plot-service-density"
8510 #
8511 #- type: "plot"
8512 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8513 #  algorithm: "plot_nf_heatmap"
8514 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8515 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8516 #  filter: "'NIC_Intel-XL710' and
8517 #           'NF_DENSITY' and
8518 #           'DOCKER' and
8519 #           'CHAIN' and
8520 #           'NF_VPPIP4' and
8521 #           'IPSEC' and
8522 #           'TNL_4' and
8523 #           'IMIX' and
8524 #           '4T4C' and
8525 #           'NDRPDR'"
8526 #  parameters:
8527 #  - "throughput"
8528 #  - "name"
8529 #  - "tags"
8530 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8531 #  x-axis: "X = CNFs per Service Chain"
8532 #  y-axis: "Y = Number of Service Chains"
8533 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8534 #  layout:
8535 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8536 #    layout: "plot-service-density"
8537 #
8538 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8539 #- type: "plot"
8540 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8541 #  algorithm: "plot_nf_heatmap"
8542 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8543 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8544 #  filter: "'NIC_Intel-XL710' and
8545 #           'NF_DENSITY' and
8546 #           'DOCKER' and
8547 #           'CHAIN' and
8548 #           'NF_VPPIP4' and
8549 #           'IPSEC' and
8550 #           'TNL_4' and
8551 #           'IMIX' and
8552 #           '1T1C' and
8553 #           'NDRPDR'"
8554 #  parameters:
8555 #  - "throughput"
8556 #  - "name"
8557 #  - "tags"
8558 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8559 #  x-axis: "X = CNFs per Service Chain"
8560 #  y-axis: "Y = Number of Service Chains"
8561 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8562 #  layout:
8563 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8564 #    layout: "plot-service-density"
8565 #
8566 #- type: "plot"
8567 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8568 #  algorithm: "plot_nf_heatmap"
8569 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8570 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8571 #  filter: "'NIC_Intel-XL710' and
8572 #           'NF_DENSITY' and
8573 #           'DOCKER' and
8574 #           'CHAIN' and
8575 #           'NF_VPPIP4' and
8576 #           'IPSEC' and
8577 #           'TNL_4' and
8578 #           'IMIX' and
8579 #           '2T2C' and
8580 #           'NDRPDR'"
8581 #  parameters:
8582 #  - "throughput"
8583 #  - "name"
8584 #  - "tags"
8585 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8586 #  x-axis: "X = CNFs per Service Chain"
8587 #  y-axis: "Y = Number of Service Chains"
8588 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8589 #  layout:
8590 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8591 #    layout: "plot-service-density"
8592 #
8593 #- type: "plot"
8594 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8595 #  algorithm: "plot_nf_heatmap"
8596 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8597 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8598 #  filter: "'NIC_Intel-XL710' and
8599 #           'NF_DENSITY' and
8600 #           'DOCKER' and
8601 #           'CHAIN' and
8602 #           'NF_VPPIP4' and
8603 #           'IPSEC' and
8604 #           'TNL_4' and
8605 #           'IMIX' and
8606 #           '4T4C' and
8607 #           'NDRPDR'"
8608 #  parameters:
8609 #  - "throughput"
8610 #  - "name"
8611 #  - "tags"
8612 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8613 #  x-axis: "X = CNFs per Service Chain"
8614 #  y-axis: "Y = Number of Service Chains"
8615 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8616 #  layout:
8617 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8618 #    layout: "plot-service-density"
8619
8620 ###############################################################################
8621
8622 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8623 #- type: "plot"
8624 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8625 #  algorithm: "plot_nf_heatmap"
8626 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8627 #  data: "plot-vpp-nfv-3n-skx-mrr"
8628 #  filter: "'NIC_Intel-XXV710' and
8629 #           'NF_DENSITY' and
8630 #           'DOCKER' and
8631 #           'CHAIN' and
8632 #           'NF_VPPIP4' and
8633 #           'IPSEC' and
8634 #           'TNL_1000' and
8635 #           'IMIX' and
8636 #           '2T1C' and
8637 #           'MRR'"
8638 #  parameters:
8639 #  - "result"
8640 #  - "name"
8641 #  - "tags"
8642 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8643 #  x-axis: "X = CNFs per Service Chain"
8644 #  y-axis: "Y = Number of Service Chains"
8645 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8646 #  layout:
8647 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8648 #    layout: "plot-service-density"
8649 #
8650 #- type: "plot"
8651 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8652 #  algorithm: "plot_nf_heatmap"
8653 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8654 #  data: "plot-vpp-nfv-3n-skx-mrr"
8655 #  filter: "'NIC_Intel-XXV710' and
8656 #           'NF_DENSITY' and
8657 #           'DOCKER' and
8658 #           'CHAIN' and
8659 #           'NF_VPPIP4' and
8660 #           'IPSEC' and
8661 #           'TNL_1000' and
8662 #           'IMIX' and
8663 #           '4T2C' and
8664 #           'MRR'"
8665 #  parameters:
8666 #  - "result"
8667 #  - "name"
8668 #  - "tags"
8669 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8670 #  x-axis: "X = CNFs per Service Chain"
8671 #  y-axis: "Y = Number of Service Chains"
8672 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8673 #  layout:
8674 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8675 #    layout: "plot-service-density"
8676 #
8677 #- type: "plot"
8678 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8679 #  algorithm: "plot_nf_heatmap"
8680 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8681 #  data: "plot-vpp-nfv-3n-skx-mrr"
8682 #  filter: "'NIC_Intel-XXV710' and
8683 #           'NF_DENSITY' and
8684 #           'DOCKER' and
8685 #           'CHAIN' and
8686 #           'NF_VPPIP4' and
8687 #           'IPSEC' and
8688 #           'TNL_1000' and
8689 #           'IMIX' and
8690 #           '8T4C' and
8691 #           'MRR'"
8692 #  parameters:
8693 #  - "result"
8694 #  - "name"
8695 #  - "tags"
8696 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8697 #  x-axis: "X = CNFs per Service Chain"
8698 #  y-axis: "Y = Number of Service Chains"
8699 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8700 #  layout:
8701 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8702 #    layout: "plot-service-density"
8703
8704 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8705 #- type: "plot"
8706 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8707 #  algorithm: "plot_nf_heatmap"
8708 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8709 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8710 #  filter: "'NIC_Intel-XXV710' and
8711 #           'NF_DENSITY' and
8712 #           'DOCKER' and
8713 #           'CHAIN' and
8714 #           'NF_VPPIP4' and
8715 #           'IPSEC' and
8716 #           'TNL_1000' and
8717 #           'IMIX' and
8718 #           '2T1C' and
8719 #           'NDRPDR'"
8720 #  parameters:
8721 #  - "throughput"
8722 #  - "name"
8723 #  - "tags"
8724 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8725 #  x-axis: "X = CNFs per Service Chain"
8726 #  y-axis: "Y = Number of Service Chains"
8727 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8728 #  layout:
8729 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8730 #    layout: "plot-service-density"
8731 #
8732 #- type: "plot"
8733 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8734 #  algorithm: "plot_nf_heatmap"
8735 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8736 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8737 #  filter: "'NIC_Intel-XXV710' and
8738 #           'NF_DENSITY' and
8739 #           'DOCKER' and
8740 #           'CHAIN' and
8741 #           'NF_VPPIP4' and
8742 #           'IPSEC' and
8743 #           'TNL_1000' and
8744 #           'IMIX' and
8745 #           '4T2C' and
8746 #           'NDRPDR'"
8747 #  parameters:
8748 #  - "throughput"
8749 #  - "name"
8750 #  - "tags"
8751 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8752 #  x-axis: "X = CNFs per Service Chain"
8753 #  y-axis: "Y = Number of Service Chains"
8754 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8755 #  layout:
8756 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8757 #    layout: "plot-service-density"
8758 #
8759 #- type: "plot"
8760 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8761 #  algorithm: "plot_nf_heatmap"
8762 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8763 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8764 #  filter: "'NIC_Intel-XXV710' and
8765 #           'NF_DENSITY' and
8766 #           'DOCKER' and
8767 #           'CHAIN' and
8768 #           'NF_VPPIP4' and
8769 #           'IPSEC' and
8770 #           'TNL_1000' and
8771 #           'IMIX' and
8772 #           '8T4C' and
8773 #           'NDRPDR'"
8774 #  parameters:
8775 #  - "throughput"
8776 #  - "name"
8777 #  - "tags"
8778 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8779 #  x-axis: "X = CNFs per Service Chain"
8780 #  y-axis: "Y = Number of Service Chains"
8781 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8782 #  layout:
8783 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8784 #    layout: "plot-service-density"
8785 #
8786 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8787 #- type: "plot"
8788 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8789 #  algorithm: "plot_nf_heatmap"
8790 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8791 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8792 #  filter: "'NIC_Intel-XXV710' and
8793 #           'NF_DENSITY' and
8794 #           'DOCKER' and
8795 #           'CHAIN' and
8796 #           'NF_VPPIP4' and
8797 #           'IPSEC' and
8798 #           'TNL_1000' and
8799 #           'IMIX' and
8800 #           '2T1C' and
8801 #           'NDRPDR'"
8802 #  parameters:
8803 #  - "throughput"
8804 #  - "name"
8805 #  - "tags"
8806 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8807 #  x-axis: "X = CNFs per Service Chain"
8808 #  y-axis: "Y = Number of Service Chains"
8809 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8810 #  layout:
8811 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8812 #    layout: "plot-service-density"
8813 #
8814 #- type: "plot"
8815 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8816 #  algorithm: "plot_nf_heatmap"
8817 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8818 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8819 #  filter: "'NIC_Intel-XXV710' and
8820 #           'NF_DENSITY' and
8821 #           'DOCKER' and
8822 #           'CHAIN' and
8823 #           'NF_VPPIP4' and
8824 #           'IPSEC' and
8825 #           'TNL_1000' and
8826 #           'IMIX' and
8827 #           '4T2C' and
8828 #           'NDRPDR'"
8829 #  parameters:
8830 #  - "throughput"
8831 #  - "name"
8832 #  - "tags"
8833 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8834 #  x-axis: "X = CNFs per Service Chain"
8835 #  y-axis: "Y = Number of Service Chains"
8836 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8837 #  layout:
8838 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8839 #    layout: "plot-service-density"
8840 #
8841 #- type: "plot"
8842 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8843 #  algorithm: "plot_nf_heatmap"
8844 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8845 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8846 #  filter: "'NIC_Intel-XXV710' and
8847 #           'NF_DENSITY' and
8848 #           'DOCKER' and
8849 #           'CHAIN' and
8850 #           'NF_VPPIP4' and
8851 #           'IPSEC' and
8852 #           'TNL_1000' and
8853 #           'IMIX' and
8854 #           '8T4C' and
8855 #           'NDRPDR'"
8856 #  parameters:
8857 #  - "throughput"
8858 #  - "name"
8859 #  - "tags"
8860 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8861 #  x-axis: "X = CNFs per Service Chain"
8862 #  y-axis: "Y = Number of Service Chains"
8863 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8864 #  layout:
8865 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8866 #    layout: "plot-service-density"
8867
8868 ###############################################################################
8869
8870 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8871 #- type: "plot"
8872 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8873 #  algorithm: "plot_nf_heatmap"
8874 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8875 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8876 #  filter: "'NIC_Intel-XL710' and
8877 #           'NF_DENSITY' and
8878 #           'DOCKER' and
8879 #           'CHAIN' and
8880 #           'NF_VPPIP4' and
8881 #           'IMIX' and
8882 #           'TNL_1000' and
8883 #           '1T1C' and
8884 #           'MRR'"
8885 #  parameters:
8886 #  - "result"
8887 #  - "name"
8888 #  - "tags"
8889 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8890 #  x-axis: "X = CNFs per Service Chain"
8891 #  y-axis: "Y = Number of Service Chains"
8892 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8893 #  layout:
8894 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8895 #    layout: "plot-service-density"
8896 #
8897 #- type: "plot"
8898 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8899 #  algorithm: "plot_nf_heatmap"
8900 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8901 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8902 #  filter: "'NIC_Intel-XL710' and
8903 #           'NF_DENSITY' and
8904 #           'DOCKER' and
8905 #           'CHAIN' and
8906 #           'NF_VPPIP4' and
8907 #           'IPSEC' and
8908 #           'TNL_1000' and
8909 #           'IMIX' and
8910 #           '2T2C' and
8911 #           'MRR'"
8912 #  parameters:
8913 #  - "result"
8914 #  - "name"
8915 #  - "tags"
8916 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8917 #  x-axis: "X = CNFs per Service Chain"
8918 #  y-axis: "Y = Number of Service Chains"
8919 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8920 #  layout:
8921 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8922 #    layout: "plot-service-density"
8923 #
8924 #- type: "plot"
8925 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8926 #  algorithm: "plot_nf_heatmap"
8927 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8928 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8929 #  filter: "'NIC_Intel-XL710' and
8930 #           'NF_DENSITY' and
8931 #           'DOCKER' and
8932 #           'CHAIN' and
8933 #           'NF_VPPIP4' and
8934 #           'IPSEC' and
8935 #           'TNL_1000' and
8936 #           'IMIX' and
8937 #           '4T4C' and
8938 #           'MRR'"
8939 #  parameters:
8940 #  - "result"
8941 #  - "name"
8942 #  - "tags"
8943 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8944 #  x-axis: "X = CNFs per Service Chain"
8945 #  y-axis: "Y = Number of Service Chains"
8946 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8947 #  layout:
8948 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8949 #    layout: "plot-service-density"
8950
8951 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8952 #- type: "plot"
8953 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8954 #  algorithm: "plot_nf_heatmap"
8955 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8956 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8957 #  filter: "'NIC_Intel-XL710' and
8958 #           'NF_DENSITY' and
8959 #           'DOCKER' and
8960 #           'CHAIN' and
8961 #           'NF_VPPIP4' and
8962 #           'IPSEC' and
8963 #           'TNL_1000' and
8964 #           'IMIX' and
8965 #           '1T1C' and
8966 #           'NDRPDR'"
8967 #  parameters:
8968 #  - "throughput"
8969 #  - "name"
8970 #  - "tags"
8971 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8972 #  x-axis: "X = CNFs per Service Chain"
8973 #  y-axis: "Y = Number of Service Chains"
8974 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8975 #  layout:
8976 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8977 #    layout: "plot-service-density"
8978 #
8979 #- type: "plot"
8980 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8981 #  algorithm: "plot_nf_heatmap"
8982 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8983 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8984 #  filter: "'NIC_Intel-XL710' and
8985 #           'NF_DENSITY' and
8986 #           'DOCKER' and
8987 #           'CHAIN' and
8988 #           'NF_VPPIP4' and
8989 #           'IPSEC' and
8990 #           'TNL_1000' and
8991 #           'IMIX' and
8992 #           '2T2C' and
8993 #           'NDRPDR'"
8994 #  parameters:
8995 #  - "throughput"
8996 #  - "name"
8997 #  - "tags"
8998 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8999 #  x-axis: "X = CNFs per Service Chain"
9000 #  y-axis: "Y = Number of Service Chains"
9001 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9002 #  layout:
9003 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9004 #    layout: "plot-service-density"
9005 #
9006 #- type: "plot"
9007 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9008 #  algorithm: "plot_nf_heatmap"
9009 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9010 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9011 #  filter: "'NIC_Intel-XL710' and
9012 #           'NF_DENSITY' and
9013 #           'DOCKER' and
9014 #           'CHAIN' and
9015 #           'NF_VPPIP4' and
9016 #           'IPSEC' and
9017 #           'TNL_1000' and
9018 #           'IMIX' and
9019 #           '4T4C' and
9020 #           'NDRPDR'"
9021 #  parameters:
9022 #  - "throughput"
9023 #  - "name"
9024 #  - "tags"
9025 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9026 #  x-axis: "X = CNFs per Service Chain"
9027 #  y-axis: "Y = Number of Service Chains"
9028 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9029 #  layout:
9030 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9031 #    layout: "plot-service-density"
9032 #
9033 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9034 #- type: "plot"
9035 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9036 #  algorithm: "plot_nf_heatmap"
9037 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9038 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9039 #  filter: "'NIC_Intel-XL710' and
9040 #           'NF_DENSITY' and
9041 #           'DOCKER' and
9042 #           'CHAIN' and
9043 #           'NF_VPPIP4' and
9044 #           'IPSEC' and
9045 #           'TNL_1000' and
9046 #           'IMIX' and
9047 #           '1T1C' and
9048 #           'NDRPDR'"
9049 #  parameters:
9050 #  - "throughput"
9051 #  - "name"
9052 #  - "tags"
9053 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9054 #  x-axis: "X = CNFs per Service Chain"
9055 #  y-axis: "Y = Number of Service Chains"
9056 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9057 #  layout:
9058 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9059 #    layout: "plot-service-density"
9060 #
9061 #- type: "plot"
9062 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9063 #  algorithm: "plot_nf_heatmap"
9064 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9065 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9066 #  filter: "'NIC_Intel-XL710' and
9067 #           'NF_DENSITY' and
9068 #           'DOCKER' and
9069 #           'CHAIN' and
9070 #           'NF_VPPIP4' and
9071 #           'IPSEC' and
9072 #           'TNL_1000' and
9073 #           'IMIX' and
9074 #           '2T2C' and
9075 #           'NDRPDR'"
9076 #  parameters:
9077 #  - "throughput"
9078 #  - "name"
9079 #  - "tags"
9080 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9081 #  x-axis: "X = CNFs per Service Chain"
9082 #  y-axis: "Y = Number of Service Chains"
9083 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9084 #  layout:
9085 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9086 #    layout: "plot-service-density"
9087 #
9088 #- type: "plot"
9089 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9090 #  algorithm: "plot_nf_heatmap"
9091 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9092 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9093 #  filter: "'NIC_Intel-XL710' and
9094 #           'NF_DENSITY' and
9095 #           'DOCKER' and
9096 #           'CHAIN' and
9097 #           'NF_VPPIP4' and
9098 #           'IPSEC' and
9099 #           'TNL_1000' and
9100 #           'IMIX' and
9101 #           '4T4C' and
9102 #           'NDRPDR'"
9103 #  parameters:
9104 #  - "throughput"
9105 #  - "name"
9106 #  - "tags"
9107 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9108 #  x-axis: "X = CNFs per Service Chain"
9109 #  y-axis: "Y = Number of Service Chains"
9110 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9111 #  layout:
9112 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9113 #    layout: "plot-service-density"
9114
9115 ###############################################################################
9116
9117 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9118 #- type: "plot"
9119 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9120 #  algorithm: "plot_nf_heatmap"
9121 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9122 #  data: "plot-vpp-nfv-3n-skx-mrr"
9123 #  filter: "'NIC_Intel-XXV710' and
9124 #           'NF_DENSITY' and
9125 #           'DOCKER' and
9126 #           'CHAIN' and
9127 #           'NF_VPPIP4' and
9128 #           'IPSEC' and
9129 #           'TNL_10000' and
9130 #           'IMIX' and
9131 #           '2T1C' and
9132 #           'MRR'"
9133 #  parameters:
9134 #  - "result"
9135 #  - "name"
9136 #  - "tags"
9137 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9138 #  x-axis: "X = CNFs per Service Chain"
9139 #  y-axis: "Y = Number of Service Chains"
9140 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9141 #  layout:
9142 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9143 #    layout: "plot-service-density"
9144 #
9145 #- type: "plot"
9146 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9147 #  algorithm: "plot_nf_heatmap"
9148 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9149 #  data: "plot-vpp-nfv-3n-skx-mrr"
9150 #  filter: "'NIC_Intel-XXV710' and
9151 #           'NF_DENSITY' and
9152 #           'DOCKER' and
9153 #           'CHAIN' and
9154 #           'NF_VPPIP4' and
9155 #           'IPSEC' and
9156 #           'TNL_10000' and
9157 #           'IMIX' and
9158 #           '4T2C' and
9159 #           'MRR'"
9160 #  parameters:
9161 #  - "result"
9162 #  - "name"
9163 #  - "tags"
9164 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9165 #  x-axis: "X = CNFs per Service Chain"
9166 #  y-axis: "Y = Number of Service Chains"
9167 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9168 #  layout:
9169 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9170 #    layout: "plot-service-density"
9171 #
9172 #- type: "plot"
9173 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9174 #  algorithm: "plot_nf_heatmap"
9175 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9176 #  data: "plot-vpp-nfv-3n-skx-mrr"
9177 #  filter: "'NIC_Intel-XXV710' and
9178 #           'NF_DENSITY' and
9179 #           'DOCKER' and
9180 #           'CHAIN' and
9181 #           'NF_VPPIP4' and
9182 #           'IPSEC' and
9183 #           'TNL_10000' and
9184 #           'IMIX' and
9185 #           '8T4C' and
9186 #           'MRR'"
9187 #  parameters:
9188 #  - "result"
9189 #  - "name"
9190 #  - "tags"
9191 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9192 #  x-axis: "X = CNFs per Service Chain"
9193 #  y-axis: "Y = Number of Service Chains"
9194 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9195 #  layout:
9196 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9197 #    layout: "plot-service-density"
9198
9199 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9200 #- type: "plot"
9201 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9202 #  algorithm: "plot_nf_heatmap"
9203 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9204 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9205 #  filter: "'NIC_Intel-XXV710' and
9206 #           'NF_DENSITY' and
9207 #           'DOCKER' and
9208 #           'CHAIN' and
9209 #           'NF_VPPIP4' and
9210 #           'IPSEC' and
9211 #           'TNL_10000' and
9212 #           'IMIX' and
9213 #           '2T1C' and
9214 #           'NDRPDR'"
9215 #  parameters:
9216 #  - "throughput"
9217 #  - "name"
9218 #  - "tags"
9219 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9220 #  x-axis: "X = CNFs per Service Chain"
9221 #  y-axis: "Y = Number of Service Chains"
9222 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9223 #  layout:
9224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9225 #    layout: "plot-service-density"
9226 #
9227 #- type: "plot"
9228 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9229 #  algorithm: "plot_nf_heatmap"
9230 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9231 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9232 #  filter: "'NIC_Intel-XXV710' and
9233 #           'NF_DENSITY' and
9234 #           'DOCKER' and
9235 #           'CHAIN' and
9236 #           'NF_VPPIP4' and
9237 #           'IPSEC' and
9238 #           'TNL_10000' and
9239 #           'IMIX' and
9240 #           '4T2C' and
9241 #           'NDRPDR'"
9242 #  parameters:
9243 #  - "throughput"
9244 #  - "name"
9245 #  - "tags"
9246 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9247 #  x-axis: "X = CNFs per Service Chain"
9248 #  y-axis: "Y = Number of Service Chains"
9249 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9250 #  layout:
9251 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9252 #    layout: "plot-service-density"
9253 #
9254 #- type: "plot"
9255 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9256 #  algorithm: "plot_nf_heatmap"
9257 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9258 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9259 #  filter: "'NIC_Intel-XXV710' and
9260 #           'NF_DENSITY' and
9261 #           'DOCKER' and
9262 #           'CHAIN' and
9263 #           'NF_VPPIP4' and
9264 #           'IPSEC' and
9265 #           'TNL_10000' and
9266 #           'IMIX' and
9267 #           '8T4C' and
9268 #           'NDRPDR'"
9269 #  parameters:
9270 #  - "throughput"
9271 #  - "name"
9272 #  - "tags"
9273 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9274 #  x-axis: "X = CNFs per Service Chain"
9275 #  y-axis: "Y = Number of Service Chains"
9276 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9277 #  layout:
9278 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9279 #    layout: "plot-service-density"
9280 #
9281 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9282 #- type: "plot"
9283 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9284 #  algorithm: "plot_nf_heatmap"
9285 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9286 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9287 #  filter: "'NIC_Intel-XXV710' and
9288 #           'NF_DENSITY' and
9289 #           'DOCKER' and
9290 #           'CHAIN' and
9291 #           'NF_VPPIP4' and
9292 #           'IPSEC' and
9293 #           'TNL_10000' and
9294 #           'IMIX' and
9295 #           '2T1C' and
9296 #           'NDRPDR'"
9297 #  parameters:
9298 #  - "throughput"
9299 #  - "name"
9300 #  - "tags"
9301 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9302 #  x-axis: "X = CNFs per Service Chain"
9303 #  y-axis: "Y = Number of Service Chains"
9304 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9305 #  layout:
9306 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9307 #    layout: "plot-service-density"
9308 #
9309 #- type: "plot"
9310 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9311 #  algorithm: "plot_nf_heatmap"
9312 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9313 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9314 #  filter: "'NIC_Intel-XXV710' and
9315 #           'NF_DENSITY' and
9316 #           'DOCKER' and
9317 #           'CHAIN' and
9318 #           'NF_VPPIP4' and
9319 #           'IPSEC' and
9320 #           'TNL_10000' and
9321 #           'IMIX' and
9322 #           '4T2C' and
9323 #           'NDRPDR'"
9324 #  parameters:
9325 #  - "throughput"
9326 #  - "name"
9327 #  - "tags"
9328 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9329 #  x-axis: "X = CNFs per Service Chain"
9330 #  y-axis: "Y = Number of Service Chains"
9331 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9332 #  layout:
9333 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9334 #    layout: "plot-service-density"
9335 #
9336 #- type: "plot"
9337 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9338 #  algorithm: "plot_nf_heatmap"
9339 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9340 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9341 #  filter: "'NIC_Intel-XXV710' and
9342 #           'NF_DENSITY' and
9343 #           'DOCKER' and
9344 #           'CHAIN' and
9345 #           'NF_VPPIP4' and
9346 #           'IPSEC' and
9347 #           'TNL_10000' and
9348 #           'IMIX' and
9349 #           '8T4C' and
9350 #           'NDRPDR'"
9351 #  parameters:
9352 #  - "throughput"
9353 #  - "name"
9354 #  - "tags"
9355 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9356 #  x-axis: "X = CNFs per Service Chain"
9357 #  y-axis: "Y = Number of Service Chains"
9358 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9359 #  layout:
9360 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9361 #    layout: "plot-service-density"
9362
9363 ###############################################################################
9364
9365 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9366 #- type: "plot"
9367 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9368 #  algorithm: "plot_nf_heatmap"
9369 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9370 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9371 #  filter: "'NIC_Intel-XL710' and
9372 #           'NF_DENSITY' and
9373 #           'DOCKER' and
9374 #           'CHAIN' and
9375 #           'NF_VPPIP4' and
9376 #           'IMIX' and
9377 #           'TNL_10000' and
9378 #           '1T1C' and
9379 #           'MRR'"
9380 #  parameters:
9381 #  - "result"
9382 #  - "name"
9383 #  - "tags"
9384 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9385 #  x-axis: "X = CNFs per Service Chain"
9386 #  y-axis: "Y = Number of Service Chains"
9387 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9388 #  layout:
9389 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9390 #    layout: "plot-service-density"
9391 #
9392 #- type: "plot"
9393 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9394 #  algorithm: "plot_nf_heatmap"
9395 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9396 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9397 #  filter: "'NIC_Intel-XL710' and
9398 #           'NF_DENSITY' and
9399 #           'DOCKER' and
9400 #           'CHAIN' and
9401 #           'NF_VPPIP4' and
9402 #           'IPSEC' and
9403 #           'TNL_10000' and
9404 #           'IMIX' and
9405 #           '2T2C' and
9406 #           'MRR'"
9407 #  parameters:
9408 #  - "result"
9409 #  - "name"
9410 #  - "tags"
9411 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9412 #  x-axis: "X = CNFs per Service Chain"
9413 #  y-axis: "Y = Number of Service Chains"
9414 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9415 #  layout:
9416 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9417 #    layout: "plot-service-density"
9418 #
9419 #- type: "plot"
9420 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9421 #  algorithm: "plot_nf_heatmap"
9422 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9423 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9424 #  filter: "'NIC_Intel-XL710' and
9425 #           'NF_DENSITY' and
9426 #           'DOCKER' and
9427 #           'CHAIN' and
9428 #           'NF_VPPIP4' and
9429 #           'IPSEC' and
9430 #           'TNL_10000' and
9431 #           'IMIX' and
9432 #           '4T4C' and
9433 #           'MRR'"
9434 #  parameters:
9435 #  - "result"
9436 #  - "name"
9437 #  - "tags"
9438 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9439 #  x-axis: "X = CNFs per Service Chain"
9440 #  y-axis: "Y = Number of Service Chains"
9441 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9442 #  layout:
9443 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9444 #    layout: "plot-service-density"
9445
9446 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9447 #- type: "plot"
9448 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9449 #  algorithm: "plot_nf_heatmap"
9450 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9451 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9452 #  filter: "'NIC_Intel-XL710' and
9453 #           'NF_DENSITY' and
9454 #           'DOCKER' and
9455 #           'CHAIN' and
9456 #           'NF_VPPIP4' and
9457 #           'IPSEC' and
9458 #           'TNL_10000' and
9459 #           'IMIX' and
9460 #           '1T1C' and
9461 #           'NDRPDR'"
9462 #  parameters:
9463 #  - "throughput"
9464 #  - "name"
9465 #  - "tags"
9466 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9467 #  x-axis: "X = CNFs per Service Chain"
9468 #  y-axis: "Y = Number of Service Chains"
9469 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9470 #  layout:
9471 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9472 #    layout: "plot-service-density"
9473 #
9474 #- type: "plot"
9475 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9476 #  algorithm: "plot_nf_heatmap"
9477 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9478 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9479 #  filter: "'NIC_Intel-XL710' and
9480 #           'NF_DENSITY' and
9481 #           'DOCKER' and
9482 #           'CHAIN' and
9483 #           'NF_VPPIP4' and
9484 #           'IPSEC' and
9485 #           'TNL_10000' and
9486 #           'IMIX' and
9487 #           '2T2C' and
9488 #           'NDRPDR'"
9489 #  parameters:
9490 #  - "throughput"
9491 #  - "name"
9492 #  - "tags"
9493 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9494 #  x-axis: "X = CNFs per Service Chain"
9495 #  y-axis: "Y = Number of Service Chains"
9496 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9497 #  layout:
9498 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9499 #    layout: "plot-service-density"
9500 #
9501 #- type: "plot"
9502 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9503 #  algorithm: "plot_nf_heatmap"
9504 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9505 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9506 #  filter: "'NIC_Intel-XL710' and
9507 #           'NF_DENSITY' and
9508 #           'DOCKER' and
9509 #           'CHAIN' and
9510 #           'NF_VPPIP4' and
9511 #           'IPSEC' and
9512 #           'TNL_10000' and
9513 #           'IMIX' and
9514 #           '4T4C' and
9515 #           'NDRPDR'"
9516 #  parameters:
9517 #  - "throughput"
9518 #  - "name"
9519 #  - "tags"
9520 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9521 #  x-axis: "X = CNFs per Service Chain"
9522 #  y-axis: "Y = Number of Service Chains"
9523 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9524 #  layout:
9525 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9526 #    layout: "plot-service-density"
9527 #
9528 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9529 #- type: "plot"
9530 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9531 #  algorithm: "plot_nf_heatmap"
9532 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9533 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9534 #  filter: "'NIC_Intel-XL710' and
9535 #           'NF_DENSITY' and
9536 #           'DOCKER' and
9537 #           'CHAIN' and
9538 #           'NF_VPPIP4' and
9539 #           'IPSEC' and
9540 #           'TNL_10000' and
9541 #           'IMIX' and
9542 #           '1T1C' and
9543 #           'NDRPDR'"
9544 #  parameters:
9545 #  - "throughput"
9546 #  - "name"
9547 #  - "tags"
9548 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9549 #  x-axis: "X = CNFs per Service Chain"
9550 #  y-axis: "Y = Number of Service Chains"
9551 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9552 #  layout:
9553 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9554 #    layout: "plot-service-density"
9555 #
9556 #- type: "plot"
9557 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9558 #  algorithm: "plot_nf_heatmap"
9559 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9560 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9561 #  filter: "'NIC_Intel-XL710' and
9562 #           'NF_DENSITY' and
9563 #           'DOCKER' and
9564 #           'CHAIN' and
9565 #           'NF_VPPIP4' and
9566 #           'IPSEC' and
9567 #           'TNL_10000' and
9568 #           'IMIX' and
9569 #           '2T2C' and
9570 #           'NDRPDR'"
9571 #  parameters:
9572 #  - "throughput"
9573 #  - "name"
9574 #  - "tags"
9575 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9576 #  x-axis: "X = CNFs per Service Chain"
9577 #  y-axis: "Y = Number of Service Chains"
9578 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9579 #  layout:
9580 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9581 #    layout: "plot-service-density"
9582 #
9583 #- type: "plot"
9584 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9585 #  algorithm: "plot_nf_heatmap"
9586 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9587 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9588 #  filter: "'NIC_Intel-XL710' and
9589 #           'NF_DENSITY' and
9590 #           'DOCKER' and
9591 #           'CHAIN' and
9592 #           'NF_VPPIP4' and
9593 #           'IPSEC' and
9594 #           'TNL_10000' and
9595 #           'IMIX' and
9596 #           '4T4C' and
9597 #           'NDRPDR'"
9598 #  parameters:
9599 #  - "throughput"
9600 #  - "name"
9601 #  - "tags"
9602 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9603 #  x-axis: "X = CNFs per Service Chain"
9604 #  y-axis: "Y = Number of Service Chains"
9605 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9606 #  layout:
9607 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9608 #    layout: "plot-service-density"
9609
9610 ###############################################################################
9611
9612 # Plots - NF Density - CSP - MRR IMIX
9613 - type: "plot"
9614   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9615   algorithm: "plot_nf_heatmap"
9616   output-file-type: ".html"
9617   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9618   data: "plot-vpp-nfv-2n-skx-mrr"
9619   filter: "'NIC_Intel-XXV710' and
9620            'NF_DENSITY' and
9621            'DOCKER' and
9622            'PIPELINE' and
9623            'NF_VPPIP4' and
9624            'IMIX' and
9625            '2T1C' and
9626            'MRR'"
9627   parameters:
9628   - "result"
9629   - "name"
9630   - "tags"
9631   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9632   x-axis: "X = CNFs per Service Pipeline"
9633   y-axis: "Y = Number of Service Pipelines"
9634   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9635   layout:
9636     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9637     layout: "plot-service-density"
9638
9639 - type: "plot"
9640   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9641   algorithm: "plot_nf_heatmap"
9642   output-file-type: ".html"
9643   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9644   data: "plot-vpp-nfv-2n-skx-mrr"
9645   filter: "'NIC_Intel-XXV710' and
9646            'NF_DENSITY' and
9647            'DOCKER' and
9648            'PIPELINE' and
9649            'NF_VPPIP4' and
9650            'IMIX' and
9651            '4T2C' and
9652            'MRR'"
9653   parameters:
9654   - "result"
9655   - "name"
9656   - "tags"
9657   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9658   x-axis: "X = CNFs per Service Pipeline"
9659   y-axis: "Y = Number of Service Pipelines"
9660   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9661   layout:
9662     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9663     layout: "plot-service-density"
9664
9665 - type: "plot"
9666   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9667   algorithm: "plot_nf_heatmap"
9668   output-file-type: ".html"
9669   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9670   data: "plot-vpp-nfv-2n-skx-mrr"
9671   filter: "'NIC_Intel-XXV710' and
9672            'NF_DENSITY' and
9673            'DOCKER' and
9674            'PIPELINE' and
9675            'NF_VPPIP4' and
9676            'IMIX' and
9677            '8T4C' and
9678            'MRR'"
9679   parameters:
9680   - "result"
9681   - "name"
9682   - "tags"
9683   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9684   x-axis: "X = CNFs per Service Pipeline"
9685   y-axis: "Y = Number of Service Pipelines"
9686   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9687   layout:
9688     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9689     layout: "plot-service-density"
9690
9691 # Plots - NF Density - CSP - NDR IMIX
9692 - type: "plot"
9693   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9694   algorithm: "plot_nf_heatmap"
9695   output-file-type: ".html"
9696   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9697   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9698   filter: "'NIC_Intel-XXV710' and
9699            'NF_DENSITY' and
9700            'DOCKER' and
9701            'PIPELINE' and
9702            'NF_VPPIP4' and
9703            'IMIX' and
9704            '2T1C' and
9705            'NDRPDR'"
9706   parameters:
9707   - "throughput"
9708   - "name"
9709   - "tags"
9710   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9711   x-axis: "X = CNFs per Service Pipeline"
9712   y-axis: "Y = Number of Service Pipelines"
9713   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9714   layout:
9715     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9716     layout: "plot-service-density"
9717
9718 - type: "plot"
9719   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9720   algorithm: "plot_nf_heatmap"
9721   output-file-type: ".html"
9722   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9723   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9724   filter: "'NIC_Intel-XXV710' and
9725            'NF_DENSITY' and
9726            'DOCKER' and
9727            'PIPELINE' and
9728            'NF_VPPIP4' and
9729            'IMIX' and
9730            '4T2C' and
9731            'NDRPDR'"
9732   parameters:
9733   - "throughput"
9734   - "name"
9735   - "tags"
9736   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9737   x-axis: "X = CNFs per Service Pipeline"
9738   y-axis: "Y = Number of Service Pipelines"
9739   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9740   layout:
9741     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9742     layout: "plot-service-density"
9743
9744 - type: "plot"
9745   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9746   algorithm: "plot_nf_heatmap"
9747   output-file-type: ".html"
9748   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9749   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9750   filter: "'NIC_Intel-XXV710' and
9751            'NF_DENSITY' and
9752            'DOCKER' and
9753            'PIPELINE' and
9754            'NF_VPPIP4' and
9755            'IMIX' and
9756            '8T4C' and
9757            'NDRPDR'"
9758   parameters:
9759   - "throughput"
9760   - "name"
9761   - "tags"
9762   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9763   x-axis: "X = CNFs per Service Pipeline"
9764   y-axis: "Y = Number of Service Pipelines"
9765   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9766   layout:
9767     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9768     layout: "plot-service-density"
9769
9770 # Plots - NF Density - CSP - PDR IMIX
9771 - type: "plot"
9772   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9773   algorithm: "plot_nf_heatmap"
9774   output-file-type: ".html"
9775   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9776   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9777   filter: "'NIC_Intel-XXV710' and
9778            'NF_DENSITY' and
9779            'DOCKER' and
9780            'PIPELINE' and
9781            'NF_VPPIP4' and
9782            'IMIX' and
9783            '2T1C' and
9784            'NDRPDR'"
9785   parameters:
9786   - "throughput"
9787   - "name"
9788   - "tags"
9789   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9790   x-axis: "X = CNFs per Service Pipeline"
9791   y-axis: "Y = Number of Service Pipelines"
9792   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9793   layout:
9794     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9795     layout: "plot-service-density"
9796
9797 - type: "plot"
9798   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9799   algorithm: "plot_nf_heatmap"
9800   output-file-type: ".html"
9801   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9802   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9803   filter: "'NIC_Intel-XXV710' and
9804            'NF_DENSITY' and
9805            'DOCKER' and
9806            'PIPELINE' and
9807            'NF_VPPIP4' and
9808            'IMIX' and
9809            '4T2C' and
9810            'NDRPDR'"
9811   parameters:
9812   - "throughput"
9813   - "name"
9814   - "tags"
9815   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9816   x-axis: "X = CNFs per Service Pipeline"
9817   y-axis: "Y = Number of Service Pipelines"
9818   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9819   layout:
9820     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9821     layout: "plot-service-density"
9822
9823 - type: "plot"
9824   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9825   algorithm: "plot_nf_heatmap"
9826   output-file-type: ".html"
9827   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9828   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9829   filter: "'NIC_Intel-XXV710' and
9830            'NF_DENSITY' and
9831            'DOCKER' and
9832            'PIPELINE' and
9833            'NF_VPPIP4' and
9834            'IMIX' and
9835            '8T4C' and
9836            'NDRPDR'"
9837   parameters:
9838   - "throughput"
9839   - "name"
9840   - "tags"
9841   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9842   x-axis: "X = CNFs per Service Pipeline"
9843   y-axis: "Y = Number of Service Pipelines"
9844   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9845   layout:
9846     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9847     layout: "plot-service-density"
9848
9849 ###############################################################################
9850 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9851
9852 - type: "plot"
9853   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9854   algorithm: "plot_nf_heatmap"
9855   output-file-type: ".html"
9856   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9857   data: "plot-vpp-nfv-2n-clx-mrr"
9858   filter: "'NIC_Intel-XXV710' and
9859            'NF_DENSITY' and
9860            'VHOST' and
9861            not 'VXLAN' and
9862            'CHAIN' and
9863            'NF_VPPIP4' and
9864            'IMIX' and
9865            '2T1C' and
9866            'MRR'"
9867   parameters:
9868   - "result"
9869   - "name"
9870   - "tags"
9871   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9872   x-axis: "X = VNFs per Service Chain"
9873   y-axis: "Y = Number of Service Chains"
9874   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9875   layout:
9876     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9877     layout: "plot-service-density"
9878
9879 - type: "plot"
9880   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9881   algorithm: "plot_nf_heatmap"
9882   output-file-type: ".html"
9883   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9884   data: "plot-vpp-nfv-2n-clx-mrr"
9885   filter: "'NIC_Intel-XXV710' and
9886            'NF_DENSITY' and
9887            'VHOST' and
9888            not 'VXLAN' and
9889            'CHAIN' and
9890            'NF_VPPIP4' and
9891            'IMIX' and
9892            '4T2C' and
9893            'MRR'"
9894   parameters:
9895   - "result"
9896   - "name"
9897   - "tags"
9898   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9899   x-axis: "X = VNFs per Service Chain"
9900   y-axis: "Y = Number of Service Chains"
9901   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9902   layout:
9903     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9904     layout: "plot-service-density"
9905
9906 - type: "plot"
9907   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9908   algorithm: "plot_nf_heatmap"
9909   output-file-type: ".html"
9910   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9911   data: "plot-vpp-nfv-2n-clx-mrr"
9912   filter: "'NIC_Intel-XXV710' and
9913            'NF_DENSITY' and
9914            'VHOST' and
9915            not 'VXLAN' and
9916            'CHAIN' and
9917            'NF_VPPIP4' and
9918            'IMIX' and
9919            '8T4C' and
9920            'MRR'"
9921   parameters:
9922   - "result"
9923   - "name"
9924   - "tags"
9925   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9926   x-axis: "X = VNFs per Service Chain"
9927   y-axis: "Y = Number of Service Chains"
9928   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9929   layout:
9930     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9931     layout: "plot-service-density"
9932
9933 # Plots - NF Density - VSC - NDR IMIX
9934 - type: "plot"
9935   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9936   algorithm: "plot_nf_heatmap"
9937   output-file-type: ".html"
9938   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9939   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9940   filter: "'NIC_Intel-XXV710' and
9941            'NF_DENSITY' and
9942            'VHOST' and
9943            not 'VXLAN' and
9944            'CHAIN' and
9945            'NF_VPPIP4' and
9946            'IMIX' and
9947            '2T1C' and
9948            'NDRPDR'"
9949   parameters:
9950   - "throughput"
9951   - "name"
9952   - "tags"
9953   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9954   x-axis: "X = VNFs per Service Chain"
9955   y-axis: "Y = Number of Service Chains"
9956   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9957   layout:
9958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9959     layout: "plot-service-density"
9960
9961 - type: "plot"
9962   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9963   algorithm: "plot_nf_heatmap"
9964   output-file-type: ".html"
9965   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9966   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9967   filter: "'NIC_Intel-XXV710' and
9968            'NF_DENSITY' and
9969            'VHOST' and
9970            not 'VXLAN' and
9971            'CHAIN' and
9972            'NF_VPPIP4' and
9973            'IMIX' and
9974            '4T2C' and
9975            'NDRPDR'"
9976   parameters:
9977   - "throughput"
9978   - "name"
9979   - "tags"
9980   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9981   x-axis: "X = VNFs per Service Chain"
9982   y-axis: "Y = Number of Service Chains"
9983   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9984   layout:
9985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9986     layout: "plot-service-density"
9987
9988 - type: "plot"
9989   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9990   algorithm: "plot_nf_heatmap"
9991   output-file-type: ".html"
9992   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9993   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9994   filter: "'NIC_Intel-XXV710' and
9995            'NF_DENSITY' and
9996            'VHOST' and
9997            not 'VXLAN' and
9998            'CHAIN' and
9999            'NF_VPPIP4' and
10000            'IMIX' and
10001            '8T4C' and
10002            'NDRPDR'"
10003   parameters:
10004   - "throughput"
10005   - "name"
10006   - "tags"
10007   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10008   x-axis: "X = VNFs per Service Chain"
10009   y-axis: "Y = Number of Service Chains"
10010   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10011   layout:
10012     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10013     layout: "plot-service-density"
10014
10015 # Plots - NF Density - VSC - PDR IMIX
10016 - type: "plot"
10017   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10018   algorithm: "plot_nf_heatmap"
10019   output-file-type: ".html"
10020   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10021   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10022   filter: "'NIC_Intel-XXV710' and
10023            'NF_DENSITY' and
10024            'VHOST' and
10025            not 'VXLAN' and
10026            'CHAIN' and
10027            'NF_VPPIP4' and
10028            'IMIX' and
10029            '2T1C' and
10030            'NDRPDR'"
10031   parameters:
10032   - "throughput"
10033   - "name"
10034   - "tags"
10035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10036   x-axis: "X = VNFs per Service Chain"
10037   y-axis: "Y = Number of Service Chains"
10038   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10039   layout:
10040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10041     layout: "plot-service-density"
10042
10043 - type: "plot"
10044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10045   algorithm: "plot_nf_heatmap"
10046   output-file-type: ".html"
10047   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10048   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10049   filter: "'NIC_Intel-XXV710' and
10050            'NF_DENSITY' and
10051            'VHOST' and
10052            not 'VXLAN' and
10053            'CHAIN' and
10054            'NF_VPPIP4' and
10055            'IMIX' and
10056            '4T2C' and
10057            'NDRPDR'"
10058   parameters:
10059   - "throughput"
10060   - "name"
10061   - "tags"
10062   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10063   x-axis: "X = VNFs per Service Chain"
10064   y-axis: "Y = Number of Service Chains"
10065   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10066   layout:
10067     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10068     layout: "plot-service-density"
10069
10070 - type: "plot"
10071   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10072   algorithm: "plot_nf_heatmap"
10073   output-file-type: ".html"
10074   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10075   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10076   filter: "'NIC_Intel-XXV710' and
10077            'NF_DENSITY' and
10078            'VHOST' and
10079            not 'VXLAN' and
10080            'CHAIN' and
10081            'NF_VPPIP4' and
10082            'IMIX' and
10083            '8T4C' and
10084            'NDRPDR'"
10085   parameters:
10086   - "throughput"
10087   - "name"
10088   - "tags"
10089   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10090   x-axis: "X = VNFs per Service Chain"
10091   y-axis: "Y = Number of Service Chains"
10092   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10093   layout:
10094     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10095     layout: "plot-service-density"
10096
10097 # Plots - NF Density - VSC - MRR IMIX
10098 - type: "plot"
10099   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10100   algorithm: "plot_nf_heatmap"
10101   output-file-type: ".html"
10102   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10103   data: "plot-vpp-nfv-2n-clx-mrr"
10104   filter: "'NIC_Intel-XXV710' and
10105            'NF_DENSITY' and
10106            'VHOST' and
10107            'VXLAN' and
10108            'CHAIN' and
10109            'IMIX' and
10110            '2T1C' and
10111            'MRR'"
10112   parameters:
10113   - "result"
10114   - "name"
10115   - "tags"
10116   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10117   x-axis: "X = VNFs per Service Chain"
10118   y-axis: "Y = Number of Service Chains"
10119   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10120   layout:
10121     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10122     layout: "plot-service-density"
10123
10124 - type: "plot"
10125   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10126   algorithm: "plot_nf_heatmap"
10127   output-file-type: ".html"
10128   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10129   data: "plot-vpp-nfv-2n-clx-mrr"
10130   filter: "'NIC_Intel-XXV710' and
10131            'NF_DENSITY' and
10132            'VHOST' and
10133            'VXLAN' and
10134            'CHAIN' and
10135            'IMIX' and
10136            '4T2C' and
10137            'MRR'"
10138   parameters:
10139   - "result"
10140   - "name"
10141   - "tags"
10142   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10143   x-axis: "X = VNFs per Service Chain"
10144   y-axis: "Y = Number of Service Chains"
10145   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10146   layout:
10147     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10148     layout: "plot-service-density"
10149
10150 - type: "plot"
10151   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10152   algorithm: "plot_nf_heatmap"
10153   output-file-type: ".html"
10154   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10155   data: "plot-vpp-nfv-2n-clx-mrr"
10156   filter: "'NIC_Intel-XXV710' and
10157            'NF_DENSITY' and
10158            'VHOST' and
10159            'VXLAN' and
10160            'CHAIN' and
10161            'IMIX' and
10162            '8T4C' and
10163            'MRR'"
10164   parameters:
10165   - "result"
10166   - "name"
10167   - "tags"
10168   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10169   x-axis: "X = VNFs per Service Chain"
10170   y-axis: "Y = Number of Service Chains"
10171   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10172   layout:
10173     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10174     layout: "plot-service-density"
10175
10176 # Plots - NF Density - VSC - NDR IMIX
10177 - type: "plot"
10178   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10179   algorithm: "plot_nf_heatmap"
10180   output-file-type: ".html"
10181   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10182   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10183   filter: "'NIC_Intel-XXV710' and
10184            'NF_DENSITY' and
10185            'VHOST' and
10186            'VXLAN' and
10187            'CHAIN' and
10188            'IMIX' and
10189            '2T1C' and
10190            'NDRPDR'"
10191   parameters:
10192   - "throughput"
10193   - "name"
10194   - "tags"
10195   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10196   x-axis: "X = VNFs per Service Chain"
10197   y-axis: "Y = Number of Service Chains"
10198   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10199   layout:
10200     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10201     layout: "plot-service-density"
10202
10203 - type: "plot"
10204   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10205   algorithm: "plot_nf_heatmap"
10206   output-file-type: ".html"
10207   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10208   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10209   filter: "'NIC_Intel-XXV710' and
10210            'NF_DENSITY' and
10211            'VHOST' and
10212            'VXLAN' and
10213            'CHAIN' and
10214            'IMIX' and
10215            '4T2C' and
10216            'NDRPDR'"
10217   parameters:
10218   - "throughput"
10219   - "name"
10220   - "tags"
10221   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10222   x-axis: "X = VNFs per Service Chain"
10223   y-axis: "Y = Number of Service Chains"
10224   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10225   layout:
10226     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10227     layout: "plot-service-density"
10228
10229 - type: "plot"
10230   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10231   algorithm: "plot_nf_heatmap"
10232   output-file-type: ".html"
10233   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10234   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10235   filter: "'NIC_Intel-XXV710' and
10236            'NF_DENSITY' and
10237            'VHOST' and
10238            'VXLAN' and
10239            'CHAIN' and
10240            'IMIX' and
10241            '8T4C' and
10242            'NDRPDR'"
10243   parameters:
10244   - "throughput"
10245   - "name"
10246   - "tags"
10247   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10248   x-axis: "X = VNFs per Service Chain"
10249   y-axis: "Y = Number of Service Chains"
10250   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10251   layout:
10252     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10253     layout: "plot-service-density"
10254
10255 # Plots - NF Density - VSC - PDR IMIX
10256 - type: "plot"
10257   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10258   algorithm: "plot_nf_heatmap"
10259   output-file-type: ".html"
10260   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10261   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10262   filter: "'NIC_Intel-XXV710' and
10263            'NF_DENSITY' and
10264            'VHOST' and
10265            'VXLAN' and
10266            'CHAIN' and
10267            'IMIX' and
10268            '2T1C' and
10269            'NDRPDR'"
10270   parameters:
10271   - "throughput"
10272   - "name"
10273   - "tags"
10274   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10275   x-axis: "X = VNFs per Service Chain"
10276   y-axis: "Y = Number of Service Chains"
10277   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10278   layout:
10279     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10280     layout: "plot-service-density"
10281
10282 - type: "plot"
10283   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10284   algorithm: "plot_nf_heatmap"
10285   output-file-type: ".html"
10286   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10287   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10288   filter: "'NIC_Intel-XXV710' and
10289            'NF_DENSITY' and
10290            'VHOST' and
10291            'VXLAN' and
10292            'CHAIN' and
10293            'IMIX' and
10294            '4T2C' and
10295            'NDRPDR'"
10296   parameters:
10297   - "throughput"
10298   - "name"
10299   - "tags"
10300   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10301   x-axis: "X = VNFs per Service Chain"
10302   y-axis: "Y = Number of Service Chains"
10303   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10304   layout:
10305     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10306     layout: "plot-service-density"
10307
10308 - type: "plot"
10309   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10310   algorithm: "plot_nf_heatmap"
10311   output-file-type: ".html"
10312   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10313   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10314   filter: "'NIC_Intel-XXV710' and
10315            'NF_DENSITY' and
10316            'VHOST' and
10317            'VXLAN' and
10318            'CHAIN' and
10319            'IMIX' and
10320            '8T4C' and
10321            'NDRPDR'"
10322   parameters:
10323   - "throughput"
10324   - "name"
10325   - "tags"
10326   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10327   x-axis: "X = VNFs per Service Chain"
10328   y-axis: "Y = Number of Service Chains"
10329   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10330   layout:
10331     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10332     layout: "plot-service-density"
10333
10334 # Plots - NF Density - CSC - MRR IMIX
10335 - type: "plot"
10336   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10337   algorithm: "plot_nf_heatmap"
10338   output-file-type: ".html"
10339   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10340   data: "plot-vpp-nfv-2n-clx-mrr"
10341   filter: "'NIC_Intel-XXV710' and
10342            'NF_DENSITY' and
10343            'DOCKER' and
10344            'CHAIN' and
10345            'NF_VPPIP4' and
10346            'IMIX' and
10347            '2T1C' and
10348            'MRR'"
10349   parameters:
10350   - "result"
10351   - "name"
10352   - "tags"
10353   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10354   x-axis: "X = CNFs per Service Chain"
10355   y-axis: "Y = Number of Service Chains"
10356   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10357   layout:
10358     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10359     layout: "plot-service-density"
10360
10361 - type: "plot"
10362   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10363   algorithm: "plot_nf_heatmap"
10364   output-file-type: ".html"
10365   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10366   data: "plot-vpp-nfv-2n-clx-mrr"
10367   filter: "'NIC_Intel-XXV710' and
10368            'NF_DENSITY' and
10369            'DOCKER' and
10370            'CHAIN' and
10371            'NF_VPPIP4' and
10372            'IMIX' and
10373            '4T2C' and
10374            'MRR'"
10375   parameters:
10376   - "result"
10377   - "name"
10378   - "tags"
10379   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10380   x-axis: "X = CNFs per Service Chain"
10381   y-axis: "Y = Number of Service Chains"
10382   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10383   layout:
10384     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10385     layout: "plot-service-density"
10386
10387 - type: "plot"
10388   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10389   algorithm: "plot_nf_heatmap"
10390   output-file-type: ".html"
10391   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10392   data: "plot-vpp-nfv-2n-clx-mrr"
10393   filter: "'NIC_Intel-XXV710' and
10394            'NF_DENSITY' and
10395            'DOCKER' and
10396            'CHAIN' and
10397            'NF_VPPIP4' and
10398            'IMIX' and
10399            '8T4C' and
10400            'MRR'"
10401   parameters:
10402   - "result"
10403   - "name"
10404   - "tags"
10405   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10406   x-axis: "X = CNFs per Service Chain"
10407   y-axis: "Y = Number of Service Chains"
10408   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10409   layout:
10410     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10411     layout: "plot-service-density"
10412
10413 # Plots - NF Density - CSC - NDR IMIX
10414 - type: "plot"
10415   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10416   algorithm: "plot_nf_heatmap"
10417   output-file-type: ".html"
10418   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10419   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10420   filter: "'NIC_Intel-XXV710' and
10421            'NF_DENSITY' and
10422            'DOCKER' and
10423            'CHAIN' and
10424            'NF_VPPIP4' and
10425            'IMIX' and
10426            '2T1C' and
10427            'NDRPDR'"
10428   parameters:
10429   - "throughput"
10430   - "name"
10431   - "tags"
10432   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10433   x-axis: "X = CNFs per Service Chain"
10434   y-axis: "Y = Number of Service Chains"
10435   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10436   layout:
10437     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10438     layout: "plot-service-density"
10439
10440 - type: "plot"
10441   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10442   algorithm: "plot_nf_heatmap"
10443   output-file-type: ".html"
10444   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10445   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10446   filter: "'NIC_Intel-XXV710' and
10447            'NF_DENSITY' and
10448            'DOCKER' and
10449            'CHAIN' and
10450            'NF_VPPIP4' and
10451            'IMIX' and
10452            '4T2C' and
10453            'NDRPDR'"
10454   parameters:
10455   - "throughput"
10456   - "name"
10457   - "tags"
10458   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10459   x-axis: "X = CNFs per Service Chain"
10460   y-axis: "Y = Number of Service Chains"
10461   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10462   layout:
10463     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10464     layout: "plot-service-density"
10465
10466 - type: "plot"
10467   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10468   algorithm: "plot_nf_heatmap"
10469   output-file-type: ".html"
10470   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10471   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10472   filter: "'NIC_Intel-XXV710' and
10473            'NF_DENSITY' and
10474            'DOCKER' and
10475            'CHAIN' and
10476            'NF_VPPIP4' and
10477            'IMIX' and
10478            '8T4C' and
10479            'NDRPDR'"
10480   parameters:
10481   - "throughput"
10482   - "name"
10483   - "tags"
10484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10485   x-axis: "X = CNFs per Service Chain"
10486   y-axis: "Y = Number of Service Chains"
10487   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10488   layout:
10489     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10490     layout: "plot-service-density"
10491
10492 # Plots - NF Density - CSC - PDR IMIX
10493 - type: "plot"
10494   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10495   algorithm: "plot_nf_heatmap"
10496   output-file-type: ".html"
10497   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10498   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10499   filter: "'NIC_Intel-XXV710' and
10500            'NF_DENSITY' and
10501            'DOCKER' and
10502            'CHAIN' and
10503            'NF_VPPIP4' and
10504            'IMIX' and
10505            '2T1C' and
10506            'NDRPDR'"
10507   parameters:
10508   - "throughput"
10509   - "name"
10510   - "tags"
10511   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10512   x-axis: "X = CNFs per Service Chain"
10513   y-axis: "Y = Number of Service Chains"
10514   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10515   layout:
10516     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10517     layout: "plot-service-density"
10518
10519 - type: "plot"
10520   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10521   algorithm: "plot_nf_heatmap"
10522   output-file-type: ".html"
10523   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10524   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10525   filter: "'NIC_Intel-XXV710' and
10526            'NF_DENSITY' and
10527            'DOCKER' and
10528            'CHAIN' and
10529            'NF_VPPIP4' and
10530            'IMIX' and
10531            '4T2C' and
10532            'NDRPDR'"
10533   parameters:
10534   - "throughput"
10535   - "name"
10536   - "tags"
10537   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10538   x-axis: "X = CNFs per Service Chain"
10539   y-axis: "Y = Number of Service Chains"
10540   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10541   layout:
10542     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10543     layout: "plot-service-density"
10544
10545 - type: "plot"
10546   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10547   algorithm: "plot_nf_heatmap"
10548   output-file-type: ".html"
10549   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10550   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10551   filter: "'NIC_Intel-XXV710' and
10552            'NF_DENSITY' and
10553            'DOCKER' and
10554            'CHAIN' and
10555            'NF_VPPIP4' and
10556            'IMIX' and
10557            '8T4C' and
10558            'NDRPDR'"
10559   parameters:
10560   - "throughput"
10561   - "name"
10562   - "tags"
10563   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10564   x-axis: "X = CNFs per Service Chain"
10565   y-axis: "Y = Number of Service Chains"
10566   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10567   layout:
10568     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10569     layout: "plot-service-density"
10570
10571 # Plots - NF Density - CSP - MRR IMIX
10572 - type: "plot"
10573   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10574   algorithm: "plot_nf_heatmap"
10575   output-file-type: ".html"
10576   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10577   data: "plot-vpp-nfv-2n-clx-mrr"
10578   filter: "'NIC_Intel-XXV710' and
10579            'NF_DENSITY' and
10580            'DOCKER' and
10581            'PIPELINE' and
10582            'NF_VPPIP4' and
10583            'IMIX' and
10584            '2T1C' and
10585            'MRR'"
10586   parameters:
10587   - "result"
10588   - "name"
10589   - "tags"
10590   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10591   x-axis: "X = CNFs per Service Pipeline"
10592   y-axis: "Y = Number of Service Pipelines"
10593   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10594   layout:
10595     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10596     layout: "plot-service-density"
10597
10598 - type: "plot"
10599   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10600   algorithm: "plot_nf_heatmap"
10601   output-file-type: ".html"
10602   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10603   data: "plot-vpp-nfv-2n-clx-mrr"
10604   filter: "'NIC_Intel-XXV710' and
10605            'NF_DENSITY' and
10606            'DOCKER' and
10607            'PIPELINE' and
10608            'NF_VPPIP4' and
10609            'IMIX' and
10610            '4T2C' and
10611            'MRR'"
10612   parameters:
10613   - "result"
10614   - "name"
10615   - "tags"
10616   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10617   x-axis: "X = CNFs per Service Pipeline"
10618   y-axis: "Y = Number of Service Pipelines"
10619   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10620   layout:
10621     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10622     layout: "plot-service-density"
10623
10624 - type: "plot"
10625   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10626   algorithm: "plot_nf_heatmap"
10627   output-file-type: ".html"
10628   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10629   data: "plot-vpp-nfv-2n-clx-mrr"
10630   filter: "'NIC_Intel-XXV710' and
10631            'NF_DENSITY' and
10632            'DOCKER' and
10633            'PIPELINE' and
10634            'NF_VPPIP4' and
10635            'IMIX' and
10636            '8T4C' and
10637            'MRR'"
10638   parameters:
10639   - "result"
10640   - "name"
10641   - "tags"
10642   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10643   x-axis: "X = CNFs per Service Pipeline"
10644   y-axis: "Y = Number of Service Pipelines"
10645   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10646   layout:
10647     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10648     layout: "plot-service-density"
10649
10650 # Plots - NF Density - CSP - NDR IMIX
10651 - type: "plot"
10652   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10653   algorithm: "plot_nf_heatmap"
10654   output-file-type: ".html"
10655   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10656   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10657   filter: "'NIC_Intel-XXV710' and
10658            'NF_DENSITY' and
10659            'DOCKER' and
10660            'PIPELINE' and
10661            'NF_VPPIP4' and
10662            'IMIX' and
10663            '2T1C' and
10664            'NDRPDR'"
10665   parameters:
10666   - "throughput"
10667   - "name"
10668   - "tags"
10669   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10670   x-axis: "X = CNFs per Service Pipeline"
10671   y-axis: "Y = Number of Service Pipelines"
10672   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10673   layout:
10674     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10675     layout: "plot-service-density"
10676
10677 - type: "plot"
10678   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10679   algorithm: "plot_nf_heatmap"
10680   output-file-type: ".html"
10681   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10682   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10683   filter: "'NIC_Intel-XXV710' and
10684            'NF_DENSITY' and
10685            'DOCKER' and
10686            'PIPELINE' and
10687            'NF_VPPIP4' and
10688            'IMIX' and
10689            '4T2C' and
10690            'NDRPDR'"
10691   parameters:
10692   - "throughput"
10693   - "name"
10694   - "tags"
10695   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10696   x-axis: "X = CNFs per Service Pipeline"
10697   y-axis: "Y = Number of Service Pipelines"
10698   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10699   layout:
10700     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10701     layout: "plot-service-density"
10702
10703 - type: "plot"
10704   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10705   algorithm: "plot_nf_heatmap"
10706   output-file-type: ".html"
10707   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10708   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10709   filter: "'NIC_Intel-XXV710' and
10710            'NF_DENSITY' and
10711            'DOCKER' and
10712            'PIPELINE' and
10713            'NF_VPPIP4' and
10714            'IMIX' and
10715            '8T4C' and
10716            'NDRPDR'"
10717   parameters:
10718   - "throughput"
10719   - "name"
10720   - "tags"
10721   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10722   x-axis: "X = CNFs per Service Pipeline"
10723   y-axis: "Y = Number of Service Pipelines"
10724   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10725   layout:
10726     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10727     layout: "plot-service-density"
10728
10729 # Plots - NF Density - CSP - PDR IMIX
10730 - type: "plot"
10731   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10732   algorithm: "plot_nf_heatmap"
10733   output-file-type: ".html"
10734   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10735   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10736   filter: "'NIC_Intel-XXV710' and
10737            'NF_DENSITY' and
10738            'DOCKER' and
10739            'PIPELINE' and
10740            'NF_VPPIP4' and
10741            'IMIX' and
10742            '2T1C' and
10743            'NDRPDR'"
10744   parameters:
10745   - "throughput"
10746   - "name"
10747   - "tags"
10748   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10749   x-axis: "X = CNFs per Service Pipeline"
10750   y-axis: "Y = Number of Service Pipelines"
10751   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10752   layout:
10753     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10754     layout: "plot-service-density"
10755
10756 - type: "plot"
10757   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10758   algorithm: "plot_nf_heatmap"
10759   output-file-type: ".html"
10760   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10761   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10762   filter: "'NIC_Intel-XXV710' and
10763            'NF_DENSITY' and
10764            'DOCKER' and
10765            'PIPELINE' and
10766            'NF_VPPIP4' and
10767            'IMIX' and
10768            '4T2C' and
10769            'NDRPDR'"
10770   parameters:
10771   - "throughput"
10772   - "name"
10773   - "tags"
10774   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10775   x-axis: "X = CNFs per Service Pipeline"
10776   y-axis: "Y = Number of Service Pipelines"
10777   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10778   layout:
10779     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10780     layout: "plot-service-density"
10781
10782 - type: "plot"
10783   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10784   algorithm: "plot_nf_heatmap"
10785   output-file-type: ".html"
10786   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10787   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10788   filter: "'NIC_Intel-XXV710' and
10789            'NF_DENSITY' and
10790            'DOCKER' and
10791            'PIPELINE' and
10792            'NF_VPPIP4' and
10793            'IMIX' and
10794            '8T4C' and
10795            'NDRPDR'"
10796   parameters:
10797   - "throughput"
10798   - "name"
10799   - "tags"
10800   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10801   x-axis: "X = CNFs per Service Pipeline"
10802   y-axis: "Y = Number of Service Pipelines"
10803   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10804   layout:
10805     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10806     layout: "plot-service-density"
10807
10808 ################################################################################
10809
10810 # Packet Throughput
10811
10812 - type: "plot"
10813   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10814   algorithm: "plot_perf_box_name"
10815   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10816   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10817   include:
10818     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10819     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10820     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10821     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10822   layout:
10823     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10824     layout: "plot-throughput"
10825
10826 - type: "plot"
10827   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10828   algorithm: "plot_perf_box_name"
10829   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10830   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10831   include:
10832     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10833     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10834     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10835     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10836   layout:
10837     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10838     layout: "plot-throughput"
10839
10840 - type: "plot"
10841   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10842   algorithm: "plot_perf_box_name"
10843   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10844   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10845   include:
10846     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10847     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10848     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10849     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10850   layout:
10851     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10852     layout: "plot-throughput"
10853
10854 - type: "plot"
10855   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10856   algorithm: "plot_perf_box_name"
10857   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10858   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10859   include:
10860     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10861     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10862     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10863     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10864   layout:
10865     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10866     layout: "plot-throughput"
10867
10868 - type: "plot"
10869   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10870   algorithm: "plot_perf_box_name"
10871   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10873   include:
10874     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10875     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10876     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10877     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10878     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10879   layout:
10880     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10881     layout: "plot-throughput"
10882
10883 - type: "plot"
10884   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10885   algorithm: "plot_perf_box_name"
10886   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10887   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10888   include:
10889     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10890     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10891     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10892     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10893     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10894   layout:
10895     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10896     layout: "plot-throughput"
10897
10898 - type: "plot"
10899   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10900   algorithm: "plot_perf_box_name"
10901   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10902   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10903   include:
10904     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10905     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10906     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10907     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10908     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10909   layout:
10910     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10911     layout: "plot-throughput"
10912
10913 - type: "plot"
10914   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10915   algorithm: "plot_perf_box_name"
10916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10918   include:
10919     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10920     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10921     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10922     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10923     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10924   layout:
10925     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10926     layout: "plot-throughput"
10927
10928 - type: "plot"
10929   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10930   algorithm: "plot_perf_box_name"
10931   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10932   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10933   include:
10934     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10935     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10936     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10937     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10938     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10939   layout:
10940     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10941     layout: "plot-throughput"
10942
10943 - type: "plot"
10944   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10945   algorithm: "plot_perf_box_name"
10946   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10947   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10948   include:
10949     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10950     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10951     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10952     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10953     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10954   layout:
10955     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10956     layout: "plot-throughput"
10957
10958 - type: "plot"
10959   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10960   algorithm: "plot_perf_box_name"
10961   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10962   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10963   include:
10964     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10968     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10969     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10970   layout:
10971     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10972     layout: "plot-throughput"
10973
10974 - type: "plot"
10975   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10976   algorithm: "plot_perf_box_name"
10977   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10979   include:
10980     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10981     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10982     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10983     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10984     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10985     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10986   layout:
10987     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10988     layout: "plot-throughput"
10989
10990 - type: "plot"
10991   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10992   algorithm: "plot_perf_box_name"
10993   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10995   include:
10996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11001   layout:
11002     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11003     layout: "plot-throughput"
11004
11005 - type: "plot"
11006   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11007   algorithm: "plot_perf_box_name"
11008   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11010   include:
11011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11016   layout:
11017     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11018     layout: "plot-throughput"
11019
11020 - type: "plot"
11021   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11022   algorithm: "plot_perf_box_name"
11023   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11025   include:
11026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11029   layout:
11030     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11031     layout: "plot-throughput"
11032
11033 - type: "plot"
11034   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11035   algorithm: "plot_perf_box_name"
11036   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11038   include:
11039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11042   layout:
11043     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11044     layout: "plot-throughput"
11045
11046 - type: "plot"
11047   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11048   algorithm: "plot_perf_box_name"
11049   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11051   include:
11052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11057   layout:
11058     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11059     layout: "plot-throughput"
11060
11061 - type: "plot"
11062   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11063   algorithm: "plot_perf_box_name"
11064   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11065   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11066   include:
11067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11072   layout:
11073     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11074     layout: "plot-throughput"
11075
11076 - type: "plot"
11077   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11078   algorithm: "plot_perf_box_name"
11079   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11081   include:
11082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11085   layout:
11086     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11087     layout: "plot-throughput"
11088
11089 - type: "plot"
11090   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11091   algorithm: "plot_perf_box_name"
11092   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11094   include:
11095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11098   layout:
11099     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11100     layout: "plot-throughput"
11101
11102 - type: "plot"
11103   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11104   algorithm: "plot_perf_box_name"
11105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11107   include:
11108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11114   layout:
11115     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11116     layout: "plot-throughput"
11117
11118 - type: "plot"
11119   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11120   algorithm: "plot_perf_box_name"
11121   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11123   include:
11124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11130   layout:
11131     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11132     layout: "plot-throughput"
11133
11134 - type: "plot"
11135   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11136   algorithm: "plot_perf_box_name"
11137   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11138   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11139   include:
11140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11146   layout:
11147     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11148     layout: "plot-throughput"
11149
11150 - type: "plot"
11151   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11152   algorithm: "plot_perf_box_name"
11153   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11154   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11155   include:
11156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11162   layout:
11163     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11164     layout: "plot-throughput"
11165
11166 - type: "plot"
11167   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11168   algorithm: "plot_perf_box_name"
11169   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11170   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11171   include:
11172     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11173     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11175   layout:
11176     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11177     layout: "plot-throughput"
11178
11179 - type: "plot"
11180   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11181   algorithm: "plot_perf_box_name"
11182   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11183   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11184   include:
11185     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11186     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11187     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11188   layout:
11189     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11190     layout: "plot-throughput"
11191
11192 - type: "plot"
11193   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11194   algorithm: "plot_perf_box_name"
11195   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11197   include:
11198     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11200 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11201 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11202 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11203   layout:
11204     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11205     layout: "plot-throughput"
11206
11207 - type: "plot"
11208   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11209   algorithm: "plot_perf_box_name"
11210   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11212   include:
11213     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11215 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11216 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11217 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11218   layout:
11219     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11220     layout: "plot-throughput"
11221
11222 - type: "plot"
11223   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11224   algorithm: "plot_perf_box_name"
11225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11227   include:
11228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11230     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11231     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11232     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11233   layout:
11234     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11235     layout: "plot-throughput"
11236
11237 - type: "plot"
11238   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11239   algorithm: "plot_perf_box_name"
11240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11242   include:
11243     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11245     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11246     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11247     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11248   layout:
11249     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11250     layout: "plot-throughput"
11251
11252 - type: "plot"
11253   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11254   algorithm: "plot_perf_box_name"
11255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11257   include:
11258     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11259     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11260     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11261     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11262     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11263   layout:
11264     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11265     layout: "plot-throughput"
11266
11267 - type: "plot"
11268   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11269   algorithm: "plot_perf_box_name"
11270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11272   include:
11273     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11274     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11275     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11276     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11277     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11278   layout:
11279     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11280     layout: "plot-throughput"
11281
11282 - type: "plot"
11283   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11284   algorithm: "plot_perf_box_name"
11285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11287   include:
11288     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11290     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11291     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11292   layout:
11293     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11294     layout: "plot-throughput"
11295
11296 - type: "plot"
11297   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11298   algorithm: "plot_perf_box_name"
11299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11301   include:
11302     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11306   layout:
11307     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11308     layout: "plot-throughput"
11309
11310 - type: "plot"
11311   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11312   algorithm: "plot_perf_box_name"
11313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11315   include:
11316     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11317     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11318     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11321   layout:
11322     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11323     layout: "plot-throughput"
11324
11325 - type: "plot"
11326   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11327   algorithm: "plot_perf_box_name"
11328   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11330   include:
11331     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11332     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11336   layout:
11337     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11338     layout: "plot-throughput"
11339
11340 - type: "plot"
11341   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11342   algorithm: "plot_perf_box_name"
11343   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11344   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11345   include:
11346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11351   layout:
11352     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11353     layout: "plot-throughput"
11354
11355 - type: "plot"
11356   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11357   algorithm: "plot_perf_box_name"
11358   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11359   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11360   include:
11361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11366   layout:
11367     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11368     layout: "plot-throughput"
11369
11370 - type: "plot"
11371   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11372   algorithm: "plot_perf_box_name"
11373   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11374   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11375   include:
11376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11380   layout:
11381     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11382     layout: "plot-throughput"
11383
11384 - type: "plot"
11385   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11386   algorithm: "plot_perf_box_name"
11387   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11388   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11389   include:
11390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11394   layout:
11395     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11396     layout: "plot-throughput"
11397
11398 #- type: "plot"
11399 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11400 #  algorithm: "plot_perf_box_name"
11401 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11402 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11403 #  include:
11404 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11405 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11406 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11407 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11408 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11409 #  layout:
11410 #    title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11411 #    layout: "plot-throughput"
11412 #
11413 #- type: "plot"
11414 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11415 #  algorithm: "plot_perf_box_name"
11416 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11417 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11418 #  include:
11419 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11420 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11421 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11422 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11423 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11424 #  layout:
11425 #    title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11426 #    layout: "plot-throughput"
11427 #
11428 #- type: "plot"
11429 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11430 #  algorithm: "plot_perf_box_name"
11431 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11432 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11433 #  include:
11434 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11435 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11436 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11437 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11438 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11439 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11440 #  layout:
11441 #    title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11442 #    layout: "plot-throughput"
11443 #
11444 #- type: "plot"
11445 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11446 #  algorithm: "plot_perf_box_name"
11447 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11448 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11449 #  include:
11450 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11451 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11452 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11453 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11454 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11455 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11456 #  layout:
11457 #    title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11458 #    layout: "plot-throughput"
11459 #
11460 #- type: "plot"
11461 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11462 #  algorithm: "plot_perf_box_name"
11463 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11464 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11465 #  include:
11466 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11467 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11468 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11469 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11470 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11471 #  layout:
11472 #    title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11473 #    layout: "plot-throughput"
11474 #
11475 #- type: "plot"
11476 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11477 #  algorithm: "plot_perf_box_name"
11478 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11479 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11480 #  include:
11481 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11482 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11483 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11484 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11485 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11486 #  layout:
11487 #    title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11488 #    layout: "plot-throughput"
11489 #
11490 #- type: "plot"
11491 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11492 #  algorithm: "plot_perf_box_name"
11493 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11494 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11495 #  include:
11496 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11497 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11498 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11499 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11500 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11501 #  layout:
11502 #    title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11503 #    layout: "plot-throughput"
11504 #
11505 #- type: "plot"
11506 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11507 #  algorithm: "plot_perf_box_name"
11508 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11509 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11510 #  include:
11511 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11512 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11513 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11514 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11515 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11516 #  layout:
11517 #    title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11518 #    layout: "plot-throughput"
11519
11520 - type: "plot"
11521   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11522   algorithm: "plot_perf_box_name"
11523   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11524   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11525   include:
11526     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11528   layout:
11529     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11530     layout: "plot-throughput"
11531
11532 - type: "plot"
11533   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11534   algorithm: "plot_perf_box_name"
11535   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11536   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11537   include:
11538     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11539     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11540   layout:
11541     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11542     layout: "plot-throughput"
11543
11544 - type: "plot"
11545   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11546   algorithm: "plot_perf_box_name"
11547   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11549   include:
11550     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11551     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11553     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11554   layout:
11555     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11556     layout: "plot-throughput"
11557
11558 - type: "plot"
11559   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11560   algorithm: "plot_perf_box_name"
11561   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11563   include:
11564     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11568   layout:
11569     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11570     layout: "plot-throughput"
11571
11572 - type: "plot"
11573   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11574   algorithm: "plot_perf_box_name"
11575   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11577   include:
11578     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11582   layout:
11583     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11584     layout: "plot-throughput"
11585
11586 - type: "plot"
11587   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11588   algorithm: "plot_perf_box_name"
11589   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11590   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11591   include:
11592     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11593     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11594     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11595     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11596   layout:
11597     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11598     layout: "plot-throughput"
11599
11600 - type: "plot"
11601   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11602   algorithm: "plot_perf_box_name"
11603   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11604   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11605   include:
11606     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11610   layout:
11611     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11612     layout: "plot-throughput"
11613
11614 - type: "plot"
11615   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11616   algorithm: "plot_perf_box_name"
11617   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11618   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11619   include:
11620     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11623     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11624   layout:
11625     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11626     layout: "plot-throughput"
11627
11628 #- type: "plot"
11629 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11630 #  algorithm: "plot_perf_box_name"
11631 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11632 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11633 #  include:
11634 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11635 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11636 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11637 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11638 #  layout:
11639 #    title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11640 #    layout: "plot-throughput"
11641 #
11642 #- type: "plot"
11643 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11644 #  algorithm: "plot_perf_box_name"
11645 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11646 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11647 #  include:
11648 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11649 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11650 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11651 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11652 #  layout:
11653 #    title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11654 #    layout: "plot-throughput"
11655
11656 - type: "plot"
11657   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11658   algorithm: "plot_perf_box_name"
11659   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11661   include:
11662     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11666     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11667     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11668   layout:
11669     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11670     layout: "plot-throughput"
11671
11672 - type: "plot"
11673   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11674   algorithm: "plot_perf_box_name"
11675   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11676   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11677   include:
11678     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11682     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11683     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11684   layout:
11685     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11686     layout: "plot-throughput"
11687
11688 - type: "plot"
11689   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11690   algorithm: "plot_perf_box_name"
11691   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11692   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11693   include:
11694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11699   layout:
11700     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11701     layout: "plot-throughput"
11702
11703 - type: "plot"
11704   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11705   algorithm: "plot_perf_box_name"
11706   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11707   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11708   include:
11709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11714   layout:
11715     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11716     layout: "plot-throughput"
11717
11718 - type: "plot"
11719   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11720   algorithm: "plot_perf_box_name"
11721   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11722   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11723   include:
11724     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11729   layout:
11730     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11731     layout: "plot-throughput"
11732
11733 - type: "plot"
11734   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11735   algorithm: "plot_perf_box_name"
11736   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11738   include:
11739     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11744   layout:
11745     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11746     layout: "plot-throughput"
11747
11748 - type: "plot"
11749   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11750   algorithm: "plot_perf_box_name"
11751   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11752   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11753   include:
11754     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11757   layout:
11758     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11759     layout: "plot-throughput"
11760
11761 - type: "plot"
11762   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11763   algorithm: "plot_perf_box_name"
11764   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11765   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11766   include:
11767     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11768     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11770   layout:
11771     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11772     layout: "plot-throughput"
11773
11774 - type: "plot"
11775   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11776   algorithm: "plot_perf_box_name"
11777   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11779   include:
11780     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11783   layout:
11784     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11785     layout: "plot-throughput"
11786
11787 - type: "plot"
11788   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11789   algorithm: "plot_perf_box_name"
11790   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11792   include:
11793     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11796   layout:
11797     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11798     layout: "plot-throughput"
11799
11800 - type: "plot"
11801   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11802   algorithm: "plot_perf_box_name"
11803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11805   include:
11806     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11808     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11809     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11811   layout:
11812     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11813     layout: "plot-throughput"
11814
11815 - type: "plot"
11816   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11817   algorithm: "plot_perf_box_name"
11818   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11820   include:
11821     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11822     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11823     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11824     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11826   layout:
11827     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11828     layout: "plot-throughput"
11829
11830 - type: "plot"
11831   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11832   algorithm: "plot_perf_box_name"
11833   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11835   include:
11836     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11837     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11838     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11839     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11841   layout:
11842     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11843     layout: "plot-throughput"
11844
11845 - type: "plot"
11846   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11847   algorithm: "plot_perf_box_name"
11848   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11850   include:
11851     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11853     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11856   layout:
11857     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11858     layout: "plot-throughput"
11859
11860 - type: "plot"
11861   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11862   algorithm: "plot_perf_box_name"
11863   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11864   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11865   include:
11866     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11871   layout:
11872     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11873     layout: "plot-throughput"
11874
11875 - type: "plot"
11876   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11877   algorithm: "plot_perf_box_name"
11878   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11879   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11880   include:
11881     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11886   layout:
11887     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11888     layout: "plot-throughput"
11889
11890 #- type: "plot"
11891 #  title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11892 #  algorithm: "plot_perf_box_name"
11893 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11894 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11895 #  include:
11896 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11897 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11898 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11899 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11900 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11901 #  layout:
11902 #    title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11903 #    layout: "plot-throughput"
11904 #
11905 #- type: "plot"
11906 #  title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11907 #  algorithm: "plot_perf_box_name"
11908 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11909 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11910 #  include:
11911 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11912 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11913 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11914 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11915 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11916 #  layout:
11917 #    title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11918 #    layout: "plot-throughput"
11919 #
11920 #- type: "plot"
11921 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11922 #  algorithm: "plot_perf_box_name"
11923 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11924 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11925 #  include:
11926 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11927 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11928 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11929 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11930 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11931 #  layout:
11932 #    title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11933 #    layout: "plot-throughput"
11934 #
11935 #- type: "plot"
11936 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11937 #  algorithm: "plot_perf_box_name"
11938 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11939 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11940 #  include:
11941 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11942 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11943 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11944 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11945 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11946 #  layout:
11947 #    title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11948 #    layout: "plot-throughput"
11949
11950 - type: "plot"
11951   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11952   algorithm: "plot_perf_box_name"
11953   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11955   include:
11956     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11957     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11958     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11959     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11960     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11961     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11962   layout:
11963     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11964     layout: "plot-throughput"
11965
11966 - type: "plot"
11967   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11968   algorithm: "plot_perf_box_name"
11969   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11970   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11971   include:
11972     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11973     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11974     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11975     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11976     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11977     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11978   layout:
11979     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11980     layout: "plot-throughput"
11981
11982 - type: "plot"
11983   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11984   algorithm: "plot_perf_box_name"
11985   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11986   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11987   include:
11988     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11989     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11990     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11991     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11992   layout:
11993     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11994     layout: "plot-throughput"
11995
11996 - type: "plot"
11997   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11998   algorithm: "plot_perf_box_name"
11999   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12000   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12001   include:
12002     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12003     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12004     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12005     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12006   layout:
12007     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12008     layout: "plot-throughput"
12009
12010 - type: "plot"
12011   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12012   algorithm: "plot_perf_box_name"
12013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12015   include:
12016     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12017     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12018     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12019     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12020     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12021     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12022   layout:
12023     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12024     layout: "plot-throughput"
12025
12026 - type: "plot"
12027   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12028   algorithm: "plot_perf_box_name"
12029   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12030   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12031   include:
12032     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12033     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12034     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12035     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12036     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12037     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12038   layout:
12039     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12040     layout: "plot-throughput"
12041
12042 - type: "plot"
12043   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12044   algorithm: "plot_perf_box_name"
12045   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12046   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12047   include:
12048     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12049     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12050     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12051     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12052     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12053     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12054   layout:
12055     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12056     layout: "plot-throughput"
12057
12058 - type: "plot"
12059   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12060   algorithm: "plot_perf_box_name"
12061   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12062   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12063   include:
12064     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12065     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12066     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12067     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12068     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12069     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12070   layout:
12071     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12072     layout: "plot-throughput"
12073
12074 - type: "plot"
12075   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12076   algorithm: "plot_perf_box_name"
12077   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12078   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12079   include:
12080     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12081     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12082     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12083     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12084     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12085     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12086   layout:
12087     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12088     layout: "plot-throughput"
12089
12090 - type: "plot"
12091   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12092   algorithm: "plot_perf_box_name"
12093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12095   include:
12096     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12097     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12098     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12099     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12100     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12101     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12102   layout:
12103     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12104     layout: "plot-throughput"
12105
12106 - type: "plot"
12107   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12108   algorithm: "plot_perf_box_name"
12109   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12110   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12111   include:
12112     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12113     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12114     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12115     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12116     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12117     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12118   layout:
12119     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12120     layout: "plot-throughput"
12121
12122 - type: "plot"
12123   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12124   algorithm: "plot_perf_box_name"
12125   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12126   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12127   include:
12128     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12129     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12130     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12131     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12132     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12133     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12134   layout:
12135     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12136     layout: "plot-throughput"
12137
12138 #- type: "plot"
12139 #  title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12140 #  algorithm: "plot_perf_box_name"
12141 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12142 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12143 #  include:
12144 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12145 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12146 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12147 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12148 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12149 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12150 #  layout:
12151 #    title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12152 #    layout: "plot-throughput"
12153 #
12154 #- type: "plot"
12155 #  title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12156 #  algorithm: "plot_perf_box_name"
12157 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12158 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12159 #  include:
12160 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12161 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12162 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12163 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12164 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12165 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12166 #  layout:
12167 #    title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12168 #    layout: "plot-throughput"
12169
12170 - type: "plot"
12171   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12172   algorithm: "plot_perf_box_name"
12173   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12174   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12175   include:
12176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12177     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12178     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12179     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12180     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12181     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12182   layout:
12183     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12184     layout: "plot-throughput"
12185
12186 - type: "plot"
12187   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12188   algorithm: "plot_perf_box_name"
12189   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12190   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12191   include:
12192     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12193     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12194     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12195     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12197     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12198   layout:
12199     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12200     layout: "plot-throughput"
12201
12202 - type: "plot"
12203   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12204   algorithm: "plot_perf_box_name"
12205   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12206   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12207   include:
12208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12214   layout:
12215     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12216     layout: "plot-throughput"
12217
12218 - type: "plot"
12219   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12220   algorithm: "plot_perf_box_name"
12221   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12222   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12223   include:
12224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12230   layout:
12231     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12232     layout: "plot-throughput"
12233
12234 - type: "plot"
12235   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12236   algorithm: "plot_perf_box_name"
12237   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12238   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12239   include:
12240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12246   layout:
12247     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12248     layout: "plot-throughput"
12249
12250 - type: "plot"
12251   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12252   algorithm: "plot_perf_box_name"
12253   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12254   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12255   include:
12256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12262   layout:
12263     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12264     layout: "plot-throughput"
12265
12266 - type: "plot"
12267   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12268   algorithm: "plot_perf_box_name"
12269   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12270   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12271   include:
12272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12276   layout:
12277     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12278     layout: "plot-throughput"
12279
12280 - type: "plot"
12281   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12282   algorithm: "plot_perf_box_name"
12283   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12284   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12285   include:
12286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12290   layout:
12291     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12292     layout: "plot-throughput"
12293
12294 - type: "plot"
12295   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12296   algorithm: "plot_perf_box_name"
12297   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12298   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12299   include:
12300     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12301     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12302     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12304   layout:
12305     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12306     layout: "plot-throughput"
12307
12308 - type: "plot"
12309   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12310   algorithm: "plot_perf_box_name"
12311   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12312   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12313   include:
12314     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12315     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12316     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12317     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12318   layout:
12319     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12320     layout: "plot-throughput"
12321
12322 - type: "plot"
12323   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12324   algorithm: "plot_perf_box_name"
12325   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12326   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12327   include:
12328     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12329     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12330     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12331     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12332     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12333     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12334   layout:
12335     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12336     layout: "plot-throughput"
12337
12338 - type: "plot"
12339   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12340   algorithm: "plot_perf_box_name"
12341   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12342   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12343   include:
12344     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12345     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12346     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12347     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12348     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12349     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12350   layout:
12351     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12352     layout: "plot-throughput"
12353
12354 - type: "plot"
12355   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12356   algorithm: "plot_perf_box_name"
12357   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12358   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12359   include:
12360     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12361     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12362     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12363     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12364     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12365   layout:
12366     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12367     layout: "plot-throughput"
12368
12369 - type: "plot"
12370   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12371   algorithm: "plot_perf_box_name"
12372   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12373   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12374   include:
12375     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12376     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12377     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12378     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12379     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12380   layout:
12381     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12382     layout: "plot-throughput"
12383
12384 - type: "plot"
12385   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12386   algorithm: "plot_perf_box_name"
12387   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12389   include:
12390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12391     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12392     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12395   layout:
12396     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12397     layout: "plot-throughput"
12398
12399 - type: "plot"
12400   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12401   algorithm: "plot_perf_box_name"
12402   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12404   include:
12405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12406     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12410   layout:
12411     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12412     layout: "plot-throughput"
12413
12414 - type: "plot"
12415   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12416   algorithm: "plot_perf_box_name"
12417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12419   include:
12420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12424   layout:
12425     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12426     layout: "plot-throughput"
12427
12428 - type: "plot"
12429   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12430   algorithm: "plot_perf_box_name"
12431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12433   include:
12434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12438   layout:
12439     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12440     layout: "plot-throughput"
12441
12442 - type: "plot"
12443   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12444   algorithm: "plot_perf_box_name"
12445   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12447   include:
12448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12449     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12450     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12451     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12454   layout:
12455     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12456     layout: "plot-throughput"
12457
12458 - type: "plot"
12459   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12460   algorithm: "plot_perf_box_name"
12461   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12463   include:
12464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12470   layout:
12471     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12472     layout: "plot-throughput"
12473
12474 - type: "plot"
12475   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12476   algorithm: "plot_perf_box_name"
12477   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12479   include:
12480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12482     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12483     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12485     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12486   layout:
12487     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12488     layout: "plot-throughput"
12489
12490 - type: "plot"
12491   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12492   algorithm: "plot_perf_box_name"
12493   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12495   include:
12496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12497     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12498     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12499     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12500     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12501     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12502   layout:
12503     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12504     layout: "plot-throughput"
12505
12506 - type: "plot"
12507   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12508   algorithm: "plot_perf_box_name"
12509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12511   include:
12512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12513     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12514     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12515     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12516     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12517     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12518   layout:
12519     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12520     layout: "plot-throughput"
12521
12522 - type: "plot"
12523   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12524   algorithm: "plot_perf_box_name"
12525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12527   include:
12528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12529     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12530     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12531     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12532     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12534   layout:
12535     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12536     layout: "plot-throughput"
12537
12538 - type: "plot"
12539   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12540   algorithm: "plot_perf_box_name"
12541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12543   include:
12544     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12545     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12546     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12547     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12548     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12550   layout:
12551     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12552     layout: "plot-throughput"
12553
12554 - type: "plot"
12555   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12556   algorithm: "plot_perf_box_name"
12557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12559   include:
12560     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12561     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12562     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12563     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12564     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12566   layout:
12567     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12568     layout: "plot-throughput"
12569
12570 - type: "plot"
12571   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12572   algorithm: "plot_perf_box_name"
12573   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12574   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12575   include:
12576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12578     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12580   layout:
12581     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12582     layout: "plot-throughput"
12583
12584 - type: "plot"
12585   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12586   algorithm: "plot_perf_box_name"
12587   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12588   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12589   include:
12590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12594   layout:
12595     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12596     layout: "plot-throughput"
12597
12598 - type: "plot"
12599   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12600   algorithm: "plot_perf_box_name"
12601   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12602   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12603   include:
12604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12610   layout:
12611     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12612     layout: "plot-throughput"
12613
12614 - type: "plot"
12615   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12616   algorithm: "plot_perf_box_name"
12617   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12618   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12619   include:
12620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12626   layout:
12627     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12628     layout: "plot-throughput"
12629
12630 - type: "plot"
12631   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12632   algorithm: "plot_perf_box_name"
12633   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12634   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12635   include:
12636     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12637     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12638     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12639     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12640     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12642   layout:
12643     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12644     layout: "plot-throughput"
12645
12646 - type: "plot"
12647   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12648   algorithm: "plot_perf_box_name"
12649   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12650   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12651   include:
12652     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12653     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12658   layout:
12659     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12660     layout: "plot-throughput"
12661
12662 #- type: "plot"
12663 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12664 #  algorithm: "plot_perf_box_name"
12665 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12666 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12667 #  include:
12668 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12669 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12670 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12671 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12672 #  layout:
12673 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12674 #    layout: "plot-throughput"
12675 #
12676 #- type: "plot"
12677 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12678 #  algorithm: "plot_perf_box_name"
12679 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12680 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12681 #  include:
12682 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12683 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12684 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12685 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12686 #  layout:
12687 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12688 #    layout: "plot-throughput"
12689 #
12690 #- type: "plot"
12691 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12692 #  algorithm: "plot_perf_box_name"
12693 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12694 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12695 #  include:
12696 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12697 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12698 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12699 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12700 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12701 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12702 #  layout:
12703 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12704 #    layout: "plot-throughput"
12705 #
12706 #- type: "plot"
12707 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12708 #  algorithm: "plot_perf_box_name"
12709 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12710 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12711 #  include:
12712 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12713 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12714 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12715 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12716 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12717 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12718 #  layout:
12719 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12720 #    layout: "plot-throughput"
12721 #
12722 #- type: "plot"
12723 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12724 #  algorithm: "plot_perf_box_name"
12725 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12726 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12727 #  include:
12728 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12729 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12730 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12731 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12732 #  layout:
12733 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12734 #    layout: "plot-throughput"
12735 #
12736 #- type: "plot"
12737 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12738 #  algorithm: "plot_perf_box_name"
12739 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12740 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12741 #  include:
12742 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12743 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12744 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12745 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12746 #  layout:
12747 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12748 #    layout: "plot-throughput"
12749 #
12750 #- type: "plot"
12751 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12752 #  algorithm: "plot_perf_box_name"
12753 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12754 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12755 #  include:
12756 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12757 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12758 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12759 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12760 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12761 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12762 #  layout:
12763 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12764 #    layout: "plot-throughput"
12765 #
12766 #- type: "plot"
12767 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12768 #  algorithm: "plot_perf_box_name"
12769 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12770 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12771 #  include:
12772 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12773 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12774 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12775 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12776 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12777 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12778 #  layout:
12779 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12780 #    layout: "plot-throughput"
12781 #
12782 #- type: "plot"
12783 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12784 #  algorithm: "plot_perf_box_name"
12785 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12786 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12787 #  include:
12788 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12789 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12790 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12791 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12792 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12793 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12794 #  layout:
12795 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12796 #    layout: "plot-throughput"
12797 #
12798 #- type: "plot"
12799 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12800 #  algorithm: "plot_perf_box_name"
12801 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12802 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12803 #  include:
12804 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12805 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12806 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12807 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12808 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12809 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12810 #  layout:
12811 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12812 #    layout: "plot-throughput"
12813
12814 - type: "plot"
12815   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12816   algorithm: "plot_perf_box_name"
12817   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12818   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12819   include:
12820     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12821     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12822     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12823     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12824     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12825     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12826   layout:
12827     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12828     layout: "plot-throughput"
12829
12830 - type: "plot"
12831   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12832   algorithm: "plot_perf_box_name"
12833   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12834   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12835   include:
12836     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12837     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12838     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12839     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12840     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12841     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12842   layout:
12843     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12844     layout: "plot-throughput"
12845
12846 - type: "plot"
12847   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12848   algorithm: "plot_perf_box_name"
12849   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12850   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12851   include:
12852     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12853     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12854     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12855 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12856 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12857 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12858   layout:
12859     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12860     layout: "plot-throughput"
12861
12862 - type: "plot"
12863   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12864   algorithm: "plot_perf_box_name"
12865   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12867   include:
12868     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12869     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12870     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12871 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12872 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12873 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12874   layout:
12875     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12876     layout: "plot-throughput"
12877
12878 - type: "plot"
12879   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12880   algorithm: "plot_perf_box_name"
12881   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12883   include:
12884     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12885     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12886     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12887     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12888     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12889     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12890   layout:
12891     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12892     layout: "plot-throughput"
12893
12894 - type: "plot"
12895   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12896   algorithm: "plot_perf_box_name"
12897   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12898   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12899   include:
12900     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12901     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12902     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12903     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12904     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12905     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12906   layout:
12907     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12908     layout: "plot-throughput"
12909
12910 - type: "plot"
12911   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12912   algorithm: "plot_perf_box_name"
12913   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12914   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12915   include:
12916     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12917     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12918     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12919     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12920     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12921     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12922   layout:
12923     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12924     layout: "plot-throughput"
12925
12926 - type: "plot"
12927   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12928   algorithm: "plot_perf_box_name"
12929   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12930   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12931   include:
12932     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12933     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12934     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12935     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12936     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12937     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12938   layout:
12939     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12940     layout: "plot-throughput"
12941
12942 #- type: "plot"
12943 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12944 #  algorithm: "plot_perf_box_name"
12945 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12946 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12947 #  include:
12948 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12949 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12950 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12951 #  layout:
12952 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12953 #    layout: "plot-throughput"
12954 #
12955 #- type: "plot"
12956 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12957 #  algorithm: "plot_perf_box_name"
12958 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12959 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12960 #  include:
12961 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12962 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12963 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12964 #  layout:
12965 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12966 #    layout: "plot-throughput"
12967
12968 - type: "plot"
12969   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12970   algorithm: "plot_perf_box_name"
12971   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12973   include:
12974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12979   layout:
12980     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12981     layout: "plot-throughput"
12982
12983 - type: "plot"
12984   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12985   algorithm: "plot_perf_box_name"
12986   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12987   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12988   include:
12989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12994   layout:
12995     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12996     layout: "plot-throughput"
12997
12998 - type: "plot"
12999   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13000   algorithm: "plot_perf_box_name"
13001   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13002   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13003   include:
13004     - "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"
13005     - "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"
13006     - "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"
13007     - "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"
13008     - "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"
13009   layout:
13010     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13011     layout: "plot-throughput"
13012
13013 - type: "plot"
13014   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13015   algorithm: "plot_perf_box_name"
13016   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13018   include:
13019     - "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"
13020     - "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"
13021     - "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"
13022     - "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"
13023     - "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"
13024   layout:
13025     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13026     layout: "plot-throughput"
13027
13028 - type: "plot"
13029   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13030   algorithm: "plot_perf_box_name"
13031   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13033   include:
13034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13035     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13036     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13037     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13039   layout:
13040     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13041     layout: "plot-throughput"
13042
13043 - type: "plot"
13044   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13045   algorithm: "plot_perf_box_name"
13046   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13047   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13048   include:
13049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13053     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13054   layout:
13055     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13056     layout: "plot-throughput"
13057
13058 - type: "plot"
13059   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13060   algorithm: "plot_perf_box_name"
13061   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13063   include:
13064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13069   layout:
13070     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13071     layout: "plot-throughput"
13072
13073 - type: "plot"
13074   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13075   algorithm: "plot_perf_box_name"
13076   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13078   include:
13079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13084   layout:
13085     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13086     layout: "plot-throughput"
13087
13088 - type: "plot"
13089   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13090   algorithm: "plot_perf_box_name"
13091   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13092   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13093   include:
13094     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13095     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13096     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13097     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13098     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13099   layout:
13100     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13101     layout: "plot-throughput"
13102
13103 - type: "plot"
13104   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13105   algorithm: "plot_perf_box_name"
13106   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13107   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13108   include:
13109     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13110     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13111     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13112     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13113     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13114   layout:
13115     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13116     layout: "plot-throughput"
13117
13118 - type: "plot"
13119   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13120   algorithm: "plot_perf_box_name"
13121   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13122   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13123   include:
13124     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13125     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13126     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13127     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13128     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13129   layout:
13130     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13131     layout: "plot-throughput"
13132
13133 - type: "plot"
13134   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13135   algorithm: "plot_perf_box_name"
13136   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13137   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13138   include:
13139     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13140     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13141     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13142     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13143     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13144   layout:
13145     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13146     layout: "plot-throughput"
13147
13148 - type: "plot"
13149   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13150   algorithm: "plot_perf_box_name"
13151   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13153   include:
13154     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13155     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13156     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13157     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13158   layout:
13159     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13160     layout: "plot-throughput"
13161
13162 - type: "plot"
13163   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13164   algorithm: "plot_perf_box_name"
13165   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13167   include:
13168     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13169     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13170     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13171     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13172   layout:
13173     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13174     layout: "plot-throughput"
13175
13176 - type: "plot"
13177   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13178   algorithm: "plot_perf_box_name"
13179   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13181   include:
13182     - "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"
13183     - "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"
13184     - "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"
13185     - "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"
13186   layout:
13187     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13188     layout: "plot-throughput"
13189
13190 - type: "plot"
13191   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13192   algorithm: "plot_perf_box_name"
13193   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13194   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13195   include:
13196     - "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"
13197     - "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"
13198     - "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"
13199     - "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"
13200   layout:
13201     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13202     layout: "plot-throughput"
13203
13204 - type: "plot"
13205   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13206   algorithm: "plot_perf_box_name"
13207   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13208   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13209   include:
13210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13216   layout:
13217     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13218     layout: "plot-throughput"
13219
13220 - type: "plot"
13221   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13222   algorithm: "plot_perf_box_name"
13223   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13225   include:
13226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13232   layout:
13233     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13234     layout: "plot-throughput"
13235
13236 - type: "plot"
13237   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13238   algorithm: "plot_perf_box_name"
13239   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13240   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13241   include:
13242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13248   layout:
13249     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13250     layout: "plot-throughput"
13251
13252 - type: "plot"
13253   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13254   algorithm: "plot_perf_box_name"
13255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13257   include:
13258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13264   layout:
13265     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13266     layout: "plot-throughput"
13267
13268 - type: "plot"
13269   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13270   algorithm: "plot_perf_box_name"
13271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13273   include:
13274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13278     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13280   layout:
13281     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13282     layout: "plot-throughput"
13283
13284 - type: "plot"
13285   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13286   algorithm: "plot_perf_box_name"
13287   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13289   include:
13290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13296   layout:
13297     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13298     layout: "plot-throughput"
13299
13300 - type: "plot"
13301   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13302   algorithm: "plot_perf_box_name"
13303   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13305   include:
13306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13311   layout:
13312     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13313     layout: "plot-throughput"
13314
13315 - type: "plot"
13316   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13317   algorithm: "plot_perf_box_name"
13318   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13320   include:
13321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13326   layout:
13327     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13328     layout: "plot-throughput"
13329
13330 - type: "plot"
13331   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13332   algorithm: "plot_perf_box_name"
13333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13335   include:
13336     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13337     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13338   layout:
13339     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13340     layout: "plot-throughput"
13341
13342 - type: "plot"
13343   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13344   algorithm: "plot_perf_box_name"
13345   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13346   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13347   include:
13348     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13349     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13350   layout:
13351     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13352     layout: "plot-throughput"
13353
13354 - type: "plot"
13355   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13356   algorithm: "plot_perf_box_name"
13357   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13358   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13359   include:
13360     - "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"
13361     - "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"
13362   layout:
13363     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13364     layout: "plot-throughput"
13365
13366 - type: "plot"
13367   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13368   algorithm: "plot_perf_box_name"
13369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13371   include:
13372     - "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"
13373     - "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"
13374   layout:
13375     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13376     layout: "plot-throughput"
13377
13378 - type: "plot"
13379   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13380   algorithm: "plot_perf_box_name"
13381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13383   include:
13384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13386   layout:
13387     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13388     layout: "plot-throughput"
13389
13390 - type: "plot"
13391   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13392   algorithm: "plot_perf_box_name"
13393   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13395   include:
13396     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13397     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13398   layout:
13399     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13400     layout: "plot-throughput"
13401
13402 - type: "plot"
13403   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13404   algorithm: "plot_perf_box_name"
13405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13407   include:
13408     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13409     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13410   layout:
13411     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13412     layout: "plot-throughput"
13413
13414 - type: "plot"
13415   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13416   algorithm: "plot_perf_box_name"
13417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13419   include:
13420     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13421     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13422   layout:
13423     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13424     layout: "plot-throughput"
13425
13426 - type: "plot"
13427   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13428   algorithm: "plot_perf_box_name"
13429   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13430   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13431   include:
13432     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13433     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13434     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13435     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13436     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13437     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13438   layout:
13439     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13440     layout: "plot-throughput"
13441
13442 - type: "plot"
13443   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13444   algorithm: "plot_perf_box_name"
13445   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13446   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13447   include:
13448     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13449     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13450     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13451     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13452     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13453     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13454   layout:
13455     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13456     layout: "plot-throughput"
13457
13458 - type: "plot"
13459   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13460   algorithm: "plot_perf_box_name"
13461   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13462   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13463   include:
13464     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13465     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13466     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13467     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13468     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13469     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13470   layout:
13471     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13472     layout: "plot-throughput"
13473
13474 - type: "plot"
13475   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13476   algorithm: "plot_perf_box_name"
13477   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13478   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13479   include:
13480     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13481     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13482     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13483     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13484     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13485     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13486   layout:
13487     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13488     layout: "plot-throughput"
13489
13490 #- type: "plot"
13491 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13492 #  algorithm: "plot_perf_box_name"
13493 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13494 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13495 #  include:
13496 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13497 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13498 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13499 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13500 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13501 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13502 #  layout:
13503 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13504 #    layout: "plot-throughput"
13505 #
13506 #- type: "plot"
13507 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13508 #  algorithm: "plot_perf_box_name"
13509 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13510 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13511 #  include:
13512 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13513 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13514 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13515 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13516 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13517 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13518 #  layout:
13519 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13520 #    layout: "plot-throughput"
13521
13522 - type: "plot"
13523   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13524   algorithm: "plot_perf_box_name"
13525   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13526   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13527   include:
13528     - "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"
13529     - "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"
13530     - "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"
13531     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13532     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13533     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13534   layout:
13535     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13536     layout: "plot-throughput"
13537
13538 - type: "plot"
13539   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13540   algorithm: "plot_perf_box_name"
13541   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13542   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13543   include:
13544     - "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"
13545     - "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"
13546     - "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"
13547     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13548     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13549     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13550   layout:
13551     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13552     layout: "plot-throughput"
13553
13554 ################################################################################
13555
13556 # Packet Speedup
13557
13558 - type: "plot"
13559   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13560   algorithm: "plot_tsa_name"
13561   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13562   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13563   include:
13564     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13565     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13566     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13567     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13568   layout:
13569     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13570     layout: "plot-throughput-speedup-analysis"
13571
13572 - type: "plot"
13573   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13574   algorithm: "plot_tsa_name"
13575   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13577   include:
13578     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13579     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13580     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13581     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13582   layout:
13583     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13584     layout: "plot-throughput-speedup-analysis"
13585
13586 - type: "plot"
13587   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13588   algorithm: "plot_tsa_name"
13589   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13590   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13591   include:
13592     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13593     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13594     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13595     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13596   layout:
13597     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13598     layout: "plot-throughput-speedup-analysis"
13599
13600 - type: "plot"
13601   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13602   algorithm: "plot_tsa_name"
13603   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13604   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13605   include:
13606     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13607     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13608     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13609     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13610   layout:
13611     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13612     layout: "plot-throughput-speedup-analysis"
13613
13614 - type: "plot"
13615   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13616   algorithm: "plot_tsa_name"
13617   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13619   include:
13620     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13621     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13622     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13623     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13624     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13625   layout:
13626     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13627     layout: "plot-throughput-speedup-analysis"
13628
13629 - type: "plot"
13630   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13631   algorithm: "plot_tsa_name"
13632   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13634   include:
13635     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13636     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13637     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13638     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13639     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13640   layout:
13641     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13642     layout: "plot-throughput-speedup-analysis"
13643
13644 - type: "plot"
13645   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13646   algorithm: "plot_tsa_name"
13647   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13648   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13649   include:
13650     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13651     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13652     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13653     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13654     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13655   layout:
13656     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13657     layout: "plot-throughput-speedup-analysis"
13658
13659 - type: "plot"
13660   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13661   algorithm: "plot_tsa_name"
13662   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13664   include:
13665     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13666     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13667     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13668     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13669     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13670   layout:
13671     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13672     layout: "plot-throughput-speedup-analysis"
13673
13674 - type: "plot"
13675   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13676   algorithm: "plot_tsa_name"
13677   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13678   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13679   include:
13680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13686   layout:
13687     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13688     layout: "plot-throughput-speedup-analysis"
13689
13690 - type: "plot"
13691   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13692   algorithm: "plot_tsa_name"
13693   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13694   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13695   include:
13696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13697     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13698     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13699     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13700     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13702   layout:
13703     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13704     layout: "plot-throughput-speedup-analysis"
13705
13706 - type: "plot"
13707   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13708   algorithm: "plot_tsa_name"
13709   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13710   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13711   include:
13712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13717   layout:
13718     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13719     layout: "plot-throughput-speedup-analysis"
13720
13721 - type: "plot"
13722   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13723   algorithm: "plot_tsa_name"
13724   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13725   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13726   include:
13727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13732   layout:
13733     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13734     layout: "plot-throughput-speedup-analysis"
13735
13736 - type: "plot"
13737   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13738   algorithm: "plot_tsa_name"
13739   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13740   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13741   include:
13742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13745   layout:
13746     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13747     layout: "plot-throughput-speedup-analysis"
13748
13749 - type: "plot"
13750   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13751   algorithm: "plot_tsa_name"
13752   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13753   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13754   include:
13755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13758   layout:
13759     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13760     layout: "plot-throughput-speedup-analysis"
13761
13762 - type: "plot"
13763   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13764   algorithm: "plot_tsa_name"
13765   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13766   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13767   include:
13768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13773   layout:
13774     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13775     layout: "plot-throughput-speedup-analysis"
13776
13777 - type: "plot"
13778   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13779   algorithm: "plot_tsa_name"
13780   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13781   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13782   include:
13783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13788   layout:
13789     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13790     layout: "plot-throughput-speedup-analysis"
13791
13792 - type: "plot"
13793   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13794   algorithm: "plot_tsa_name"
13795   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13796   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13797   include:
13798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13801   layout:
13802     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13803     layout: "plot-throughput-speedup-analysis"
13804
13805 - type: "plot"
13806   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13807   algorithm: "plot_tsa_name"
13808   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13809   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13810   include:
13811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13814   layout:
13815     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13816     layout: "plot-throughput-speedup-analysis"
13817
13818 - type: "plot"
13819   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13820   algorithm: "plot_tsa_name"
13821   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13822   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13823   include:
13824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13830   layout:
13831     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13832     layout: "plot-throughput-speedup-analysis"
13833
13834 - type: "plot"
13835   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13836   algorithm: "plot_tsa_name"
13837   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13838   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13839   include:
13840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13846   layout:
13847     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13848     layout: "plot-throughput-speedup-analysis"
13849
13850 - type: "plot"
13851   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13852   algorithm: "plot_tsa_name"
13853   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13854   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13855   include:
13856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13862   layout:
13863     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13864     layout: "plot-throughput-speedup-analysis"
13865
13866 - type: "plot"
13867   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13868   algorithm: "plot_tsa_name"
13869   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13870   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13871   include:
13872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13878   layout:
13879     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13880     layout: "plot-throughput-speedup-analysis"
13881
13882 - type: "plot"
13883   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13884   algorithm: "plot_tsa_name"
13885   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13886   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13887   include:
13888     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13889     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13890     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13891   layout:
13892     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13893     layout: "plot-throughput-speedup-analysis"
13894
13895 - type: "plot"
13896   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13897   algorithm: "plot_tsa_name"
13898   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13899   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13900   include:
13901     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13902     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13903     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13904   layout:
13905     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13906     layout: "plot-throughput-speedup-analysis"
13907
13908 - type: "plot"
13909   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13910   algorithm: "plot_tsa_name"
13911   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13912   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13913   include:
13914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13917 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13918 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13919   layout:
13920     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13921     layout: "plot-throughput-speedup-analysis"
13922
13923 - type: "plot"
13924   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13925   algorithm: "plot_tsa_name"
13926   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13927   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13928   include:
13929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13932 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13933 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13934   layout:
13935     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13936     layout: "plot-throughput-speedup-analysis"
13937
13938 - type: "plot"
13939   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13940   algorithm: "plot_tsa_name"
13941   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13942   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13943   include:
13944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13946     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13947     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13948     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13949   layout:
13950     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13951     layout: "plot-throughput-speedup-analysis"
13952
13953 - type: "plot"
13954   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13955   algorithm: "plot_tsa_name"
13956   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13958   include:
13959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13961     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13962     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13963     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13964   layout:
13965     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13966     layout: "plot-throughput-speedup-analysis"
13967
13968 - type: "plot"
13969   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13970   algorithm: "plot_tsa_name"
13971   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13972   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13973   include:
13974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13975     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13976     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13977     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13978     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13979   layout:
13980     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13981     layout: "plot-throughput-speedup-analysis"
13982
13983 - type: "plot"
13984   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13985   algorithm: "plot_tsa_name"
13986   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13987   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13988   include:
13989     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13990     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13991     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13992     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13993     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13994   layout:
13995     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13996     layout: "plot-throughput-speedup-analysis"
13997
13998 - type: "plot"
13999   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14000   algorithm: "plot_tsa_name"
14001   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14003   include:
14004     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14005     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14006     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14007     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14008   layout:
14009     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14010     layout: "plot-throughput-speedup-analysis"
14011
14012 - type: "plot"
14013   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14014   algorithm: "plot_tsa_name"
14015   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14016   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14017   include:
14018     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14019     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14020     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14021     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14022   layout:
14023     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14024     layout: "plot-throughput-speedup-analysis"
14025
14026 - type: "plot"
14027   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14028   algorithm: "plot_tsa_name"
14029   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14030   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14031   include:
14032     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14033     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14034     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14037   layout:
14038     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14039     layout: "plot-throughput-speedup-analysis"
14040
14041 - type: "plot"
14042   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14043   algorithm: "plot_tsa_name"
14044   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14046   include:
14047     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14048     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14049     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14050     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14051     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14052   layout:
14053     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14054     layout: "plot-throughput-speedup-analysis"
14055
14056 - type: "plot"
14057   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14058   algorithm: "plot_tsa_name"
14059   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14060   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14061   include:
14062     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14063     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14064   layout:
14065     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14066     layout: "plot-throughput-speedup-analysis"
14067
14068 - type: "plot"
14069   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14070   algorithm: "plot_tsa_name"
14071   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14073   include:
14074     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14075     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14076   layout:
14077     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14078     layout: "plot-throughput-speedup-analysis"
14079
14080 - type: "plot"
14081   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14082   algorithm: "plot_tsa_name"
14083   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14084   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14085   include:
14086     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14087     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14088     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14089     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14090   layout:
14091     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14092     layout: "plot-throughput-speedup-analysis"
14093
14094 - type: "plot"
14095   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14096   algorithm: "plot_tsa_name"
14097   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14099   include:
14100     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14101     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14102     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14103     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14104   layout:
14105     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14106     layout: "plot-throughput-speedup-analysis"
14107
14108 - type: "plot"
14109   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14110   algorithm: "plot_tsa_name"
14111   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14113   include:
14114     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14115     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14116     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14117     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14118   layout:
14119     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14120     layout: "plot-throughput-speedup-analysis"
14121
14122 - type: "plot"
14123   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14124   algorithm: "plot_tsa_name"
14125   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14127   include:
14128     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14129     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14130     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14131     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14132   layout:
14133     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14134     layout: "plot-throughput-speedup-analysis"
14135
14136 - type: "plot"
14137   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14138   algorithm: "plot_tsa_name"
14139   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14140   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14141   include:
14142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14145     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14146     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14147     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14148   layout:
14149     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14150     layout: "plot-throughput-speedup-analysis"
14151
14152 - type: "plot"
14153   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14154   algorithm: "plot_tsa_name"
14155   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14156   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14157   include:
14158     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14159     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14160     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14161     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14162     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14163     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14164   layout:
14165     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14166     layout: "plot-throughput-speedup-analysis"
14167
14168 - type: "plot"
14169   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14170   algorithm: "plot_tsa_name"
14171   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14172   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14173   include:
14174     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14175     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14179   layout:
14180     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14181     layout: "plot-throughput-speedup-analysis"
14182
14183 - type: "plot"
14184   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14185   algorithm: "plot_tsa_name"
14186   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14187   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14188   include:
14189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14194   layout:
14195     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14196     layout: "plot-throughput-speedup-analysis"
14197
14198 - type: "plot"
14199   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14200   algorithm: "plot_tsa_name"
14201   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14202   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14203   include:
14204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14206     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14207     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14209   layout:
14210     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14211     layout: "plot-throughput-speedup-analysis"
14212
14213 - type: "plot"
14214   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14215   algorithm: "plot_tsa_name"
14216   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14217   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14218   include:
14219     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14220     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14221     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14222     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14223     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14224   layout:
14225     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14226     layout: "plot-throughput-speedup-analysis"
14227
14228 - type: "plot"
14229   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14230   algorithm: "plot_tsa_name"
14231   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14232   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14233   include:
14234     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14235     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14236     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14237   layout:
14238     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14239     layout: "plot-throughput-speedup-analysis"
14240
14241 - type: "plot"
14242   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14243   algorithm: "plot_tsa_name"
14244   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14245   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14246   include:
14247     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14248     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14249     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14250   layout:
14251     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14252     layout: "plot-throughput-speedup-analysis"
14253
14254 - type: "plot"
14255   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14256   algorithm: "plot_tsa_name"
14257   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14259   include:
14260     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14261     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14262     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14263   layout:
14264     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14265     layout: "plot-throughput-speedup-analysis"
14266
14267 - type: "plot"
14268   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14269   algorithm: "plot_tsa_name"
14270   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14272   include:
14273     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14274     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14275     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14276   layout:
14277     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14278     layout: "plot-throughput-speedup-analysis"
14279
14280 - type: "plot"
14281   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14282   algorithm: "plot_tsa_name"
14283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14285   include:
14286     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14288     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14289     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14290     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14291   layout:
14292     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14293     layout: "plot-throughput-speedup-analysis"
14294
14295 - type: "plot"
14296   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14297   algorithm: "plot_tsa_name"
14298   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14300   include:
14301     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14302     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14303     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14304     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14305     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14306   layout:
14307     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14308     layout: "plot-throughput-speedup-analysis"
14309
14310 - type: "plot"
14311   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14312   algorithm: "plot_tsa_name"
14313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14315   include:
14316     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14317     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14318     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14319     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14320     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14321   layout:
14322     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14323     layout: "plot-throughput-speedup-analysis"
14324
14325 - type: "plot"
14326   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14327   algorithm: "plot_tsa_name"
14328   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14330   include:
14331     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14332     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14333     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14334     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14335     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14336   layout:
14337     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14338     layout: "plot-throughput-speedup-analysis"
14339
14340 - type: "plot"
14341   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14342   algorithm: "plot_tsa_name"
14343   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14344   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14345   include:
14346     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14347     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14348     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14349     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14350     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14351     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14352   layout:
14353     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14354     layout: "plot-throughput-speedup-analysis"
14355
14356 - type: "plot"
14357   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14358   algorithm: "plot_tsa_name"
14359   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14360   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14361   include:
14362     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14363     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14364     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14365     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14366     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14367     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14368   layout:
14369     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14370     layout: "plot-throughput-speedup-analysis"
14371
14372 - type: "plot"
14373   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14374   algorithm: "plot_tsa_name"
14375   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14376   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14377   include:
14378     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14379     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14380     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14381     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14382   layout:
14383     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14384     layout: "plot-throughput-speedup-analysis"
14385
14386 - type: "plot"
14387   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14388   algorithm: "plot_tsa_name"
14389   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14390   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14391   include:
14392     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14393     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14394     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14395     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14396   layout:
14397     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14398     layout: "plot-throughput-speedup-analysis"
14399
14400 - type: "plot"
14401   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14402   algorithm: "plot_tsa_name"
14403   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14405   include:
14406     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14407     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14408     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14409     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14410     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14411     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14412   layout:
14413     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14414     layout: "plot-throughput-speedup-analysis"
14415
14416 - type: "plot"
14417   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14418   algorithm: "plot_tsa_name"
14419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14421   include:
14422     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14423     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14424     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14425     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14426     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14427     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14428   layout:
14429     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14430     layout: "plot-throughput-speedup-analysis"
14431
14432 - type: "plot"
14433   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14434   algorithm: "plot_tsa_name"
14435   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14437   include:
14438     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14439     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14440     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14441     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14442     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14443     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14444   layout:
14445     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14446     layout: "plot-throughput-speedup-analysis"
14447
14448 - type: "plot"
14449   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14450   algorithm: "plot_tsa_name"
14451   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14453   include:
14454     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14455     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14456     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14457     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14458     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14459     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14460   layout:
14461     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14462     layout: "plot-throughput-speedup-analysis"
14463
14464 - type: "plot"
14465   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14466   algorithm: "plot_tsa_name"
14467   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14468   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14469   include:
14470     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14471     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14472     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14473     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14474     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14475     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14476   layout:
14477     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14478     layout: "plot-throughput-speedup-analysis"
14479
14480 - type: "plot"
14481   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14482   algorithm: "plot_tsa_name"
14483   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14484   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14485   include:
14486     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14487     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14488     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14489     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14490     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14491     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14492   layout:
14493     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14494     layout: "plot-throughput-speedup-analysis"
14495
14496 - type: "plot"
14497   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14498   algorithm: "plot_tsa_name"
14499   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14500   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14501   include:
14502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14508   layout:
14509     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14510     layout: "plot-throughput-speedup-analysis"
14511
14512 - type: "plot"
14513   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14514   algorithm: "plot_tsa_name"
14515   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14516   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14517   include:
14518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14524   layout:
14525     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14526     layout: "plot-throughput-speedup-analysis"
14527
14528 - type: "plot"
14529   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14530   algorithm: "plot_tsa_name"
14531   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14532   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14533   include:
14534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14540   layout:
14541     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14542     layout: "plot-throughput-speedup-analysis"
14543
14544 - type: "plot"
14545   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14546   algorithm: "plot_tsa_name"
14547   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14548   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14549   include:
14550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14556   layout:
14557     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14558     layout: "plot-throughput-speedup-analysis"
14559
14560 - type: "plot"
14561   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14562   algorithm: "plot_tsa_name"
14563   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14564   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14565   include:
14566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14570   layout:
14571     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14572     layout: "plot-throughput-speedup-analysis"
14573
14574 - type: "plot"
14575   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14576   algorithm: "plot_tsa_name"
14577   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14578   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14579   include:
14580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14584   layout:
14585     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14586     layout: "plot-throughput-speedup-analysis"
14587
14588 - type: "plot"
14589   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14590   algorithm: "plot_tsa_name"
14591   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14592   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14593   include:
14594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14598   layout:
14599     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14600     layout: "plot-throughput-speedup-analysis"
14601
14602 - type: "plot"
14603   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14604   algorithm: "plot_tsa_name"
14605   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14606   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14607   include:
14608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14612   layout:
14613     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14614     layout: "plot-throughput-speedup-analysis"
14615
14616 - type: "plot"
14617   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14618   algorithm: "plot_tsa_name"
14619   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14620   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14621   include:
14622     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14623     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14624     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14625     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14626     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14627     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14628   layout:
14629     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14630     layout: "plot-throughput-speedup-analysis"
14631
14632 - type: "plot"
14633   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14634   algorithm: "plot_tsa_name"
14635   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14637   include:
14638     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14639     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14640     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14641     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14642     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14643     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14644   layout:
14645     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14646     layout: "plot-throughput-speedup-analysis"
14647
14648 - type: "plot"
14649   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14650   algorithm: "plot_tsa_name"
14651   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14653   include:
14654     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14655     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14656     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14657     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14658     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14659   layout:
14660     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14661     layout: "plot-throughput-speedup-analysis"
14662
14663 - type: "plot"
14664   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14665   algorithm: "plot_tsa_name"
14666   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14667   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14668   include:
14669     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14670     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14671     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14672     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14673     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14674   layout:
14675     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14676     layout: "plot-throughput-speedup-analysis"
14677
14678 - type: "plot"
14679   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14680   algorithm: "plot_tsa_name"
14681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14683   include:
14684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14689   layout:
14690     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14691     layout: "plot-throughput-speedup-analysis"
14692
14693 - type: "plot"
14694   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14695   algorithm: "plot_tsa_name"
14696   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14698   include:
14699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14704   layout:
14705     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14706     layout: "plot-throughput-speedup-analysis"
14707
14708 - type: "plot"
14709   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14710   algorithm: "plot_tsa_name"
14711   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14713   include:
14714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14718   layout:
14719     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14720     layout: "plot-throughput-speedup-analysis"
14721
14722 - type: "plot"
14723   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14724   algorithm: "plot_tsa_name"
14725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14727   include:
14728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14732   layout:
14733     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14734     layout: "plot-throughput-speedup-analysis"
14735
14736 - type: "plot"
14737   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14738   algorithm: "plot_tsa_name"
14739   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14741   include:
14742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14748   layout:
14749     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14750     layout: "plot-throughput-speedup-analysis"
14751
14752 - type: "plot"
14753   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14754   algorithm: "plot_tsa_name"
14755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14757   include:
14758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14764   layout:
14765     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14766     layout: "plot-throughput-speedup-analysis"
14767
14768 - type: "plot"
14769   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14770   algorithm: "plot_tsa_name"
14771   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14773   include:
14774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14778     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14780   layout:
14781     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14782     layout: "plot-throughput-speedup-analysis"
14783
14784 - type: "plot"
14785   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14786   algorithm: "plot_tsa_name"
14787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14789   include:
14790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14796   layout:
14797     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14798     layout: "plot-throughput-speedup-analysis"
14799
14800 - type: "plot"
14801   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14802   algorithm: "plot_tsa_name"
14803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14805   include:
14806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14812   layout:
14813     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14814     layout: "plot-throughput-speedup-analysis"
14815
14816 - type: "plot"
14817   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14818   algorithm: "plot_tsa_name"
14819   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14821   include:
14822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14824     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14828   layout:
14829     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14830     layout: "plot-throughput-speedup-analysis"
14831
14832 - type: "plot"
14833   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14834   algorithm: "plot_tsa_name"
14835   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14836   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14837   include:
14838     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14839     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14840     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14841     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14842     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14843     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14844   layout:
14845     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14846     layout: "plot-throughput-speedup-analysis"
14847
14848 - type: "plot"
14849   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14850   algorithm: "plot_tsa_name"
14851   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14852   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14853   include:
14854     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14855     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14856     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14857     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14858     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14859     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14860   layout:
14861     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14862     layout: "plot-throughput-speedup-analysis"
14863
14864 - type: "plot"
14865   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14866   algorithm: "plot_tsa_name"
14867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14869   include:
14870     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14871     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14872     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14873     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14874     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14875     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14876   layout:
14877     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14878     layout: "plot-throughput-speedup-analysis"
14879
14880 - type: "plot"
14881   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14882   algorithm: "plot_tsa_name"
14883   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14885   include:
14886     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14887     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14888     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14889     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14890     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14891     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14892   layout:
14893     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14894     layout: "plot-throughput-speedup-analysis"
14895
14896 - type: "plot"
14897   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14898   algorithm: "plot_tsa_name"
14899   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14900   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14901   include:
14902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14907   layout:
14908     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14909     layout: "plot-throughput-speedup-analysis"
14910
14911 - type: "plot"
14912   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14913   algorithm: "plot_tsa_name"
14914   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14915   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14916   include:
14917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14922   layout:
14923     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14924     layout: "plot-throughput-speedup-analysis"
14925
14926 - type: "plot"
14927   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14928   algorithm: "plot_tsa_name"
14929   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14930   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14931   include:
14932     - "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"
14933     - "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"
14934     - "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"
14935     - "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"
14936     - "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"
14937   layout:
14938     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14939     layout: "plot-throughput-speedup-analysis"
14940
14941 - type: "plot"
14942   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14943   algorithm: "plot_tsa_name"
14944   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14946   include:
14947     - "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"
14948     - "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"
14949     - "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"
14950     - "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"
14951     - "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"
14952   layout:
14953     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14954     layout: "plot-throughput-speedup-analysis"
14955
14956 - type: "plot"
14957   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14958   algorithm: "plot_tsa_name"
14959   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14960   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14961   include:
14962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14967   layout:
14968     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14969     layout: "plot-throughput-speedup-analysis"
14970
14971 - type: "plot"
14972   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14973   algorithm: "plot_tsa_name"
14974   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14976   include:
14977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14982   layout:
14983     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14984     layout: "plot-throughput-speedup-analysis"
14985
14986 - type: "plot"
14987   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14988   algorithm: "plot_tsa_name"
14989   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14990   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14991   include:
14992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14997   layout:
14998     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14999     layout: "plot-throughput-speedup-analysis"
15000
15001 - type: "plot"
15002   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15003   algorithm: "plot_tsa_name"
15004   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15005   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15006   include:
15007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15012   layout:
15013     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15014     layout: "plot-throughput-speedup-analysis"
15015
15016 - type: "plot"
15017   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15018   algorithm: "plot_tsa_name"
15019   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15020   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15021   include:
15022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15023     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15024     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15025     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15026     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15027   layout:
15028     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15029     layout: "plot-throughput-speedup-analysis"
15030
15031 - type: "plot"
15032   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15033   algorithm: "plot_tsa_name"
15034   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15035   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15036   include:
15037     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15038     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15039     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15040     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15041     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15042   layout:
15043     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15044     layout: "plot-throughput-speedup-analysis"
15045
15046 - type: "plot"
15047   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15048   algorithm: "plot_tsa_name"
15049   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15050   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15051   include:
15052     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15053     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15054     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15055     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15056     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15057   layout:
15058     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15059     layout: "plot-throughput-speedup-analysis"
15060
15061 - type: "plot"
15062   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15063   algorithm: "plot_tsa_name"
15064   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15065   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15066   include:
15067     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15068     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15069     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15070     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15071     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15072   layout:
15073     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15074     layout: "plot-throughput-speedup-analysis"
15075
15076 - type: "plot"
15077   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15078   algorithm: "plot_tsa_name"
15079   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15080   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15081   include:
15082     - "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"
15083     - "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"
15084     - "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"
15085     - "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"
15086   layout:
15087     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15088     layout: "plot-throughput-speedup-analysis"
15089
15090 - type: "plot"
15091   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15092   algorithm: "plot_tsa_name"
15093   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15095   include:
15096     - "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"
15097     - "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"
15098     - "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"
15099     - "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"
15100   layout:
15101     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15102     layout: "plot-throughput-speedup-analysis"
15103
15104 - type: "plot"
15105   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15106   algorithm: "plot_tsa_name"
15107   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15108   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15109   include:
15110     - "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"
15111     - "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"
15112     - "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"
15113     - "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"
15114   layout:
15115     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15116     layout: "plot-throughput-speedup-analysis"
15117
15118 - type: "plot"
15119   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15120   algorithm: "plot_tsa_name"
15121   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15123   include:
15124     - "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"
15125     - "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"
15126     - "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"
15127     - "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"
15128   layout:
15129     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15130     layout: "plot-throughput-speedup-analysis"
15131
15132 - type: "plot"
15133   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15134   algorithm: "plot_tsa_name"
15135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15137   include:
15138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15144   layout:
15145     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15146     layout: "plot-throughput-speedup-analysis"
15147
15148 - type: "plot"
15149   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15150   algorithm: "plot_tsa_name"
15151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15153   include:
15154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15160   layout:
15161     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15162     layout: "plot-throughput-speedup-analysis"
15163
15164 - type: "plot"
15165   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15166   algorithm: "plot_tsa_name"
15167   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15169   include:
15170     - "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"
15171     - "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"
15172     - "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"
15173     - "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"
15174     - "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"
15175     - "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"
15176   layout:
15177     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15178     layout: "plot-throughput-speedup-analysis"
15179
15180 - type: "plot"
15181   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15182   algorithm: "plot_tsa_name"
15183   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15185   include:
15186     - "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"
15187     - "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"
15188     - "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"
15189     - "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"
15190     - "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"
15191     - "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"
15192   layout:
15193     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15194     layout: "plot-throughput-speedup-analysis"
15195
15196 - type: "plot"
15197   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15198   algorithm: "plot_tsa_name"
15199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15201   include:
15202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15208   layout:
15209     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15210     layout: "plot-throughput-speedup-analysis"
15211
15212 - type: "plot"
15213   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15214   algorithm: "plot_tsa_name"
15215   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15217   include:
15218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15224   layout:
15225     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15226     layout: "plot-throughput-speedup-analysis"
15227
15228 - type: "plot"
15229   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15230   algorithm: "plot_tsa_name"
15231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15233   include:
15234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15239   layout:
15240     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15241     layout: "plot-throughput-speedup-analysis"
15242
15243 - type: "plot"
15244   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15245   algorithm: "plot_tsa_name"
15246   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15247   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15248   include:
15249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15254   layout:
15255     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15256     layout: "plot-throughput-speedup-analysis"
15257
15258 - type: "plot"
15259   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15260   algorithm: "plot_tsa_name"
15261   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15263   include:
15264     - "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"
15265     - "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"
15266   layout:
15267     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15268     layout: "plot-throughput-speedup-analysis"
15269
15270 - type: "plot"
15271   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15272   algorithm: "plot_tsa_name"
15273   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15275   include:
15276     - "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"
15277     - "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"
15278   layout:
15279     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15280     layout: "plot-throughput-speedup-analysis"
15281
15282 - type: "plot"
15283   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15284   algorithm: "plot_tsa_name"
15285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15287   include:
15288     - "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"
15289     - "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"
15290   layout:
15291     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15292     layout: "plot-throughput-speedup-analysis"
15293
15294 - type: "plot"
15295   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15296   algorithm: "plot_tsa_name"
15297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15299   include:
15300     - "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"
15301     - "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"
15302   layout:
15303     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15304     layout: "plot-throughput-speedup-analysis"
15305
15306 - type: "plot"
15307   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15308   algorithm: "plot_tsa_name"
15309   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15310   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15311   include:
15312     - "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"
15313     - "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"
15314     - "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"
15315     - "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"
15316     - "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"
15317     - "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"
15318   layout:
15319     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15320     layout: "plot-throughput-speedup-analysis"
15321
15322 - type: "plot"
15323   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15324   algorithm: "plot_tsa_name"
15325   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15326   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15327   include:
15328     - "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"
15329     - "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"
15330     - "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"
15331     - "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"
15332     - "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"
15333     - "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"
15334   layout:
15335     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15336     layout: "plot-throughput-speedup-analysis"
15337
15338 - type: "plot"
15339   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15340   algorithm: "plot_tsa_name"
15341   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15342   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15343   include:
15344     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15345     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15346     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15347     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15348     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15349   layout:
15350     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15351     layout: "plot-throughput-speedup-analysis"
15352
15353 - type: "plot"
15354   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15355   algorithm: "plot_tsa_name"
15356   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15357   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15358   include:
15359     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15360     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15361     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15362     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15363     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15364   layout:
15365     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15366     layout: "plot-throughput-speedup-analysis"
15367
15368 - type: "plot"
15369   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15370   algorithm: "plot_tsa_name"
15371   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15372   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15373   include:
15374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15379   layout:
15380     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15381     layout: "plot-throughput-speedup-analysis"
15382
15383 - type: "plot"
15384   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15385   algorithm: "plot_tsa_name"
15386   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15387   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15388   include:
15389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15394   layout:
15395     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15396     layout: "plot-throughput-speedup-analysis"
15397
15398 - type: "plot"
15399   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15400   algorithm: "plot_tsa_name"
15401   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15402   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15403   include:
15404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15408   layout:
15409     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15410     layout: "plot-throughput-speedup-analysis"
15411
15412 - type: "plot"
15413   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15414   algorithm: "plot_tsa_name"
15415   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15416   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15417   include:
15418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15422   layout:
15423     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15424     layout: "plot-throughput-speedup-analysis"
15425
15426 - type: "plot"
15427   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15428   algorithm: "plot_tsa_name"
15429   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15430   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15431   include:
15432     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15433     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15434     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15435     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15436   layout:
15437     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15438     layout: "plot-throughput-speedup-analysis"
15439
15440 - type: "plot"
15441   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15442   algorithm: "plot_tsa_name"
15443   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15444   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15445   include:
15446     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15447     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15448     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15449     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15450   layout:
15451     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15452     layout: "plot-throughput-speedup-analysis"
15453
15454 - type: "plot"
15455   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15456   algorithm: "plot_tsa_name"
15457   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15458   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15459   include:
15460     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15461     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15462     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15464     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15465   layout:
15466     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15467     layout: "plot-throughput-speedup-analysis"
15468
15469 - type: "plot"
15470   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15471   algorithm: "plot_tsa_name"
15472   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15473   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15474   include:
15475     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15476     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15477     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15478     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15479     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15480   layout:
15481     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15482     layout: "plot-throughput-speedup-analysis"
15483
15484 - type: "plot"
15485   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15486   algorithm: "plot_tsa_name"
15487   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15488   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15489   include:
15490     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15491     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15495     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15496   layout:
15497     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15498     layout: "plot-throughput-speedup-analysis"
15499
15500 - type: "plot"
15501   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15502   algorithm: "plot_tsa_name"
15503   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15504   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15505   include:
15506     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15507     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15508     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15509     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15510     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15511     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15512   layout:
15513     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15514     layout: "plot-throughput-speedup-analysis"
15515
15516 - type: "plot"
15517   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15518   algorithm: "plot_tsa_name"
15519   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15520   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15521   include:
15522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15526   layout:
15527     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15528     layout: "plot-throughput-speedup-analysis"
15529
15530 - type: "plot"
15531   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15532   algorithm: "plot_tsa_name"
15533   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15534   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15535   include:
15536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15540   layout:
15541     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15542     layout: "plot-throughput-speedup-analysis"
15543
15544 - type: "plot"
15545   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15546   algorithm: "plot_tsa_name"
15547   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15548   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15549   include:
15550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15556   layout:
15557     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15558     layout: "plot-throughput-speedup-analysis"
15559
15560 - type: "plot"
15561   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15562   algorithm: "plot_tsa_name"
15563   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15564   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15565   include:
15566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15572   layout:
15573     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15574     layout: "plot-throughput-speedup-analysis"
15575
15576 - type: "plot"
15577   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15578   algorithm: "plot_tsa_name"
15579   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15580   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15581   include:
15582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15588   layout:
15589     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15590     layout: "plot-throughput-speedup-analysis"
15591
15592 - type: "plot"
15593   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15594   algorithm: "plot_tsa_name"
15595   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15596   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15597   include:
15598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15604   layout:
15605     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15606     layout: "plot-throughput-speedup-analysis"
15607
15608 - type: "plot"
15609   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15610   algorithm: "plot_tsa_name"
15611   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15612   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15613   include:
15614     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15615     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15616     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15617     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15618     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15619     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15620   layout:
15621     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15622     layout: "plot-throughput-speedup-analysis"
15623
15624 - type: "plot"
15625   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15626   algorithm: "plot_tsa_name"
15627   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15628   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15629   include:
15630     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15631     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15632     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15633     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15634     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15635     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15636   layout:
15637     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15638     layout: "plot-throughput-speedup-analysis"
15639
15640 - type: "plot"
15641   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15642   algorithm: "plot_tsa_name"
15643   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15644   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15645   include:
15646     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15647     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15648     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15649     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15650     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15651     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15652   layout:
15653     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15654     layout: "plot-throughput-speedup-analysis"
15655
15656 - type: "plot"
15657   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15658   algorithm: "plot_tsa_name"
15659   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15660   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15661   include:
15662     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15663     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15664     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15665     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15666     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15667     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15668   layout:
15669     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15670     layout: "plot-throughput-speedup-analysis"
15671
15672 - type: "plot"
15673   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15674   algorithm: "plot_tsa_name"
15675   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15676   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15677   include:
15678     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15679     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15680     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15681     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15682     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15683     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15684   layout:
15685     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15686     layout: "plot-throughput-speedup-analysis"
15687
15688 - type: "plot"
15689   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15690   algorithm: "plot_tsa_name"
15691   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15692   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15693   include:
15694     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15695     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15696     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15697     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15698     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15699     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15700   layout:
15701     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15702     layout: "plot-throughput-speedup-analysis"
15703
15704 #- type: "plot"
15705 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15706 #  algorithm: "plot_tsa_name"
15707 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15708 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15709 #  include:
15710 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15711 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15712 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15713 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15714 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15715 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15716 #  layout:
15717 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15718 #    layout: "plot-throughput-speedup-analysis"
15719 #
15720 #- type: "plot"
15721 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15722 #  algorithm: "plot_tsa_name"
15723 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15724 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15725 #  include:
15726 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15727 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15728 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15729 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15730 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15731 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15732 #  layout:
15733 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15734 #    layout: "plot-throughput-speedup-analysis"
15735
15736 #- type: "plot"
15737 #  title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15738 #  algorithm: "plot_tsa_name"
15739 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15740 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15741 #  include:
15742 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15743 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15744 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15745 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15746 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15747 #  layout:
15748 #    title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15749 #    layout: "plot-throughput-speedup-analysis"
15750 #
15751 #- type: "plot"
15752 #  title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15753 #  algorithm: "plot_tsa_name"
15754 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15755 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15756 #  include:
15757 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15758 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15759 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15760 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15761 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15762 #  layout:
15763 #    title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15764 #    layout: "plot-throughput-speedup-analysis"
15765 #
15766 #- type: "plot"
15767 #  title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15768 #  algorithm: "plot_tsa_name"
15769 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15770 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15771 #  include:
15772 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15773 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15774 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15775 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15776 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15777 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15778 #  layout:
15779 #    title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15780 #    layout: "plot-throughput-speedup-analysis"
15781 #
15782 #- type: "plot"
15783 #  title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15784 #  algorithm: "plot_tsa_name"
15785 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15786 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15787 #  include:
15788 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15789 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15790 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15791 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15792 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15793 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15794 #  layout:
15795 #    title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15796 #    layout: "plot-throughput-speedup-analysis"
15797 #
15798 #- type: "plot"
15799 #  title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15800 #  algorithm: "plot_tsa_name"
15801 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15802 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15803 #  include:
15804 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15805 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15806 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15807 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15808 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15809 #  layout:
15810 #    title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15811 #    layout: "plot-throughput-speedup-analysis"
15812 #
15813 #- type: "plot"
15814 #  title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15815 #  algorithm: "plot_tsa_name"
15816 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15817 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15818 #  include:
15819 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15820 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15821 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15822 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15823 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15824 #  layout:
15825 #    title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15826 #    layout: "plot-throughput-speedup-analysis"
15827 #
15828 #- type: "plot"
15829 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15830 #  algorithm: "plot_tsa_name"
15831 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15832 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15833 #  include:
15834 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15835 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15836 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15837 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15838 #  layout:
15839 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15840 #    layout: "plot-throughput-speedup-analysis"
15841 #
15842 #- type: "plot"
15843 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15844 #  algorithm: "plot_tsa_name"
15845 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15846 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15847 #  include:
15848 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15849 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15850 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15851 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15852 #  layout:
15853 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15854 #    layout: "plot-throughput-speedup-analysis"
15855 #
15856 #- type: "plot"
15857 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15858 #  algorithm: "plot_tsa_name"
15859 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15860 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15861 #  include:
15862 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15863 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15864 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15865 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15866 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15867 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15868 #  layout:
15869 #    title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15870 #    layout: "plot-throughput-speedup-analysis"
15871 #
15872 #- type: "plot"
15873 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15874 #  algorithm: "plot_tsa_name"
15875 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15876 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15877 #  include:
15878 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15879 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15880 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15881 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15882 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15883 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15884 #  layout:
15885 #    title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15886 #    layout: "plot-throughput-speedup-analysis"
15887 #
15888 #- type: "plot"
15889 #  title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15890 #  algorithm: "plot_tsa_name"
15891 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15892 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15893 #  include:
15894 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15895 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15896 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15897 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15898 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15899 #  layout:
15900 #    title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15901 #    layout: "plot-throughput-speedup-analysis"
15902 #
15903 #- type: "plot"
15904 #  title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15905 #  algorithm: "plot_tsa_name"
15906 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15907 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15908 #  include:
15909 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15910 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15911 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15912 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15913 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15914 #  layout:
15915 #    title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15916 #    layout: "plot-throughput-speedup-analysis"
15917 #
15918 #- type: "plot"
15919 #  title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15920 #  algorithm: "plot_tsa_name"
15921 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15922 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15923 #  include:
15924 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15925 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15926 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15927 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15928 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15929 #  layout:
15930 #    title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15931 #    layout: "plot-throughput-speedup-analysis"
15932 #
15933 #- type: "plot"
15934 #  title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15935 #  algorithm: "plot_tsa_name"
15936 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15937 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15938 #  include:
15939 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15940 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15941 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15942 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15943 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15944 #  layout:
15945 #    title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15946 #    layout: "plot-throughput-speedup-analysis"
15947 #
15948 #- type: "plot"
15949 #  title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15950 #  algorithm: "plot_tsa_name"
15951 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15952 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15953 #  include:
15954 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15955 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15956 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15957 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15958 #  layout:
15959 #    title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15960 #    layout: "plot-throughput-speedup-analysis"
15961 #
15962 #- type: "plot"
15963 #  title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15964 #  algorithm: "plot_tsa_name"
15965 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15966 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15967 #  include:
15968 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15969 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15970 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15971 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15972 #  layout:
15973 #    title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15974 #    layout: "plot-throughput-speedup-analysis"
15975 #
15976 #- type: "plot"
15977 #  title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15978 #  algorithm: "plot_tsa_name"
15979 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15980 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15981 #  include:
15982 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15983 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15984 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15985 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15986 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15987 #  layout:
15988 #    title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15989 #    layout: "plot-throughput-speedup-analysis"
15990 #
15991 #- type: "plot"
15992 #  title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15993 #  algorithm: "plot_tsa_name"
15994 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15995 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15996 #  include:
15997 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15998 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15999 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16000 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16001 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16002 #  layout:
16003 #    title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16004 #    layout: "plot-throughput-speedup-analysis"
16005 #
16006 #- type: "plot"
16007 #  title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16008 #  algorithm: "plot_tsa_name"
16009 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16010 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16011 #  include:
16012 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16013 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16014 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16015 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16016 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16017 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16018 #  layout:
16019 #    title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16020 #    layout: "plot-throughput-speedup-analysis"
16021 #
16022 #- type: "plot"
16023 #  title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16024 #  algorithm: "plot_tsa_name"
16025 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16026 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16027 #  include:
16028 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16029 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16030 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16031 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16032 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16033 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16034 #  layout:
16035 #    title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16036 #    layout: "plot-throughput-speedup-analysis"
16037 #
16038 #- type: "plot"
16039 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16040 #  algorithm: "plot_tsa_name"
16041 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16042 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16043 #  include:
16044 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16045 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16046 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16047 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16048 #  layout:
16049 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16050 #    layout: "plot-throughput-speedup-analysis"
16051 #
16052 #- type: "plot"
16053 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16054 #  algorithm: "plot_tsa_name"
16055 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16056 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16057 #  include:
16058 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16059 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16060 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16061 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16062 #  layout:
16063 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16064 #    layout: "plot-throughput-speedup-analysis"
16065 #
16066 #- type: "plot"
16067 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16068 #  algorithm: "plot_tsa_name"
16069 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16070 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16071 #  include:
16072 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16073 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16074 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16075 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16076 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16077 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16078 #  layout:
16079 #    title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16080 #    layout: "plot-throughput-speedup-analysis"
16081 #
16082 #- type: "plot"
16083 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16084 #  algorithm: "plot_tsa_name"
16085 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16086 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16087 #  include:
16088 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16089 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16090 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16091 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16092 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16093 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16094 #  layout:
16095 #    title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16096 #    layout: "plot-throughput-speedup-analysis"
16097 #
16098 #- type: "plot"
16099 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16100 #  algorithm: "plot_tsa_name"
16101 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16102 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16103 #  include:
16104 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16105 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16106 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16107 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16108 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16109 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16110 #  layout:
16111 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16112 #    layout: "plot-throughput-speedup-analysis"
16113 #
16114 #- type: "plot"
16115 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16116 #  algorithm: "plot_tsa_name"
16117 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16118 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16119 #  include:
16120 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16121 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16122 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16123 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16124 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16125 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16126 #  layout:
16127 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16128 #    layout: "plot-throughput-speedup-analysis"
16129
16130 #- type: "plot"
16131 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16132 #  algorithm: "plot_tsa_name"
16133 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16134 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16135 #  include:
16136 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16137 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16138 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16139 #  layout:
16140 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16141 #    layout: "plot-throughput-speedup-analysis"
16142 #
16143 #- type: "plot"
16144 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16145 #  algorithm: "plot_tsa_name"
16146 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16147 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16148 #  include:
16149 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16150 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16151 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16152 #  layout:
16153 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16154 #    layout: "plot-throughput-speedup-analysis"
16155
16156 ################################################################################
16157
16158 # Packet Throughput - DPDK
16159
16160 # 2n-skx-xxv710
16161
16162 - type: "plot"
16163   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16164   algorithm: "plot_perf_box_name"
16165   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16166   data: "plot-dpdk-throughput-latency-2n-skx"
16167   include:
16168     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16169     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16170   layout:
16171     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16172     layout: "plot-throughput"
16173
16174 - type: "plot"
16175   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16176   algorithm: "plot_perf_box_name"
16177   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16178   data: "plot-dpdk-throughput-latency-2n-skx"
16179   include:
16180     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16181     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16182   layout:
16183     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16184     layout: "plot-throughput"
16185
16186 - type: "plot"
16187   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16188   algorithm: "plot_perf_box_name"
16189   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16190   data: "plot-dpdk-throughput-latency-2n-skx"
16191   include:
16192     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16193     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16194   layout:
16195     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16196     layout: "plot-throughput"
16197
16198 - type: "plot"
16199   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16200   algorithm: "plot_perf_box_name"
16201   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16202   data: "plot-dpdk-throughput-latency-2n-skx"
16203   include:
16204     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16205     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16206   layout:
16207     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16208     layout: "plot-throughput"
16209
16210 # 2n-skx-x710
16211
16212 - type: "plot"
16213   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16214   algorithm: "plot_perf_box_name"
16215   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16216   data: "plot-dpdk-throughput-latency-2n-skx"
16217   include:
16218     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16219     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16220   layout:
16221     title: "2n-skx-x710-64b-2t1c-base-ndr"
16222     layout: "plot-throughput"
16223
16224 - type: "plot"
16225   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16226   algorithm: "plot_perf_box_name"
16227   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16228   data: "plot-dpdk-throughput-latency-2n-skx"
16229   include:
16230     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16231     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16232   layout:
16233     title: "2n-skx-x710-64b-4t2c-base-ndr"
16234     layout: "plot-throughput"
16235
16236 - type: "plot"
16237   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16238   algorithm: "plot_perf_box_name"
16239   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16240   data: "plot-dpdk-throughput-latency-2n-skx"
16241   include:
16242     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16243     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16244   layout:
16245     title: "2n-skx-x710-64b-2t1c-base-pdr"
16246     layout: "plot-throughput"
16247
16248 - type: "plot"
16249   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16250   algorithm: "plot_perf_box_name"
16251   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16252   data: "plot-dpdk-throughput-latency-2n-skx"
16253   include:
16254     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16255     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16256   layout:
16257     title: "2n-skx-x710-64b-4t2c-base-pdr"
16258     layout: "plot-throughput"
16259
16260 # 3n-skx-xxv710
16261
16262 - type: "plot"
16263   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16264   algorithm: "plot_perf_box_name"
16265   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16266   data: "plot-dpdk-throughput-latency-3n-skx"
16267   include:
16268     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16269     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16270   layout:
16271     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16272     layout: "plot-throughput"
16273
16274 - type: "plot"
16275   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16276   algorithm: "plot_perf_box_name"
16277   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16278   data: "plot-dpdk-throughput-latency-3n-skx"
16279   include:
16280     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16281     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16282   layout:
16283     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16284     layout: "plot-throughput"
16285
16286 - type: "plot"
16287   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16288   algorithm: "plot_perf_box_name"
16289   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16290   data: "plot-dpdk-throughput-latency-3n-skx"
16291   include:
16292     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16293     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16294   layout:
16295     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16296     layout: "plot-throughput"
16297
16298 - type: "plot"
16299   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16300   algorithm: "plot_perf_box_name"
16301   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16302   data: "plot-dpdk-throughput-latency-3n-skx"
16303   include:
16304     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16305     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16306   layout:
16307     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16308     layout: "plot-throughput"
16309
16310 # 3n-skx-x710
16311
16312 - type: "plot"
16313   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16314   algorithm: "plot_perf_box_name"
16315   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16316   data: "plot-dpdk-throughput-latency-3n-skx"
16317   include:
16318     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16319     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16320   layout:
16321     title: "3n-skx-x710-64b-2t1c-base-ndr"
16322     layout: "plot-throughput"
16323
16324 - type: "plot"
16325   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16326   algorithm: "plot_perf_box_name"
16327   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16328   data: "plot-dpdk-throughput-latency-3n-skx"
16329   include:
16330     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16331     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16332   layout:
16333     title: "3n-skx-x710-64b-4t2c-base-ndr"
16334     layout: "plot-throughput"
16335
16336 - type: "plot"
16337   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16338   algorithm: "plot_perf_box_name"
16339   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16340   data: "plot-dpdk-throughput-latency-3n-skx"
16341   include:
16342     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16343     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16344   layout:
16345     title: "3n-skx-x710-64b-2t1c-base-pdr"
16346     layout: "plot-throughput"
16347
16348 - type: "plot"
16349   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16350   algorithm: "plot_perf_box_name"
16351   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16352   data: "plot-dpdk-throughput-latency-3n-skx"
16353   include:
16354     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16355     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16356   layout:
16357     title: "3n-skx-x710-64b-4t2c-base-pdr"
16358     layout: "plot-throughput"
16359
16360 # 3n-hsw-xl710
16361
16362 - type: "plot"
16363   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16364   algorithm: "plot_perf_box_name"
16365   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16366   data: "plot-dpdk-throughput-latency-3n-hsw"
16367   include:
16368     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16369     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16370   layout:
16371     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16372     layout: "plot-throughput"
16373
16374 - type: "plot"
16375   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16376   algorithm: "plot_perf_box_name"
16377   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16378   data: "plot-dpdk-throughput-latency-3n-hsw"
16379   include:
16380     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16381     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16382   layout:
16383     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16384     layout: "plot-throughput"
16385
16386 - type: "plot"
16387   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16388   algorithm: "plot_perf_box_name"
16389   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16390   data: "plot-dpdk-throughput-latency-3n-hsw"
16391   include:
16392     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16393     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16394   layout:
16395     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16396     layout: "plot-throughput"
16397
16398 - type: "plot"
16399   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16400   algorithm: "plot_perf_box_name"
16401   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16402   data: "plot-dpdk-throughput-latency-3n-hsw"
16403   include:
16404     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16405     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16406   layout:
16407     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16408     layout: "plot-throughput"
16409
16410 # 3n-hsw-x710
16411
16412 - type: "plot"
16413   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16414   algorithm: "plot_perf_box_name"
16415   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16416   data: "plot-dpdk-throughput-latency-3n-hsw"
16417   include:
16418     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16419     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16420   layout:
16421     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16422     layout: "plot-throughput"
16423
16424 - type: "plot"
16425   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16426   algorithm: "plot_perf_box_name"
16427   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16428   data: "plot-dpdk-throughput-latency-3n-hsw"
16429   include:
16430     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16431     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16432   layout:
16433     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16434     layout: "plot-throughput"
16435
16436 - type: "plot"
16437   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16438   algorithm: "plot_perf_box_name"
16439   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16440   data: "plot-dpdk-throughput-latency-3n-hsw"
16441   include:
16442     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16443     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16444   layout:
16445     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16446     layout: "plot-throughput"
16447
16448 - type: "plot"
16449   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16450   algorithm: "plot_perf_box_name"
16451   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16452   data: "plot-dpdk-throughput-latency-3n-hsw"
16453   include:
16454     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16455     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16456   layout:
16457     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16458     layout: "plot-throughput"
16459
16460 ## 2n-dnv-x553
16461 #
16462 #- type: "plot"
16463 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16464 #  algorithm: "plot_perf_box_name"
16465 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16466 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16467 #  include:
16468 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16469 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16470 #  layout:
16471 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16472 #    layout: "plot-throughput"
16473 #
16474 #- type: "plot"
16475 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16476 #  algorithm: "plot_perf_box_name"
16477 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16478 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16479 #  include:
16480 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16481 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16482 #  layout:
16483 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
16484 #    layout: "plot-throughput"
16485 #
16486 #- type: "plot"
16487 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16488 #  algorithm: "plot_perf_box_name"
16489 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16490 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16491 #  include:
16492 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16493 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16494 #  layout:
16495 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
16496 #    layout: "plot-throughput"
16497 #
16498 #- type: "plot"
16499 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16500 #  algorithm: "plot_perf_box_name"
16501 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16502 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16503 #  include:
16504 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16505 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16506 #  layout:
16507 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
16508 #    layout: "plot-throughput"
16509 #
16510 ## 3n-dnv-x553
16511 #
16512 #- type: "plot"
16513 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16514 #  algorithm: "plot_perf_box_name"
16515 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16516 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16517 #  include:
16518 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16519 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16520 #  layout:
16521 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
16522 #    layout: "plot-throughput"
16523 #
16524 #- type: "plot"
16525 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16526 #  algorithm: "plot_perf_box_name"
16527 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16528 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16529 #  include:
16530 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16531 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16532 #  layout:
16533 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
16534 #    layout: "plot-throughput"
16535 #
16536 #- type: "plot"
16537 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16538 #  algorithm: "plot_perf_box_name"
16539 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16540 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16541 #  include:
16542 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16543 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16544 #  layout:
16545 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
16546 #    layout: "plot-throughput"
16547 #
16548 #- type: "plot"
16549 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16550 #  algorithm: "plot_perf_box_name"
16551 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16552 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16553 #  include:
16554 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16555 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16556 #  layout:
16557 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
16558 #    layout: "plot-throughput"
16559
16560 # 3n-tsh-x520
16561
16562 - type: "plot"
16563   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16564   algorithm: "plot_perf_box_name"
16565   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16566   data: "plot-dpdk-throughput-latency-3n-tsh"
16567   include:
16568     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16569     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16570   layout:
16571     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16572     layout: "plot-throughput"
16573
16574 - type: "plot"
16575   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16576   algorithm: "plot_perf_box_name"
16577   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16578   data: "plot-dpdk-throughput-latency-3n-tsh"
16579   include:
16580     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16581     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16582   layout:
16583     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16584     layout: "plot-throughput"
16585
16586 - type: "plot"
16587   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16588   algorithm: "plot_perf_box_name"
16589   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16590   data: "plot-dpdk-throughput-latency-3n-tsh"
16591   include:
16592     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16593     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16594   layout:
16595     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16596     layout: "plot-throughput"
16597
16598 - type: "plot"
16599   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16600   algorithm: "plot_perf_box_name"
16601   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16602   data: "plot-dpdk-throughput-latency-3n-tsh"
16603   include:
16604     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16605     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16606   layout:
16607     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16608     layout: "plot-throughput"
16609
16610 ################################################################################
16611 ###   2n-clx                                                                 ###
16612 ################################################################################
16613
16614 # Packet Throughput
16615
16616 - type: "plot"
16617   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16618   algorithm: "plot_perf_box_name"
16619   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16621   include:
16622     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16623     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16624     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16625     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16626   layout:
16627     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16628     layout: "plot-throughput"
16629
16630 - type: "plot"
16631   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16632   algorithm: "plot_perf_box_name"
16633   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16635   include:
16636     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16637     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16638     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16639     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16640   layout:
16641     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16642     layout: "plot-throughput"
16643
16644 - type: "plot"
16645   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16646   algorithm: "plot_perf_box_name"
16647   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16648   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16649   include:
16650     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16651     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16652     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16653     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16654   layout:
16655     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16656     layout: "plot-throughput"
16657
16658 - type: "plot"
16659   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16660   algorithm: "plot_perf_box_name"
16661   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16663   include:
16664     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16665     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16666     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16667     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16668   layout:
16669     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16670     layout: "plot-throughput"
16671
16672 - type: "plot"
16673   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16674   algorithm: "plot_perf_box_name"
16675   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16677   include:
16678     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16679     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16680     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16681     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16682   layout:
16683     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16684     layout: "plot-throughput"
16685
16686 - type: "plot"
16687   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16688   algorithm: "plot_perf_box_name"
16689   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16691   include:
16692     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16693     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16694     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16695     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16696   layout:
16697     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16698     layout: "plot-throughput"
16699
16700 - type: "plot"
16701   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16702   algorithm: "plot_perf_box_name"
16703   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16705   include:
16706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16712   layout:
16713     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16714     layout: "plot-throughput"
16715
16716 - type: "plot"
16717   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16718   algorithm: "plot_perf_box_name"
16719   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16720   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16721   include:
16722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16728   layout:
16729     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16730     layout: "plot-throughput"
16731
16732 - type: "plot"
16733   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16734   algorithm: "plot_perf_box_name"
16735   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16736   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16737   include:
16738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16742   layout:
16743     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16744     layout: "plot-throughput"
16745
16746 - type: "plot"
16747   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16748   algorithm: "plot_perf_box_name"
16749   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16750   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16751   include:
16752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16756   layout:
16757     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16758     layout: "plot-throughput"
16759
16760 - type: "plot"
16761   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16762   algorithm: "plot_perf_box_name"
16763   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16764   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16765   include:
16766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16769   layout:
16770     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16771     layout: "plot-throughput"
16772
16773 - type: "plot"
16774   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16775   algorithm: "plot_perf_box_name"
16776   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16778   include:
16779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16782   layout:
16783     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16784     layout: "plot-throughput"
16785
16786 - type: "plot"
16787   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16788   algorithm: "plot_perf_box_name"
16789   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16790   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16791   include:
16792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16797   layout:
16798     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16799     layout: "plot-throughput"
16800
16801 - type: "plot"
16802   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16803   algorithm: "plot_perf_box_name"
16804   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16805   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16806   include:
16807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16812   layout:
16813     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16814     layout: "plot-throughput"
16815
16816 - type: "plot"
16817   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16818   algorithm: "plot_perf_box_name"
16819   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16821   include:
16822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16825   layout:
16826     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16827     layout: "plot-throughput"
16828
16829 - type: "plot"
16830   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16831   algorithm: "plot_perf_box_name"
16832   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16834   include:
16835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16838   layout:
16839     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16840     layout: "plot-throughput"
16841
16842 - type: "plot"
16843   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16844   algorithm: "plot_perf_box_name"
16845   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16847   include:
16848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16854   layout:
16855     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16856     layout: "plot-throughput"
16857
16858 - type: "plot"
16859   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16860   algorithm: "plot_perf_box_name"
16861   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16863   include:
16864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16870   layout:
16871     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16872     layout: "plot-throughput"
16873
16874 - type: "plot"
16875   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-ndr"
16876   algorithm: "plot_perf_box_name"
16877   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-ndr"
16878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16879   include:
16880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H1-P63-S63-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p63-s63-ndrpdr"
16882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H16384-P63-S1032192-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H262144-P63-S16515072-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H65536-P63-S4128758-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16886   layout:
16887     title: "2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-ndr"
16888     layout: "plot-throughput"
16889
16890 - type: "plot"
16891   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-pdr"
16892   algorithm: "plot_perf_box_name"
16893   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-pdr"
16894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16895   include:
16896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H1-P63-S63-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p63-s63-ndrpdr"
16898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H16384-P63-S1032192-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H262144-P63-S16515072-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H65536-P63-S4128758-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16902   layout:
16903     title: "2n-clx-xxv710-64b-2t1c-features-nat44det-scale-avf-pdr"
16904     layout: "plot-throughput"
16905
16906 - type: "plot"
16907   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16908   algorithm: "plot_perf_box_name"
16909   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16911   include:
16912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16918   layout:
16919     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16920     layout: "plot-throughput"
16921
16922 - type: "plot"
16923   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16924   algorithm: "plot_perf_box_name"
16925   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16927   include:
16928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16934   layout:
16935     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16936     layout: "plot-throughput"
16937
16938 - type: "plot"
16939   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16940   algorithm: "plot_perf_box_name"
16941   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16943   include:
16944     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16945     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16946   layout:
16947     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16948     layout: "plot-throughput"
16949
16950 - type: "plot"
16951   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16952   algorithm: "plot_perf_box_name"
16953   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16955   include:
16956     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16957     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16958   layout:
16959     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16960     layout: "plot-throughput"
16961
16962 - type: "plot"
16963   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16964   algorithm: "plot_perf_box_name"
16965   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16966   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16967   include:
16968     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16969     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16970     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16971     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16972     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16973     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16974   layout:
16975     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16976     layout: "plot-throughput"
16977
16978 - type: "plot"
16979   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16980   algorithm: "plot_perf_box_name"
16981   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16982   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16983   include:
16984     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16985     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16986     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16987     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16988     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16989     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16990   layout:
16991     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16992     layout: "plot-throughput"
16993
16994 - type: "plot"
16995   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16996   algorithm: "plot_perf_box_name"
16997   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16998   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16999   include:
17000     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17001     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17002     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17003     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17004     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17005     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17006   layout:
17007     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17008     layout: "plot-throughput"
17009
17010 - type: "plot"
17011   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17012   algorithm: "plot_perf_box_name"
17013   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17015   include:
17016     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17017     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17018     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17019     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17020     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17021     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17022   layout:
17023     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17024     layout: "plot-throughput"
17025
17026 - type: "plot"
17027   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17028   algorithm: "plot_perf_box_name"
17029   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17030   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17031   include:
17032     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17033     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17034     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17035     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17036     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17037     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17038   layout:
17039     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17040     layout: "plot-throughput"
17041
17042 - type: "plot"
17043   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17044   algorithm: "plot_perf_box_name"
17045   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17046   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17047   include:
17048     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17049     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17050     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17051     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17052     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17053     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17054   layout:
17055     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17056     layout: "plot-throughput"
17057
17058 - type: "plot"
17059   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17060   algorithm: "plot_perf_box_name"
17061   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17062   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17063   include:
17064     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17065     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17066     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17067     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17068     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17069   layout:
17070     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17071     layout: "plot-throughput"
17072
17073 - type: "plot"
17074   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17075   algorithm: "plot_perf_box_name"
17076   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17078   include:
17079     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17080     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17083     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17084   layout:
17085     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17086     layout: "plot-throughput"
17087
17088 - type: "plot"
17089   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17090   algorithm: "plot_perf_box_name"
17091   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17092   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17093   include:
17094     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17095     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17096     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17098     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17099   layout:
17100     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17101     layout: "plot-throughput"
17102
17103 - type: "plot"
17104   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17105   algorithm: "plot_perf_box_name"
17106   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17108   include:
17109     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17110     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17111     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17112     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17113     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17114   layout:
17115     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17116     layout: "plot-throughput"
17117
17118 - type: "plot"
17119   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17120   algorithm: "plot_perf_box_name"
17121   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17122   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17123   include:
17124     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17125     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17126     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17127     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17128     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17129   layout:
17130     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17131     layout: "plot-throughput"
17132
17133 - type: "plot"
17134   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17135   algorithm: "plot_perf_box_name"
17136   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17137   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17138   include:
17139     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17140     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17141     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17142     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17143     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17144   layout:
17145     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17146     layout: "plot-throughput"
17147
17148 - type: "plot"
17149   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17150   algorithm: "plot_perf_box_name"
17151   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17153   include:
17154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17159   layout:
17160     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17161     layout: "plot-throughput"
17162
17163 - type: "plot"
17164   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17165   algorithm: "plot_perf_box_name"
17166   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17168   include:
17169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17174   layout:
17175     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17176     layout: "plot-throughput"
17177
17178 - type: "plot"
17179   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17180   algorithm: "plot_perf_box_name"
17181   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17183   include:
17184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17185     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17186     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17187     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17188     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17189   layout:
17190     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17191     layout: "plot-throughput"
17192
17193 - type: "plot"
17194   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17195   algorithm: "plot_perf_box_name"
17196   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17198   include:
17199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17200     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17201     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17202     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17203     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17204   layout:
17205     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17206     layout: "plot-throughput"
17207
17208 - type: "plot"
17209   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17210   algorithm: "plot_perf_box_name"
17211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17213   include:
17214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17220   layout:
17221     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17222     layout: "plot-throughput"
17223
17224 - type: "plot"
17225   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17226   algorithm: "plot_perf_box_name"
17227   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17228   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17229   include:
17230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17236   layout:
17237     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17238     layout: "plot-throughput"
17239
17240 - type: "plot"
17241   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17242   algorithm: "plot_perf_box_name"
17243   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17245   include:
17246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17250   layout:
17251     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17252     layout: "plot-throughput"
17253
17254 - type: "plot"
17255   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17256   algorithm: "plot_perf_box_name"
17257   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17258   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17259   include:
17260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17264   layout:
17265     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17266     layout: "plot-throughput"
17267
17268 - type: "plot"
17269   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17270   algorithm: "plot_perf_box_name"
17271   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17273   include:
17274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17280   layout:
17281     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17282     layout: "plot-throughput"
17283
17284 - type: "plot"
17285   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17286   algorithm: "plot_perf_box_name"
17287   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17289   include:
17290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17296   layout:
17297     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17298     layout: "plot-throughput"
17299
17300 - type: "plot"
17301   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17302   algorithm: "plot_perf_box_name"
17303   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17305   include:
17306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17309     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17310   layout:
17311     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17312     layout: "plot-throughput"
17313
17314 - type: "plot"
17315   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17316   algorithm: "plot_perf_box_name"
17317   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17319   include:
17320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17322     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17323     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17324   layout:
17325     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17326     layout: "plot-throughput"
17327
17328 - type: "plot"
17329   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17330   algorithm: "plot_perf_box_name"
17331   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17333   include:
17334     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17335     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17336     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17337     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17338     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17339     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17340   layout:
17341     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17342     layout: "plot-throughput"
17343
17344 - type: "plot"
17345   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17346   algorithm: "plot_perf_box_name"
17347   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17349   include:
17350     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17351     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17352     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17353     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17354     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17355     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17356   layout:
17357     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17358     layout: "plot-throughput"
17359
17360 - type: "plot"
17361   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17362   algorithm: "plot_perf_box_name"
17363   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17364   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17365   include:
17366     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17367     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17368     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17369     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17370   layout:
17371     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17372     layout: "plot-throughput"
17373
17374 - type: "plot"
17375   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17376   algorithm: "plot_perf_box_name"
17377   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17378   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17379   include:
17380     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17381     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17382     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17383     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17384   layout:
17385     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17386     layout: "plot-throughput"
17387
17388 - type: "plot"
17389   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17390   algorithm: "plot_perf_box_name"
17391   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17393   include:
17394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17399   layout:
17400     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17401     layout: "plot-throughput"
17402
17403 - type: "plot"
17404   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17405   algorithm: "plot_perf_box_name"
17406   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17408   include:
17409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17414   layout:
17415     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17416     layout: "plot-throughput"
17417
17418 - type: "plot"
17419   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17420   algorithm: "plot_perf_box_name"
17421   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17423   include:
17424     - "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"
17425     - "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"
17426     - "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"
17427     - "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"
17428     - "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"
17429   layout:
17430     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17431     layout: "plot-throughput"
17432
17433 - type: "plot"
17434   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17435   algorithm: "plot_perf_box_name"
17436   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17438   include:
17439     - "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"
17440     - "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"
17441     - "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"
17442     - "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"
17443     - "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"
17444   layout:
17445     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17446     layout: "plot-throughput"
17447
17448 - type: "plot"
17449   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17450   algorithm: "plot_perf_box_name"
17451   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17452   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17453   include:
17454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17459   layout:
17460     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17461     layout: "plot-throughput"
17462
17463 - type: "plot"
17464   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17465   algorithm: "plot_perf_box_name"
17466   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17467   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17468   include:
17469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17474   layout:
17475     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17476     layout: "plot-throughput"
17477
17478 - type: "plot"
17479   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17480   algorithm: "plot_perf_box_name"
17481   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17482   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17483   include:
17484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17489   layout:
17490     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17491     layout: "plot-throughput"
17492
17493 - type: "plot"
17494   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17495   algorithm: "plot_perf_box_name"
17496   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17498   include:
17499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17504   layout:
17505     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17506     layout: "plot-throughput"
17507
17508 - type: "plot"
17509   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17510   algorithm: "plot_perf_box_name"
17511   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17512   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17513   include:
17514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17515     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17518   layout:
17519     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17520     layout: "plot-throughput"
17521
17522 - type: "plot"
17523   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17524   algorithm: "plot_perf_box_name"
17525   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17527   include:
17528     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17529     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17530     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17532   layout:
17533     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17534     layout: "plot-throughput"
17535
17536 - type: "plot"
17537   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17538   algorithm: "plot_perf_box_name"
17539   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17541   include:
17542     - "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"
17543     - "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"
17544     - "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"
17545     - "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"
17546   layout:
17547     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17548     layout: "plot-throughput"
17549
17550 - type: "plot"
17551   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17552   algorithm: "plot_perf_box_name"
17553   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17554   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17555   include:
17556     - "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"
17557     - "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"
17558     - "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"
17559     - "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"
17560   layout:
17561     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17562     layout: "plot-throughput"
17563
17564 - type: "plot"
17565   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17566   algorithm: "plot_perf_box_name"
17567   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17568   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17569   include:
17570     - "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"
17571     - "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"
17572     - "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"
17573     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17574     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17575     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17576   layout:
17577     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17578     layout: "plot-throughput"
17579
17580 - type: "plot"
17581   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17582   algorithm: "plot_perf_box_name"
17583   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17584   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17585   include:
17586     - "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"
17587     - "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"
17588     - "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"
17589     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17590     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17591     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17592   layout:
17593     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17594     layout: "plot-throughput"
17595
17596 ################################################################################
17597
17598 # Packet Speedup
17599
17600 - type: "plot"
17601   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17602   algorithm: "plot_tsa_name"
17603   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17605   include:
17606     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17607     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17608     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17609     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17610   layout:
17611     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17612     layout: "plot-throughput-speedup-analysis"
17613
17614 - type: "plot"
17615   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17616   algorithm: "plot_tsa_name"
17617   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17618   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17619   include:
17620     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17621     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17622     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17623     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17624   layout:
17625     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17626     layout: "plot-throughput-speedup-analysis"
17627
17628 - type: "plot"
17629   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17630   algorithm: "plot_tsa_name"
17631   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17632   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17633   include:
17634     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17635     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17636     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17637     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17638   layout:
17639     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17640     layout: "plot-throughput-speedup-analysis"
17641
17642 - type: "plot"
17643   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17644   algorithm: "plot_tsa_name"
17645   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17647   include:
17648     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17649     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17650     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17651     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17652   layout:
17653     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17654     layout: "plot-throughput-speedup-analysis"
17655
17656 - type: "plot"
17657   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17658   algorithm: "plot_tsa_name"
17659   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17661   include:
17662     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17663     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17664     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17665     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17666   layout:
17667     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17668     layout: "plot-throughput-speedup-analysis"
17669
17670 - type: "plot"
17671   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17672   algorithm: "plot_tsa_name"
17673   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17675   include:
17676     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17677     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17678     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17679     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17680   layout:
17681     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17682     layout: "plot-throughput-speedup-analysis"
17683
17684 - type: "plot"
17685   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17686   algorithm: "plot_tsa_name"
17687   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17688   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17689   include:
17690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17696   layout:
17697     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17698     layout: "plot-throughput-speedup-analysis"
17699
17700 - type: "plot"
17701   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17702   algorithm: "plot_tsa_name"
17703   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17705   include:
17706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17712   layout:
17713     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17714     layout: "plot-throughput-speedup-analysis"
17715
17716 - type: "plot"
17717   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17718   algorithm: "plot_tsa_name"
17719   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17720   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17721   include:
17722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17726   layout:
17727     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17728     layout: "plot-throughput-speedup-analysis"
17729
17730 - type: "plot"
17731   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17732   algorithm: "plot_tsa_name"
17733   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17734   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17735   include:
17736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17740   layout:
17741     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17742     layout: "plot-throughput-speedup-analysis"
17743
17744 - type: "plot"
17745   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17746   algorithm: "plot_tsa_name"
17747   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17749   include:
17750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17753   layout:
17754     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17755     layout: "plot-throughput-speedup-analysis"
17756
17757 - type: "plot"
17758   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17759   algorithm: "plot_tsa_name"
17760   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17761   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17762   include:
17763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17766   layout:
17767     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17768     layout: "plot-throughput-speedup-analysis"
17769
17770 - type: "plot"
17771   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17772   algorithm: "plot_tsa_name"
17773   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17775   include:
17776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17781   layout:
17782     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17783     layout: "plot-throughput-speedup-analysis"
17784
17785 - type: "plot"
17786   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17787   algorithm: "plot_tsa_name"
17788   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17790   include:
17791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17796   layout:
17797     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17798     layout: "plot-throughput-speedup-analysis"
17799
17800 - type: "plot"
17801   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17802   algorithm: "plot_tsa_name"
17803   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17804   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17805   include:
17806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17809   layout:
17810     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17811     layout: "plot-throughput-speedup-analysis"
17812
17813 - type: "plot"
17814   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17815   algorithm: "plot_tsa_name"
17816   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17817   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17818   include:
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17822   layout:
17823     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17824     layout: "plot-throughput-speedup-analysis"
17825
17826 - type: "plot"
17827   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17828   algorithm: "plot_tsa_name"
17829   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17831   include:
17832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17838   layout:
17839     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17840     layout: "plot-throughput-speedup-analysis"
17841
17842 - type: "plot"
17843   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17844   algorithm: "plot_tsa_name"
17845   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17847   include:
17848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17854   layout:
17855     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17856     layout: "plot-throughput-speedup-analysis"
17857
17858 - type: "plot"
17859   title: "Speedup: 2n-clx-xxv710-64b-features-nat44det-scale-avf-ndr-tsa"
17860   algorithm: "plot_tsa_name"
17861   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-nat44det-scale-avf-ndr-tsa"
17862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17863   include:
17864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H1-P63-S63-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p63-s63-ndrpdr"
17866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H16384-P63-S1032192-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H262144-P63-S16515072-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H65536-P63-S4128758-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17870   layout:
17871     title: "2n-clx-xxv710-64b-features-nat44det-scale-avf-ndr"
17872     layout: "plot-throughput-speedup-analysis"
17873
17874 - type: "plot"
17875   title: "Speedup: 2n-clx-xxv710-64b-features-nat44det-scale-avf-pdr-tsa"
17876   algorithm: "plot_tsa_name"
17877   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-nat44det-scale-avf-pdr-tsa"
17878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17879   include:
17880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H1-P63-S63-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p63-s63-ndrpdr"
17882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H16384-P63-S1032192-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H262144-P63-S16515072-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-nat44Det-H65536-P63-S4128758-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17886   layout:
17887     title: "2n-clx-xxv710-64b-features-nat44det-scale-avf-pdr"
17888     layout: "plot-throughput-speedup-analysis"
17889
17890 - type: "plot"
17891   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17892   algorithm: "plot_tsa_name"
17893   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17895   include:
17896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17902   layout:
17903     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17904     layout: "plot-throughput-speedup-analysis"
17905
17906 - type: "plot"
17907   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17908   algorithm: "plot_tsa_name"
17909   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17911   include:
17912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17918   layout:
17919     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17920     layout: "plot-throughput-speedup-analysis"
17921
17922 - type: "plot"
17923   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17924   algorithm: "plot_tsa_name"
17925   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17927   include:
17928     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17929     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17930   layout:
17931     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17932     layout: "plot-throughput-speedup-analysis"
17933
17934 - type: "plot"
17935   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17936   algorithm: "plot_tsa_name"
17937   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17939   include:
17940     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17941     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17942   layout:
17943     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17944     layout: "plot-throughput-speedup-analysis"
17945
17946 - type: "plot"
17947   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17948   algorithm: "plot_tsa_name"
17949   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17950   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17951   include:
17952     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17953     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17954     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17956     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17957     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17958   layout:
17959     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17960     layout: "plot-throughput-speedup-analysis"
17961
17962 - type: "plot"
17963   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17964   algorithm: "plot_tsa_name"
17965   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17966   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17967   include:
17968     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17969     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17970     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17971     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17972     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17973     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17974   layout:
17975     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17976     layout: "plot-throughput-speedup-analysis"
17977
17978 - type: "plot"
17979   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17980   algorithm: "plot_tsa_name"
17981   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17982   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17983   include:
17984     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17985     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17986     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17987     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17988     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17989     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17990   layout:
17991     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17992     layout: "plot-throughput-speedup-analysis"
17993
17994 - type: "plot"
17995   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17996   algorithm: "plot_tsa_name"
17997   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17998   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17999   include:
18000     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18001     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18002     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18003     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18004     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18005     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18006   layout:
18007     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18008     layout: "plot-throughput-speedup-analysis"
18009
18010 - type: "plot"
18011   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18012   algorithm: "plot_tsa_name"
18013   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18015   include:
18016     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18017     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18018     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18019     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18020     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18022   layout:
18023     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18024     layout: "plot-throughput-speedup-analysis"
18025
18026 - type: "plot"
18027   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18028   algorithm: "plot_tsa_name"
18029   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18030   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18031   include:
18032     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18033     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18034     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18035     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18036     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18037     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18038   layout:
18039     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18040     layout: "plot-throughput-speedup-analysis"
18041
18042 - type: "plot"
18043   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18044   algorithm: "plot_tsa_name"
18045   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18046   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18047   include:
18048     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18049     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18050     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18052     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18053   layout:
18054     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18055     layout: "plot-throughput-speedup-analysis"
18056
18057 - type: "plot"
18058   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18059   algorithm: "plot_tsa_name"
18060   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18062   include:
18063     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18064     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18065     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18066     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18067     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18068   layout:
18069     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18070     layout: "plot-throughput-speedup-analysis"
18071
18072 - type: "plot"
18073   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18074   algorithm: "plot_tsa_name"
18075   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18076   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18077   include:
18078     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18079     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18080     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18083   layout:
18084     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18085     layout: "plot-throughput-speedup-analysis"
18086
18087 - type: "plot"
18088   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18089   algorithm: "plot_tsa_name"
18090   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18092   include:
18093     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18094     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18095     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18096     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18098   layout:
18099     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18100     layout: "plot-throughput-speedup-analysis"
18101
18102 - type: "plot"
18103   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18104   algorithm: "plot_tsa_name"
18105   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18106   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18107   include:
18108     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18109     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18110     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18111     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18112     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18113   layout:
18114     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18115     layout: "plot-throughput-speedup-analysis"
18116
18117 - type: "plot"
18118   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18119   algorithm: "plot_tsa_name"
18120   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18122   include:
18123     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18124     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18125     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18126     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18127     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18128   layout:
18129     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18130     layout: "plot-throughput-speedup-analysis"
18131
18132 - type: "plot"
18133   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18134   algorithm: "plot_tsa_name"
18135   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18137   include:
18138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18143   layout:
18144     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18145     layout: "plot-throughput-speedup-analysis"
18146
18147 - type: "plot"
18148   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18149   algorithm: "plot_tsa_name"
18150   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18152   include:
18153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18158   layout:
18159     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18160     layout: "plot-throughput-speedup-analysis"
18161
18162 - type: "plot"
18163   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18164   algorithm: "plot_tsa_name"
18165   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18167   include:
18168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18173   layout:
18174     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18175     layout: "plot-throughput-speedup-analysis"
18176
18177 - type: "plot"
18178   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18179   algorithm: "plot_tsa_name"
18180   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18182   include:
18183     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18185     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18186     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18187     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18188   layout:
18189     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18190     layout: "plot-throughput-speedup-analysis"
18191
18192 - type: "plot"
18193   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18194   algorithm: "plot_tsa_name"
18195   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18197   include:
18198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18204   layout:
18205     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18206     layout: "plot-throughput-speedup-analysis"
18207
18208 - type: "plot"
18209   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18210   algorithm: "plot_tsa_name"
18211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18213   include:
18214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18220   layout:
18221     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18222     layout: "plot-throughput-speedup-analysis"
18223
18224 - type: "plot"
18225   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18226   algorithm: "plot_tsa_name"
18227   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18228   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18229   include:
18230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18234   layout:
18235     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18236     layout: "plot-throughput-speedup-analysis"
18237
18238 - type: "plot"
18239   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18240   algorithm: "plot_tsa_name"
18241   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18242   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18243   include:
18244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18248   layout:
18249     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18250     layout: "plot-throughput-speedup-analysis"
18251
18252 - type: "plot"
18253   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18254   algorithm: "plot_tsa_name"
18255   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18257   include:
18258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18264   layout:
18265     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18266     layout: "plot-throughput-speedup-analysis"
18267
18268 - type: "plot"
18269   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18270   algorithm: "plot_tsa_name"
18271   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18273   include:
18274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18280   layout:
18281     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18282     layout: "plot-throughput-speedup-analysis"
18283
18284 - type: "plot"
18285   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18286   algorithm: "plot_tsa_name"
18287   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18289   include:
18290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18294   layout:
18295     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18296     layout: "plot-throughput-speedup-analysis"
18297
18298 - type: "plot"
18299   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18300   algorithm: "plot_tsa_name"
18301   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18303   include:
18304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18308   layout:
18309     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18310     layout: "plot-throughput-speedup-analysis"
18311
18312 - type: "plot"
18313   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18314   algorithm: "plot_tsa_name"
18315   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18317   include:
18318     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18319     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18320     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18321     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18322     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18323     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18324   layout:
18325     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18326     layout: "plot-throughput-speedup-analysis"
18327
18328 - type: "plot"
18329   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18330   algorithm: "plot_tsa_name"
18331   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18333   include:
18334     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18335     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18336     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18337     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18338     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18339     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18340   layout:
18341     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18342     layout: "plot-throughput-speedup-analysis"
18343
18344 - type: "plot"
18345   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18346   algorithm: "plot_tsa_name"
18347   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18349   include:
18350     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18351     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18352     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18353     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18354   layout:
18355     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18356     layout: "plot-throughput-speedup-analysis"
18357
18358 - type: "plot"
18359   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18360   algorithm: "plot_tsa_name"
18361   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18362   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18363   include:
18364     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18365     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18366     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18367     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18368   layout:
18369     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18370     layout: "plot-throughput-speedup-analysis"
18371
18372 - type: "plot"
18373   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18374   algorithm: "plot_tsa_name"
18375   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18376   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18377   include:
18378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18383   layout:
18384     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18385     layout: "plot-throughput-speedup-analysis"
18386
18387 - type: "plot"
18388   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18389   algorithm: "plot_tsa_name"
18390   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18392   include:
18393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18398   layout:
18399     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18400     layout: "plot-throughput-speedup-analysis"
18401
18402 - type: "plot"
18403   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18404   algorithm: "plot_tsa_name"
18405   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18407   include:
18408     - "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"
18409     - "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"
18410     - "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"
18411     - "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"
18412     - "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"
18413   layout:
18414     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18415     layout: "plot-throughput-speedup-analysis"
18416
18417 - type: "plot"
18418   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18419   algorithm: "plot_tsa_name"
18420   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18422   include:
18423     - "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"
18424     - "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"
18425     - "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"
18426     - "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"
18427     - "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"
18428   layout:
18429     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18430     layout: "plot-throughput-speedup-analysis"
18431
18432 - type: "plot"
18433   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18434   algorithm: "plot_tsa_name"
18435   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18437   include:
18438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18443   layout:
18444     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18445     layout: "plot-throughput-speedup-analysis"
18446
18447 - type: "plot"
18448   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18449   algorithm: "plot_tsa_name"
18450   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18452   include:
18453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18458   layout:
18459     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18460     layout: "plot-throughput-speedup-analysis"
18461
18462 - type: "plot"
18463   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18464   algorithm: "plot_tsa_name"
18465   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18466   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18467   include:
18468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18473   layout:
18474     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18475     layout: "plot-throughput-speedup-analysis"
18476
18477 - type: "plot"
18478   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18479   algorithm: "plot_tsa_name"
18480   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18482   include:
18483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18488   layout:
18489     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18490     layout: "plot-throughput-speedup-analysis"
18491
18492 - type: "plot"
18493   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18494   algorithm: "plot_tsa_name"
18495   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18496   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18497   include:
18498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18502   layout:
18503     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18504     layout: "plot-throughput-speedup-analysis"
18505
18506 - type: "plot"
18507   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18508   algorithm: "plot_tsa_name"
18509   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18510   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18511   include:
18512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18515     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18516   layout:
18517     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18518     layout: "plot-throughput-speedup-analysis"
18519
18520 - type: "plot"
18521   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18522   algorithm: "plot_tsa_name"
18523   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18524   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18525   include:
18526     - "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"
18527     - "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"
18528     - "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"
18529     - "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"
18530   layout:
18531     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18532     layout: "plot-throughput-speedup-analysis"
18533
18534 - type: "plot"
18535   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18536   algorithm: "plot_tsa_name"
18537   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18538   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18539   include:
18540     - "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"
18541     - "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"
18542     - "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"
18543     - "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"
18544   layout:
18545     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
18546     layout: "plot-throughput-speedup-analysis"
18547
18548 - type: "plot"
18549   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18550   algorithm: "plot_tsa_name"
18551   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18553   include:
18554     - "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"
18555     - "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"
18556     - "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"
18557     - "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"
18558     - "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"
18559     - "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"
18560   layout:
18561     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18562     layout: "plot-throughput-speedup-analysis"
18563
18564 - type: "plot"
18565   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18566   algorithm: "plot_tsa_name"
18567   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18568   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18569   include:
18570     - "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"
18571     - "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"
18572     - "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"
18573     - "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"
18574     - "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"
18575     - "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"
18576   layout:
18577     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18578     layout: "plot-throughput-speedup-analysis"
18579
18580 ################################################################################
18581
18582 # Packet Throughput - DPDK
18583
18584 # 2n-clx-xxv710
18585
18586 - type: "plot"
18587   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18588   algorithm: "plot_perf_box_name"
18589   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18590   data: "plot-dpdk-throughput-latency-2n-clx"
18591   include:
18592     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18593     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18594   layout:
18595     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18596     layout: "plot-throughput"
18597
18598 - type: "plot"
18599   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18600   algorithm: "plot_perf_box_name"
18601   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18602   data: "plot-dpdk-throughput-latency-2n-clx"
18603   include:
18604     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18605     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18606   layout:
18607     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18608     layout: "plot-throughput"
18609
18610 - type: "plot"
18611   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18612   algorithm: "plot_perf_box_name"
18613   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18614   data: "plot-dpdk-throughput-latency-2n-clx"
18615   include:
18616     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18617     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18618   layout:
18619     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18620     layout: "plot-throughput"
18621
18622 - type: "plot"
18623   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18624   algorithm: "plot_perf_box_name"
18625   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18626   data: "plot-dpdk-throughput-latency-2n-clx"
18627   include:
18628     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18629     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18630   layout:
18631     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18632     layout: "plot-throughput"
18633
18634 # 2n-clx-x710
18635
18636 - type: "plot"
18637   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18638   algorithm: "plot_perf_box_name"
18639   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18640   data: "plot-dpdk-throughput-latency-2n-clx"
18641   include:
18642     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18643     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18644   layout:
18645     title: "2n-clx-x710-64b-2t1c-base-ndr"
18646     layout: "plot-throughput"
18647
18648 - type: "plot"
18649   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18650   algorithm: "plot_perf_box_name"
18651   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18652   data: "plot-dpdk-throughput-latency-2n-clx"
18653   include:
18654     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18655     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18656   layout:
18657     title: "2n-clx-x710-64b-4t2c-base-ndr"
18658     layout: "plot-throughput"
18659
18660 - type: "plot"
18661   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18662   algorithm: "plot_perf_box_name"
18663   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18664   data: "plot-dpdk-throughput-latency-2n-clx"
18665   include:
18666     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18667     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18668   layout:
18669     title: "2n-clx-x710-64b-2t1c-base-pdr"
18670     layout: "plot-throughput"
18671
18672 - type: "plot"
18673   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18674   algorithm: "plot_perf_box_name"
18675   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18676   data: "plot-dpdk-throughput-latency-2n-clx"
18677   include:
18678     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18679     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18680   layout:
18681     title: "2n-clx-x710-64b-4t2c-base-pdr"
18682     layout: "plot-throughput"
18683
18684 ################################################################################
18685
18686 - type: "plot"
18687   title: "Latency by percentile: 2n-skx"
18688   algorithm: "plot_hdrh_lat_by_percentile"
18689   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18690   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18691   target-links: "../../_static/vpp"
18692   data: "plot-vpp-hdrh-lat-2n-skx"
18693   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18694   layout:
18695     layout: "plot-hdrh-latency-by-percentile"
18696
18697 - type: "plot"
18698   title: "Latency by percentile: 3n-skx"
18699   algorithm: "plot_hdrh_lat_by_percentile"
18700   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18701   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18702   target-links: "../../_static/vpp"
18703   data: "plot-vpp-hdrh-lat-3n-skx"
18704   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18705   layout:
18706     layout: "plot-hdrh-latency-by-percentile"
18707
18708 - type: "plot"
18709   title: "Latency by percentile: 2n-clx"
18710   algorithm: "plot_hdrh_lat_by_percentile"
18711   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18712   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18713   target-links: "../../_static/vpp"
18714   data: "plot-vpp-hdrh-lat-2n-clx"
18715   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18716   layout:
18717     layout: "plot-hdrh-latency-by-percentile"
18718
18719 - type: "plot"
18720   title: "Latency by percentile: 3n-hsw"
18721   algorithm: "plot_hdrh_lat_by_percentile"
18722   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18723   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18724   target-links: "../../_static/vpp"
18725   data: "plot-vpp-hdrh-lat-3n-hsw"
18726   filter: "'1T1C' and 'NIC_Intel-XL710'"
18727   layout:
18728     layout: "plot-hdrh-latency-by-percentile"
18729
18730 - type: "plot"
18731   title: "Latency by percentile: 3n-tsh"
18732   algorithm: "plot_hdrh_lat_by_percentile"
18733   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18734   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18735   target-links: "../../_static/vpp"
18736   data: "plot-vpp-hdrh-lat-3n-tsh"
18737   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18738   layout:
18739     layout: "plot-hdrh-latency-by-percentile"
18740
18741 - type: "plot"
18742   title: "Latency by percentile: DPDK 2n-skx"
18743   algorithm: "plot_hdrh_lat_by_percentile"
18744   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18745   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18746   target-links: "../../_static/dpdk"
18747   data: "plot-dpdk-hdrh-lat-2n-skx"
18748   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18749   layout:
18750     layout: "plot-hdrh-latency-by-percentile"
18751
18752 - type: "plot"
18753   title: "Latency by percentile: DPDK 3n-skx"
18754   algorithm: "plot_hdrh_lat_by_percentile"
18755   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18756   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18757   target-links: "../../_static/dpdk"
18758   data: "plot-dpdk-hdrh-lat-3n-skx"
18759   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18760   layout:
18761     layout: "plot-hdrh-latency-by-percentile"
18762
18763 - type: "plot"
18764   title: "Latency by percentile: DPDK 2n-clx"
18765   algorithm: "plot_hdrh_lat_by_percentile"
18766   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18767   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18768   target-links: "../../_static/dpdk"
18769   data: "plot-dpdk-hdrh-lat-2n-clx"
18770   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18771   layout:
18772     layout: "plot-hdrh-latency-by-percentile"
18773
18774 - type: "plot"
18775   title: "Latency by percentile: DPDK 3n-hsw"
18776   algorithm: "plot_hdrh_lat_by_percentile"
18777   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18778   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18779   target-links: "../../_static/dpdk"
18780   data: "plot-dpdk-hdrh-lat-3n-hsw"
18781   filter: "'1T1C' and 'NIC_Intel-XL710'"
18782   layout:
18783     layout: "plot-hdrh-latency-by-percentile"
18784
18785 - type: "plot"
18786   title: "Latency by percentile: DPDK 3n-tsh"
18787   algorithm: "plot_hdrh_lat_by_percentile"
18788   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18789   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18790   target-links: "../../_static/dpdk"
18791   data: "plot-dpdk-hdrh-lat-3n-tsh"
18792   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18793   layout:
18794     layout: "plot-hdrh-latency-by-percentile"