Report: Add 3n-skx additions
[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     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost
167         - 53  # NDRPDR sel vhost
168         - 55  # NDRPDR sel vhost
169         - 61  # NDRPDR sel vhost
170         - 62  # NDRPDR sel vhost
171         - 63  # NDRPDR sel vhost
172         - 64  # NDRPDR sel vhost
173         - 65  # NDRPDR sel vhost
174         - 66  # NDRPDR sel vhost
175         - 67  # NDRPDR sel vhost
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost
180         - 89  # NDRPDR sel vhost
181         - 91  # NDRPDR sel vhost
182         - 92  # NDRPDR sel vhost
183         - 93  # NDRPDR sel vhost
184         - 94  # NDRPDR sel vhost
185         - 95  # NDRPDR sel vhost
186         - 96  # NDRPDR sel vhost
187         - 97  # NDRPDR sel vhost
188         - 98  # NDRPDR sel vhost
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 21  # NDRPDR sel
198         - 22  # NDRPDR sel
199         - 23  # NDRPDR sel
200         - 24  # NDRPDR sel
201         - 25  # NDRPDR sel
202         - 29  # NDRPDR sel
203         - 30  # NDRPDR sel
204         - 31  # NDRPDR sel
205         - 32  # NDRPDR sel
206         - 34  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-verify-2001-3n-hsw:
210         - 22  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 21  # NDRPDR sel
215         - 22  # NDRPDR sel
216         - 23  # NDRPDR sel
217         - 24  # NDRPDR sel
218         - 25  # NDRPDR sel
219         - 29  # NDRPDR sel
220         - 30  # NDRPDR sel
221         - 31  # NDRPDR sel
222         - 32  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-verify-2001-3n-hsw:
227         - 17  # MRR sel
228
229     plot-dpdk-throughput-latency-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 4   # NDRPDR sel
232         - 5   # NDRPDR sel
233         - 6   # NDRPDR sel
234         - 7   # NDRPDR sel
235         - 8   # NDRPDR sel
236         - 9   # NDRPDR sel
237         - 10  # NDRPDR sel
238         - 11  # NDRPDR sel
239         - 12  # NDRPDR sel
240         - 13  # NDRPDR sel
241         - 15  # NDRPDR sel
242         - 16  # NDRPDR sel
243         - 17  # NDRPDR sel
244         - 18  # NDRPDR sel
245         - 19  # NDRPDR sel
246         - 20  # NDRPDR sel
247         - 21  # NDRPDR sel
248         - 22  # NDRPDR sel
249         - 23  # NDRPDR sel
250         - 24  # NDRPDR sel
251
252     plot-vpp-hoststack-3n-hsw:
253       csit-vpp-perf-verify-2001-3n-hsw:
254         - 87  # hoststack
255         - 88  # hoststack
256         - 89  # hoststack
257         - 90  # hoststack
258         - 91  # hoststack
259         - 92  # hoststack
260         - 93  # hoststack
261         - 94  # hoststack
262         - 95  # hoststack
263         - 96  # hoststack
264
265     plot-dpdk-hdrh-lat-3n-hsw:
266       csit-dpdk-perf-verify-2001-3n-hsw:
267         - 16  # NDRPDR sel
268
269     # 3n-skx
270
271     plot-vpp-throughput-lat-tsa-3n-skx:
272       # TODO: Add the data
273       csit-vpp-perf-verify-2001-3n-skx:
274         - 45  # NDRPDR sel
275         - 46  # NDRPDR sel
276         - 47  # NDRPDR sel
277         - 48  # NDRPDR sel
278         - 49  # NDRPDR sel
279         - 51  # NDRPDR sel
280         - 52  # NDRPDR sel
281         - 54  # NDRPDR sel addition
282         - 55  # NDRPDR sel addition
283         - 56  # NDRPDR sel addition
284         - 57  # NDRPDR sel addition
285         - 58  # NDRPDR sel addition
286
287     plot-vpp-hdrh-lat-3n-skx:
288       csit-vpp-perf-verify-2001-3n-skx:
289         - 46  # NDRPDR sel
290
291     plot-vpp-nfv-3n-skx-ndrpdr:
292       # TODO: Add data
293       csit-vpp-perf-verify-2001-3n-skx:
294         - 45  # NDRPDR sel
295         - 46  # NDRPDR sel
296         - 47  # NDRPDR sel
297         - 48  # NDRPDR sel
298         - 49  # NDRPDR sel
299
300     plot-vpp-nfv-3n-skx-mrr:
301       csit-vpp-perf-verify-2001-3n-skx:
302         - 50  # MRR sel
303
304     plot-dpdk-throughput-latency-3n-skx:
305       csit-dpdk-perf-verify-2001-3n-skx:
306         - 29  # NDRPDR sel xxv710
307         - 33  # NDRPDR sel xxv710
308         - 34  # NDRPDR sel xxv710
309         - 35  # NDRPDR sel xxv710
310         - 36  # NDRPDR sel xxv710
311         - 37  # NDRPDR sel xxv710
312         - 41  # NDRPDR sel xxv710
313         - 42  # NDRPDR sel xxv710
314         - 43  # NDRPDR sel xxv710
315         - 45  # NDRPDR sel xxv710
316         - 30  # NDRPDR sel x710
317         - 31  # NDRPDR sel x710
318         - 32  # NDRPDR sel x710
319         - 38  # NDRPDR sel x710
320         - 39  # NDRPDR sel x710
321         - 40  # NDRPDR sel x710
322         - 44  # NDRPDR sel x710
323         - 46  # NDRPDR sel x710
324         - 47  # NDRPDR sel x710
325         - 48  # NDRPDR sel x710
326
327     plot-dpdk-hdrh-lat-3n-skx:
328       csit-dpdk-perf-verify-2001-3n-skx:
329         - 29  # NDRPDR sel xxv710
330
331     # 2n-skx
332
333     plot-vpp-throughput-lat-tsa-2n-skx:
334       csit-vpp-perf-verify-2001-2n-skx:
335         - 92  # NDRPDR sel
336         - 93  # NDRPDR sel
337         - 94  # NDRPDR sel
338         - 95  # NDRPDR sel
339         - 96  # NDRPDR sel
340         - 97  # NDRPDR sel
341         - 98  # NDRPDR sel
342         - 99  # NDRPDR sel
343         - 100 # NDRPDR sel
344         - 102 # NDRPDR sel
345         - 129 # NDRPDR sel addition
346         - 130 # NDRPDR sel addition
347         - 131 # NDRPDR sel addition
348         - 132 # NDRPDR sel addition
349         - 133 # NDRPDR sel addition
350         - 134 # NDRPDR sel addition
351         - 135 # NDRPDR sel addition
352         - 136 # NDRPDR sel addition
353         - 137 # NDRPDR sel addition
354         - 138 # NDRPDR sel addition
355
356     plot-vpp-hdrh-lat-2n-skx:
357       csit-vpp-perf-verify-2001-2n-skx:
358         - 92  # NDRPDR sel
359
360     plot-vpp-http-server-performance:
361       csit-vpp-perf-verify-2001-2n-clx:
362         - 80  # TCP
363         - 82  # TCP
364         - 83  # TCP
365         - 85  # TCP
366         - 86  # TCP
367         - 87  # TCP
368         - 88  # TCP
369         - 89  # TCP
370         - 90  # TCP
371         - 91  # TCP
372
373     plot-vpp-soak-2n-skx:
374       # TODO: Replace the data
375       # csit-vpp-perf-verify-2001-2n-skx:
376       csit-vpp-perf-verify-1908-2n-skx:
377         - 83  # SOAK
378         - 86  # SOAK
379
380     plot-vpp-nfv-2n-skx-ndrpdr:
381       # TODO: Replace the data
382       csit-vpp-perf-verify-2001-2n-skx:
383         - 30  # NFV
384         - 31  # NFV
385
386     plot-vpp-nfv-2n-skx-mrr:
387       # TODO: Replace the data
388       # csit-vpp-perf-verify-2001-2n-skx:
389       csit-vpp-perf-verify-1908-2n-skx:
390         - 71  # NFV MRR
391
392     plot-vpp-nfv-reconf-2n-skx:
393       # TODO: Replace the data
394       # csit-vpp-perf-verify-2001-2n-skx:
395       csit-vpp-perf-verify-1908-2n-skx:
396         - 113 # NFV reconf sel
397         - 114 # NFV reconf sel
398         - 115 # NFV reconf sel
399
400     plot-dpdk-throughput-latency-2n-skx:
401       csit-dpdk-perf-verify-2001-2n-skx:
402         - 35  # NDRPDR sel xxv710
403         - 36  # NDRPDR sel xxv710
404         - 37  # NDRPDR sel xxv710
405         - 41  # NDRPDR sel xxv710
406         - 42  # NDRPDR sel xxv710
407         - 43  # NDRPDR sel xxv710
408         - 46  # NDRPDR sel xxv710
409         - 47  # NDRPDR sel xxv710
410         - 52  # NDRPDR sel xxv710
411         - 53  # NDRPDR sel xxv710
412         - 38  # NDRPDR sel x710
413         - 39  # NDRPDR sel x710
414         - 40  # NDRPDR sel x710
415         - 44  # NDRPDR sel x710
416         - 45  # NDRPDR sel x710
417         - 48  # NDRPDR sel x710
418         - 49  # NDRPDR sel x710
419         - 50  # NDRPDR sel x710
420         - 51  # NDRPDR sel x710
421         - 54  # NDRPDR sel x710
422
423     plot-dpdk-hdrh-lat-2n-skx:
424       csit-dpdk-perf-verify-2001-2n-skx:
425         - 35  # NDRPDR sel xxv710
426
427     # 2n-clx
428
429     plot-vpp-throughput-lat-tsa-2n-clx:
430       csit-vpp-perf-verify-2001-2n-clx:
431         - 28  # NDRPDR sel
432         - 29  # NDRPDR sel
433         - 32  # NDRPDR sel
434         - 40  # NDRPDR sel
435         - 43  # NDRPDR sel
436         - 44  # NDRPDR sel
437         - 45  # NDRPDR sel
438         - 47  # NDRPDR sel
439         - 48  # NDRPDR sel
440         - 49  # NDRPDR sel
441
442     plot-vpp-hdrh-lat-2n-clx:
443       csit-vpp-perf-verify-2001-2n-clx:
444         - 28  # NDRPDR sel
445
446     plot-vpp-nfv-2n-clx-ndrpdr:
447       csit-vpp-perf-verify-2001-2n-clx:
448         - 28  # NDRPDR sel
449         - 29  # NDRPDR sel
450         - 32  # NDRPDR sel
451         - 40  # NDRPDR sel
452         - 43  # NDRPDR sel
453         - 44  # NDRPDR sel
454         - 45  # NDRPDR sel
455         - 47  # NDRPDR sel
456         - 48  # NDRPDR sel
457         - 49  # NDRPDR sel
458
459     plot-vpp-nfv-2n-clx-mrr:
460       csit-vpp-perf-verify-2001-2n-clx:
461         - 39  # MRR
462
463     plot-vpp-nfv-reconf-2n-clx:
464       csit-vpp-perf-verify-2001-2n-clx:
465         - 68  # Reconf
466         - 69  # Reconf
467         - 70  # Reconf
468         - 71  # Reconf
469         - 72  # Reconf
470         - 73  # Reconf
471         - 74  # Reconf
472         - 75  # Reconf
473         - 76  # Reconf
474         - 77  # Reconf
475
476     plot-vpp-soak-2n-clx:
477       csit-vpp-perf-verify-2001-2n-clx:
478         - 93  # Soak
479         - 94  # Soak
480
481     plot-dpdk-throughput-latency-2n-clx:
482       csit-dpdk-perf-verify-2001-2n-clx:
483         - 15  # NDRPDR sel
484         - 16  # NDRPDR sel
485         - 17  # NDRPDR sel
486         - 18  # NDRPDR sel
487         - 19  # NDRPDR sel
488         - 20  # NDRPDR sel
489         - 21  # NDRPDR sel
490         - 22  # NDRPDR sel
491         - 23  # NDRPDR sel
492         - 24  # NDRPDR sel
493         - 25  # NDRPDR sel
494         - 26  # NDRPDR sel
495         - 27  # NDRPDR sel
496         - 28  # NDRPDR sel
497         - 29  # NDRPDR sel
498         - 30  # NDRPDR sel
499         - 31  # NDRPDR sel
500         - 32  # NDRPDR sel
501         - 33  # NDRPDR sel
502         - 34  # NDRPDR sel
503
504
505     plot-dpdk-hdrh-lat-2n-clx:
506       csit-dpdk-perf-verify-2001-2n-clx:
507         - 15  # NDRPDR sel
508
509     # 3n-tsh
510
511     plot-vpp-throughput-lat-tsa-3n-tsh:
512       csit-vpp-perf-verify-2001-3n-tsh:
513         - 3   # NDRPDR sel
514         - 4   # NDRPDR sel
515         - 7   # NDRPDR sel
516         - 8   # NDRPDR sel
517         - 10  # NDRPDR sel
518         - 12  # NDRPDR sel
519         - 13  # NDRPDR sel
520         - 14  # NDRPDR sel
521         - 15  # NDRPDR sel
522         - 21  # NDRPDR sel
523
524     plot-vpp-hdrh-lat-3n-tsh:
525       csit-vpp-perf-verify-2001-3n-tsh:
526         - 10  # NDRPDR sel
527
528     plot-dpdk-throughput-latency-3n-tsh:
529       csit-dpdk-perf-verify-2001-3n-tsh:
530         - 3   # NDRPDR sel
531         - 4   # NDRPDR sel
532         - 5   # NDRPDR sel
533         - 9   # NDRPDR sel
534         - 10  # NDRPDR sel
535         - 11  # NDRPDR sel
536         - 12  # NDRPDR sel
537         - 14  # NDRPDR sel
538         - 15  # NDRPDR sel
539         - 18  # NDRPDR sel
540
541     plot-dpdk-hdrh-lat-3n-tsh:
542       csit-dpdk-perf-verify-2001-3n-tsh:
543         - 3   # NDRPDR sel
544
545     # 3n-dnv
546
547     plot-vpp-throughput-lat-tsa-3n-dnv:
548       csit-vpp-perf-verify-2001-3n-dnv:
549         - 5   # NDRPDR sel
550         - 6   # NDRPDR sel
551         - 7   # NDRPDR sel
552         - 8   # NDRPDR sel
553         - 9   # NDRPDR sel
554         - 10  # NDRPDR sel
555         - 12  # NDRPDR sel
556         - 16  # NDRPDR sel
557         - 17  # NDRPDR sel
558         - 18  # NDRPDR sel
559
560     plot-dpdk-throughput-latency-3n-dnv:
561       csit-dpdk-perf-verify-2001-3n-dnv:
562         - 12  # NDRPDR sel
563         - 13  # NDRPDR sel
564         - 14  # NDRPDR sel
565         - 15  # NDRPDR sel
566         - 16  # NDRPDR sel
567         - 17  # NDRPDR sel
568         - 18  # NDRPDR sel
569         - 19  # NDRPDR sel
570         - 20  # NDRPDR sel
571         - 22  # NDRPDR sel
572
573     # 2n-dnv
574
575     plot-vpp-throughput-lat-tsa-2n-dnv:
576       csit-vpp-perf-verify-2001-2n-dnv:
577         - 4   # NDRPDR sel
578         - 5   # NDRPDR sel
579         - 6   # NDRPDR sel
580         - 7   # NDRPDR sel
581         - 8   # NDRPDR sel
582         - 9   # NDRPDR sel
583         - 10  # NDRPDR sel
584         - 11  # NDRPDR sel
585         - 13  # NDRPDR sel
586         - 16  # NDRPDR sel
587
588     plot-dpdk-throughput-latency-2n-dnv:
589       csit-dpdk-perf-verify-2001-2n-dnv:
590         - 9   # NDRPDR sel
591         - 10  # NDRPDR sel
592         - 11  # NDRPDR sel
593         - 12  # NDRPDR sel
594         - 13  # NDRPDR sel
595         - 14  # NDRPDR sel
596         - 15  # NDRPDR sel
597         - 16  # NDRPDR sel
598         - 17  # NDRPDR sel
599         - 18  # NDRPDR sel
600
601     ###########################################################################
602     # Simple tables (only one data set):
603
604     # NIC Comparisons
605
606     vpp-nic-comparison-3n-skx:
607       # TODO: Add the data
608       csit-vpp-perf-verify-2001-3n-skx:
609         - 45  # NDRPDR sel
610         - 46  # NDRPDR sel
611         - 47  # NDRPDR sel
612         - 48  # NDRPDR sel
613         - 49  # NDRPDR sel
614         - 51  # NDRPDR sel
615         - 52  # NDRPDR sel
616         - 54  # NDRPDR sel addition
617         - 55  # NDRPDR sel addition
618         - 56  # NDRPDR sel addition
619         - 57  # NDRPDR sel addition
620         - 58  # NDRPDR sel addition
621
622     vpp-nic-comparison-2n-skx:
623       csit-vpp-perf-verify-2001-2n-skx:
624         - 92  # NDRPDR sel
625         - 93  # NDRPDR sel
626         - 94  # NDRPDR sel
627         - 95  # NDRPDR sel
628         - 96  # NDRPDR sel
629         - 97  # NDRPDR sel
630         - 98  # NDRPDR sel
631         - 99  # NDRPDR sel
632         - 100 # NDRPDR sel
633         - 102 # NDRPDR sel
634         - 129 # NDRPDR sel addition
635         - 130 # NDRPDR sel addition
636         - 131 # NDRPDR sel addition
637         - 132 # NDRPDR sel addition
638         - 133 # NDRPDR sel addition
639         - 134 # NDRPDR sel addition
640         - 135 # NDRPDR sel addition
641         - 136 # NDRPDR sel addition
642         - 137 # NDRPDR sel addition
643         - 138 # NDRPDR sel addition
644
645     vpp-nic-comparison-3n-skx-mrr:
646       csit-vpp-perf-verify-2001-3n-skx:
647         - 50  # MRR sel
648         - 53  # MRR sel addition
649
650     vpp-nic-comparison-2n-skx-mrr:
651       csit-vpp-perf-verify-2001-2n-skx:
652         - 101 # MRR sel
653         - 128 # MRR sel addition
654
655     # Results
656
657     vpp-perf-results-3n-hsw:
658       csit-vpp-perf-verify-2001-3n-hsw:
659         - 18  # NDRPDR full
660         - 20  # NDRPDR full
661         - 28  # NDRPDR full
662         - 35  # NDRPDR full
663         - 42  # NDRPDR full
664         - 46  # NDRPDR full
665         - 47  # NDRPDR full
666         - 48  # NDRPDR full
667         - 49  # NDRPDR full
668         - 50  # NDRPDR full
669         - 51  # NDRPDR full
670         - 52  # NDRPDR full
671         - 53  # NDRPDR full
672         - 54  # NDRPDR full
673         - 55  # NDRPDR full
674         - 56  # NDRPDR full
675         - 57  # NDRPDR full
676         - 58  # NDRPDR full
677         - 59  # NDRPDR full
678         - 61  # NDRPDR full
679         - 62  # NDRPDR full
680         - 63  # NDRPDR full
681         - 64  # NDRPDR full
682         - 65  # NDRPDR full
683         - 67  # NDRPDR full
684         - 70  # NDRPDR full
685         - 72  # NDRPDR full
686         - 73  # NDRPDR full
687         - 76  # NDRPDR full
688         - 77  # NDRPDR full
689         - 78  # NDRPDR full
690         - 79  # NDRPDR full
691         - 81  # NDRPDR full
692         - 82  # NDRPDR full
693         - 84  # NDRPDR full
694         - 85  # NDRPDR full
695
696     vpp-perf-results-3n-skx:
697       # TODO: Replace
698       csit-vpp-perf-verify-2001-3n-skx:
699         - 47  # NDRPDR sel
700         - 54  # NDRPDR sel addition
701
702     vpp-perf-results-2n-skx:
703       csit-vpp-perf-verify-2001-2n-skx:
704         # TODO: Replace
705         - 92  # NDRPDR sel
706
707     vpp-perf-results-2n-clx:
708       csit-vpp-perf-verify-2001-2n-clx:
709         - 53  # NDRPDR full
710         - 54  # NDRPDR full
711         - 55  # NDRPDR full
712         - 56  # NDRPDR full
713         - 57  # NDRPDR full
714         - 58  # NDRPDR full
715         - 59  # NDRPDR full
716         - 60  # NDRPDR full
717         - 61  # NDRPDR full
718         - 62  # NDRPDR full
719         - 63  # NDRPDR full
720         - 64  # NDRPDR full
721         - 65  # NDRPDR full
722         - 66  # NDRPDR full
723         - 67  # NDRPDR full
724
725     vpp-perf-results-3n-tsh:
726       csit-vpp-perf-verify-2001-3n-tsh:
727         - 10  # NDRPDR sel
728
729     vpp-perf-results-3n-dnv:
730       csit-vpp-perf-verify-2001-3n-dnv:
731         - 19  # NDRPDR full
732         - 20  # NDRPDR full
733         - 21  # NDRPDR full
734         - 22  # NDRPDR full
735         - 23  # NDRPDR full
736         - 24  # NDRPDR full
737         - 25  # NDRPDR full
738         - 26  # NDRPDR full
739         - 37  # NDRPDR full
740         - 38  # NDRPDR full
741         - 39  # NDRPDR full
742
743     vpp-perf-results-2n-dnv:
744       csit-vpp-perf-verify-2001-2n-dnv:
745         - 21  # NDRPDR full
746         - 22  # NDRPDR full
747         - 25  # NDRPDR full
748         - 26  # NDRPDR full
749         - 27  # NDRPDR full
750         - 28  # NDRPDR full
751
752     vpp-mrr-results-3n-hsw:
753       csit-vpp-perf-verify-2001-3n-hsw:
754         - 17  # MRR sel
755
756     vpp-mrr-results-3n-skx:
757       csit-vpp-perf-verify-2001-3n-skx:
758         - 50  # MRR sel
759         - 53  # MRR sel addition
760
761     vpp-mrr-results-2n-skx:
762       csit-vpp-perf-verify-2001-2n-skx:
763         - 101 # MRR sel
764         - 128 # MRR sel addition
765
766     vpp-mrr-results-2n-clx:
767       csit-vpp-perf-verify-2001-2n-clx:
768         - 39  # MRR
769
770     vpp-mrr-results-3n-tsh:
771       csit-vpp-perf-verify-2001-3n-tsh:
772         - 9   # MRR sel
773
774     vpp-mrr-results-3n-dnv:
775       csit-vpp-perf-verify-2001-3n-dnv:
776         - 11  # MRR sel
777
778     vpp-mrr-results-2n-dnv:
779       csit-vpp-perf-verify-2001-2n-dnv:
780         - 12  # MRR sel
781
782     vpp-device-results-ubuntu:
783       csit-vpp-device-2001-ubuntu1804-1n-skx:
784         - 57
785
786     dpdk-perf-results-3n-hsw:
787       csit-dpdk-perf-verify-2001-3n-hsw:
788         - 25  # NDRPDR full
789         - 26  # NDRPDR full
790
791     dpdk-perf-results-3n-skx:
792       csit-dpdk-perf-verify-2001-3n-skx:
793         - 29  # NDRPDR sel xxv710
794         - 30  # NDRPDR sel x710
795
796     dpdk-perf-results-2n-skx:
797       csit-dpdk-perf-verify-2001-2n-skx:
798         - 35  # NDRPDR sel xxv710
799         - 38  # NDRPDR sel x710
800
801     dpdk-perf-results-2n-clx:
802       csit-dpdk-perf-verify-2001-2n-clx:
803         - 15  # NDRPDR sel
804         - 34  # NDRPDR sel
805
806     dpdk-perf-results-2n-dnv:
807       csit-dpdk-perf-verify-2001-2n-dnv:
808         - 16  # NDRPDR sel
809
810     dpdk-perf-results-3n-dnv:
811       csit-dpdk-perf-verify-2001-3n-dnv:
812         - 12  # NDRPDR sel
813
814     dpdk-perf-results-3n-tsh:
815       csit-dpdk-perf-verify-2001-3n-tsh:
816         - 3   # NDRPDR sel
817
818 ###########################################################################
819     # Tables (more than one data set)
820
821     # Performance changes
822
823     vpp-performance-changes-3n-hsw-h1:
824       csit-vpp-perf-verify-1904-3n-hsw:
825         - 11  # NDRPDR sel
826         - 12  # NDRPDR sel
827         - 20  # NDRPDR sel
828         - 21  # NDRPDR sel
829         - 23  # NDRPDR sel
830         - 24  # NDRPDR sel
831         - 25  # NDRPDR sel
832         - 26  # NDRPDR sel
833         - 29  # NDRPDR sel
834         - 30  # NDRPDR sel
835     vpp-performance-changes-3n-hsw-ref:
836       csit-vpp-perf-verify-1908-3n-hsw:
837         - 12  # NDRPDR sel
838         - 13  # NDRPDR sel
839         - 14  # NDRPDR sel
840         - 15  # NDRPDR sel
841         - 16  # NDRPDR sel
842         - 17  # NDRPDR sel
843         - 18  # NDRPDR sel
844         - 19  # NDRPDR sel
845         - 20  # NDRPDR sel
846         - 21  # NDRPDR sel
847     vpp-performance-changes-3n-hsw-cmp:
848       csit-vpp-perf-verify-2001-3n-hsw:
849         - 21  # NDRPDR sel
850         - 22  # NDRPDR sel
851         - 23  # NDRPDR sel
852         - 24  # NDRPDR sel
853         - 25  # NDRPDR sel
854         - 29  # NDRPDR sel
855         - 30  # NDRPDR sel
856         - 31  # NDRPDR sel
857         - 32  # NDRPDR sel
858         - 34  # NDRPDR sel
859     vpp-performance-changes-3n-hsw:
860       - "vpp-performance-changes-3n-hsw-h1"
861       - "vpp-performance-changes-3n-hsw-ref"
862       - "vpp-performance-changes-3n-hsw-cmp"
863
864     vpp-performance-changes-3n-skx-h1:
865       csit-vpp-perf-verify-1904-3n-skx:
866         - 8   # NDRPDR sel
867         - 9   # NDRPDR sel
868         - 10  # NDRPDR sel
869         - 11  # NDRPDR sel
870         - 12  # NDRPDR sel
871         - 14  # NDRPDR sel
872         - 16  # NDRPDR sel
873         - 21  # NDRPDR sel
874         - 23  # NDRPDR sel
875         - 25  # NDRPDR sel
876     vpp-performance-changes-3n-skx-ref:
877       csit-vpp-perf-verify-1908-3n-skx:
878         - 14  # NDRPDR sel
879         - 16  # NDRPDR sel
880         - 19  # NDRPDR sel
881         - 20  # NDRPDR sel
882         - 22  # NDRPDR sel
883         - 23  # NDRPDR sel
884         - 24  # NDRPDR sel
885         - 25  # NDRPDR sel
886         - 26  # NDRPDR sel
887         - 29  # NDRPDR sel
888     vpp-performance-changes-3n-skx-cmp:
889       # TODO: Add the data
890       csit-vpp-perf-verify-2001-3n-skx:
891         - 45  # NDRPDR sel
892         - 46  # NDRPDR sel
893         - 47  # NDRPDR sel
894         - 48  # NDRPDR sel
895         - 49  # NDRPDR sel
896         - 51  # NDRPDR sel
897         - 52  # NDRPDR sel
898         - 54  # NDRPDR sel addition
899         - 55  # NDRPDR sel addition
900         - 56  # NDRPDR sel addition
901         - 57  # NDRPDR sel addition
902         - 58  # NDRPDR sel addition
903     vpp-performance-changes-3n-skx:
904       - "vpp-performance-changes-3n-skx-h1"
905       - "vpp-performance-changes-3n-skx-ref"
906       - "vpp-performance-changes-3n-skx-cmp"
907
908     vpp-performance-changes-2n-skx-h1:
909       csit-vpp-perf-verify-1904-2n-skx:
910         - 12  # NDRPDR sel
911         - 14  # NDRPDR sel
912         - 16  # NDRPDR sel
913         - 17  # NDRPDR sel
914         - 18  # NDRPDR sel
915         - 21  # NDRPDR sel
916         - 27  # NDRPDR sel
917         - 30  # NDRPDR sel
918         - 31  # NDRPDR sel
919         - 32  # NDRPDR sel
920     vpp-performance-changes-2n-skx-ref:
921       csit-vpp-perf-verify-1908-2n-skx:
922         - 26  # NDRPDR sel
923         - 27  # NDRPDR sel
924         - 34  # NDRPDR sel
925         - 35  # NDRPDR sel
926         - 36  # NDRPDR sel
927         - 42  # NDRPDR sel
928         - 43  # NDRPDR sel
929         - 44  # NDRPDR sel
930         - 45  # NDRPDR sel
931         - 46  # NDRPDR sel
932     vpp-performance-changes-2n-skx-cmp:
933       csit-vpp-perf-verify-2001-2n-skx:
934         - 92  # NDRPDR sel
935         - 93  # NDRPDR sel
936         - 94  # NDRPDR sel
937         - 95  # NDRPDR sel
938         - 96  # NDRPDR sel
939         - 97  # NDRPDR sel
940         - 98  # NDRPDR sel
941         - 99  # NDRPDR sel
942         - 100 # NDRPDR sel
943         - 102 # NDRPDR sel
944         - 129 # NDRPDR sel addition
945         - 130 # NDRPDR sel addition
946         - 131 # NDRPDR sel addition
947         - 132 # NDRPDR sel addition
948         - 133 # NDRPDR sel addition
949         - 134 # NDRPDR sel addition
950         - 135 # NDRPDR sel addition
951         - 136 # NDRPDR sel addition
952         - 137 # NDRPDR sel addition
953         - 138 # NDRPDR sel addition
954     vpp-performance-changes-2n-skx:
955       - "vpp-performance-changes-2n-skx-h1"
956       - "vpp-performance-changes-2n-skx-ref"
957       - "vpp-performance-changes-2n-skx-cmp"
958
959     vpp-performance-changes-nfv-2n-skx-ref:
960       csit-vpp-perf-verify-1908-2n-skx:
961         - 22  # NFV
962         - 31  # NFV
963         - 32  # NFV
964     vpp-performance-changes-nfv-2n-skx-cmp:
965       # TODO: Add the data
966       csit-vpp-perf-verify-2001-2n-skx:
967         - 30  # NFV
968         - 31  # NFV
969     vpp-performance-changes-nfv-2n-skx:
970       - "vpp-performance-changes-nfv-2n-skx-ref"
971       - "vpp-performance-changes-nfv-2n-skx-cmp"
972
973     vpp-performance-changes-2n-dnv-ref:
974       csit-vpp-perf-verify-1908-2n-dnv:
975         - 1   # NDRPDR sel
976         - 2   # NDRPDR sel
977         - 3   # NDRPDR sel
978         - 4   # NDRPDR sel
979         - 5   # NDRPDR sel
980         - 6   # NDRPDR sel
981         - 7   # NDRPDR sel
982         - 8   # NDRPDR sel
983         - 9   # NDRPDR sel
984         - 10  # NDRPDR sel
985     vpp-performance-changes-2n-dnv-cmp:
986       csit-vpp-perf-verify-2001-2n-dnv:
987         - 4   # NDRPDR sel
988         - 5   # NDRPDR sel
989         - 6   # NDRPDR sel
990         - 7   # NDRPDR sel
991         - 8   # NDRPDR sel
992         - 9   # NDRPDR sel
993         - 10  # NDRPDR sel
994         - 11  # NDRPDR sel
995         - 13  # NDRPDR sel
996         - 16  # NDRPDR sel
997     vpp-performance-changes-2n-dnv:
998       - "vpp-performance-changes-2n-dnv-ref"
999       - "vpp-performance-changes-2n-dnv-cmp"
1000
1001     vpp-performance-changes-3n-dnv-ref:
1002       csit-vpp-perf-verify-1908-3n-dnv:
1003         - 6   # NDRPDR sel
1004         - 7   # NDRPDR sel
1005         - 8   # NDRPDR sel
1006         - 9   # NDRPDR sel
1007         - 10  # NDRPDR sel
1008         - 12  # NDRPDR sel
1009         - 13  # NDRPDR sel
1010         - 14  # NDRPDR sel
1011         - 15  # NDRPDR sel
1012         - 16  # NDRPDR sel
1013     vpp-performance-changes-3n-dnv-cmp:
1014       csit-vpp-perf-verify-2001-3n-dnv:
1015         - 5   # NDRPDR sel
1016         - 6   # NDRPDR sel
1017         - 7   # NDRPDR sel
1018         - 8   # NDRPDR sel
1019         - 9   # NDRPDR sel
1020         - 10  # NDRPDR sel
1021         - 12  # NDRPDR sel
1022         - 16  # NDRPDR sel
1023         - 17  # NDRPDR sel
1024         - 18  # NDRPDR sel
1025     vpp-performance-changes-3n-dnv:
1026       - "vpp-performance-changes-3n-dnv-ref"
1027       - "vpp-performance-changes-3n-dnv-cmp"
1028
1029     vpp-performance-changes-3n-tsh-ref:
1030       csit-vpp-perf-verify-1908-3n-tsh:
1031         - 7   # NDRPDR sel
1032         - 8   # NDRPDR sel
1033         - 9   # NDRPDR sel
1034         - 10  # NDRPDR sel
1035         - 11  # NDRPDR sel
1036         - 12  # NDRPDR sel
1037         - 13  # NDRPDR sel
1038         - 14  # NDRPDR sel
1039         - 15  # NDRPDR sel
1040         - 16  # NDRPDR sel
1041     vpp-performance-changes-3n-tsh-cmp:
1042       csit-vpp-perf-verify-2001-3n-tsh:
1043         - 3   # NDRPDR sel
1044         - 4   # NDRPDR sel
1045         - 7   # NDRPDR sel
1046         - 8   # NDRPDR sel
1047         - 10  # NDRPDR sel
1048         - 12  # NDRPDR sel
1049         - 13  # NDRPDR sel
1050         - 14  # NDRPDR sel
1051         - 15  # NDRPDR sel
1052         - 21  # NDRPDR sel
1053     vpp-performance-changes-3n-tsh:
1054       - "vpp-performance-changes-3n-tsh-ref"
1055       - "vpp-performance-changes-3n-tsh-cmp"
1056
1057     vpp-soak-vs-ndr-2n-skx-ref:
1058       csit-vpp-perf-verify-2001-2n-skx:
1059         - 92  # NDRPDR sel
1060         - 93  # NDRPDR sel
1061         - 94  # NDRPDR sel
1062         - 95  # NDRPDR sel
1063         - 96  # NDRPDR sel
1064         - 97  # NDRPDR sel
1065         - 98  # NDRPDR sel
1066         - 99  # NDRPDR sel
1067         - 100 # NDRPDR sel
1068         - 102 # NDRPDR sel
1069         - 129 # NDRPDR sel addition
1070         - 130 # NDRPDR sel addition
1071         - 131 # NDRPDR sel addition
1072         - 132 # NDRPDR sel addition
1073         - 133 # NDRPDR sel addition
1074         - 134 # NDRPDR sel addition
1075         - 135 # NDRPDR sel addition
1076         - 136 # NDRPDR sel addition
1077         - 137 # NDRPDR sel addition
1078         - 138 # NDRPDR sel addition
1079     vpp-soak-vs-ndr-2n-skx-cmp:
1080       # TODO: Replace
1081       # csit-vpp-perf-verify-2001-2n-skx:
1082       csit-vpp-perf-verify-1908-2n-skx:
1083         - 83  # SOAK
1084         - 86  # SOAK
1085     vpp-soak-vs-ndr-2n-skx:
1086       csit-vpp-perf-verify-2001-2n-skx:
1087         - 92  # NDRPDR sel
1088         - 93  # NDRPDR sel
1089         - 94  # NDRPDR sel
1090         - 95  # NDRPDR sel
1091         - 96  # NDRPDR sel
1092         - 97  # NDRPDR sel
1093         - 98  # NDRPDR sel
1094         - 99  # NDRPDR sel
1095         - 100 # NDRPDR sel
1096         - 102 # NDRPDR sel
1097         - 129 # NDRPDR sel addition
1098         - 130 # NDRPDR sel addition
1099         - 131 # NDRPDR sel addition
1100         - 132 # NDRPDR sel addition
1101         - 133 # NDRPDR sel addition
1102         - 134 # NDRPDR sel addition
1103         - 135 # NDRPDR sel addition
1104         - 136 # NDRPDR sel addition
1105         - 137 # NDRPDR sel addition
1106         - 138 # NDRPDR sel addition
1107         - 83  # SOAK
1108         - 86  # SOAK
1109
1110     vpp-soak-vs-ndr-2n-clx-ref:
1111       csit-vpp-perf-verify-2001-2n-clx:
1112         - 28  # NDRPDR sel
1113         - 29  # NDRPDR sel
1114         - 32  # NDRPDR sel
1115         - 40  # NDRPDR sel
1116         - 43  # NDRPDR sel
1117         - 44  # NDRPDR sel
1118         - 45  # NDRPDR sel
1119         - 47  # NDRPDR sel
1120         - 48  # NDRPDR sel
1121         - 49  # NDRPDR sel
1122     vpp-soak-vs-ndr-2n-clx-cmp:
1123       csit-vpp-perf-verify-2001-2n-clx:
1124         - 93  # SOAK
1125         - 94  # Soak
1126     vpp-soak-vs-ndr-2n-clx:
1127       csit-vpp-perf-verify-2001-2n-clx:
1128         - 28  # NDRPDR sel
1129         - 29  # NDRPDR sel
1130         - 32  # NDRPDR sel
1131         - 40  # NDRPDR sel
1132         - 43  # NDRPDR sel
1133         - 44  # NDRPDR sel
1134         - 45  # NDRPDR sel
1135         - 47  # NDRPDR sel
1136         - 48  # NDRPDR sel
1137         - 49  # NDRPDR sel
1138         - 93  # SOAK
1139         - 94  # Soak
1140
1141     vpp-performance-changes-3n-hsw-mrr-h1:
1142       csit-vpp-perf-verify-1904-3n-hsw:
1143         - 9   # MRR sel
1144     vpp-performance-changes-3n-hsw-mrr-ref:
1145       csit-vpp-perf-verify-1908-3n-hsw:
1146         - 39  # MRR sel
1147     vpp-performance-changes-3n-hsw-mrr-cmp:
1148       csit-vpp-perf-verify-2001-3n-hsw:
1149         - 17  # MRR sel
1150     vpp-performance-changes-3n-hsw-mrr:
1151       - "vpp-performance-changes-3n-hsw-mrr-h1"
1152       - "vpp-performance-changes-3n-hsw-mrr-ref"
1153       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1154
1155     vpp-performance-changes-3n-skx-mrr-h1:
1156       csit-vpp-perf-verify-1904-3n-skx:
1157         - 7   # MRR sel
1158     vpp-performance-changes-3n-skx-mrr-ref:
1159       csit-vpp-perf-verify-1908-3n-skx:
1160         - 36  # MRR sel
1161     vpp-performance-changes-3n-skx-mrr-cmp:
1162       csit-vpp-perf-verify-2001-3n-skx:
1163         - 50  # MRR sel
1164         - 53  # MRR sel addition
1165     vpp-performance-changes-3n-skx-mrr:
1166       - "vpp-performance-changes-3n-skx-mrr-h1"
1167       - "vpp-performance-changes-3n-skx-mrr-ref"
1168       - "vpp-performance-changes-3n-skx-mrr-cmp"
1169
1170     vpp-performance-changes-2n-skx-mrr-h1:
1171       csit-vpp-perf-verify-1904-2n-skx:
1172         - 11  # MRR sel
1173     vpp-performance-changes-2n-skx-mrr-ref:
1174       csit-vpp-perf-verify-1908-2n-skx:
1175         - 69  # MRR sel
1176     vpp-performance-changes-2n-skx-mrr-cmp:
1177       csit-vpp-perf-verify-2001-2n-skx:
1178         - 101 # MRR sel
1179         - 128 # MRR sel addition
1180     vpp-performance-changes-2n-skx-mrr:
1181       - "vpp-performance-changes-2n-skx-mrr-h1"
1182       - "vpp-performance-changes-2n-skx-mrr-ref"
1183       - "vpp-performance-changes-2n-skx-mrr-cmp"
1184
1185     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1186       csit-vpp-perf-verify-1908-2n-skx:
1187         - 71  # NFV MRR
1188     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1189       # TODO: Replace
1190       # csit-vpp-perf-verify-2001-2n-skx:
1191       csit-vpp-perf-verify-1908-2n-skx:
1192         - 71  # NFV MRR
1193     vpp-performance-changes-nfv-2n-skx-mrr:
1194       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1195       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1196
1197     vpp-performance-changes-2n-dnv-mrr-ref:
1198       csit-vpp-perf-verify-1908-2n-dnv:
1199         - 11  # MRR sel
1200     vpp-performance-changes-2n-dnv-mrr-cmp:
1201       csit-vpp-perf-verify-2001-2n-dnv:
1202         - 12  # MRR sel
1203     vpp-performance-changes-2n-dnv-mrr:
1204       - "vpp-performance-changes-2n-dnv-mrr-ref"
1205       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1206
1207     vpp-performance-changes-3n-dnv-mrr-ref:
1208       csit-vpp-perf-verify-1908-3n-dnv:
1209         - 17  # MRR sel
1210     vpp-performance-changes-3n-dnv-mrr-cmp:
1211       csit-vpp-perf-verify-2001-3n-dnv:
1212         - 11  # MRR sel
1213     vpp-performance-changes-3n-dnv-mrr:
1214       - "vpp-performance-changes-3n-dnv-mrr-ref"
1215       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1216
1217     vpp-performance-changes-3n-tsh-mrr-ref:
1218       csit-vpp-perf-verify-1908-3n-tsh:
1219         - 17  # MRR sel
1220     vpp-performance-changes-3n-tsh-mrr-cmp:
1221       csit-vpp-perf-verify-2001-3n-tsh:
1222         - 9   # MRR sel
1223     vpp-performance-changes-3n-tsh-mrr:
1224       - "vpp-performance-changes-3n-tsh-mrr-ref"
1225       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1226
1227     dpdk-performance-changes-3n-hsw-h1:
1228       csit-dpdk-perf-verify-1904-3n-hsw:
1229         - 2   # NDRPDR sel
1230         - 3   # NDRPDR sel
1231         - 5   # NDRPDR sel
1232         - 6   # NDRPDR sel
1233         - 13  # NDRPDR sel
1234         - 14  # NDRPDR sel
1235         - 15  # NDRPDR sel
1236         - 18  # NDRPDR sel
1237         - 19  # NDRPDR sel
1238         - 20  # NDRPDR sel
1239     dpdk-performance-changes-3n-hsw-ref:
1240       csit-dpdk-perf-verify-1908-3n-hsw:
1241         - 2   # NDRPDR sel
1242         - 3   # NDRPDR sel
1243         - 4   # NDRPDR sel
1244         - 5   # NDRPDR sel
1245         - 6   # NDRPDR sel
1246         - 7   # NDRPDR sel
1247         - 8   # NDRPDR sel
1248         - 9   # NDRPDR sel
1249         - 10  # NDRPDR sel
1250         - 11  # NDRPDR sel
1251     dpdk-performance-changes-3n-hsw-cmp:
1252       csit-dpdk-perf-verify-2001-3n-hsw:
1253 #        - 4   # NDRPDR sel
1254 #        - 5   # NDRPDR sel
1255 #        - 6   # NDRPDR sel
1256 #        - 7   # NDRPDR sel
1257 #        - 8   # NDRPDR sel
1258 #        - 9   # NDRPDR sel
1259 #        - 10  # NDRPDR sel
1260 #        - 11  # NDRPDR sel
1261 #        - 12  # NDRPDR sel
1262 #        - 13  # NDRPDR sel
1263         - 15  # NDRPDR sel
1264         - 16  # NDRPDR sel
1265         - 17  # NDRPDR sel
1266         - 18  # NDRPDR sel
1267         - 19  # NDRPDR sel
1268         - 20  # NDRPDR sel
1269         - 21  # NDRPDR sel
1270         - 22  # NDRPDR sel
1271         - 23  # NDRPDR sel
1272         - 24  # NDRPDR sel
1273     dpdk-performance-changes-3n-hsw:
1274       - "dpdk-performance-changes-3n-hsw-h1"
1275       - "dpdk-performance-changes-3n-hsw-ref"
1276       - "dpdk-performance-changes-3n-hsw-cmp"
1277
1278     dpdk-performance-changes-3n-skx-h1:
1279       csit-dpdk-perf-verify-1904-3n-skx:
1280         - 2   # NDRPDR sel
1281         - 3   # NDRPDR sel
1282         - 4   # NDRPDR sel
1283         - 5   # NDRPDR sel
1284         - 6   # NDRPDR sel
1285         - 7   # NDRPDR sel
1286         - 11  # NDRPDR sel
1287         - 12  # NDRPDR sel
1288         - 13  # NDRPDR sel
1289         - 14  # NDRPDR sel
1290     dpdk-performance-changes-3n-skx-ref:
1291       csit-dpdk-perf-verify-1908-3n-skx:
1292         - 3   # NDRPDR sel
1293         - 4   # NDRPDR sel
1294         - 5   # NDRPDR sel
1295         - 6   # NDRPDR sel
1296         - 7   # NDRPDR sel
1297         - 8   # NDRPDR sel
1298         - 9   # NDRPDR sel
1299         - 10  # NDRPDR sel
1300         - 11  # NDRPDR sel
1301         - 12  # NDRPDR sel
1302     dpdk-performance-changes-3n-skx-cmp:
1303       csit-dpdk-perf-verify-2001-3n-skx:
1304         - 29  # NDRPDR sel xxv710
1305         - 33  # NDRPDR sel xxv710
1306         - 34  # NDRPDR sel xxv710
1307         - 35  # NDRPDR sel xxv710
1308         - 36  # NDRPDR sel xxv710
1309         - 37  # NDRPDR sel xxv710
1310         - 41  # NDRPDR sel xxv710
1311         - 42  # NDRPDR sel xxv710
1312         - 43  # NDRPDR sel xxv710
1313         - 45  # NDRPDR sel xxv710
1314         - 30  # NDRPDR sel x710
1315         - 31  # NDRPDR sel x710
1316         - 32  # NDRPDR sel x710
1317         - 38  # NDRPDR sel x710
1318         - 39  # NDRPDR sel x710
1319         - 40  # NDRPDR sel x710
1320         - 44  # NDRPDR sel x710
1321         - 46  # NDRPDR sel x710
1322         - 47  # NDRPDR sel x710
1323         - 48  # NDRPDR sel x710
1324     dpdk-performance-changes-3n-skx:
1325       - "dpdk-performance-changes-3n-skx-h1"
1326       - "dpdk-performance-changes-3n-skx-ref"
1327       - "dpdk-performance-changes-3n-skx-cmp"
1328
1329     dpdk-performance-changes-2n-skx-h1:
1330       csit-dpdk-perf-verify-1904-2n-skx:
1331         - 2   # NDRPDR sel
1332         - 3   # NDRPDR sel
1333         - 4   # NDRPDR sel
1334         - 5   # NDRPDR sel
1335         - 7   # NDRPDR sel
1336         - 8   # NDRPDR sel
1337         - 9   # NDRPDR sel
1338         - 10  # NDRPDR sel
1339         - 11  # NDRPDR sel
1340         - 12  # NDRPDR sel
1341     dpdk-performance-changes-2n-skx-ref:
1342       csit-dpdk-perf-verify-1908-2n-skx:
1343         - 2   # NDRPDR sel
1344         - 3   # NDRPDR sel
1345         - 4   # NDRPDR sel
1346         - 5   # NDRPDR sel
1347         - 7   # NDRPDR sel
1348         - 8   # NDRPDR sel
1349         - 9   # NDRPDR sel
1350         - 10  # NDRPDR sel
1351         - 11  # NDRPDR sel
1352         - 12  # NDRPDR sel
1353     dpdk-performance-changes-2n-skx-cmp:
1354       csit-dpdk-perf-verify-2001-2n-skx:
1355         - 35  # NDRPDR sel xxv710
1356         - 36  # NDRPDR sel xxv710
1357         - 37  # NDRPDR sel xxv710
1358         - 41  # NDRPDR sel xxv710
1359         - 42  # NDRPDR sel xxv710
1360         - 43  # NDRPDR sel xxv710
1361         - 46  # NDRPDR sel xxv710
1362         - 47  # NDRPDR sel xxv710
1363         - 52  # NDRPDR sel xxv710
1364         - 53  # NDRPDR sel xxv710
1365         - 38  # NDRPDR sel x710
1366         - 39  # NDRPDR sel x710
1367         - 40  # NDRPDR sel x710
1368         - 44  # NDRPDR sel x710
1369         - 45  # NDRPDR sel x710
1370         - 48  # NDRPDR sel x710
1371         - 49  # NDRPDR sel x710
1372         - 50  # NDRPDR sel x710
1373         - 51  # NDRPDR sel x710
1374         - 54  # NDRPDR sel x710
1375     dpdk-performance-changes-2n-skx:
1376       - "dpdk-performance-changes-2n-skx-h1"
1377       - "dpdk-performance-changes-2n-skx-ref"
1378       - "dpdk-performance-changes-2n-skx-cmp"
1379
1380     # Compare testbeds
1381
1382     vpp-compare-testbeds-ref:
1383       csit-vpp-perf-verify-2001-3n-hsw:
1384         - 21  # NDRPDR sel
1385         - 22  # NDRPDR sel
1386         - 23  # NDRPDR sel
1387         - 24  # NDRPDR sel
1388         - 25  # NDRPDR sel
1389         - 29  # NDRPDR sel
1390         - 30  # NDRPDR sel
1391         - 31  # NDRPDR sel
1392         - 32  # NDRPDR sel
1393         - 34  # NDRPDR sel
1394     vpp-compare-testbeds-cmp:
1395       # TODO: Add the data
1396       csit-vpp-perf-verify-2001-3n-skx:
1397         - 45  # NDRPDR sel
1398         - 46  # NDRPDR sel
1399         - 47  # NDRPDR sel
1400         - 48  # NDRPDR sel
1401         - 49  # NDRPDR sel
1402         - 51  # NDRPDR sel
1403         - 52  # NDRPDR sel
1404         - 54  # NDRPDR sel addition
1405         - 55  # NDRPDR sel addition
1406         - 56  # NDRPDR sel addition
1407         - 57  # NDRPDR sel addition
1408         - 58  # NDRPDR sel addition
1409     vpp-compare-testbeds:
1410       - "vpp-compare-testbeds-ref"
1411       - "vpp-compare-testbeds-cmp"
1412
1413     vpp-compare-testbeds-skx-clx-ref:
1414       csit-vpp-perf-verify-2001-2n-skx:
1415         - 92  # NDRPDR sel
1416         - 93  # NDRPDR sel
1417         - 94  # NDRPDR sel
1418         - 95  # NDRPDR sel
1419         - 96  # NDRPDR sel
1420         - 97  # NDRPDR sel
1421         - 98  # NDRPDR sel
1422         - 99  # NDRPDR sel
1423         - 100 # NDRPDR sel
1424         - 102 # NDRPDR sel
1425         - 129 # NDRPDR sel addition
1426         - 130 # NDRPDR sel addition
1427         - 131 # NDRPDR sel addition
1428         - 132 # NDRPDR sel addition
1429         - 133 # NDRPDR sel addition
1430         - 134 # NDRPDR sel addition
1431         - 135 # NDRPDR sel addition
1432         - 136 # NDRPDR sel addition
1433         - 137 # NDRPDR sel addition
1434         - 138 # NDRPDR sel addition
1435     vpp-compare-testbeds-skx-clx-cmp:
1436       csit-vpp-perf-verify-2001-2n-clx:
1437         - 28  # NDRPDR sel
1438         - 29  # NDRPDR sel
1439         - 32  # NDRPDR sel
1440         - 40  # NDRPDR sel
1441         - 43  # NDRPDR sel
1442         - 44  # NDRPDR sel
1443         - 45  # NDRPDR sel
1444         - 47  # NDRPDR sel
1445         - 48  # NDRPDR sel
1446         - 49  # NDRPDR sel
1447     vpp-compare-testbeds-skx-clx:
1448       - "vpp-compare-testbeds-skx-clx-ref"
1449       - "vpp-compare-testbeds-skx-clx-cmp"
1450
1451     vpp-compare-testbeds-hsw-clx-ref:
1452       csit-vpp-perf-verify-2001-3n-hsw:
1453         - 21  # NDRPDR sel
1454         - 22  # NDRPDR sel
1455         - 23  # NDRPDR sel
1456         - 24  # NDRPDR sel
1457         - 25  # NDRPDR sel
1458         - 29  # NDRPDR sel
1459         - 30  # NDRPDR sel
1460         - 31  # NDRPDR sel
1461         - 32  # NDRPDR sel
1462         - 34  # NDRPDR sel
1463     vpp-compare-testbeds-hsw-clx-cmp:
1464       csit-vpp-perf-verify-2001-2n-clx:
1465         - 28  # NDRPDR sel
1466         - 29  # NDRPDR sel
1467         - 32  # NDRPDR sel
1468         - 40  # NDRPDR sel
1469         - 43  # NDRPDR sel
1470         - 44  # NDRPDR sel
1471         - 45  # NDRPDR sel
1472         - 47  # NDRPDR sel
1473         - 48  # NDRPDR sel
1474         - 49  # NDRPDR sel
1475     vpp-compare-testbeds-hsw-clx:
1476       - "vpp-compare-testbeds-hsw-clx-ref"
1477       - "vpp-compare-testbeds-hsw-clx-cmp"
1478
1479     vpp-compare-testbeds-mrr-ref:
1480       csit-vpp-perf-verify-2001-3n-hsw:
1481         - 17  # MRR sel
1482     vpp-compare-testbeds-mrr-cmp:
1483       csit-vpp-perf-verify-2001-3n-skx:
1484         - 50  # MRR sel
1485         - 53  # MRR sel addition
1486     vpp-compare-testbeds-mrr:
1487       - "vpp-compare-testbeds-mrr-ref"
1488       - "vpp-compare-testbeds-mrr-cmp"
1489
1490     vpp-compare-testbeds-mrr-skx-clx-ref:
1491       csit-vpp-perf-verify-2001-2n-skx:
1492         - 101 # MRR sel
1493         - 128 # MRR sel addition
1494     vpp-compare-testbeds-mrr-skx-clx-cmp:
1495       csit-vpp-perf-verify-2001-2n-clx:
1496         - 39  # MRR
1497     vpp-compare-testbeds-mrr-skx-clx:
1498       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1499       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1500
1501     vpp-compare-testbeds-mrr-hsw-clx-ref:
1502       csit-vpp-perf-verify-2001-3n-hsw:
1503         - 17  # MRR sel
1504     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1505       csit-vpp-perf-verify-2001-2n-clx:
1506         - 39  # MRR
1507     vpp-compare-testbeds-mrr-hsw-clx:
1508       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1509       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1510
1511     dpdk-compare-testbeds-ref:
1512       csit-dpdk-perf-verify-2001-3n-hsw:
1513         - 4   # NDRPDR sel
1514         - 5   # NDRPDR sel
1515         - 6   # NDRPDR sel
1516         - 7   # NDRPDR sel
1517         - 8   # NDRPDR sel
1518         - 9   # NDRPDR sel
1519         - 10  # NDRPDR sel
1520         - 11  # NDRPDR sel
1521         - 12  # NDRPDR sel
1522         - 13  # NDRPDR sel
1523         - 15  # NDRPDR sel
1524         - 16  # NDRPDR sel
1525         - 17  # NDRPDR sel
1526         - 18  # NDRPDR sel
1527         - 19  # NDRPDR sel
1528         - 20  # NDRPDR sel
1529         - 21  # NDRPDR sel
1530         - 22  # NDRPDR sel
1531         - 23  # NDRPDR sel
1532         - 24  # NDRPDR sel
1533     dpdk-compare-testbeds-cmp:
1534       csit-dpdk-perf-verify-2001-3n-skx:
1535         - 29  # NDRPDR sel xxv710
1536         - 33  # NDRPDR sel xxv710
1537         - 34  # NDRPDR sel xxv710
1538         - 35  # NDRPDR sel xxv710
1539         - 36  # NDRPDR sel xxv710
1540         - 37  # NDRPDR sel xxv710
1541         - 41  # NDRPDR sel xxv710
1542         - 42  # NDRPDR sel xxv710
1543         - 43  # NDRPDR sel xxv710
1544         - 45  # NDRPDR sel xxv710
1545         - 30  # NDRPDR sel x710
1546         - 31  # NDRPDR sel x710
1547         - 32  # NDRPDR sel x710
1548         - 38  # NDRPDR sel x710
1549         - 39  # NDRPDR sel x710
1550         - 40  # NDRPDR sel x710
1551         - 44  # NDRPDR sel x710
1552         - 46  # NDRPDR sel x710
1553         - 47  # NDRPDR sel x710
1554         - 48  # NDRPDR sel x710
1555     dpdk-compare-testbeds:
1556       - "dpdk-compare-testbeds-ref"
1557       - "dpdk-compare-testbeds-cmp"
1558
1559     dpdk-compare-testbeds-skx-clx-ref:
1560       csit-dpdk-perf-verify-2001-2n-skx:
1561         - 35  # NDRPDR sel xxv710
1562         - 36  # NDRPDR sel xxv710
1563         - 37  # NDRPDR sel xxv710
1564         - 41  # NDRPDR sel xxv710
1565         - 42  # NDRPDR sel xxv710
1566         - 43  # NDRPDR sel xxv710
1567         - 46  # NDRPDR sel xxv710
1568         - 47  # NDRPDR sel xxv710
1569         - 52  # NDRPDR sel xxv710
1570         - 53  # NDRPDR sel xxv710
1571         - 38  # NDRPDR sel x710
1572         - 39  # NDRPDR sel x710
1573         - 40  # NDRPDR sel x710
1574         - 44  # NDRPDR sel x710
1575         - 45  # NDRPDR sel x710
1576         - 48  # NDRPDR sel x710
1577         - 49  # NDRPDR sel x710
1578         - 50  # NDRPDR sel x710
1579         - 51  # NDRPDR sel x710
1580         - 54  # NDRPDR sel x710
1581     dpdk-compare-testbeds-skx-clx-cmp:
1582       csit-dpdk-perf-verify-2001-2n-clx:
1583         - 15  # NDRPDR sel
1584         - 16  # NDRPDR sel
1585         - 17  # NDRPDR sel
1586         - 18  # NDRPDR sel
1587         - 19  # NDRPDR sel
1588         - 20  # NDRPDR sel
1589         - 21  # NDRPDR sel
1590         - 22  # NDRPDR sel
1591         - 23  # NDRPDR sel
1592         - 24  # NDRPDR sel
1593         - 25  # NDRPDR sel
1594         - 26  # NDRPDR sel
1595         - 27  # NDRPDR sel
1596         - 28  # NDRPDR sel
1597         - 29  # NDRPDR sel
1598         - 30  # NDRPDR sel
1599         - 31  # NDRPDR sel
1600         - 32  # NDRPDR sel
1601         - 33  # NDRPDR sel
1602         - 34  # NDRPDR sel
1603
1604     dpdk-compare-testbeds-skx-clx:
1605       - "dpdk-compare-testbeds-skx-clx-ref"
1606       - "dpdk-compare-testbeds-skx-clx-cmp"
1607
1608     # Compare topologies
1609
1610     vpp-compare-topologies-ref:
1611       # TODO: Add the data
1612       csit-vpp-perf-verify-2001-3n-skx:
1613         - 45  # NDRPDR sel
1614         - 46  # NDRPDR sel
1615         - 47  # NDRPDR sel
1616         - 48  # NDRPDR sel
1617         - 49  # NDRPDR sel
1618         - 51  # NDRPDR sel
1619         - 52  # NDRPDR sel
1620         - 54  # NDRPDR sel addition
1621         - 55  # NDRPDR sel addition
1622         - 56  # NDRPDR sel addition
1623         - 57  # NDRPDR sel addition
1624         - 58  # NDRPDR sel addition
1625     vpp-compare-topologies-cmp:
1626       # TODO: Add the data
1627       csit-vpp-perf-verify-2001-2n-skx:
1628         - 92  # NDRPDR sel
1629         - 93  # NDRPDR sel
1630         - 94  # NDRPDR sel
1631         - 95  # NDRPDR sel
1632         - 96  # NDRPDR sel
1633         - 97  # NDRPDR sel
1634         - 98  # NDRPDR sel
1635         - 99  # NDRPDR sel
1636         - 100 # NDRPDR sel
1637         - 102 # NDRPDR sel
1638         - 129 # NDRPDR sel addition
1639         - 130 # NDRPDR sel addition
1640         - 131 # NDRPDR sel addition
1641         - 132 # NDRPDR sel addition
1642         - 133 # NDRPDR sel addition
1643         - 134 # NDRPDR sel addition
1644         - 135 # NDRPDR sel addition
1645         - 136 # NDRPDR sel addition
1646         - 137 # NDRPDR sel addition
1647         - 138 # NDRPDR sel addition
1648     vpp-compare-topologies:
1649       - "vpp-compare-topologies-ref"
1650       - "vpp-compare-topologies-cmp"
1651
1652     vpp-compare-topologies-mrr-ref:
1653       csit-vpp-perf-verify-2001-3n-skx:
1654         - 50  # MRR sel
1655         - 53  # MRR sel addition
1656     vpp-compare-topologies-mrr-cmp:
1657       csit-vpp-perf-verify-2001-2n-skx:
1658         - 101 # MRR sel
1659         - 128 # MRR sel addition
1660     vpp-compare-topologies-mrr:
1661       - "vpp-compare-topologies-mrr-ref"
1662       - "vpp-compare-topologies-mrr-cmp"
1663
1664     dpdk-compare-topologies-ref:
1665       csit-dpdk-perf-verify-2001-3n-skx:
1666         - 29  # NDRPDR sel xxv710
1667         - 33  # NDRPDR sel xxv710
1668         - 34  # NDRPDR sel xxv710
1669         - 35  # NDRPDR sel xxv710
1670         - 36  # NDRPDR sel xxv710
1671         - 37  # NDRPDR sel xxv710
1672         - 41  # NDRPDR sel xxv710
1673         - 42  # NDRPDR sel xxv710
1674         - 43  # NDRPDR sel xxv710
1675         - 45  # NDRPDR sel xxv710
1676         - 30  # NDRPDR sel x710
1677         - 31  # NDRPDR sel x710
1678         - 32  # NDRPDR sel x710
1679         - 38  # NDRPDR sel x710
1680         - 39  # NDRPDR sel x710
1681         - 40  # NDRPDR sel x710
1682         - 44  # NDRPDR sel x710
1683         - 46  # NDRPDR sel x710
1684         - 47  # NDRPDR sel x710
1685         - 48  # NDRPDR sel x710
1686     dpdk-compare-topologies-cmp:
1687       csit-dpdk-perf-verify-2001-2n-skx:
1688         - 35  # NDRPDR sel xxv710
1689         - 36  # NDRPDR sel xxv710
1690         - 37  # NDRPDR sel xxv710
1691         - 41  # NDRPDR sel xxv710
1692         - 42  # NDRPDR sel xxv710
1693         - 43  # NDRPDR sel xxv710
1694         - 46  # NDRPDR sel xxv710
1695         - 47  # NDRPDR sel xxv710
1696         - 52  # NDRPDR sel xxv710
1697         - 53  # NDRPDR sel xxv710
1698         - 38  # NDRPDR sel x710
1699         - 39  # NDRPDR sel x710
1700         - 40  # NDRPDR sel x710
1701         - 44  # NDRPDR sel x710
1702         - 45  # NDRPDR sel x710
1703         - 48  # NDRPDR sel x710
1704         - 49  # NDRPDR sel x710
1705         - 50  # NDRPDR sel x710
1706         - 51  # NDRPDR sel x710
1707         - 54  # NDRPDR sel x710
1708     dpdk-compare-topologies:
1709       - "dpdk-compare-topologies-ref"
1710       - "dpdk-compare-topologies-cmp"
1711
1712   plot-layouts:
1713
1714     plot-soak-throughput:
1715       titlefont:
1716         size: 18
1717       xaxis:
1718         title: "<b>Test Cases [Index]</b>"
1719         titlefont:
1720           size: 16
1721         autorange: True
1722         fixedrange: False
1723         gridcolor: "rgb(230, 230, 230)"
1724         linecolor: "rgb(220, 220, 220)"
1725         linewidth: 1
1726         showgrid: True
1727         showline: True
1728         showticklabels: True
1729         tickcolor: "rgb(220, 220, 220)"
1730         tickmode: "linear"
1731         tickfont:
1732           size: 16
1733         zeroline: False
1734       yaxis:
1735         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1736         titlefont:
1737           size: 16
1738         gridcolor: "rgb(230, 230, 230)"
1739         hoverformat: ".4r"
1740         tickformat: ".3r"
1741         linecolor: "rgb(220, 220, 220)"
1742         linewidth: 1
1743         showgrid: True
1744         showline: True
1745         showticklabels: True
1746         tickcolor: "rgb(220, 220, 220)"
1747         tickfont:
1748           size: 16
1749         zeroline: False
1750         range: [0,50]
1751       autosize: False
1752       margin:
1753         t: 50
1754         b: 0
1755         l: 80
1756         r: 20
1757       showlegend: True
1758       legend:
1759         orientation: "h"
1760         font:
1761           size: 16
1762       width: 700
1763       height: 900
1764       paper_bgcolor: "#fff"
1765       plot_bgcolor: "#fff"
1766       hoverlabel:
1767         namelength: -1
1768
1769     plot-service-density:
1770       titlefont:
1771         size: 18
1772       xaxis:
1773         side: "top"
1774         autorange: True
1775         fixedrange: False
1776         showgrid: False
1777         showline: False
1778         showticklabels: False
1779         ticks: ""
1780         ticklen: 0
1781         tickwidth: 0
1782         zeroline: False
1783       yaxis:
1784         autorange: "reversed"
1785         showgrid: False
1786         showline: False
1787         showticklabels: False
1788         ticks: ""
1789         ticklen: 0
1790         tickwidth: 0
1791         zeroline: False
1792       showlegend: False
1793       paper_bgcolor: "#fff"
1794       plot_bgcolor: "#fff"
1795       width: 700
1796       height: 700
1797       hoverlabel:
1798         namelength: -1
1799
1800     plot-cps:
1801       titlefont:
1802         size: 18
1803       xaxis:
1804         title: "<b>Test Cases [Index]</b>"
1805         titlefont:
1806           size: 16
1807         autorange: True
1808         fixedrange: False
1809         gridcolor: "rgb(230, 230, 230)"
1810         linecolor: "rgb(220, 220, 220)"
1811         linewidth: 1
1812         showgrid: True
1813         showline: True
1814         showticklabels: True
1815         tickcolor: "rgb(220, 220, 220)"
1816         tickmode: "linear"
1817         tickfont:
1818           size: 16
1819         zeroline: False
1820       yaxis:
1821         title: "<b>Connections Per Second [cps]</b>"
1822         titlefont:
1823           size: 16
1824         gridcolor: "rgb(230, 230, 230)"
1825         hoverformat: ".4s"
1826         linecolor: "rgb(220, 220, 220)"
1827         linewidth: 1
1828         rangemode: "tozero"
1829         showgrid: True
1830         showline: True
1831         showticklabels: True
1832         tickcolor: "rgb(220, 220, 220)"
1833         tickformat: ".3s"
1834         tickfont:
1835           size: 16
1836         zeroline: False
1837       boxmode: "group"
1838       boxgroupgap: 0.5
1839       autosize: False
1840       margin:
1841         t: 50
1842         b: 20
1843         l: 80
1844         r: 20
1845       showlegend: True
1846       legend:
1847         orientation: "h"
1848         font:
1849           size: 16
1850       width: 700
1851       height: 800
1852       paper_bgcolor: "#fff"
1853       plot_bgcolor: "#fff"
1854       hoverlabel:
1855         namelength: -1
1856
1857     plot-rps:
1858       titlefont:
1859         size: 18
1860       xaxis:
1861         title: "<b>Test Cases [Index]</b>"
1862         titlefont:
1863           size: 16
1864         autorange: True
1865         fixedrange: False
1866         gridcolor: "rgb(230, 230, 230)"
1867         linecolor: "rgb(220, 220, 220)"
1868         linewidth: 1
1869         showgrid: True
1870         showline: True
1871         showticklabels: True
1872         tickcolor: "rgb(220, 220, 220)"
1873         tickmode: "linear"
1874         tickfont:
1875           size: 16
1876         zeroline: False
1877       yaxis:
1878         title: "<b>Requests Per Second [rps]</b>"
1879         titlefont:
1880           size: 16
1881         gridcolor: "rgb(230, 230, 230)"
1882         hoverformat: ".4s"
1883         linecolor: "rgb(220, 220, 220)"
1884         linewidth: 1
1885         rangemode: "tozero"
1886         showgrid: True
1887         showline: True
1888         showticklabels: True
1889         tickcolor: "rgb(230, 230, 230)"
1890         tickformat: ".3s"
1891         tickfont:
1892           size: 16
1893         zeroline: False
1894       boxmode: "group"
1895       boxgroupgap: 0.5
1896       autosize: False
1897       margin:
1898         t: 50
1899         b: 20
1900         l: 80
1901         r: 20
1902       showlegend: True
1903       legend:
1904         orientation: "h"
1905         font:
1906           size: 16
1907       width: 700
1908       height: 800
1909       paper_bgcolor: "#fff"
1910       plot_bgcolor: "#fff"
1911       hoverlabel:
1912         namelength: -1
1913
1914     plot-hoststack:
1915       titlefont:
1916         size: 16
1917       xaxis:
1918         title: "<b>Test Cases [Index]</b>"
1919         titlefont:
1920           size: 14
1921         autorange: True
1922         fixedrange: False
1923         gridcolor: "rgb(230, 230, 230)"
1924         linecolor: "rgb(220, 220, 220)"
1925         linewidth: 1
1926         showgrid: True
1927         showline: True
1928         showticklabels: True
1929         tickcolor: "rgb(220, 220, 220)"
1930         tickmode: "linear"
1931         tickfont:
1932           size: 14
1933         zeroline: False
1934       yaxis:
1935         title: "<b>Bandwidth [Gbps]</b>"
1936         titlefont:
1937           size: 14
1938         gridcolor: "rgb(230, 230, 230)"
1939         hoverformat: ".4s"
1940         linecolor: "rgb(220, 220, 220)"
1941         linewidth: 1
1942         rangemode: "tozero"
1943         showgrid: True
1944         showline: True
1945         showticklabels: True
1946         tickcolor: "rgb(230, 230, 230)"
1947         tickformat: ".3s"
1948         tickfont:
1949           size: 14
1950         zeroline: False
1951       boxmode: "group"
1952       boxgroupgap: 0.5
1953       autosize: False
1954       margin:
1955         t: 50
1956         b: 20
1957         l: 80
1958         r: 20
1959       showlegend: True
1960       legend:
1961         orientation: "h"
1962         font:
1963           size: 14
1964       width: 700
1965       height: 800
1966       paper_bgcolor: "#fff"
1967       plot_bgcolor: "#fff"
1968       hoverlabel:
1969         namelength: -1
1970
1971     plot-throughput:
1972       titlefont:
1973         size: 18
1974       xaxis:
1975         title: "<b>Test Cases [Index]</b>"
1976         titlefont:
1977           size: 16
1978         autorange: True
1979         fixedrange: False
1980         gridcolor: "rgb(230, 230, 230)"
1981         linecolor: "rgb(220, 220, 220)"
1982         linewidth: 1
1983         showgrid: True
1984         showline: True
1985         showticklabels: True
1986         tickcolor: "rgb(220, 220, 220)"
1987         tickmode: "linear"
1988         tickfont:
1989           size: 16
1990         zeroline: False
1991       yaxis:
1992         title: "<b>Packet Throughput [Mpps]</b>"
1993         titlefont:
1994           size: 16
1995         gridcolor: "rgb(230, 230, 230)"
1996         hoverformat: ".4r"
1997         tickformat: ".3r"
1998         linecolor: "rgb(220, 220, 220)"
1999         linewidth: 1
2000         showgrid: True
2001         showline: True
2002         showticklabels: True
2003         tickcolor: "rgb(220, 220, 220)"
2004         tickfont:
2005           size: 16
2006         zeroline: False
2007         range: [0,50]
2008       autosize: False
2009       margin:
2010         t: 50
2011         b: 0
2012         l: 80
2013         r: 20
2014       showlegend: True
2015       legend:
2016         orientation: "h"
2017         font:
2018           size: 16
2019       width: 700
2020       height: 900
2021       paper_bgcolor: "#fff"
2022       plot_bgcolor: "#fff"
2023       hoverlabel:
2024         namelength: -1
2025
2026     plot-throughput-speedup-analysis:
2027       titlefont:
2028         size: 18
2029       xaxis:
2030         title: "<b>Number of Cores [Qty]</b>"
2031         titlefont:
2032           size: 16
2033         autorange: True
2034         fixedrange: False
2035         gridcolor: "rgb(230, 230, 230)"
2036         linecolor: "rgb(220, 220, 220)"
2037         linewidth: 1
2038         showgrid: True
2039         showline: True
2040         showticklabels: True
2041         tickcolor: "rgb(238, 238, 238)"
2042         tickmode: "linear"
2043         tickfont:
2044           size: 16
2045         zeroline: False
2046       yaxis:
2047         title: "<b>Packet Throughput [Mpps]</b>"
2048         titlefont:
2049           size: 16
2050         type: "linear"
2051         gridcolor: "rgb(230, 230, 230)"
2052         hoverformat: ".4s"
2053         linecolor: "rgb(220, 220, 220)"
2054         linewidth: 1
2055         showgrid: True
2056         showline: True
2057         showticklabels: True
2058         tickcolor: "rgb(220, 220, 220)"
2059         tickformat: ".4s"
2060         tickfont:
2061           size: 16
2062         zeroline: True
2063         rangemode: "tozero"
2064         range: [0,100]
2065       legend:
2066         orientation: "h"
2067         font:
2068           size: 16
2069         xanchor: "left"
2070         yanchor: "top"
2071         x: 0
2072         y: -0.2
2073         bgcolor: "rgba(255, 255, 255, 0)"
2074         bordercolor: "rgba(255, 255, 255, 0)"
2075         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2076       autosize: False
2077       margin:
2078           't': 50
2079           'b': 150
2080           'l': 85
2081           'r': 10
2082       showlegend: True
2083       width: 700
2084       height: 700
2085       paper_bgcolor: "#fff"
2086       plot_bgcolor: "#fff"
2087       hoverlabel:
2088         namelength: -1
2089       annotations: [
2090         {
2091           text: "_ _          __          ...",
2092           align: "left",
2093           showarrow: False,
2094           xref: "paper",
2095           yref: "paper",
2096           xanchor: "left",
2097           yanchor: "top",
2098           x: 0,
2099           y: -0.13,
2100           font: {
2101             family: "Consolas, Courier New",
2102             size: 15
2103           },
2104         },
2105         {
2106           text: "    Perfect     Measured     Limit",
2107           align: "left",
2108           showarrow: False,
2109           xref: "paper",
2110           yref: "paper",
2111           xanchor: "left",
2112           yanchor: "top",
2113           x: 0,
2114           y: -0.15,
2115           font: {
2116             family: "Consolas, Courier New",
2117             size: 15
2118           },
2119         },
2120       ]
2121
2122     plot-latency:
2123       titlefont:
2124         size: 18
2125       xaxis:
2126         title: "<b>Direction</b>"
2127         titlefont:
2128           size: 16
2129         autorange: True
2130         fixedrange: False
2131         gridcolor: "rgb(230, 230, 230)"
2132         linecolor: "rgb(220, 220, 220)"
2133         linewidth: 1
2134         showgrid: True
2135         showline: True
2136         showticklabels: False
2137         tickcolor: "rgb(220, 220, 220)"
2138         tickmode: "linear"
2139         tickfont:
2140           size: 16
2141         zeroline: False
2142       yaxis:
2143         title: "<b>Packet Latency [uSec]</b>"
2144         titlefont:
2145           size: 16
2146         type: "linear"
2147         gridcolor: "rgb(230, 230, 230)"
2148         hoverformat: ".4s"
2149         linecolor: "rgb(220, 220, 220)"
2150         linewidth: 1
2151         showgrid: True
2152         showline: True
2153         showticklabels: True
2154         tickcolor: "rgb(220, 220, 220)"
2155         tickformat: ".4s"
2156         tickfont:
2157           size: 16
2158         zeroline: True
2159         rangemode: "tozero"
2160       legend:
2161         orientation: "h"
2162         font:
2163           size: 16
2164         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2165       autosize: False
2166       margin:
2167           't': 50
2168           'b': 150
2169           'l': 80
2170           'r': 10
2171       showlegend: True
2172       width: 700
2173       height: 700
2174       paper_bgcolor: "#fff"
2175       plot_bgcolor: "#fff"
2176       hoverlabel:
2177         namelength: -1
2178
2179     plot-hdrh-latency:
2180       title:
2181         text: ""
2182         xanchor: "center"
2183         x: 0.5
2184         font:
2185           size: 16
2186       width: 700
2187       plot_bgcolor: "white"
2188       annotations:
2189         - font:
2190             size: 14
2191           showarrow: False
2192           text: "<b>Packet Latency [uSec]</b>"
2193           x: 1
2194           xanchor: "right"
2195           xref: "paper"
2196           y: -0.045
2197           yanchor: "top"
2198           yref: "paper"
2199         - font:
2200             size: 14
2201           showarrow: False
2202           text: "<b>Probability [%]</b>"
2203           textangle: 270
2204           x: -0.06
2205           xanchor: "center"
2206           xref: "paper"
2207           y: 0.5
2208           yanchor: "middle"
2209           yref: "paper"
2210         - font:
2211             size: 14
2212           showarrow: False
2213           text: "<b>Direction: E-W</b>"
2214           x: 0.24
2215           xanchor: "center"
2216           xref: "paper"
2217           y: 1.05
2218           yanchor: "bottom"
2219           yref: "paper"
2220         - font:
2221             size: 14
2222           showarrow: False
2223           text: "<b>Direction: W-E</b>"
2224           x: 0.74
2225           xanchor: "center"
2226           xref: "paper"
2227           y: 1.05
2228           yanchor: "bottom"
2229           yref: "paper"
2230
2231     plot-hdrh-latency-percentile:
2232       title:
2233         text: ""
2234         xanchor: "center"
2235         x: 0.5
2236         font:
2237           size: 18
2238       xaxis:
2239         type: "log"
2240         title: "<b>Percentile [%]</b>"
2241         titlefont:
2242           size: 16
2243         autorange: True
2244         fixedrange: False
2245         gridcolor: "rgb(230, 230, 230)"
2246         linecolor: "rgb(220, 220, 220)"
2247         linewidth: 1
2248         showgrid: True
2249         showline: True
2250         showticklabels: True
2251         tickcolor: "rgb(220, 220, 220)"
2252         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2253         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2254         tickfont:
2255           size: 16
2256       yaxis:
2257         title: "<b>Packet Latency [uSec]</b>"
2258         titlefont:
2259           size: 16
2260         gridcolor: "rgb(230, 230, 230)"
2261         linecolor: "rgb(220, 220, 220)"
2262         linewidth: 1
2263         showgrid: True
2264         showline: True
2265         showticklabels: True
2266         tickcolor: "rgb(220, 220, 220)"
2267         tickfont:
2268           size: 16
2269       autosize: False
2270       showlegend: True
2271       legend:
2272         traceorder: "normal"
2273         orientation: "h"
2274         font:
2275           size: 16
2276         xanchor: "left"
2277         yanchor: "top"
2278         x: 0
2279         y: -0.15
2280         bgcolor: "rgba(255, 255, 255, 0)"
2281         bordercolor: "rgba(255, 255, 255, 0)"
2282       width: 700
2283       height: 700
2284       paper_bgcolor: "white"
2285       plot_bgcolor: "white"
2286
2287     plot-hdrh-latency-by-percentile:
2288       title:
2289         text: "<b>Latency by Percentile Distribution</b>"
2290         xanchor: "center"
2291         x: 0.5
2292         font:
2293           size: 18
2294       showlegend: True
2295       legend:
2296         traceorder: "normal"
2297         orientation: "h"
2298         font:
2299           size: 16
2300         xanchor: "left"
2301         yanchor: "top"
2302         x: 0
2303         y: -0.2
2304         bgcolor: "rgba(255, 255, 255, 0)"
2305         bordercolor: "rgba(255, 255, 255, 0)"
2306       xaxis:
2307         type: "linear"
2308         title: "<b>Percentile [%]</b>"
2309         titlefont:
2310           size: 14
2311         autorange: False
2312         fixedrange: False
2313         range: [0, 100]
2314         gridcolor: "rgb(230, 230, 230)"
2315         linecolor: "rgb(220, 220, 220)"
2316         linewidth: 1
2317         showgrid: True
2318         showline: True
2319         showticklabels: True
2320         tickcolor: "rgb(220, 220, 220)"
2321         tickvals: [0, 25, 50, 75, 100]
2322         ticktext: [0, 25, 50, 75, 100]
2323         tickfont:
2324           size: 14
2325       yaxis:
2326         title: "<b>One-Way Latency per Direction [uSec]</b>"
2327         titlefont:
2328           size: 14
2329         gridcolor: "rgb(230, 230, 230)"
2330         linecolor: "rgb(220, 220, 220)"
2331         linewidth: 1
2332         showgrid: True
2333         showline: True
2334         showticklabels: True
2335         tickcolor: "rgb(220, 220, 220)"
2336         tickfont:
2337           size: 14
2338       width: 700
2339       height: 700
2340       paper_bgcolor: "white"
2341       plot_bgcolor: "white"
2342
2343 - type: "static"
2344   src-path: "{DIR[RST]}"
2345   dst-path: "{DIR[WORKING,SRC]}"
2346
2347 - type: "input"
2348   general:
2349     file-name: "output_info.xml.gz"
2350     file-format: ".gz"
2351     arch-file-format:
2352       - ".gz"
2353       - ".zip"
2354     download-path: "{job}/{build}/archives/{filename}"
2355     extract: "output.xml"
2356
2357     zip-file-name: "robot-plugin.zip"
2358     zip-file-format: ".zip"
2359     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2360     zip-extract: "robot-plugin/output.xml"
2361
2362   builds:
2363
2364     csit-vpp-perf-verify-1904-3n-hsw:
2365       - 9   # MRR sel
2366       - 11  # NDRPDR sel
2367       - 12  # NDRPDR sel
2368       - 20  # NDRPDR sel
2369       - 21  # NDRPDR sel
2370       - 23  # NDRPDR sel
2371       - 24  # NDRPDR sel
2372       - 25  # NDRPDR sel
2373       - 26  # NDRPDR sel
2374       - 29  # NDRPDR sel
2375       - 30  # NDRPDR sel
2376     csit-vpp-perf-verify-1908-3n-hsw:
2377       - 12  # NDRPDR sel
2378       - 13  # NDRPDR sel
2379       - 14  # NDRPDR sel
2380       - 15  # NDRPDR sel
2381       - 16  # NDRPDR sel
2382       - 17  # NDRPDR sel
2383       - 18  # NDRPDR sel
2384       - 19  # NDRPDR sel
2385       - 20  # NDRPDR sel
2386       - 21  # NDRPDR sel
2387       - 48  # NDRPDR sel vhost
2388       - 49  # NDRPDR sel vhost
2389       - 52  # NDRPDR sel vhost
2390       - 53  # NDRPDR sel vhost
2391       - 54  # NDRPDR sel vhost
2392       - 55  # NDRPDR sel vhost
2393       - 56  # NDRPDR sel vhost
2394       - 57  # NDRPDR sel vhost
2395       - 58  # NDRPDR sel vhost
2396       - 59  # NDRPDR sel vhost
2397       - 39  # MRR sel
2398     csit-vpp-perf-verify-2001-3n-hsw:
2399       - 21  # NDRPDR sel
2400       - 22  # NDRPDR sel
2401       - 23  # NDRPDR sel
2402       - 24  # NDRPDR sel
2403       - 25  # NDRPDR sel
2404       - 29  # NDRPDR sel
2405       - 30  # NDRPDR sel
2406       - 31  # NDRPDR sel
2407       - 32  # NDRPDR sel
2408       - 34  # NDRPDR sel
2409       - 17  # MRR sel
2410       - 18  # NDRPDR full
2411       - 20  # NDRPDR full
2412       - 28  # NDRPDR full
2413       - 35  # NDRPDR full
2414       - 42  # NDRPDR full
2415       - 46  # NDRPDR full
2416       - 47  # NDRPDR full
2417       - 48  # NDRPDR full
2418       - 49  # NDRPDR full
2419       - 50  # NDRPDR full
2420       - 51  # NDRPDR full
2421       - 52  # NDRPDR full
2422       - 53  # NDRPDR full
2423       - 54  # NDRPDR full
2424       - 55  # NDRPDR full
2425       - 56  # NDRPDR full
2426       - 57  # NDRPDR full
2427       - 58  # NDRPDR full
2428       - 59  # NDRPDR full
2429       - 61  # NDRPDR full
2430       - 62  # NDRPDR full
2431       - 63  # NDRPDR full
2432       - 64  # NDRPDR full
2433       - 65  # NDRPDR full
2434       - 67  # NDRPDR full
2435       - 70  # NDRPDR full
2436       - 72  # NDRPDR full
2437       - 73  # NDRPDR full
2438       - 76  # NDRPDR full
2439       - 77  # NDRPDR full
2440       - 78  # NDRPDR full
2441       - 79  # NDRPDR full
2442       - 81  # NDRPDR full
2443       - 82  # NDRPDR full
2444       - 84  # NDRPDR full
2445       - 85  # NDRPDR full
2446       - 87  # hoststack
2447       - 88  # hoststack
2448       - 89  # hoststack
2449       - 90  # hoststack
2450       - 91  # hoststack
2451       - 92  # hoststack
2452       - 93  # hoststack
2453       - 94  # hoststack
2454       - 95  # hoststack
2455       - 96  # hoststack
2456
2457     csit-vpp-perf-verify-1904-3n-skx:
2458       - 7   # MRR sel
2459       - 8   # NDRPDR sel
2460       - 9   # NDRPDR sel
2461       - 10  # NDRPDR sel
2462       - 11  # NDRPDR sel
2463       - 12  # NDRPDR sel
2464       - 14  # NDRPDR sel
2465       - 16  # NDRPDR sel
2466       - 21  # NDRPDR sel
2467       - 23  # NDRPDR sel
2468       - 25  # NDRPDR sel
2469     csit-vpp-perf-verify-1908-3n-skx:
2470       - 14  # NDRPDR sel
2471       - 16  # NDRPDR sel
2472       - 19  # NDRPDR sel
2473       - 20  # NDRPDR sel
2474       - 22  # NDRPDR sel
2475       - 23  # NDRPDR sel
2476       - 24  # NDRPDR sel
2477       - 25  # NDRPDR sel
2478       - 26  # NDRPDR sel
2479       - 29  # NDRPDR sel
2480       - 52  # NDRPDR sel vhost
2481       - 53  # NDRPDR sel vhost
2482       - 55  # NDRPDR sel vhost
2483       - 61  # NDRPDR sel vhost
2484       - 62  # NDRPDR sel vhost
2485       - 63  # NDRPDR sel vhost
2486       - 64  # NDRPDR sel vhost
2487       - 65  # NDRPDR sel vhost
2488       - 66  # NDRPDR sel vhost
2489       - 67  # NDRPDR sel vhost
2490       - 36  # MRR sel
2491     csit-vpp-perf-verify-2001-3n-skx:
2492       - 45  # NDRPDR sel
2493       - 46  # NDRPDR sel
2494       - 47  # NDRPDR sel
2495       - 48  # NDRPDR sel
2496       - 49  # NDRPDR sel
2497       - 51  # NDRPDR sel
2498       - 52  # NDRPDR sel
2499       - 54  # NDRPDR sel addition
2500       - 55  # NDRPDR sel addition
2501       - 56  # NDRPDR sel addition
2502       - 57  # NDRPDR sel addition
2503       - 58  # NDRPDR sel addition
2504       - 50  # MRR sel
2505       - 53  # MRR sel addition
2506
2507     csit-vpp-perf-verify-1904-2n-skx:
2508       - 11  # MRR sel
2509       - 12  # NDRPDR sel
2510       - 14  # NDRPDR sel
2511       - 16  # NDRPDR sel
2512       - 17  # NDRPDR sel
2513       - 18  # NDRPDR sel
2514       - 21  # NDRPDR sel
2515       - 27  # NDRPDR sel
2516       - 30  # NDRPDR sel
2517       - 31  # NDRPDR sel
2518       - 32  # NDRPDR sel
2519     csit-vpp-perf-verify-1908-2n-skx:
2520       - 26  # NDRPDR sel
2521       - 27  # NDRPDR sel
2522       - 34  # NDRPDR sel
2523       - 35  # NDRPDR sel
2524       - 36  # NDRPDR sel
2525       - 42  # NDRPDR sel
2526       - 43  # NDRPDR sel
2527       - 44  # NDRPDR sel
2528       - 45  # NDRPDR sel
2529       - 46  # NDRPDR sel
2530       - 88  # NDRPDR sel vhost
2531       - 89  # NDRPDR sel vhost
2532       - 91  # NDRPDR sel vhost
2533       - 92  # NDRPDR sel vhost
2534       - 93  # NDRPDR sel vhost
2535       - 94  # NDRPDR sel vhost
2536       - 95  # NDRPDR sel vhost
2537       - 96  # NDRPDR sel vhost
2538       - 97  # NDRPDR sel vhost
2539       - 98  # NDRPDR sel vhost
2540       - 69  # MRR sel
2541 #      - 22  # NFV
2542 #      - 31  # NFV
2543 #      - 32  # NFV
2544 #      - 71  # NFV MRR
2545     csit-vpp-perf-verify-2001-2n-skx:
2546       - 92  # NDRPDR sel
2547       - 93  # NDRPDR sel
2548       - 94  # NDRPDR sel
2549       - 95  # NDRPDR sel
2550       - 96  # NDRPDR sel
2551       - 97  # NDRPDR sel
2552       - 98  # NDRPDR sel
2553       - 99  # NDRPDR sel
2554       - 100 # NDRPDR sel
2555       - 102 # NDRPDR sel
2556       - 129 # NDRPDR sel addition
2557       - 130 # NDRPDR sel addition
2558       - 131 # NDRPDR sel addition
2559       - 132 # NDRPDR sel addition
2560       - 133 # NDRPDR sel addition
2561       - 134 # NDRPDR sel addition
2562       - 135 # NDRPDR sel addition
2563       - 136 # NDRPDR sel addition
2564       - 137 # NDRPDR sel addition
2565       - 138 # NDRPDR sel addition
2566       - 101 # MRR sel
2567       - 128 # MRR sel addition
2568
2569     csit-vpp-perf-verify-2001-2n-clx:
2570       - 28  # NDRPDR sel
2571       - 29  # NDRPDR sel
2572       - 32  # NDRPDR sel
2573       - 40  # NDRPDR sel
2574       - 43  # NDRPDR sel
2575       - 44  # NDRPDR sel
2576       - 45  # NDRPDR sel
2577       - 47  # NDRPDR sel
2578       - 48  # NDRPDR sel
2579       - 49  # NDRPDR sel
2580       - 39  # MRR
2581       - 53  # NDRPDR full
2582       - 54  # NDRPDR full
2583       - 55  # NDRPDR full
2584       - 56  # NDRPDR full
2585       - 57  # NDRPDR full
2586       - 58  # NDRPDR full
2587       - 59  # NDRPDR full
2588       - 60  # NDRPDR full
2589       - 61  # NDRPDR full
2590       - 62  # NDRPDR full
2591       - 63  # NDRPDR full
2592       - 64  # NDRPDR full
2593       - 65  # NDRPDR full
2594       - 66  # NDRPDR full
2595       - 67  # NDRPDR full
2596       - 68  # Reconf
2597       - 69  # Reconf
2598       - 70  # Reconf
2599       - 71  # Reconf
2600       - 72  # Reconf
2601       - 73  # Reconf
2602       - 74  # Reconf
2603       - 75  # Reconf
2604       - 76  # Reconf
2605       - 77  # Reconf
2606       - 80  # TCP
2607       - 82  # TCP
2608       - 83  # TCP
2609       - 85  # TCP
2610       - 86  # TCP
2611       - 87  # TCP
2612       - 88  # TCP
2613       - 89  # TCP
2614       - 90  # TCP
2615       - 91  # TCP
2616       - 93  # Soak
2617       - 94  # Soak
2618
2619     csit-vpp-perf-verify-1908-3n-tsh:
2620       - 7   # NDRPDR sel
2621       - 8   # NDRPDR sel
2622       - 9   # NDRPDR sel
2623       - 10  # NDRPDR sel
2624       - 11  # NDRPDR sel
2625       - 12  # NDRPDR sel
2626       - 13  # NDRPDR sel
2627       - 14  # NDRPDR sel
2628       - 15  # NDRPDR sel
2629       - 16  # NDRPDR sel
2630       - 17  # MRR sel
2631     csit-vpp-perf-verify-2001-3n-tsh:
2632       - 3   # NDRPDR sel
2633       - 4   # NDRPDR sel
2634       - 7   # NDRPDR sel
2635       - 8   # NDRPDR sel
2636       - 10  # NDRPDR sel
2637       - 12  # NDRPDR sel
2638       - 13  # NDRPDR sel
2639       - 14  # NDRPDR sel
2640       - 15  # NDRPDR sel
2641       - 21  # NDRPDR sel
2642       - 9   # MRR sel
2643
2644     csit-vpp-perf-verify-1908-3n-dnv:
2645       - 6   # NDRPDR sel
2646       - 7   # NDRPDR sel
2647       - 8   # NDRPDR sel
2648       - 9   # NDRPDR sel
2649       - 10  # NDRPDR sel
2650       - 12  # NDRPDR sel
2651       - 13  # NDRPDR sel
2652       - 14  # NDRPDR sel
2653       - 15  # NDRPDR sel
2654       - 16  # NDRPDR sel
2655       - 17  # MRR sel
2656     csit-vpp-perf-verify-2001-3n-dnv:
2657       - 5   # NDRPDR sel
2658       - 6   # NDRPDR sel
2659       - 7   # NDRPDR sel
2660       - 8   # NDRPDR sel
2661       - 9   # NDRPDR sel
2662       - 10  # NDRPDR sel
2663       - 12  # NDRPDR sel
2664       - 16  # NDRPDR sel
2665       - 17  # NDRPDR sel
2666       - 18  # NDRPDR sel
2667       - 11  # MRR sel
2668       - 19  # NDRPDR full
2669       - 20  # NDRPDR full
2670       - 21  # NDRPDR full
2671       - 22  # NDRPDR full
2672       - 23  # NDRPDR full
2673       - 24  # NDRPDR full
2674       - 25  # NDRPDR full
2675       - 26  # NDRPDR full
2676       - 37  # NDRPDR full
2677       - 38  # NDRPDR full
2678       - 39  # NDRPDR full
2679
2680     csit-vpp-perf-verify-1908-2n-dnv:
2681       - 1   # NDRPDR sel
2682       - 2   # NDRPDR sel
2683       - 3   # NDRPDR sel
2684       - 4   # NDRPDR sel
2685       - 5   # NDRPDR sel
2686       - 6   # NDRPDR sel
2687       - 7   # NDRPDR sel
2688       - 8   # NDRPDR sel
2689       - 9   # NDRPDR sel
2690       - 10  # NDRPDR sel
2691       - 11  # MRR sel
2692     csit-vpp-perf-verify-2001-2n-dnv:
2693       - 4   # NDRPDR sel
2694       - 5   # NDRPDR sel
2695       - 6   # NDRPDR sel
2696       - 7   # NDRPDR sel
2697       - 8   # NDRPDR sel
2698       - 9   # NDRPDR sel
2699       - 10  # NDRPDR sel
2700       - 11  # NDRPDR sel
2701       - 13  # NDRPDR sel
2702       - 16  # NDRPDR sel
2703       - 12  # MRR sel
2704       - 21  # NDRPDR full
2705       - 22  # NDRPDR full
2706       - 25  # NDRPDR full
2707       - 26  # NDRPDR full
2708       - 27  # NDRPDR full
2709       - 28  # NDRPDR full
2710
2711     csit-dpdk-perf-verify-1904-3n-hsw:
2712       - 2   # NDRPDR sel
2713       - 3   # NDRPDR sel
2714       - 5   # NDRPDR sel
2715       - 6   # NDRPDR sel
2716       - 13  # NDRPDR sel
2717       - 14  # NDRPDR sel
2718       - 15  # NDRPDR sel
2719       - 18  # NDRPDR sel
2720       - 19  # NDRPDR sel
2721       - 20  # NDRPDR sel
2722     csit-dpdk-perf-verify-1908-3n-hsw:
2723       - 2   # NDRPDR sel
2724       - 3   # NDRPDR sel
2725       - 4   # NDRPDR sel
2726       - 5   # NDRPDR sel
2727       - 6   # NDRPDR sel
2728       - 7   # NDRPDR sel
2729       - 8   # NDRPDR sel
2730       - 9   # NDRPDR sel
2731       - 10  # NDRPDR sel
2732       - 11  # NDRPDR sel
2733     csit-dpdk-perf-verify-2001-3n-hsw:
2734       - 4   # NDRPDR sel
2735       - 5   # NDRPDR sel
2736       - 6   # NDRPDR sel
2737       - 7   # NDRPDR sel
2738       - 8   # NDRPDR sel
2739       - 9   # NDRPDR sel
2740       - 10  # NDRPDR sel
2741       - 11  # NDRPDR sel
2742       - 12  # NDRPDR sel
2743       - 13  # NDRPDR sel
2744       - 15  # NDRPDR sel
2745       - 16  # NDRPDR sel
2746       - 17  # NDRPDR sel
2747       - 18  # NDRPDR sel
2748       - 19  # NDRPDR sel
2749       - 20  # NDRPDR sel
2750       - 21  # NDRPDR sel
2751       - 22  # NDRPDR sel
2752       - 23  # NDRPDR sel
2753       - 24  # NDRPDR sel
2754       - 25  # NDRPDR full
2755       - 26  # NDRPDR full
2756
2757     csit-dpdk-perf-verify-1904-3n-skx:
2758       - 2   # NDRPDR sel
2759       - 3   # NDRPDR sel
2760       - 4   # NDRPDR sel
2761       - 5   # NDRPDR sel
2762       - 6   # NDRPDR sel
2763       - 7   # NDRPDR sel
2764       - 11  # NDRPDR sel
2765       - 12  # NDRPDR sel
2766       - 13  # NDRPDR sel
2767       - 14  # NDRPDR sel
2768     csit-dpdk-perf-verify-1908-3n-skx:
2769       - 3   # NDRPDR sel
2770       - 4   # NDRPDR sel
2771       - 5   # NDRPDR sel
2772       - 6   # NDRPDR sel
2773       - 7   # NDRPDR sel
2774       - 8   # NDRPDR sel
2775       - 9   # NDRPDR sel
2776       - 10  # NDRPDR sel
2777       - 11  # NDRPDR sel
2778       - 12  # NDRPDR sel
2779     csit-dpdk-perf-verify-2001-3n-skx:
2780       - 29  # NDRPDR sel xxv710
2781       - 33  # NDRPDR sel xxv710
2782       - 34  # NDRPDR sel xxv710
2783       - 35  # NDRPDR sel xxv710
2784       - 36  # NDRPDR sel xxv710
2785       - 37  # NDRPDR sel xxv710
2786       - 41  # NDRPDR sel xxv710
2787       - 42  # NDRPDR sel xxv710
2788       - 43  # NDRPDR sel xxv710
2789       - 45  # NDRPDR sel xxv710
2790       - 30  # NDRPDR sel x710
2791       - 31  # NDRPDR sel x710
2792       - 32  # NDRPDR sel x710
2793       - 38  # NDRPDR sel x710
2794       - 39  # NDRPDR sel x710
2795       - 40  # NDRPDR sel x710
2796       - 44  # NDRPDR sel x710
2797       - 46  # NDRPDR sel x710
2798       - 47  # NDRPDR sel x710
2799       - 48  # NDRPDR sel x710
2800
2801     csit-dpdk-perf-verify-1904-2n-skx:
2802       - 2   # NDRPDR sel
2803       - 3   # NDRPDR sel
2804       - 4   # NDRPDR sel
2805       - 5   # NDRPDR sel
2806       - 7   # NDRPDR sel
2807       - 8   # NDRPDR sel
2808       - 9   # NDRPDR sel
2809       - 10  # NDRPDR sel
2810       - 11  # NDRPDR sel
2811       - 12  # NDRPDR sel
2812     csit-dpdk-perf-verify-1908-2n-skx:
2813       - 2   # NDRPDR sel
2814       - 3   # NDRPDR sel
2815       - 4   # NDRPDR sel
2816       - 5   # NDRPDR sel
2817       - 7   # NDRPDR sel
2818       - 8   # NDRPDR sel
2819       - 9   # NDRPDR sel
2820       - 10  # NDRPDR sel
2821       - 11  # NDRPDR sel
2822       - 12  # NDRPDR sel
2823     csit-dpdk-perf-verify-2001-2n-skx:
2824       - 35  # NDRPDR sel xxv710
2825       - 36  # NDRPDR sel xxv710
2826       - 37  # NDRPDR sel xxv710
2827       - 41  # NDRPDR sel xxv710
2828       - 42  # NDRPDR sel xxv710
2829       - 43  # NDRPDR sel xxv710
2830       - 46  # NDRPDR sel xxv710
2831       - 47  # NDRPDR sel xxv710
2832       - 52  # NDRPDR sel xxv710
2833       - 53  # NDRPDR sel xxv710
2834       - 38  # NDRPDR sel x710
2835       - 39  # NDRPDR sel x710
2836       - 40  # NDRPDR sel x710
2837       - 44  # NDRPDR sel x710
2838       - 45  # NDRPDR sel x710
2839       - 48  # NDRPDR sel x710
2840       - 49  # NDRPDR sel x710
2841       - 50  # NDRPDR sel x710
2842       - 51  # NDRPDR sel x710
2843       - 54  # NDRPDR sel x710
2844
2845
2846     csit-dpdk-perf-verify-2001-2n-clx:
2847       - 15  # NDRPDR sel
2848       - 16  # NDRPDR sel
2849       - 17  # NDRPDR sel
2850       - 18  # NDRPDR sel
2851       - 19  # NDRPDR sel
2852       - 20  # NDRPDR sel
2853       - 21  # NDRPDR sel
2854       - 22  # NDRPDR sel
2855       - 23  # NDRPDR sel
2856       - 24  # NDRPDR sel
2857       - 25  # NDRPDR sel
2858       - 26  # NDRPDR sel
2859       - 27  # NDRPDR sel
2860       - 28  # NDRPDR sel
2861       - 29  # NDRPDR sel
2862       - 30  # NDRPDR sel
2863       - 31  # NDRPDR sel
2864       - 32  # NDRPDR sel
2865       - 33  # NDRPDR sel
2866       - 34  # NDRPDR sel
2867
2868     csit-dpdk-perf-verify-2001-2n-dnv:
2869       - 9   # NDRPDR sel
2870       - 10  # NDRPDR sel
2871       - 11  # NDRPDR sel
2872       - 12  # NDRPDR sel
2873       - 13  # NDRPDR sel
2874       - 14  # NDRPDR sel
2875       - 15  # NDRPDR sel
2876       - 16  # NDRPDR sel
2877       - 17  # NDRPDR sel
2878       - 18  # NDRPDR sel
2879
2880     csit-dpdk-perf-verify-2001-3n-dnv:
2881       - 12  # NDRPDR sel
2882       - 13  # NDRPDR sel
2883       - 14  # NDRPDR sel
2884       - 15  # NDRPDR sel
2885       - 16  # NDRPDR sel
2886       - 17  # NDRPDR sel
2887       - 18  # NDRPDR sel
2888       - 19  # NDRPDR sel
2889       - 20  # NDRPDR sel
2890       - 22  # NDRPDR sel
2891
2892     csit-dpdk-perf-verify-2001-3n-tsh:
2893       - 3   # NDRPDR sel
2894       - 4   # NDRPDR sel
2895       - 5   # NDRPDR sel
2896       - 9   # NDRPDR sel
2897       - 10  # NDRPDR sel
2898       - 11  # NDRPDR sel
2899       - 12  # NDRPDR sel
2900       - 14  # NDRPDR sel
2901       - 15  # NDRPDR sel
2902       - 18  # NDRPDR sel
2903
2904     csit-vpp-device-2001-ubuntu1804-1n-skx:
2905       - 57
2906
2907 - type: "output"
2908   output: "report"
2909   format:
2910     html:
2911     - full
2912 #    pdf:
2913 #    - minimal
2914
2915 ################################################################################
2916 ###                               T A B L E S                                ###
2917 ################################################################################
2918
2919 ## VPP Soak vs NDR - 2n-skx
2920 #- type: "table"
2921 #  title: "VPP Soak vs NDR 2n-skx"
2922 #  algorithm: "table_soak_vs_ndr"
2923 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2924 #  reference:
2925 #    title: "NDR"
2926 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2927 #  compare:
2928 #    title: "Soak"
2929 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2930 #  data: "vpp-soak-vs-ndr-2n-skx"
2931 #  include-tests: "NDR"
2932 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2933 #  parameters:
2934 #    - "throughput"
2935 #    - "name"
2936 #    - "parent"
2937
2938 # VPP Soak vs NDR - 2n-clx
2939 - type: "table"
2940   title: "VPP Soak vs NDR 2n-clx"
2941   algorithm: "table_soak_vs_ndr"
2942   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2943   reference:
2944     title: "NDR"
2945     data: "vpp-soak-vs-ndr-2n-clx-ref"
2946   compare:
2947     title: "Soak"
2948     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2949   data: "vpp-soak-vs-ndr-2n-clx"
2950   include-tests: "NDR"
2951   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2952   parameters:
2953     - "throughput"
2954     - "name"
2955     - "parent"
2956
2957 ################################################################################
2958
2959 # VPP Compare NICs 3n-skx 2t1c ndr
2960 - type: "table"
2961   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2962   algorithm: "table_nics_comparison"
2963   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2964   reference:
2965     title: "x710"
2966     nic: "NIC_Intel-X710"
2967   compare:
2968     title: "xxv710"
2969     nic: "NIC_Intel-XXV710"
2970   data: "vpp-nic-comparison-3n-skx"
2971   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2972   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2973   parameters:
2974   - "name"
2975   - "parent"
2976   - "throughput"
2977   - "tags"
2978
2979 # VPP Compare NICs 3n-skx 4t2c ndr
2980 - type: "table"
2981   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2982   algorithm: "table_nics_comparison"
2983   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2984   reference:
2985     title: "x710"
2986     nic: "NIC_Intel-X710"
2987   compare:
2988     title: "xxv710"
2989     nic: "NIC_Intel-XXV710"
2990   data: "vpp-nic-comparison-3n-skx"
2991   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2992   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2993   parameters:
2994   - "name"
2995   - "parent"
2996   - "throughput"
2997   - "tags"
2998
2999 # VPP Compare NICs 3n-skx 2t1c pdr
3000 - type: "table"
3001   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3002   algorithm: "table_nics_comparison"
3003   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3004   reference:
3005     title: "x710"
3006     nic: "NIC_Intel-X710"
3007   compare:
3008     title: "xxv710"
3009     nic: "NIC_Intel-XXV710"
3010   data: "vpp-nic-comparison-3n-skx"
3011   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3012   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3013   parameters:
3014   - "name"
3015   - "parent"
3016   - "throughput"
3017   - "tags"
3018
3019  # VPP Compare NICs 3n-skx 4t2c pdr
3020 - type: "table"
3021   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3022   algorithm: "table_nics_comparison"
3023   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3024   reference:
3025     title: "x710"
3026     nic: "NIC_Intel-X710"
3027   compare:
3028     title: "xxv710"
3029     nic: "NIC_Intel-XXV710"
3030   data: "vpp-nic-comparison-3n-skx"
3031   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3032   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3033   parameters:
3034   - "name"
3035   - "parent"
3036   - "throughput"
3037   - "tags"
3038
3039 # VPP Compare NICs 3n-skx 2t1c mrr
3040 - type: "table"
3041   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3042   algorithm: "table_nics_comparison"
3043   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3044   reference:
3045     title: "x710"
3046     nic: "NIC_Intel-X710"
3047   compare:
3048     title: "xxv710"
3049     nic: "NIC_Intel-XXV710"
3050   data: "vpp-nic-comparison-3n-skx-mrr"
3051   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3052   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3053   parameters:
3054   - "name"
3055   - "parent"
3056   - "result"
3057   - "tags"
3058
3059 # VPP Compare NICs 3n-skx 4t2c mrr
3060 - type: "table"
3061   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3062   algorithm: "table_nics_comparison"
3063   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3064   reference:
3065     title: "x710"
3066     nic: "NIC_Intel-X710"
3067   compare:
3068     title: "xxv710"
3069     nic: "NIC_Intel-XXV710"
3070   data: "vpp-nic-comparison-3n-skx-mrr"
3071   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3072   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3073   parameters:
3074   - "name"
3075   - "parent"
3076   - "result"
3077   - "tags"
3078
3079  # VPP Compare NICs 3n-skx 8t4c mrr
3080 - type: "table"
3081   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3082   algorithm: "table_nics_comparison"
3083   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3084   reference:
3085     title: "x710"
3086     nic: "NIC_Intel-X710"
3087   compare:
3088     title: "xxv710"
3089     nic: "NIC_Intel-XXV710"
3090   data: "vpp-nic-comparison-3n-skx-mrr"
3091   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3092   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3093   parameters:
3094   - "name"
3095   - "parent"
3096   - "result"
3097   - "tags"
3098
3099 # VPP Compare NICs 2n-skx 2t1c ndr
3100 - type: "table"
3101   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3102   algorithm: "table_nics_comparison"
3103   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3104   reference:
3105     title: "x710"
3106     nic: "NIC_Intel-X710"
3107   compare:
3108     title: "xxv710"
3109     nic: "NIC_Intel-XXV710"
3110   data: "vpp-nic-comparison-2n-skx"
3111   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3112   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3113   parameters:
3114   - "name"
3115   - "parent"
3116   - "throughput"
3117   - "tags"
3118
3119 # VPP Compare NICs 2n-skx 4t2c ndr
3120 - type: "table"
3121   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3122   algorithm: "table_nics_comparison"
3123   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3124   reference:
3125     title: "x710"
3126     nic: "NIC_Intel-X710"
3127   compare:
3128     title: "xxv710"
3129     nic: "NIC_Intel-XXV710"
3130   data: "vpp-nic-comparison-2n-skx"
3131   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3132   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3133   parameters:
3134   - "name"
3135   - "parent"
3136   - "throughput"
3137   - "tags"
3138
3139  # VPP Compare NICs 2n-skx 2t1c pdr
3140 - type: "table"
3141   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3142   algorithm: "table_nics_comparison"
3143   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3144   reference:
3145     title: "x710"
3146     nic: "NIC_Intel-X710"
3147   compare:
3148     title: "xxv710"
3149     nic: "NIC_Intel-XXV710"
3150   data: "vpp-nic-comparison-2n-skx"
3151   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3152   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3153   parameters:
3154   - "name"
3155   - "parent"
3156   - "throughput"
3157   - "tags"
3158
3159 # VPP Compare NICs 2n-skx 4t2c pdr
3160 - type: "table"
3161   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3162   algorithm: "table_nics_comparison"
3163   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3164   reference:
3165     title: "x710"
3166     nic: "NIC_Intel-X710"
3167   compare:
3168     title: "xxv710"
3169     nic: "NIC_Intel-XXV710"
3170   data: "vpp-nic-comparison-2n-skx"
3171   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3172   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3173   parameters:
3174   - "name"
3175   - "parent"
3176   - "throughput"
3177   - "tags"
3178
3179 # VPP Compare NICs 2n-skx 2t1c mrr
3180 - type: "table"
3181   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3182   algorithm: "table_nics_comparison"
3183   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3184   reference:
3185     title: "x710"
3186     nic: "NIC_Intel-X710"
3187   compare:
3188     title: "xxv710"
3189     nic: "NIC_Intel-XXV710"
3190   data: "vpp-nic-comparison-2n-skx-mrr"
3191   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3192   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3193   parameters:
3194   - "name"
3195   - "parent"
3196   - "result"
3197   - "tags"
3198
3199 # VPP Compare NICs 2n-skx 4t2c mrr
3200 - type: "table"
3201   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3202   algorithm: "table_nics_comparison"
3203   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3204   reference:
3205     title: "x710"
3206     nic: "NIC_Intel-X710"
3207   compare:
3208     title: "xxv710"
3209     nic: "NIC_Intel-XXV710"
3210   data: "vpp-nic-comparison-2n-skx-mrr"
3211   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3212   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3213   parameters:
3214   - "name"
3215   - "parent"
3216   - "result"
3217   - "tags"
3218
3219 # VPP Compare NICs 2n-skx 8t4c mrr
3220 - type: "table"
3221   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3222   algorithm: "table_nics_comparison"
3223   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3224   reference:
3225     title: "x710"
3226     nic: "NIC_Intel-X710"
3227   compare:
3228     title: "xxv710"
3229     nic: "NIC_Intel-XXV710"
3230   data: "vpp-nic-comparison-2n-skx-mrr"
3231   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3232   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3233   parameters:
3234   - "name"
3235   - "parent"
3236   - "result"
3237   - "tags"
3238
3239 ################################################################################
3240 # VPP
3241
3242 # VPP Performance Changes 3n-hsw 1t1c pdr
3243 - type: "table"
3244   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3245   algorithm: "table_perf_comparison"
3246   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3247   history:
3248     - title: "rls1904"
3249       data: "vpp-performance-changes-3n-hsw-h1"
3250   reference:
3251     title: "rls1908"
3252     data: "vpp-performance-changes-3n-hsw-ref"
3253     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3254   compare:
3255     title: "rls2001"
3256     data: "vpp-performance-changes-3n-hsw-cmp"
3257   data: "vpp-performance-changes-3n-hsw"
3258   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3259   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3260   parameters:
3261   - "name"
3262   - "parent"
3263   - "throughput"
3264
3265 # VPP Performance Changes 3n-hsw 2t2c pdr
3266 - type: "table"
3267   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3268   algorithm: "table_perf_comparison"
3269   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3270   history:
3271     - title: "rls1904"
3272       data: "vpp-performance-changes-3n-hsw-h1"
3273   reference:
3274     title: "rls1908"
3275     data: "vpp-performance-changes-3n-hsw-ref"
3276     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3277   compare:
3278     title: "rls2001"
3279     data: "vpp-performance-changes-3n-hsw-cmp"
3280   data: "vpp-performance-changes-3n-hsw"
3281   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3282   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3283   parameters:
3284   - "name"
3285   - "parent"
3286   - "throughput"
3287
3288 # VPP Performance Changes 3n-hsw 1t1c ndr
3289 - type: "table"
3290   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3291   algorithm: "table_perf_comparison"
3292   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3293   history:
3294     - title: "rls1904"
3295       data: "vpp-performance-changes-3n-hsw-h1"
3296   reference:
3297     title: "rls1908"
3298     data: "vpp-performance-changes-3n-hsw-ref"
3299     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3300   compare:
3301     title: "rls2001"
3302     data: "vpp-performance-changes-3n-hsw-cmp"
3303   data: "vpp-performance-changes-3n-hsw"
3304   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3305   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3306   parameters:
3307   - "name"
3308   - "parent"
3309   - "throughput"
3310
3311 # VPP Performance Changes 3n-hsw 2t2c ndr
3312 - type: "table"
3313   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3314   algorithm: "table_perf_comparison"
3315   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3316   history:
3317     - title: "rls1904"
3318       data: "vpp-performance-changes-3n-hsw-h1"
3319   reference:
3320     title: "rls1908"
3321     data: "vpp-performance-changes-3n-hsw-ref"
3322     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3323   compare:
3324     title: "rls2001"
3325     data: "vpp-performance-changes-3n-hsw-cmp"
3326   data: "vpp-performance-changes-3n-hsw"
3327   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3328   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3329   parameters:
3330   - "name"
3331   - "parent"
3332   - "throughput"
3333
3334 # VPP Performance Changes 3n-skx 2t1c pdr
3335 - type: "table"
3336   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3337   algorithm: "table_perf_comparison_nic"
3338   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3339   history:
3340     - title: "rls1904 x710"
3341       data: "vpp-performance-changes-3n-skx-h1"
3342       nic: "NIC_Intel-X710"
3343   reference:
3344     title: "rls1908 xxv710"
3345     data: "vpp-performance-changes-3n-skx-ref"
3346     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3347     nic: "NIC_Intel-XXV710"
3348   compare:
3349     title: "rls2001 xxv710"
3350     data: "vpp-performance-changes-3n-skx-cmp"
3351     nic: "NIC_Intel-XXV710"
3352   data: "vpp-performance-changes-3n-skx"
3353   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3354   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3355   parameters:
3356   - "name"
3357   - "parent"
3358   - "throughput"
3359   - "tags"
3360
3361 # VPP Performance Changes 3n-skx 4t2c pdr
3362 - type: "table"
3363   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3364   algorithm: "table_perf_comparison_nic"
3365   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3366   history:
3367     - title: "rls1904 x710"
3368       data: "vpp-performance-changes-3n-skx-h1"
3369       nic: "NIC_Intel-X710"
3370   reference:
3371     title: "rls1908 xxv710"
3372     data: "vpp-performance-changes-3n-skx-ref"
3373     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3374     nic: "NIC_Intel-XXV710"
3375   compare:
3376     title: "rls2001 xxv710"
3377     data: "vpp-performance-changes-3n-skx-cmp"
3378     nic: "NIC_Intel-XXV710"
3379   data: "vpp-performance-changes-3n-skx"
3380   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3381   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3382   parameters:
3383   - "name"
3384   - "parent"
3385   - "throughput"
3386   - "tags"
3387
3388 # VPP Performance Changes 3n-skx 2t1c ndr
3389 - type: "table"
3390   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3391   algorithm: "table_perf_comparison_nic"
3392   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3393   history:
3394     - title: "rls1904 x710"
3395       data: "vpp-performance-changes-3n-skx-h1"
3396       nic: "NIC_Intel-X710"
3397   reference:
3398     title: "rls1908 xxv710"
3399     data: "vpp-performance-changes-3n-skx-ref"
3400     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3401     nic: "NIC_Intel-XXV710"
3402   compare:
3403     title: "rls2001 xxv710"
3404     data: "vpp-performance-changes-3n-skx-cmp"
3405     nic: "NIC_Intel-XXV710"
3406   data: "vpp-performance-changes-3n-skx"
3407   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3408   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3409   parameters:
3410   - "name"
3411   - "parent"
3412   - "throughput"
3413   - "tags"
3414
3415 # VPP Performance Changes 3n-skx 4t2c ndr
3416 - type: "table"
3417   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3418   algorithm: "table_perf_comparison_nic"
3419   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3420   history:
3421     - title: "rls1904 x710"
3422       data: "vpp-performance-changes-3n-skx-h1"
3423       nic: "NIC_Intel-X710"
3424   reference:
3425     title: "rls1908 xxv710"
3426     data: "vpp-performance-changes-3n-skx-ref"
3427     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3428     nic: "NIC_Intel-XXV710"
3429   compare:
3430     title: "rls2001 xxv710"
3431     data: "vpp-performance-changes-3n-skx-cmp"
3432     nic: "NIC_Intel-XXV710"
3433   data: "vpp-performance-changes-3n-skx"
3434   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3435   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3436   parameters:
3437   - "name"
3438   - "parent"
3439   - "throughput"
3440   - "tags"
3441
3442 # VPP Performance Changes 2n-skx 2t1c pdr
3443 - type: "table"
3444   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3445   algorithm: "table_perf_comparison_nic"
3446   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3447   history:
3448     - title: "rls1904 x710"
3449       data: "vpp-performance-changes-2n-skx-h1"
3450       nic: "NIC_Intel-X710"
3451   reference:
3452     title: "rls1908 xxv710"
3453     data: "vpp-performance-changes-2n-skx-ref"
3454     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3455     nic: "NIC_Intel-XXV710"
3456   compare:
3457     title: "rls2001 xxv710"
3458     data: "vpp-performance-changes-2n-skx-cmp"
3459     nic: "NIC_Intel-XXV710"
3460   data: "vpp-performance-changes-2n-skx"
3461   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3462   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3463   parameters:
3464   - "name"
3465   - "parent"
3466   - "throughput"
3467   - "tags"
3468
3469 # VPP Performance Changes 2n-skx 4t2c pdr
3470 - type: "table"
3471   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3472   algorithm: "table_perf_comparison_nic"
3473   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3474   history:
3475     - title: "rls1904 x710"
3476       data: "vpp-performance-changes-2n-skx-h1"
3477       nic: "NIC_Intel-X710"
3478   reference:
3479     title: "rls1908 xxv710"
3480     data: "vpp-performance-changes-2n-skx-ref"
3481     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3482     nic: "NIC_Intel-XXV710"
3483   compare:
3484     title: "rls2001 xxv710"
3485     data: "vpp-performance-changes-2n-skx-cmp"
3486     nic: "NIC_Intel-XXV710"
3487   data: "vpp-performance-changes-2n-skx"
3488   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3489   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3490   parameters:
3491   - "name"
3492   - "parent"
3493   - "throughput"
3494   - "tags"
3495
3496 # VPP Performance Changes 2n-skx 2t1c ndr
3497 - type: "table"
3498   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3499   algorithm: "table_perf_comparison_nic"
3500   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3501   history:
3502     - title: "rls1904 x710"
3503       data: "vpp-performance-changes-2n-skx-h1"
3504       nic: "NIC_Intel-X710"
3505   reference:
3506     title: "rls1908 xxv710"
3507     data: "vpp-performance-changes-2n-skx-ref"
3508     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3509     nic: "NIC_Intel-XXV710"
3510   compare:
3511     title: "rls2001 xxv710"
3512     data: "vpp-performance-changes-2n-skx-cmp"
3513     nic: "NIC_Intel-XXV710"
3514   data: "vpp-performance-changes-2n-skx"
3515   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3516   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3517   parameters:
3518   - "name"
3519   - "parent"
3520   - "throughput"
3521   - "tags"
3522
3523 # VPP Performance Changes 2n-skx 4t2c ndr
3524 - type: "table"
3525   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3526   algorithm: "table_perf_comparison_nic"
3527   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3528   history:
3529     - title: "rls1904 x710"
3530       data: "vpp-performance-changes-2n-skx-h1"
3531       nic: "NIC_Intel-X710"
3532   reference:
3533     title: "rls1908 xxv710"
3534     data: "vpp-performance-changes-2n-skx-ref"
3535     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3536     nic: "NIC_Intel-XXV710"
3537   compare:
3538     title: "rls2001 xxv710"
3539     data: "vpp-performance-changes-2n-skx-cmp"
3540     nic: "NIC_Intel-XXV710"
3541   data: "vpp-performance-changes-2n-skx"
3542   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3543   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3544   parameters:
3545   - "name"
3546   - "parent"
3547   - "throughput"
3548   - "tags"
3549
3550 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3551 #- type: "table"
3552 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3553 #  algorithm: "table_perf_comparison"
3554 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3555 #  reference:
3556 #    title: "rls1908"
3557 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3558 #  compare:
3559 #    title: "rls2001"
3560 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3561 #  data: "vpp-performance-changes-nfv-2n-skx"
3562 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3563 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3564 #  parameters:
3565 #  - "name"
3566 #  - "parent"
3567 #  - "throughput"
3568 #  - "tags"
3569 #
3570 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3571 #- type: "table"
3572 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3573 #  algorithm: "table_perf_comparison"
3574 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3575 #  reference:
3576 #    title: "rls1908"
3577 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3578 #  compare:
3579 #    title: "rls2001"
3580 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3581 #  data: "vpp-performance-changes-nfv-2n-skx"
3582 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3583 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3584 #  parameters:
3585 #  - "name"
3586 #  - "parent"
3587 #  - "throughput"
3588 #  - "tags"
3589 #
3590 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3591 #- type: "table"
3592 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3593 #  algorithm: "table_perf_comparison"
3594 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3595 #  reference:
3596 #    title: "rls1908"
3597 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3598 #  compare:
3599 #    title: "rls2001"
3600 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3601 #  data: "vpp-performance-changes-nfv-2n-skx"
3602 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3603 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3604 #  parameters:
3605 #  - "name"
3606 #  - "parent"
3607 #  - "throughput"
3608 #  - "tags"
3609 #
3610 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3611 #- type: "table"
3612 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3613 #  algorithm: "table_perf_comparison"
3614 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3615 #  reference:
3616 #    title: "rls1908"
3617 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3618 #  compare:
3619 #    title: "rls2001"
3620 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3621 #  data: "vpp-performance-changes-nfv-2n-skx"
3622 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3623 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3624 #  parameters:
3625 #  - "name"
3626 #  - "parent"
3627 #  - "throughput"
3628 #  - "tags"
3629
3630 # VPP Performance Changes 2n-dnv 1t1c pdr
3631 - type: "table"
3632   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3633   algorithm: "table_perf_comparison"
3634   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3635   reference:
3636     title: "rls1908"
3637     data: "vpp-performance-changes-2n-dnv-ref"
3638   compare:
3639     title: "rls2001"
3640     data: "vpp-performance-changes-2n-dnv-cmp"
3641   data: "vpp-performance-changes-2n-dnv"
3642   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3643   filter: "'1T1C'"
3644   parameters:
3645   - "name"
3646   - "parent"
3647   - "throughput"
3648   - "tags"
3649
3650 # VPP Performance Changes 2n-dnv 2t2c pdr
3651 - type: "table"
3652   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3653   algorithm: "table_perf_comparison"
3654   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3655   reference:
3656     title: "rls1908"
3657     data: "vpp-performance-changes-2n-dnv-ref"
3658   compare:
3659     title: "rls2001"
3660     data: "vpp-performance-changes-2n-dnv-cmp"
3661   data: "vpp-performance-changes-2n-dnv"
3662   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3663   filter: "'2T2C'"
3664   parameters:
3665   - "name"
3666   - "parent"
3667   - "throughput"
3668   - "tags"
3669
3670 # VPP Performance Changes 2n-dnv 1t1c ndr
3671 - type: "table"
3672   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3673   algorithm: "table_perf_comparison"
3674   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3675   reference:
3676     title: "rls1908"
3677     data: "vpp-performance-changes-2n-dnv-ref"
3678   compare:
3679     title: "rls2001"
3680     data: "vpp-performance-changes-2n-dnv-cmp"
3681   data: "vpp-performance-changes-2n-dnv"
3682   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3683   filter: "'1T1C'"
3684   parameters:
3685   - "name"
3686   - "parent"
3687   - "throughput"
3688   - "tags"
3689
3690 # VPP Performance Changes 2n-dnv 2t2c ndr
3691 - type: "table"
3692   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3693   algorithm: "table_perf_comparison"
3694   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3695   reference:
3696     title: "rls1908 "
3697     data: "vpp-performance-changes-2n-dnv-ref"
3698   compare:
3699     title: "rls2001"
3700     data: "vpp-performance-changes-2n-dnv-cmp"
3701   data: "vpp-performance-changes-2n-dnv"
3702   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3703   filter: "'2T2C'"
3704   parameters:
3705   - "name"
3706   - "parent"
3707   - "throughput"
3708   - "tags"
3709
3710 # VPP Performance Changes 3n-dnv 1t1c pdr
3711 - type: "table"
3712   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3713   algorithm: "table_perf_comparison"
3714   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3715   reference:
3716     title: "rls1908"
3717     data: "vpp-performance-changes-3n-dnv-ref"
3718   compare:
3719     title: "rls2001"
3720     data: "vpp-performance-changes-3n-dnv-cmp"
3721   data: "vpp-performance-changes-3n-dnv"
3722   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3723   filter: "'1T1C'"
3724   parameters:
3725   - "name"
3726   - "parent"
3727   - "throughput"
3728   - "tags"
3729
3730 # VPP Performance Changes 3n-dnv 2t2c pdr
3731 - type: "table"
3732   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3733   algorithm: "table_perf_comparison"
3734   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3735   reference:
3736     title: "rls1908"
3737     data: "vpp-performance-changes-3n-dnv-ref"
3738   compare:
3739     title: "rls2001"
3740     data: "vpp-performance-changes-3n-dnv-cmp"
3741   data: "vpp-performance-changes-3n-dnv"
3742   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3743   filter: "'2T2C'"
3744   parameters:
3745   - "name"
3746   - "parent"
3747   - "throughput"
3748   - "tags"
3749
3750 # VPP Performance Changes 3n-dnv 1t1c ndr
3751 - type: "table"
3752   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3753   algorithm: "table_perf_comparison"
3754   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3755   reference:
3756     title: "rls1908"
3757     data: "vpp-performance-changes-3n-dnv-ref"
3758   compare:
3759     title: "rls2001"
3760     data: "vpp-performance-changes-3n-dnv-cmp"
3761   data: "vpp-performance-changes-3n-dnv"
3762   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3763   filter: "'1T1C'"
3764   parameters:
3765   - "name"
3766   - "parent"
3767   - "throughput"
3768   - "tags"
3769
3770 # VPP Performance Changes 3n-dnv 2t2c ndr
3771 - type: "table"
3772   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3773   algorithm: "table_perf_comparison"
3774   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3775   reference:
3776     title: "rls1908"
3777     data: "vpp-performance-changes-3n-dnv-ref"
3778   compare:
3779     title: "rls2001"
3780     data: "vpp-performance-changes-3n-dnv-cmp"
3781   data: "vpp-performance-changes-3n-dnv"
3782   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3783   filter: "'2T2C'"
3784   parameters:
3785   - "name"
3786   - "parent"
3787   - "throughput"
3788   - "tags"
3789
3790 # VPP Performance Changes 3n-tsh 1t1c pdr
3791 - type: "table"
3792   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3793   algorithm: "table_perf_comparison"
3794   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3795   reference:
3796     title: "rls1908"
3797     data: "vpp-performance-changes-3n-tsh-ref"
3798   compare:
3799     title: "rls2001"
3800     data: "vpp-performance-changes-3n-tsh-cmp"
3801   data: "vpp-performance-changes-3n-tsh"
3802   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3803   filter: "'1T1C'"
3804   parameters:
3805   - "name"
3806   - "parent"
3807   - "throughput"
3808   - "tags"
3809
3810 # VPP Performance Changes 3n-tsh 2t2c pdr
3811 - type: "table"
3812   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3813   algorithm: "table_perf_comparison"
3814   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3815   reference:
3816     title: "rls1908"
3817     data: "vpp-performance-changes-3n-tsh-ref"
3818   compare:
3819     title: "rls2001"
3820     data: "vpp-performance-changes-3n-tsh-cmp"
3821   data: "vpp-performance-changes-3n-tsh"
3822   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3823   filter: "'2T2C'"
3824   parameters:
3825   - "name"
3826   - "parent"
3827   - "throughput"
3828   - "tags"
3829
3830 # VPP Performance Changes 3n-tsh 1t1c ndr
3831 - type: "table"
3832   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3833   algorithm: "table_perf_comparison"
3834   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3835   reference:
3836     title: "rls1908"
3837     data: "vpp-performance-changes-3n-tsh-ref"
3838   compare:
3839     title: "rls2001"
3840     data: "vpp-performance-changes-3n-tsh-cmp"
3841   data: "vpp-performance-changes-3n-tsh"
3842   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3843   filter: "'1T1C'"
3844   parameters:
3845   - "name"
3846   - "parent"
3847   - "throughput"
3848   - "tags"
3849
3850 # VPP Performance Changes 3n-tsh 2t2c ndr
3851 - type: "table"
3852   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3853   algorithm: "table_perf_comparison"
3854   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3855   reference:
3856     title: "rls1908"
3857     data: "vpp-performance-changes-3n-tsh-ref"
3858   compare:
3859     title: "rls2001"
3860     data: "vpp-performance-changes-3n-tsh-cmp"
3861   data: "vpp-performance-changes-3n-tsh"
3862   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3863   filter: "'2T2C'"
3864   parameters:
3865   - "name"
3866   - "parent"
3867   - "throughput"
3868   - "tags"
3869
3870 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3871 - type: "table"
3872   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3873   algorithm: "table_perf_comparison_nic"
3874   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3875   reference:
3876     title: "3n-hsw xl710"
3877     data: "vpp-compare-testbeds-ref"
3878     nic: "NIC_Intel-XL710"
3879   compare:
3880     title: "3n-skx xxv710"
3881     data: "vpp-compare-testbeds-cmp"
3882     nic: "NIC_Intel-XXV710"
3883   data: "vpp-compare-testbeds"
3884   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3885   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3886   parameters:
3887   - "name"
3888   - "parent"
3889   - "throughput"
3890   - "tags"
3891
3892 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3893 - type: "table"
3894   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3895   algorithm: "table_perf_comparison_nic"
3896   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3897   reference:
3898     title: "3n-hsw xl710"
3899     data: "vpp-compare-testbeds-ref"
3900     nic: "NIC_Intel-XL710"
3901   compare:
3902     title: "3n-skx xxv710"
3903     data: "vpp-compare-testbeds-cmp"
3904     nic: "NIC_Intel-XXV710"
3905   data: "vpp-compare-testbeds"
3906   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3907   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3908   parameters:
3909   - "name"
3910   - "parent"
3911   - "throughput"
3912   - "tags"
3913
3914 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3915 - type: "table"
3916   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3917   algorithm: "table_perf_comparison_nic"
3918   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3919   reference:
3920     title: "3n-hsw xl710"
3921     data: "vpp-compare-testbeds-ref"
3922     nic: "NIC_Intel-XL710"
3923   compare:
3924     title: "3n-skx xxv710"
3925     data: "vpp-compare-testbeds-cmp"
3926     nic: "NIC_Intel-XXV710"
3927   data: "vpp-compare-testbeds"
3928   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3929   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3930   parameters:
3931   - "name"
3932   - "parent"
3933   - "throughput"
3934   - "tags"
3935
3936 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3937 - type: "table"
3938   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3939   algorithm: "table_perf_comparison_nic"
3940   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3941   reference:
3942     title: "3n-hsw xl710"
3943     data: "vpp-compare-testbeds-ref"
3944     nic: "NIC_Intel-XL710"
3945   compare:
3946     title: "3n-skx xxv710"
3947     data: "vpp-compare-testbeds-cmp"
3948     nic: "NIC_Intel-XXV710"
3949   data: "vpp-compare-testbeds"
3950   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3951   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3952   parameters:
3953   - "name"
3954   - "parent"
3955   - "throughput"
3956   - "tags"
3957
3958 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3959 - type: "table"
3960   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3961   algorithm: "table_perf_comparison"
3962   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3963   reference:
3964     title: "2n-skx"
3965     data: "vpp-compare-testbeds-skx-clx-ref"
3966   compare:
3967     title: "2n-clx"
3968     data: "vpp-compare-testbeds-skx-clx-cmp"
3969   data: "vpp-compare-testbeds-skx-clx"
3970   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3971   filter: "'2T1C'"
3972   parameters:
3973   - "name"
3974   - "parent"
3975   - "throughput"
3976   - "tags"
3977
3978 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3979 - type: "table"
3980   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3981   algorithm: "table_perf_comparison"
3982   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3983   reference:
3984     title: "2n-skx"
3985     data: "vpp-compare-testbeds-skx-clx-ref"
3986   compare:
3987     title: "2n-clx"
3988     data: "vpp-compare-testbeds-skx-clx-cmp"
3989   data: "vpp-compare-testbeds-skx-clx"
3990   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3991   filter: "'4T2C'"
3992   parameters:
3993   - "name"
3994   - "parent"
3995   - "throughput"
3996   - "tags"
3997
3998 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3999 - type: "table"
4000   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4001   algorithm: "table_perf_comparison"
4002   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4003   reference:
4004     title: "2n-skx"
4005     data: "vpp-compare-testbeds-skx-clx-ref"
4006   compare:
4007     title: "2n-clx"
4008     data: "vpp-compare-testbeds-skx-clx-cmp"
4009   data: "vpp-compare-testbeds-skx-clx"
4010   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4011   filter: "'2T1C'"
4012   parameters:
4013   - "name"
4014   - "parent"
4015   - "throughput"
4016   - "tags"
4017
4018 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4019 - type: "table"
4020   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4021   algorithm: "table_perf_comparison"
4022   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4023   reference:
4024     title: "2n-skx"
4025     data: "vpp-compare-testbeds-skx-clx-ref"
4026   compare:
4027     title: "2n-clx"
4028     data: "vpp-compare-testbeds-skx-clx-cmp"
4029   data: "vpp-compare-testbeds-skx-clx"
4030   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4031   filter: "'4T2C'"
4032   parameters:
4033   - "name"
4034   - "parent"
4035   - "throughput"
4036   - "tags"
4037
4038 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4039 - type: "table"
4040   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4041   algorithm: "table_perf_comparison_nic"
4042   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4043   reference:
4044     title: "3n-hsw xl710"
4045     data: "vpp-compare-testbeds-hsw-clx-ref"
4046     nic: "NIC_Intel-XL710"
4047   compare:
4048     title: "2n-clx xxv710"
4049     data: "vpp-compare-testbeds-hsw-clx-cmp"
4050     nic: "NIC_Intel-XXV710"
4051   data: "vpp-compare-testbeds-hsw-clx"
4052   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4053   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4054   parameters:
4055   - "name"
4056   - "parent"
4057   - "throughput"
4058   - "tags"
4059
4060 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4061 - type: "table"
4062   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4063   algorithm: "table_perf_comparison_nic"
4064   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4065   reference:
4066     title: "3n-hsw xl710"
4067     data: "vpp-compare-testbeds-hsw-clx-ref"
4068     nic: "NIC_Intel-XL710"
4069   compare:
4070     title: "2n-clx xxv710"
4071     data: "vpp-compare-testbeds-hsw-clx-cmp"
4072     nic: "NIC_Intel-XXV710"
4073   data: "vpp-compare-testbeds-hsw-clx"
4074   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4075   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4076   parameters:
4077   - "name"
4078   - "parent"
4079   - "throughput"
4080   - "tags"
4081
4082 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4083 - type: "table"
4084   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4085   algorithm: "table_perf_comparison_nic"
4086   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4087   reference:
4088     title: "3n-hsw xl710"
4089     data: "vpp-compare-testbeds-hsw-clx-ref"
4090     nic: "NIC_Intel-XL710"
4091   compare:
4092     title: "2n-clx xxv710"
4093     data: "vpp-compare-testbeds-hsw-clx-cmp"
4094     nic: "NIC_Intel-XXV710"
4095   data: "vpp-compare-testbeds-hsw-clx"
4096   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4097   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4098   parameters:
4099   - "name"
4100   - "parent"
4101   - "throughput"
4102   - "tags"
4103
4104 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4105 - type: "table"
4106   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4107   algorithm: "table_perf_comparison_nic"
4108   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4109   reference:
4110     title: "3n-hsw xl710"
4111     data: "vpp-compare-testbeds-hsw-clx-ref"
4112     nic: "NIC_Intel-XL710"
4113   compare:
4114     title: "2n-clx xxv710"
4115     data: "vpp-compare-testbeds-hsw-clx-cmp"
4116     nic: "NIC_Intel-XXV710"
4117   data: "vpp-compare-testbeds-hsw-clx"
4118   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4119   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4120   parameters:
4121   - "name"
4122   - "parent"
4123   - "throughput"
4124   - "tags"
4125
4126 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4127 - type: "table"
4128   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4129   algorithm: "table_perf_comparison"
4130   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4131   reference:
4132     title: "3-Node Skx"
4133     data: "vpp-compare-topologies-ref"
4134   compare:
4135     title: "2-Node Skx"
4136     data: "vpp-compare-topologies-cmp"
4137   data: "vpp-compare-topologies"
4138   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4139   filter: "'NDRPDR' and '1C'"
4140   parameters:
4141   - "name"
4142   - "parent"
4143   - "throughput"
4144
4145 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4146 - type: "table"
4147   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4148   algorithm: "table_perf_comparison"
4149   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4150   reference:
4151     title: "3-Node Skx"
4152     data: "vpp-compare-topologies-ref"
4153   compare:
4154     title: "2-Node Skx"
4155     data: "vpp-compare-topologies-cmp"
4156   data: "vpp-compare-topologies"
4157   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4158   filter: "'NDRPDR' and '2C'"
4159   parameters:
4160   - "name"
4161   - "parent"
4162   - "throughput"
4163
4164 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4165 - type: "table"
4166   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4167   algorithm: "table_perf_comparison"
4168   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4169   reference:
4170     title: "3-Node Skx"
4171     data: "vpp-compare-topologies-ref"
4172   compare:
4173     title: "2-Node Skx"
4174     data: "vpp-compare-topologies-cmp"
4175   data: "vpp-compare-topologies"
4176   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4177   filter: "'NDRPDR' and '1C'"
4178   parameters:
4179   - "name"
4180   - "parent"
4181   - "throughput"
4182
4183 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4184 - type: "table"
4185   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4186   algorithm: "table_perf_comparison"
4187   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4188   reference:
4189     title: "3-Node Skx"
4190     data: "vpp-compare-topologies-ref"
4191   compare:
4192     title: "2-Node Skx"
4193     data: "vpp-compare-topologies-cmp"
4194   data: "vpp-compare-topologies"
4195   include-tests: "PDR"
4196   filter: "'NDRPDR' and '2C'"
4197   parameters:
4198   - "name"
4199   - "parent"
4200   - "throughput"
4201
4202 # VPP Performance Changes 3n-hsw 1t1c MRR
4203 - type: "table"
4204   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4205   algorithm: "table_perf_comparison"
4206   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4207   history:
4208     - title: "rls1904"
4209       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4210   reference:
4211     title: "rls1908"
4212     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4213   compare:
4214     title: "rls2001"
4215     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4216   data: "vpp-performance-changes-3n-hsw-mrr"
4217   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4218   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
4219   parameters:
4220   - "name"
4221   - "parent"
4222   - "result"
4223
4224 # VPP Performance Changes 3n-hsw 2t2c MRR
4225 - type: "table"
4226   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4227   algorithm: "table_perf_comparison"
4228   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4229   history:
4230     - title: "rls1904"
4231       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4232   reference:
4233     title: "rls1908"
4234     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4235   compare:
4236     title: "rls2001"
4237     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4238   data: "vpp-performance-changes-3n-hsw-mrr"
4239   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4240   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4241   parameters:
4242   - "name"
4243   - "parent"
4244   - "result"
4245
4246 # VPP Performance Changes 3n-hsw 4t4c MRR
4247 - type: "table"
4248   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4249   algorithm: "table_perf_comparison"
4250   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4251   history:
4252     - title: "rls1904"
4253       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4254   reference:
4255     title: "rls1908"
4256     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4257   compare:
4258     title: "rls2001"
4259     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4260   data: "vpp-performance-changes-3n-hsw-mrr"
4261   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4262   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4263   parameters:
4264   - "name"
4265   - "parent"
4266   - "result"
4267
4268 # VPP Performance Changes 3n-skx 2t1c MRR
4269 - type: "table"
4270   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4271   algorithm: "table_perf_comparison"
4272   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4273   history:
4274     - title: "rls1904"
4275       data: "vpp-performance-changes-3n-skx-mrr-h1"
4276   reference:
4277     title: "rls1908"
4278     data: "vpp-performance-changes-3n-skx-mrr-ref"
4279   compare:
4280     title: "rls2001"
4281     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4282   data: "vpp-performance-changes-3n-skx-mrr"
4283   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4284   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4285   parameters:
4286   - "name"
4287   - "parent"
4288   - "result"
4289
4290 # VPP Performance Changes 3n-skx 4t2c MRR
4291 - type: "table"
4292   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4293   algorithm: "table_perf_comparison"
4294   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4295   history:
4296     - title: "rls1904"
4297       data: "vpp-performance-changes-3n-skx-mrr-h1"
4298   reference:
4299     title: "rls1908"
4300     data: "vpp-performance-changes-3n-skx-mrr-ref"
4301   compare:
4302     title: "rls2001"
4303     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4304   data: "vpp-performance-changes-3n-skx-mrr"
4305   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4306   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4307   parameters:
4308   - "name"
4309   - "parent"
4310   - "result"
4311
4312 # VPP Performance Changes 3n-skx 8t4c MRR
4313 - type: "table"
4314   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4315   algorithm: "table_perf_comparison"
4316   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4317   history:
4318     - title: "rls1904"
4319       data: "vpp-performance-changes-3n-skx-mrr-h1"
4320   reference:
4321     title: "rls1908"
4322     data: "vpp-performance-changes-3n-skx-mrr-ref"
4323   compare:
4324     title: "rls2001"
4325     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4326   data: "vpp-performance-changes-3n-skx-mrr"
4327   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4328   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4329   parameters:
4330   - "name"
4331   - "parent"
4332   - "result"
4333
4334 # VPP Performance Changes 2n-skx 2t1c MRR
4335 - type: "table"
4336   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4337   algorithm: "table_perf_comparison"
4338   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4339   history:
4340     - title: "rls1904"
4341       data: "vpp-performance-changes-2n-skx-mrr-h1"
4342   reference:
4343     title: "rls1908"
4344     data: "vpp-performance-changes-2n-skx-mrr-ref"
4345   compare:
4346     title: "rls2001"
4347     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4348   data: "vpp-performance-changes-2n-skx-mrr"
4349   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4350   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4351   parameters:
4352   - "name"
4353   - "parent"
4354   - "result"
4355
4356 # VPP Performance Changes 2n-skx 4t2c MRR
4357 - type: "table"
4358   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4359   algorithm: "table_perf_comparison"
4360   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4361   history:
4362     - title: "rls1904"
4363       data: "vpp-performance-changes-2n-skx-mrr-h1"
4364   reference:
4365     title: "rls1908"
4366     data: "vpp-performance-changes-2n-skx-mrr-ref"
4367   compare:
4368     title: "rls2001"
4369     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4370   data: "vpp-performance-changes-2n-skx-mrr"
4371   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4372   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4373   parameters:
4374   - "name"
4375   - "parent"
4376   - "result"
4377
4378 # VPP Performance Changes 2n-skx 8t4c MRR
4379 - type: "table"
4380   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4381   algorithm: "table_perf_comparison"
4382   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4383   history:
4384     - title: "rls1904"
4385       data: "vpp-performance-changes-2n-skx-mrr-h1"
4386   reference:
4387     title: "rls1908"
4388     data: "vpp-performance-changes-2n-skx-mrr-ref"
4389   compare:
4390     title: "rls2001"
4391     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4392   data: "vpp-performance-changes-2n-skx-mrr"
4393   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4394   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4395   parameters:
4396   - "name"
4397   - "parent"
4398   - "result"
4399
4400 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4401 #- type: "table"
4402 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4403 #  algorithm: "table_perf_comparison"
4404 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4405 #  reference:
4406 #    title: "rls1908"
4407 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4408 #  compare:
4409 #    title: "rls2001"
4410 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4411 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4412 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4413 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4414 #  parameters:
4415 #  - "name"
4416 #  - "parent"
4417 #  - "result"
4418 #
4419 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4420 #- type: "table"
4421 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4422 #  algorithm: "table_perf_comparison"
4423 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4424 #  reference:
4425 #    title: "rls1908"
4426 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4427 #  compare:
4428 #    title: "rls2001"
4429 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4430 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4431 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4432 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4433 #  parameters:
4434 #  - "name"
4435 #  - "parent"
4436 #  - "result"
4437 #
4438 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4439 #- type: "table"
4440 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4441 #  algorithm: "table_perf_comparison"
4442 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4443 #  reference:
4444 #    title: "rls1908"
4445 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4446 #  compare:
4447 #    title: "rls2001"
4448 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4449 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4450 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4451 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4452 #  parameters:
4453 #  - "name"
4454 #  - "parent"
4455 #  - "result"
4456
4457 # VPP Performance Changes 2n-dnv 1t1c MRR
4458 - type: "table"
4459   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4460   algorithm: "table_perf_comparison"
4461   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4462   reference:
4463     title: "rls1908"
4464     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4465   compare:
4466     title: "rls2001"
4467     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4468   data: "vpp-performance-changes-2n-dnv-mrr"
4469   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4470   filter: "'1T1C' and 'MRR'"
4471   parameters:
4472   - "name"
4473   - "parent"
4474   - "result"
4475
4476 # VPP Performance Changes 2n-dnv 2t2c MRR
4477 - type: "table"
4478   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4479   algorithm: "table_perf_comparison"
4480   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4481   reference:
4482     title: "rls1908"
4483     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4484   compare:
4485     title: "rls2001"
4486     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4487   data: "vpp-performance-changes-2n-dnv-mrr"
4488   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4489   filter: "'2T2C' and 'MRR'"
4490   parameters:
4491   - "name"
4492   - "parent"
4493   - "result"
4494
4495 # VPP Performance Changes 2n-dnv 4t4c MRR
4496 - type: "table"
4497   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4498   algorithm: "table_perf_comparison"
4499   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4500   reference:
4501     title: "rls1908"
4502     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4503   compare:
4504     title: "rls2001"
4505     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4506   data: "vpp-performance-changes-2n-dnv-mrr"
4507   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4508   filter: "'4T4C' and 'MRR'"
4509   parameters:
4510   - "name"
4511   - "parent"
4512   - "result"
4513
4514 # VPP Performance Changes 3n-dnv 1t1c MRR
4515 - type: "table"
4516   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4517   algorithm: "table_perf_comparison"
4518   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4519   reference:
4520     title: "rls1908"
4521     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4522   compare:
4523     title: "rls2001"
4524     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4525   data: "vpp-performance-changes-3n-dnv-mrr"
4526   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4527   filter: "'1T1C' and 'MRR'"
4528   parameters:
4529   - "name"
4530   - "parent"
4531   - "result"
4532
4533 # VPP Performance Changes 3n-dnv 2t2c MRR
4534 - type: "table"
4535   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4536   algorithm: "table_perf_comparison"
4537   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4538   reference:
4539     title: "rls1908"
4540     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4541   compare:
4542     title: "rls2001"
4543     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4544   data: "vpp-performance-changes-3n-dnv-mrr"
4545   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4546   filter: "'2T2C' and 'MRR'"
4547   parameters:
4548   - "name"
4549   - "parent"
4550   - "result"
4551
4552 # VPP Performance Changes 3n-dnv 4t4c MRR
4553 - type: "table"
4554   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4555   algorithm: "table_perf_comparison"
4556   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4557   reference:
4558     title: "rls1908"
4559     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4560   compare:
4561     title: "rls2001"
4562     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4563   data: "vpp-performance-changes-3n-dnv-mrr"
4564   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4565   filter: "'4T4C' and 'MRR'"
4566   parameters:
4567   - "name"
4568   - "parent"
4569   - "result"
4570
4571 # VPP Performance Changes 3n-tsh 1t1c MRR
4572 - type: "table"
4573   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4574   algorithm: "table_perf_comparison"
4575   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4576   reference:
4577     title: "rls1908"
4578     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4579   compare:
4580     title: "rls2001"
4581     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4582   data: "vpp-performance-changes-3n-tsh-mrr"
4583   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4584   filter: "'1T1C' and 'MRR'"
4585   parameters:
4586   - "name"
4587   - "parent"
4588   - "result"
4589
4590 # VPP Performance Changes 3n-tsh 2t2c MRR
4591 - type: "table"
4592   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4593   algorithm: "table_perf_comparison"
4594   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4595   reference:
4596     title: "rls1908"
4597     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4598   compare:
4599     title: "rls2001"
4600     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4601   data: "vpp-performance-changes-3n-tsh-mrr"
4602   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4603   filter: "'2T2C' and 'MRR'"
4604   parameters:
4605   - "name"
4606   - "parent"
4607   - "result"
4608
4609 # VPP Performance Changes 3n-tsh 4t4c MRR
4610 - type: "table"
4611   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4612   algorithm: "table_perf_comparison"
4613   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4614   reference:
4615     title: "rls1908"
4616     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4617   compare:
4618     title: "rls2001"
4619     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4620   data: "vpp-performance-changes-3n-tsh-mrr"
4621   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4622   filter: "'4T4C' and 'MRR'"
4623   parameters:
4624   - "name"
4625   - "parent"
4626   - "result"
4627
4628 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4629 - type: "table"
4630   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4631   algorithm: "table_perf_comparison_nic"
4632   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4633   reference:
4634     title: "3n-hsw xl710"
4635     data: "vpp-compare-testbeds-mrr-ref"
4636     nic: "NIC_Intel-XL710"
4637   compare:
4638     title: "3n-skx xxv710"
4639     data: "vpp-compare-testbeds-mrr-cmp"
4640     nic: "NIC_Intel-XXV710"
4641   data: "vpp-compare-testbeds-mrr"
4642   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4643   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4644   parameters:
4645   - "name"
4646   - "parent"
4647   - "result"
4648   - "tags"
4649
4650 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4651 - type: "table"
4652   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4653   algorithm: "table_perf_comparison_nic"
4654   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4655   reference:
4656     title: "3n-hsw xl710"
4657     data: "vpp-compare-testbeds-mrr-ref"
4658     nic: "NIC_Intel-XL710"
4659   compare:
4660     title: "3n-skx xxv710"
4661     data: "vpp-compare-testbeds-mrr-cmp"
4662     nic: "NIC_Intel-XXV710"
4663   data: "vpp-compare-testbeds-mrr"
4664   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4665   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4666   parameters:
4667   - "name"
4668   - "parent"
4669   - "result"
4670   - "tags"
4671
4672 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4673 - type: "table"
4674   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4675   algorithm: "table_perf_comparison_nic"
4676   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4677   reference:
4678     title: "3n-hsw xl710"
4679     data: "vpp-compare-testbeds-mrr-ref"
4680     nic: "NIC_Intel-XL710"
4681   compare:
4682     title: "3n-skx xxv710"
4683     data: "vpp-compare-testbeds-mrr-cmp"
4684     nic: "NIC_Intel-XXV710"
4685   data: "vpp-compare-testbeds-mrr"
4686   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4687   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4688   parameters:
4689   - "name"
4690   - "parent"
4691   - "result"
4692   - "tags"
4693
4694 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4695 - type: "table"
4696   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4697   algorithm: "table_perf_comparison"
4698   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4699   reference:
4700     title: "2n-skx"
4701     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4702   compare:
4703     title: "2n-clx"
4704     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4705   data: "vpp-compare-testbeds-mrr-skx-clx"
4706   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4707   filter: "'2T1C'"
4708   parameters:
4709   - "name"
4710   - "parent"
4711   - "result"
4712   - "tags"
4713
4714 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4715 - type: "table"
4716   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4717   algorithm: "table_perf_comparison"
4718   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4719   reference:
4720     title: "2n-skx"
4721     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4722   compare:
4723     title: "2n-clx"
4724     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4725   data: "vpp-compare-testbeds-mrr-skx-clx"
4726   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4727   filter: "'4T2C'"
4728   parameters:
4729   - "name"
4730   - "parent"
4731   - "result"
4732   - "tags"
4733
4734 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4735 - type: "table"
4736   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4737   algorithm: "table_perf_comparison"
4738   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4739   reference:
4740     title: "2n-skx"
4741     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4742   compare:
4743     title: "2n-clx"
4744     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4745   data: "vpp-compare-testbeds-mrr-skx-clx"
4746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4747   filter: "'8T4C'"
4748   parameters:
4749   - "name"
4750   - "parent"
4751   - "result"
4752   - "tags"
4753
4754 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4755 - type: "table"
4756   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4757   algorithm: "table_perf_comparison"
4758   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4759   reference:
4760     title: "3-Node Skx"
4761     data: "vpp-compare-topologies-mrr-ref"
4762   compare:
4763     title: "2-Node Skx"
4764     data: "vpp-compare-topologies-mrr-cmp"
4765   data: "vpp-compare-topologies-mrr"
4766   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4767   filter: "'MRR' and '1C'"
4768   parameters:
4769   - "name"
4770   - "parent"
4771   - "result"
4772
4773 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4774 - type: "table"
4775   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4776   algorithm: "table_perf_comparison"
4777   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4778   reference:
4779     title: "3-Node Skx"
4780     data: "vpp-compare-topologies-mrr-ref"
4781   compare:
4782     title: "2-Node Skx"
4783     data: "vpp-compare-topologies-mrr-cmp"
4784   data: "vpp-compare-topologies-mrr"
4785   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4786   filter: "'MRR' and '2C'"
4787   parameters:
4788   - "name"
4789   - "parent"
4790   - "result"
4791
4792 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4793 - type: "table"
4794   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4795   algorithm: "table_perf_comparison"
4796   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4797   reference:
4798     title: "3-Node Skx"
4799     data: "vpp-compare-topologies-mrr-ref"
4800   compare:
4801     title: "2-Node Skx"
4802     data: "vpp-compare-topologies-mrr-cmp"
4803   data: "vpp-compare-topologies-mrr"
4804   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4805   filter: "'MRR' and '4C'"
4806   parameters:
4807   - "name"
4808   - "parent"
4809   - "result"
4810
4811 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4812 - type: "table"
4813   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4814   algorithm: "table_perf_comparison_nic"
4815   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4816   reference:
4817     title: "3n-hsw xl710"
4818     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4819     nic: "NIC_Intel-XL710"
4820   compare:
4821     title: "2n-clx xxv710"
4822     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4823     nic: "NIC_Intel-XXV710"
4824   data: "vpp-compare-testbeds-mrr-hsw-clx"
4825   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4826   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4827   parameters:
4828   - "name"
4829   - "parent"
4830   - "result"
4831   - "tags"
4832
4833 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4834 - type: "table"
4835   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4836   algorithm: "table_perf_comparison_nic"
4837   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4838   reference:
4839     title: "3n-hsw xl710"
4840     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4841     nic: "NIC_Intel-XL710"
4842   compare:
4843     title: "2n-clx xxv710"
4844     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4845     nic: "NIC_Intel-XXV710"
4846   data: "vpp-compare-testbeds-mrr-hsw-clx"
4847   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4848   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4849   parameters:
4850   - "name"
4851   - "parent"
4852   - "result"
4853   - "tags"
4854
4855 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4856 - type: "table"
4857   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4858   algorithm: "table_perf_comparison_nic"
4859   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4860   reference:
4861     title: "3n-hsw xl710"
4862     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4863     nic: "NIC_Intel-XL710"
4864   compare:
4865     title: "2n-clx xxv710"
4866     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4867     nic: "NIC_Intel-XXV710"
4868   data: "vpp-compare-testbeds-mrr-hsw-clx"
4869   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4870   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4871   parameters:
4872   - "name"
4873   - "parent"
4874   - "result"
4875   - "tags"
4876
4877 # Detailed Test Results - VPP Performance Results 3n-hsw
4878 - type: "table"
4879   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4880   algorithm: "table_merged_details"
4881   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4882   columns:
4883   - title: " |prein| Test Name |preout| "
4884     data: "data name"
4885   - 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| "
4886     data: "data msg"
4887   data: "vpp-perf-results-3n-hsw"
4888   filter: "all"
4889   parameters:
4890   - "name"
4891   - "parent"
4892   - "msg"
4893
4894 # Detailed Test Results - VPP Performance Results 3n-skx
4895 - type: "table"
4896   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4897   algorithm: "table_merged_details"
4898   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4899   columns:
4900   - title: " |prein| Test Name |preout| "
4901     data: "data name"
4902   - 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| "
4903     data: "data msg"
4904   data: "vpp-perf-results-3n-skx"
4905   filter: "all"
4906   remove-ndr: True  # Temporary solution: remove NDR results from test message
4907   parameters:
4908   - "name"
4909   - "parent"
4910   - "msg"
4911
4912 # Detailed Test Results - VPP Performance Results 2n-skx
4913 - type: "table"
4914   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4915   algorithm: "table_merged_details"
4916   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4917   columns:
4918   - title: " |prein| Test Name |preout| "
4919     data: "data name"
4920   - 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| "
4921     data: "data msg"
4922   data: "vpp-perf-results-2n-skx"
4923   filter: "all"
4924   remove-ndr: True  # Temporary solution: remove NDR results from test message
4925   parameters:
4926   - "name"
4927   - "parent"
4928   - "msg"
4929
4930 # Detailed Test Results - VPP Performance Results 2n-clx
4931 - type: "table"
4932   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4933   algorithm: "table_merged_details"
4934   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4935   columns:
4936   - title: " |prein| Test Name |preout| "
4937     data: "data name"
4938   - 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| "
4939     data: "data msg"
4940   data: "vpp-perf-results-2n-clx"
4941   filter: "all"
4942   parameters:
4943   - "name"
4944   - "parent"
4945   - "msg"
4946
4947 # Detailed Test Results - VPP Performance Results 3n-tsh
4948 - type: "table"
4949   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4950   algorithm: "table_merged_details"
4951   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4952   columns:
4953   - title: " |prein| Test Name |preout| "
4954     data: "data name"
4955   - 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| "
4956     data: "data msg"
4957   data: "vpp-perf-results-3n-tsh"
4958   filter: "all"
4959   parameters:
4960   - "name"
4961   - "parent"
4962   - "msg"
4963
4964 # Detailed Test Results - VPP Performance Results 3n-dnv
4965 - type: "table"
4966   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4967   algorithm: "table_merged_details"
4968   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4969   columns:
4970   - title: " |prein| Test Name |preout| "
4971     data: "data name"
4972   - 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| "
4973     data: "data msg"
4974   data: "vpp-perf-results-3n-dnv"
4975   filter: "all"
4976   parameters:
4977   - "name"
4978   - "parent"
4979   - "msg"
4980
4981 # Detailed Test Results - VPP Performance Results 2n-dnv
4982 - type: "table"
4983   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4984   algorithm: "table_merged_details"
4985   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4986   columns:
4987   - title: " |prein| Test Name |preout| "
4988     data: "data name"
4989   - 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| "
4990     data: "data msg"
4991   data: "vpp-perf-results-2n-dnv"
4992   filter: "all"
4993   parameters:
4994   - "name"
4995   - "parent"
4996   - "msg"
4997
4998 # Test configuration - VPP Performance Test Configs 3n-hsw
4999 - type: "table"
5000   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5001   algorithm: "table_merged_details"
5002   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5003   columns:
5004   - title: " |prein| Test Name |preout| "
5005     data: "data name"
5006   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5007     data: "data conf-history"
5008   data: "vpp-perf-results-3n-hsw"
5009   filter: "all"
5010   parameters:
5011   - "parent"
5012   - "name"
5013   - "conf-history"
5014
5015 # Test configuration - VPP Performance Test Configs 3n-skx
5016 - type: "table"
5017   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5018   algorithm: "table_merged_details"
5019   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5020   columns:
5021   - title: " |prein| Test Name |preout| "
5022     data: "data name"
5023   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5024     data: "data conf-history"
5025   data: "vpp-perf-results-3n-skx"
5026   filter: "all"
5027   parameters:
5028   - "parent"
5029   - "name"
5030   - "conf-history"
5031
5032 # Test configuration - VPP Performance Test Configs 2n-skx
5033 - type: "table"
5034   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5035   algorithm: "table_merged_details"
5036   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5037   columns:
5038   - title: " |prein| Test Name |preout| "
5039     data: "data name"
5040   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5041     data: "data conf-history"
5042   data: "vpp-perf-results-2n-skx"
5043   filter: "all"
5044   parameters:
5045   - "parent"
5046   - "name"
5047   - "conf-history"
5048
5049 # Test configuration - VPP Performance Test Configs 2n-clx
5050 - type: "table"
5051   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5052   algorithm: "table_merged_details"
5053   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5054   columns:
5055   - title: " |prein| Test Name |preout| "
5056     data: "data name"
5057   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5058     data: "data conf-history"
5059   data: "vpp-perf-results-2n-clx"
5060   filter: "all"
5061   parameters:
5062   - "parent"
5063   - "name"
5064   - "conf-history"
5065
5066 # Test configuration - VPP Performance Test Configs 3n-tsh
5067 - type: "table"
5068   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5069   algorithm: "table_merged_details"
5070   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5071   columns:
5072   - title: " |prein| Test Name |preout| "
5073     data: "data name"
5074   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5075     data: "data conf-history"
5076   data: "vpp-perf-results-3n-tsh"
5077   filter: "all"
5078   parameters:
5079   - "parent"
5080   - "name"
5081   - "conf-history"
5082
5083 # Test configuration - VPP Performance Test Configs 3n-dnv
5084 - type: "table"
5085   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5086   algorithm: "table_merged_details"
5087   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5088   columns:
5089   - title: " |prein| Test Name |preout| "
5090     data: "data name"
5091   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5092     data: "data conf-history"
5093   data: "vpp-perf-results-3n-dnv"
5094   filter: "all"
5095   parameters:
5096   - "parent"
5097   - "name"
5098   - "conf-history"
5099
5100 # Test configuration - VPP Performance Test Configs 2n-dnv
5101 - type: "table"
5102   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5103   algorithm: "table_merged_details"
5104   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5105   columns:
5106   - title: " |prein| Test Name |preout| "
5107     data: "data name"
5108   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5109     data: "data conf-history"
5110   data: "vpp-perf-results-2n-dnv"
5111   filter: "all"
5112   parameters:
5113   - "parent"
5114   - "name"
5115   - "conf-history"
5116
5117 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5118 - type: "table"
5119   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5120   algorithm: "table_oper_data_html"
5121   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5122   data: "vpp-perf-results-3n-hsw"
5123   filter: "all"
5124
5125 # Test Operational Data - VPP Performance Operational Data 3n-skx
5126 - type: "table"
5127   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5128   algorithm: "table_oper_data_html"
5129   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5130   data: "vpp-perf-results-3n-skx"
5131   filter: "all"
5132
5133 # Test Operational Data - VPP Performance Operational Data 2n-skx
5134 - type: "table"
5135   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5136   algorithm: "table_oper_data_html"
5137   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5138   data: "vpp-perf-results-2n-skx"
5139   filter: "all"
5140
5141 # Test Operational Data - VPP Performance Operational Data 2n-clx
5142 - type: "table"
5143   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5144   algorithm: "table_oper_data_html"
5145   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5146   data: "vpp-perf-results-2n-clx"
5147   filter: "all"
5148
5149 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5150 - type: "table"
5151   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5152   algorithm: "table_oper_data_html"
5153   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5154   data: "vpp-perf-results-3n-tsh"
5155   filter: "all"
5156
5157 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5158 - type: "table"
5159   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5160   algorithm: "table_oper_data_html"
5161   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5162   data: "vpp-perf-results-3n-dnv"
5163   filter: "all"
5164
5165 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5166 - type: "table"
5167   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5168   algorithm: "table_oper_data_html"
5169   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5170   data: "vpp-perf-results-2n-dnv"
5171   filter: "all"
5172
5173 # Detailed Test Results - VPP MRR Results 3n-hsw
5174 - type: "table"
5175   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5176   algorithm: "table_merged_details"
5177   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5178   columns:
5179   - title: " |prein| Test Name |preout| "
5180     data: "data name"
5181   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5182     data: "data msg"
5183   data: "vpp-mrr-results-3n-hsw"
5184   filter: "all"
5185   parameters:
5186   - "name"
5187   - "parent"
5188   - "msg"
5189
5190 # Detailed Test Results - VPP MRR Results 3n-skx
5191 - type: "table"
5192   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5193   algorithm: "table_merged_details"
5194   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5195   columns:
5196   - title: " |prein| Test Name |preout| "
5197     data: "data name"
5198   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5199     data: "data msg"
5200   data: "vpp-mrr-results-3n-skx"
5201   filter: "all"
5202   parameters:
5203   - "name"
5204   - "parent"
5205   - "msg"
5206
5207 # Detailed Test Results - VPP MRR Results 2n-skx
5208 - type: "table"
5209   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5210   algorithm: "table_merged_details"
5211   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5212   columns:
5213   - title: " |prein| Test Name |preout| "
5214     data: "data name"
5215   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5216     data: "data msg"
5217   data: "vpp-mrr-results-2n-skx"
5218   filter: "all"
5219   parameters:
5220   - "name"
5221   - "parent"
5222   - "msg"
5223
5224 # Detailed Test Results - VPP MRR Results 2n-clx
5225 - type: "table"
5226   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5227   algorithm: "table_merged_details"
5228   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5229   columns:
5230   - title: " |prein| Test Name |preout| "
5231     data: "data name"
5232   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5233     data: "data msg"
5234   data: "vpp-mrr-results-2n-clx"
5235   filter: "all"
5236   parameters:
5237   - "name"
5238   - "parent"
5239   - "msg"
5240
5241 # Detailed Test Results - VPP MRR Results 3n-tsh
5242 - type: "table"
5243   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5244   algorithm: "table_merged_details"
5245   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5246   columns:
5247   - title: " |prein| Test Name |preout| "
5248     data: "data name"
5249   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5250     data: "data msg"
5251   data: "vpp-mrr-results-3n-tsh"
5252   filter: "all"
5253   parameters:
5254   - "name"
5255   - "parent"
5256   - "msg"
5257
5258 # Detailed Test Results - VPP MRR Results 3n-dnv
5259 - type: "table"
5260   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5261   algorithm: "table_merged_details"
5262   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5263   columns:
5264   - title: " |prein| Test Name |preout| "
5265     data: "data name"
5266   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5267     data: "data msg"
5268   data: "vpp-mrr-results-3n-dnv"
5269   filter: "all"
5270   parameters:
5271   - "name"
5272   - "parent"
5273   - "msg"
5274
5275 # Detailed Test Results - VPP MRR Results 2n-dnv
5276 - type: "table"
5277   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5278   algorithm: "table_merged_details"
5279   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5280   columns:
5281   - title: " |prein| Test Name |preout| "
5282     data: "data name"
5283   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5284     data: "data msg"
5285   data: "vpp-mrr-results-2n-dnv"
5286   filter: "all"
5287   parameters:
5288   - "name"
5289   - "parent"
5290   - "msg"
5291
5292 # Test configuration - VPP MRR Test Configs 3n-hsw
5293 - type: "table"
5294   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5295   algorithm: "table_merged_details"
5296   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5297   columns:
5298   - title: " |prein| Test Name |preout| "
5299     data: "data name"
5300   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5301     data: "data conf-history"
5302   data: "vpp-mrr-results-3n-hsw"
5303   filter: "all"
5304   parameters:
5305   - "parent"
5306   - "name"
5307   - "conf-history"
5308
5309 # Test configuration - VPP MRR Test Configs 3n-skx
5310 - type: "table"
5311   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5312   algorithm: "table_merged_details"
5313   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5314   columns:
5315   - title: " |prein| Test Name |preout| "
5316     data: "data name"
5317   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5318     data: "data conf-history"
5319   data: "vpp-mrr-results-3n-skx"
5320   filter: "all"
5321   parameters:
5322   - "parent"
5323   - "name"
5324   - "conf-history"
5325
5326 # Test configuration - VPP MRR Test Configs 2n-skx
5327 - type: "table"
5328   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5329   algorithm: "table_merged_details"
5330   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5331   columns:
5332   - title: " |prein| Test Name |preout| "
5333     data: "data name"
5334   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5335     data: "data conf-history"
5336   data: "vpp-mrr-results-2n-skx"
5337   filter: "all"
5338   parameters:
5339   - "parent"
5340   - "name"
5341   - "conf-history"
5342
5343 # Test configuration - VPP MRR Test Configs 2n-clx
5344 - type: "table"
5345   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5346   algorithm: "table_merged_details"
5347   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5348   columns:
5349   - title: " |prein| Test Name |preout| "
5350     data: "data name"
5351   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5352     data: "data conf-history"
5353   data: "vpp-mrr-results-2n-clx"
5354   filter: "all"
5355   parameters:
5356   - "parent"
5357   - "name"
5358   - "conf-history"
5359
5360 # Test configuration - VPP MRR Test Configs 3n-tsh
5361 - type: "table"
5362   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5363   algorithm: "table_merged_details"
5364   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5365   columns:
5366   - title: " |prein| Test Name |preout| "
5367     data: "data name"
5368   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5369     data: "data conf-history"
5370   data: "vpp-mrr-results-3n-tsh"
5371   filter: "all"
5372   parameters:
5373   - "parent"
5374   - "name"
5375   - "conf-history"
5376
5377 # Test configuration - VPP MRR Test Configs 3n-dnv
5378 - type: "table"
5379   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5380   algorithm: "table_merged_details"
5381   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5382   columns:
5383   - title: " |prein| Test Name |preout| "
5384     data: "data name"
5385   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5386     data: "data conf-history"
5387   data: "vpp-mrr-results-3n-dnv"
5388   filter: "all"
5389   parameters:
5390   - "parent"
5391   - "name"
5392   - "conf-history"
5393
5394 # Test configuration - VPP MRR Test Configs 2n-dnv
5395 - type: "table"
5396   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5397   algorithm: "table_merged_details"
5398   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5399   columns:
5400   - title: " |prein| Test Name |preout| "
5401     data: "data name"
5402   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5403     data: "data conf-history"
5404   data: "vpp-mrr-results-2n-dnv"
5405   filter: "all"
5406   parameters:
5407   - "parent"
5408   - "name"
5409   - "conf-history"
5410
5411 # Detailed Test Results - VPP Device Results - Ubuntu
5412 - type: "table"
5413   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5414   algorithm: "table_merged_details"
5415   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5416   columns:
5417   - title: " |prein| Test Name |preout| "
5418     data: "data name"
5419   - title: " |prein| Status |preout| "
5420     data: "data status"
5421   data: "vpp-device-results-ubuntu"
5422   filter: "all"
5423   parameters:
5424   - "name"
5425   - "parent"
5426   - "doc"
5427   - "status"
5428
5429 # Test configuration - VPP Device Test Configs - Ubuntu
5430 - type: "table"
5431   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5432   algorithm: "table_merged_details"
5433   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5434   columns:
5435   - title: " |prein| Test Name |preout| "
5436     data: "data name"
5437   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5438     data: "data conf-history"
5439   data: "vpp-device-results-ubuntu"
5440   filter: "all"
5441   parameters:
5442   - "parent"
5443   - "name"
5444   - "conf-history"
5445
5446 ################################################################################
5447
5448 # DPDK Performance Changes 3n-hsw 1t1c pdr
5449 - type: "table"
5450   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5451   algorithm: "table_perf_comparison"
5452   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5453   history:
5454     - title: "rls1904"
5455       data: "dpdk-performance-changes-3n-hsw-h1"
5456   reference:
5457     title: "rls1908"
5458     data: "dpdk-performance-changes-3n-hsw-ref"
5459   compare:
5460     title: "rls2001"
5461     data: "dpdk-performance-changes-3n-hsw-cmp"
5462   data: "dpdk-performance-changes-3n-hsw"
5463   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5464   filter: "'1T1C' and 'NDRPDR'"
5465   parameters:
5466   - "name"
5467   - "parent"
5468   - "throughput"
5469
5470 # DPDK Performance Changes 3n-hsw 2t2c pdr
5471 - type: "table"
5472   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5473   algorithm: "table_perf_comparison"
5474   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5475   history:
5476     - title: "rls1904"
5477       data: "dpdk-performance-changes-3n-hsw-h1"
5478   reference:
5479     title: "rls1908"
5480     data: "dpdk-performance-changes-3n-hsw-ref"
5481   compare:
5482     title: "rls2001"
5483     data: "dpdk-performance-changes-3n-hsw-cmp"
5484   data: "dpdk-performance-changes-3n-hsw"
5485   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5486   filter: "'2T2C' and 'NDRPDR'"
5487   parameters:
5488   - "name"
5489   - "parent"
5490   - "throughput"
5491
5492 # DPDK Performance Changes 3n-hsw 1t1c ndr
5493 - type: "table"
5494   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5495   algorithm: "table_perf_comparison"
5496   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5497   history:
5498     - title: "rls1904"
5499       data: "dpdk-performance-changes-3n-hsw-h1"
5500   reference:
5501     title: "rls1908"
5502     data: "dpdk-performance-changes-3n-hsw-ref"
5503   compare:
5504     title: "rls2001"
5505     data: "dpdk-performance-changes-3n-hsw-cmp"
5506   data: "dpdk-performance-changes-3n-hsw"
5507   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5508   filter: "'1T1C' and 'NDRPDR'"
5509   parameters:
5510   - "name"
5511   - "parent"
5512   - "throughput"
5513
5514 # DPDK Performance Changes 3n-hsw 2t2c ndr
5515 - type: "table"
5516   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5517   algorithm: "table_perf_comparison"
5518   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5519   history:
5520     - title: "rls1904"
5521       data: "dpdk-performance-changes-3n-hsw-h1"
5522   reference:
5523     title: "rls1908"
5524     data: "dpdk-performance-changes-3n-hsw-ref"
5525   compare:
5526     title: "rls2001"
5527     data: "dpdk-performance-changes-3n-hsw-cmp"
5528   data: "dpdk-performance-changes-3n-hsw"
5529   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5530   filter: "'2T2C' and 'NDRPDR'"
5531   parameters:
5532   - "name"
5533   - "parent"
5534   - "throughput"
5535
5536 # DPDK Performance Changes 3n-skx 2t1c pdr
5537 - type: "table"
5538   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5539   algorithm: "table_perf_comparison"
5540   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5541   history:
5542     - title: "rls1904"
5543       data: "dpdk-performance-changes-3n-skx-h1"
5544   reference:
5545     title: "rls1908"
5546     data: "dpdk-performance-changes-3n-skx-ref"
5547   compare:
5548     title: "rls2001"
5549     data: "dpdk-performance-changes-3n-skx-cmp"
5550   data: "dpdk-performance-changes-3n-skx"
5551   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5552   filter: "'2T1C' and 'NDRPDR'"
5553   parameters:
5554   - "name"
5555   - "parent"
5556   - "throughput"
5557
5558 # DPDK Performance Changes 3n-skx 4t2c pdr
5559 - type: "table"
5560   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5561   algorithm: "table_perf_comparison"
5562   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5563   history:
5564     - title: "rls1904"
5565       data: "dpdk-performance-changes-3n-skx-h1"
5566   reference:
5567     title: "rls1908"
5568     data: "dpdk-performance-changes-3n-skx-ref"
5569   compare:
5570     title: "rls2001"
5571     data: "dpdk-performance-changes-3n-skx-cmp"
5572   data: "dpdk-performance-changes-3n-skx"
5573   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5574   filter: "'4T2C' and 'NDRPDR'"
5575   parameters:
5576   - "name"
5577   - "parent"
5578   - "throughput"
5579
5580 # DPDK Performance Changes 3n-skx 2t1c ndr
5581 - type: "table"
5582   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5583   algorithm: "table_perf_comparison"
5584   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5585   history:
5586     - title: "rls1904"
5587       data: "dpdk-performance-changes-3n-skx-h1"
5588   reference:
5589     title: "rls1908"
5590     data: "dpdk-performance-changes-3n-skx-ref"
5591   compare:
5592     title: "rls2001"
5593     data: "dpdk-performance-changes-3n-skx-cmp"
5594   data: "dpdk-performance-changes-3n-skx"
5595   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5596   filter: "'2T1C' and 'NDRPDR'"
5597   parameters:
5598   - "name"
5599   - "parent"
5600   - "throughput"
5601
5602 # DPDK Performance Changes 3n-skx 4t2c ndr
5603 - type: "table"
5604   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5605   algorithm: "table_perf_comparison"
5606   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5607   history:
5608     - title: "rls1904"
5609       data: "dpdk-performance-changes-3n-skx-h1"
5610   reference:
5611     title: "rls1908"
5612     data: "dpdk-performance-changes-3n-skx-ref"
5613   compare:
5614     title: "rls2001"
5615     data: "dpdk-performance-changes-3n-skx-cmp"
5616   data: "dpdk-performance-changes-3n-skx"
5617   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5618   filter: "'4T2C' and 'NDRPDR'"
5619   parameters:
5620   - "name"
5621   - "parent"
5622   - "throughput"
5623
5624 # DPDK Performance Changes 2n-skx 2t1c pdr
5625 - type: "table"
5626   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5627   algorithm: "table_perf_comparison"
5628   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5629   history:
5630     - title: "rls1904"
5631       data: "dpdk-performance-changes-2n-skx-h1"
5632   reference:
5633     title: "rls1908"
5634     data: "dpdk-performance-changes-2n-skx-ref"
5635   compare:
5636     title: "rls2001"
5637     data: "dpdk-performance-changes-2n-skx-cmp"
5638   data: "dpdk-performance-changes-2n-skx"
5639   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5640   filter: "'2T1C' and 'NDRPDR'"
5641   parameters:
5642   - "name"
5643   - "parent"
5644   - "throughput"
5645
5646 # DPDK Performance Changes 2n-skx 4t2c pdr
5647 - type: "table"
5648   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5649   algorithm: "table_perf_comparison"
5650   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5651   history:
5652     - title: "rls1904"
5653       data: "dpdk-performance-changes-2n-skx-h1"
5654   reference:
5655     title: "rls1908"
5656     data: "dpdk-performance-changes-2n-skx-ref"
5657   compare:
5658     title: "rls2001"
5659     data: "dpdk-performance-changes-2n-skx-cmp"
5660   data: "dpdk-performance-changes-2n-skx"
5661   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5662   filter: "'4T2C' and 'NDRPDR'"
5663   parameters:
5664   - "name"
5665   - "parent"
5666   - "throughput"
5667
5668 # DPDK Performance Changes 2n-skx 2t1c ndr
5669 - type: "table"
5670   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5671   algorithm: "table_perf_comparison"
5672   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5673   history:
5674     - title: "rls1904"
5675       data: "dpdk-performance-changes-2n-skx-h1"
5676   reference:
5677     title: "rls1908"
5678     data: "dpdk-performance-changes-2n-skx-ref"
5679   compare:
5680     title: "rls2001"
5681     data: "dpdk-performance-changes-2n-skx-cmp"
5682   data: "dpdk-performance-changes-2n-skx"
5683   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5684   filter: "'2T1C' and 'NDRPDR'"
5685   parameters:
5686   - "name"
5687   - "parent"
5688   - "throughput"
5689
5690 # DPDK Performance Changes 2n-skx 4t2c ndr
5691 - type: "table"
5692   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5693   algorithm: "table_perf_comparison"
5694   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5695   history:
5696     - title: "rls1904"
5697       data: "dpdk-performance-changes-2n-skx-h1"
5698   reference:
5699     title: "rls1908"
5700     data: "dpdk-performance-changes-2n-skx-ref"
5701   compare:
5702     title: "rls2001"
5703     data: "dpdk-performance-changes-2n-skx-cmp"
5704   data: "dpdk-performance-changes-2n-skx"
5705   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5706   filter: "'4T2C' and 'NDRPDR'"
5707   parameters:
5708   - "name"
5709   - "parent"
5710   - "throughput"
5711
5712 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5713 - type: "table"
5714   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5715   algorithm: "table_perf_comparison"
5716   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5717   reference:
5718     title: "3-Node Hsw"
5719     data: "dpdk-compare-testbeds-ref"
5720   compare:
5721     title: "3-Node Skx"
5722     data: "dpdk-compare-testbeds-cmp"
5723   data: "dpdk-compare-testbeds"
5724   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5725   filter: "'NIC_Intel-X710'"
5726   parameters:
5727   - "name"
5728   - "parent"
5729   - "throughput"
5730
5731 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5732 - type: "table"
5733   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5734   algorithm: "table_perf_comparison"
5735   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5736   reference:
5737     title: "3-Node Hsw"
5738     data: "dpdk-compare-testbeds-ref"
5739   compare:
5740     title: "3-Node Skx"
5741     data: "dpdk-compare-testbeds-cmp"
5742   data: "dpdk-compare-testbeds"
5743   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5744   filter: "'NIC_Intel-X710'"
5745   parameters:
5746   - "name"
5747   - "parent"
5748   - "throughput"
5749
5750 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5751 - type: "table"
5752   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5753   algorithm: "table_perf_comparison"
5754   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5755   reference:
5756     title: "2-Node Skx"
5757     data: "dpdk-compare-testbeds-skx-clx-ref"
5758   compare:
5759     title: "2-Node Clx"
5760     data: "dpdk-compare-testbeds-skx-clx-cmp"
5761   data: "dpdk-compare-testbeds-skx-clx"
5762   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5763   filter: "all"
5764   parameters:
5765   - "name"
5766   - "parent"
5767   - "throughput"
5768
5769 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5770 - type: "table"
5771   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5772   algorithm: "table_perf_comparison"
5773   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5774   reference:
5775     title: "2-Node Skx"
5776     data: "dpdk-compare-testbeds-skx-clx-ref"
5777   compare:
5778     title: "2-Node Clx"
5779     data: "dpdk-compare-testbeds-skx-clx-cmp"
5780   data: "dpdk-compare-testbeds-skx-clx"
5781   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5782   filter: "all"
5783   parameters:
5784   - "name"
5785   - "parent"
5786   - "throughput"
5787
5788 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5789 - type: "table"
5790   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5791   algorithm: "table_perf_comparison"
5792   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5793   reference:
5794     title: "3-Node Skx"
5795     data: "dpdk-compare-topologies-ref"
5796   compare:
5797     title: "2-Node Skx"
5798     data: "dpdk-compare-topologies-cmp"
5799   data: "dpdk-compare-topologies"
5800   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5801   filter: "all"
5802   parameters:
5803   - "name"
5804   - "parent"
5805   - "throughput"
5806
5807 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5808 - type: "table"
5809   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5810   algorithm: "table_perf_comparison"
5811   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5812   reference:
5813     title: "3-Node Skx"
5814     data: "dpdk-compare-topologies-ref"
5815   compare:
5816     title: "2-Node Skx"
5817     data: "dpdk-compare-topologies-cmp"
5818   data: "dpdk-compare-topologies"
5819   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5820   filter: "all"
5821   parameters:
5822   - "name"
5823   - "parent"
5824   - "throughput"
5825
5826 # Detailed Test Results - DPDK Performance Results 3n-hsw
5827 - type: "table"
5828   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5829   algorithm: "table_merged_details"
5830   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5831   columns:
5832   - title: " |prein| Test Name |preout| "
5833     data: "data name"
5834   - 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| "
5835     data: "data msg"
5836   data: "dpdk-perf-results-3n-hsw"
5837   filter: "all"
5838   parameters:
5839   - "name"
5840   - "parent"
5841   - "msg"
5842
5843 # Detailed Test Results - DPDK Performance Results 3n-skx
5844 - type: "table"
5845   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5846   algorithm: "table_merged_details"
5847   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5848   columns:
5849   - title: " |prein| Test Name |preout| "
5850     data: "data name"
5851   - 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| "
5852     data: "data msg"
5853   data: "dpdk-perf-results-3n-skx"
5854   filter: "all"
5855   remove-ndr: True  # Temporary solution: remove NDR results from test message
5856   parameters:
5857   - "name"
5858   - "parent"
5859   - "msg"
5860
5861 # Detailed Test Results - DPDK Performance Results 2n-skx
5862 - type: "table"
5863   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5864   algorithm: "table_merged_details"
5865   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5866   columns:
5867   - title: " |prein| Test Name |preout| "
5868     data: "data name"
5869   - 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| "
5870     data: "data msg"
5871   data: "dpdk-perf-results-2n-skx"
5872   filter: "all"
5873   remove-ndr: True  # Temporary solution: remove NDR results from test message
5874   parameters:
5875   - "name"
5876   - "parent"
5877   - "msg"
5878
5879 # Detailed Test Results - DPDK Performance Results 2n-clx
5880 - type: "table"
5881   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5882   algorithm: "table_merged_details"
5883   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5884   columns:
5885   - title: " |prein| Test Name |preout| "
5886     data: "data name"
5887   - 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| "
5888     data: "data msg"
5889   data: "dpdk-perf-results-2n-clx"
5890   filter: "all"
5891   parameters:
5892   - "name"
5893   - "parent"
5894   - "msg"
5895
5896 # Detailed Test Results - DPDK Performance Results 2n-dnv
5897 - type: "table"
5898   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5899   algorithm: "table_merged_details"
5900   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5901   columns:
5902   - title: " |prein| Test Name |preout| "
5903     data: "data name"
5904   - 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| "
5905     data: "data msg"
5906   data: "dpdk-perf-results-2n-dnv"
5907   filter: "all"
5908   parameters:
5909   - "name"
5910   - "parent"
5911   - "msg"
5912
5913 # Detailed Test Results - DPDK Performance Results 3n-dnv
5914 - type: "table"
5915   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5916   algorithm: "table_merged_details"
5917   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5918   columns:
5919   - title: " |prein| Test Name |preout| "
5920     data: "data name"
5921   - 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| "
5922     data: "data msg"
5923   data: "dpdk-perf-results-3n-dnv"
5924   filter: "all"
5925   parameters:
5926   - "name"
5927   - "parent"
5928   - "msg"
5929
5930 # Detailed Test Results - DPDK Performance Results 3n-tsh
5931 - type: "table"
5932   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5933   algorithm: "table_merged_details"
5934   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5935   columns:
5936   - title: " |prein| Test Name |preout| "
5937     data: "data name"
5938   - 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| "
5939     data: "data msg"
5940   data: "dpdk-perf-results-3n-tsh"
5941   filter: "all"
5942   parameters:
5943   - "name"
5944   - "parent"
5945   - "msg"
5946
5947 ################################################################################
5948 ###                                F I L E S                                 ###
5949 ################################################################################
5950
5951 # VPP Performance Results
5952 - type: "file"
5953   title: "VPP Performance Results"
5954   algorithm: "file_details_split"
5955   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5956   dir-tables:
5957     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5958     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5959     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5960     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5961     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5962     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5963     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5964   data:
5965     - "vpp-perf-results-2n-skx"
5966     - "vpp-perf-results-3n-skx"
5967     - "vpp-perf-results-2n-clx"
5968     - "vpp-perf-results-3n-hsw"
5969     - "vpp-perf-results-3n-tsh"
5970     - "vpp-perf-results-2n-dnv"
5971     - "vpp-perf-results-3n-dnv"
5972   filter: "all"
5973   data-start-level: 4
5974   order-chapters:
5975     level-1:
5976       - "l2"
5977       - "ip4"
5978       - "ip6"
5979       - "srv6"
5980       - "ip4_tunnels"
5981       - "ip6_tunnels"
5982       - "vm_vhost"
5983       - "container_memif"
5984       - "crypto"
5985       - "vts"
5986       - "lb"
5987       - "nfv_density"
5988       - "hoststack"
5989     level-2:
5990       - "2n-skx"
5991       - "3n-skx"
5992       - "2n-clx"
5993       - "3n-hsw"
5994       - "3n-tsh"
5995       - "2n-dnv"
5996       - "3n-dnv"
5997     level-3:
5998       - "xl710"
5999       - "x520"
6000       - "xxv710"
6001       - "x710"
6002       - "x553"
6003       - "cx556a"
6004       - "vic1227"
6005       - "vic1385"
6006
6007 # VPP Performance Configuration
6008 - type: "file"
6009   title: "VPP Performance Configuration"
6010   algorithm: "file_details_split"
6011   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6012   dir-tables:
6013     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6014     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6015     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6016     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6017     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6018     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6019     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6020   data:
6021     - "vpp-perf-results-2n-skx"
6022     - "vpp-perf-results-3n-skx"
6023     - "vpp-perf-results-2n-clx"
6024     - "vpp-perf-results-3n-hsw"
6025     - "vpp-perf-results-3n-tsh"
6026     - "vpp-perf-results-2n-dnv"
6027     - "vpp-perf-results-3n-dnv"
6028   filter: "all"
6029   data-start-level: 4
6030   order-chapters:
6031     level-1:
6032       - "l2"
6033       - "ip4"
6034       - "ip6"
6035       - "srv6"
6036       - "ip4_tunnels"
6037       - "ip6_tunnels"
6038       - "vm_vhost"
6039       - "container_memif"
6040       - "crypto"
6041       - "vts"
6042       - "lb"
6043       - "nfv_density"
6044       - "hoststack"
6045     level-2:
6046       - "2n-skx"
6047       - "3n-skx"
6048       - "2n-clx"
6049       - "3n-hsw"
6050       - "3n-tsh"
6051       - "2n-dnv"
6052       - "3n-dnv"
6053     level-3:
6054       - "xl710"
6055       - "x520"
6056       - "xxv710"
6057       - "x710"
6058       - "x553"
6059       - "cx556a"
6060       - "vic1227"
6061       - "vic1385"
6062
6063 # VPP Performance Operational
6064 - type: "file"
6065   title: "VPP Performance Operational"
6066   algorithm: "file_details_split_html"
6067   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6068   dir-tables:
6069     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6070     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6071     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6072     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6073     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6074     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6075     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6076   data:
6077     - "vpp-perf-results-2n-skx"
6078     - "vpp-perf-results-3n-skx"
6079     - "vpp-perf-results-2n-clx"
6080     - "vpp-perf-results-3n-hsw"
6081     - "vpp-perf-results-3n-tsh"
6082     - "vpp-perf-results-2n-dnv"
6083     - "vpp-perf-results-3n-dnv"
6084   filter: "all"
6085   data-start-level: 4
6086   order-chapters:
6087     level-1:
6088       - "l2"
6089       - "ip4"
6090       - "ip6"
6091       - "srv6"
6092       - "ip4_tunnels"
6093       - "ip6_tunnels"
6094       - "vm_vhost"
6095       - "container_memif"
6096       - "crypto"
6097       - "vts"
6098       - "lb"
6099       - "nfv_density"
6100       - "hoststack"
6101     level-2:
6102       - "2n-skx"
6103       - "3n-skx"
6104       - "2n-clx"
6105       - "3n-hsw"
6106       - "3n-tsh"
6107       - "2n-dnv"
6108       - "3n-dnv"
6109     level-3:
6110       - "xl710"
6111       - "x520"
6112       - "xxv710"
6113       - "x710"
6114       - "x553"
6115       - "cx556a"
6116       - "vic1227"
6117       - "vic1385"
6118
6119 # VPP MRR Results
6120 - type: "file"
6121   title: "VPP MRR Results"
6122   algorithm: "file_details_split"
6123   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6124   dir-tables:
6125     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6126     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6127     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6128     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6129     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6130     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6131     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6132   data:
6133     - "vpp-mrr-results-2n-skx"
6134     - "vpp-mrr-results-3n-skx"
6135     - "vpp-mrr-results-2n-clx"
6136     - "vpp-mrr-results-3n-hsw"
6137     - "vpp-mrr-results-3n-tsh"
6138     - "vpp-mrr-results-2n-dnv"
6139     - "vpp-mrr-results-3n-dnv"
6140   filter: "all"
6141   data-start-level: 4
6142   order-chapters:
6143     level-1:
6144       - "l2"
6145       - "ip4"
6146       - "ip6"
6147       - "srv6"
6148       - "ip4_tunnels"
6149       - "ip6_tunnels"
6150       - "vm_vhost"
6151       - "container_memif"
6152       - "crypto"
6153       - "vts"
6154       - "lb"
6155       - "nfv_density"
6156       - "hoststack"
6157     level-2:
6158       - "2n-skx"
6159       - "3n-skx"
6160       - "2n-clx"
6161       - "3n-hsw"
6162       - "3n-tsh"
6163       - "2n-dnv"
6164       - "3n-dnv"
6165     level-3:
6166       - "xl710"
6167       - "x520"
6168       - "xxv710"
6169       - "x710"
6170       - "x553"
6171       - "cx556a"
6172       - "vic1227"
6173       - "vic1385"
6174
6175 # VPP MRR Configuration
6176 - type: "file"
6177   title: "VPP MRR Configuration"
6178   algorithm: "file_details_split"
6179   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6180   dir-tables:
6181     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6182     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6183     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6184     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6185     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6186     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6187     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6188   data:
6189     - "vpp-mrr-results-2n-skx"
6190     - "vpp-mrr-results-3n-skx"
6191     - "vpp-mrr-results-2n-clx"
6192     - "vpp-mrr-results-3n-hsw"
6193     - "vpp-mrr-results-3n-tsh"
6194     - "vpp-mrr-results-2n-dnv"
6195     - "vpp-mrr-results-3n-dnv"
6196   filter: "all"
6197   data-start-level: 4
6198   order-chapters:
6199     level-1:
6200       - "l2"
6201       - "ip4"
6202       - "ip6"
6203       - "srv6"
6204       - "ip4_tunnels"
6205       - "ip6_tunnels"
6206       - "vm_vhost"
6207       - "container_memif"
6208       - "crypto"
6209       - "vts"
6210       - "lb"
6211       - "nfv_density"
6212       - "hoststack"
6213     level-2:
6214       - "2n-skx"
6215       - "3n-skx"
6216       - "2n-clx"
6217       - "3n-hsw"
6218       - "3n-tsh"
6219       - "2n-dnv"
6220       - "3n-dnv"
6221     level-3:
6222       - "xl710"
6223       - "x520"
6224       - "xxv710"
6225       - "x710"
6226       - "x553"
6227       - "cx556a"
6228       - "vic1227"
6229       - "vic1385"
6230
6231 # VPP Device Results - Ubuntu
6232 - type: "file"
6233   title: "VPP Device Results - Ubuntu"
6234   algorithm: "file_test_results"
6235   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6236   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6237   data: "vpp-device-results-ubuntu"
6238   filter: "all"
6239   data-start-level: 4
6240
6241 # VPP Device Configuration - Ubuntu
6242 - type: "file"
6243   title: "VPP Device Configuration - Ubuntu"
6244   algorithm: "file_test_results"
6245   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6246   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6247   data: "vpp-device-results-ubuntu"
6248   filter: "all"
6249   data-start-level: 4
6250
6251 # DPDK Performance Results 3n-hsw
6252 - type: "file"
6253   title: "DPDK Performance Results 3n-hsw"
6254   algorithm: "file_test_results"
6255   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6256   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6257   data: "dpdk-perf-results-3n-hsw"
6258   filter: "all"
6259   data-start-level: 4
6260
6261 # DPDK Performance Results 3n-skx
6262 - type: "file"
6263   title: "DPDK Performance Results 3n-skx"
6264   algorithm: "file_test_results"
6265   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6266   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6267   data: "dpdk-perf-results-3n-skx"
6268   filter: "all"
6269   data-start-level: 4
6270
6271 # DPDK Performance Results 2n-skx
6272 - type: "file"
6273   title: "DPDK Performance Results 2n-skx"
6274   algorithm: "file_test_results"
6275   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6276   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6277   data: "dpdk-perf-results-2n-skx"
6278   filter: "all"
6279   data-start-level: 4
6280
6281 # DPDK Performance Results 2n-clx
6282 - type: "file"
6283   title: "DPDK Performance Results 2n-clx"
6284   algorithm: "file_test_results"
6285   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6286   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6287   data: "dpdk-perf-results-2n-clx"
6288   filter: "all"
6289   data-start-level: 4
6290
6291 # DPDK Performance Results 2n-dnv
6292 - type: "file"
6293   title: "DPDK Performance Results 2n-dnv"
6294   algorithm: "file_test_results"
6295   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6296   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6297   data: "dpdk-perf-results-2n-dnv"
6298   filter: "all"
6299   data-start-level: 4
6300
6301 # DPDK Performance Results 3n-dnv
6302 - type: "file"
6303   title: "DPDK Performance Results 3n-dnv"
6304   algorithm: "file_test_results"
6305   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6306   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6307   data: "dpdk-perf-results-3n-dnv"
6308   filter: "all"
6309   data-start-level: 4
6310
6311 # DPDK Performance Results 3n-tsh
6312 - type: "file"
6313   title: "DPDK Performance Results 3n-tsh"
6314   algorithm: "file_test_results"
6315   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6316   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6317   data: "dpdk-perf-results-3n-tsh"
6318   filter: "all"
6319   data-start-level: 4
6320
6321 ################################################################################
6322 ###                                P L O T S                                 ###
6323 ################################################################################
6324
6325 # Hoststack tests 3n-hsw
6326
6327 - type: "plot"
6328   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6329   algorithm: "plot_perf_box_name"
6330   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6331   data: "plot-vpp-hoststack-3n-hsw"
6332   include:
6333     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6334     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6335   layout:
6336     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6337     layout: "plot-hoststack"
6338
6339 - type: "plot"
6340   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6341   algorithm: "plot_perf_box_name"
6342   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6343   data: "plot-vpp-hoststack-3n-hsw"
6344   include:
6345     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6346     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6347   layout:
6348     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6349     layout: "plot-hoststack"
6350
6351 - type: "plot"
6352   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6353   algorithm: "plot_perf_box_name"
6354   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6355   data: "plot-vpp-hoststack-3n-hsw"
6356   include:
6357     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6358     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6359     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6360     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6361   layout:
6362     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6363     layout: "plot-hoststack"
6364
6365 # Plots VPP HTTP Server Performance
6366 - type: "plot"
6367   title: "VPP HTTP Server Performance"
6368   algorithm: "plot_http_server_perf_box"
6369   output-file-type: ".html"
6370   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6371   data:
6372     "plot-vpp-http-server-performance"
6373   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6374   parameters:
6375   - "result"
6376   - "name"
6377   traces:
6378     hoverinfo: "y+name"
6379     boxpoints: "outliers"
6380     whiskerwidth: 0
6381   layout:
6382     title: "VPP HTTP Server Performance"
6383     layout:
6384       "plot-cps"
6385
6386 - type: "plot"
6387   title: "VPP HTTP Server Performance"
6388   algorithm: "plot_http_server_perf_box"
6389   output-file-type: ".html"
6390   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6391   data:
6392     "plot-vpp-http-server-performance"
6393   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6394   parameters:
6395   - "result"
6396   - "name"
6397   traces:
6398     hoverinfo: "y+name"
6399     boxpoints: "outliers"
6400     whiskerwidth: 0
6401   layout:
6402     title: "VPP HTTP Server Performance"
6403     layout:
6404       "plot-rps"
6405
6406 ################################################################################
6407
6408 # Soak Test (PLRsearch), boxes - 2n-clx
6409 - type: "plot"
6410   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6411   algorithm: "plot_perf_box_name"
6412   output-file-type: ".html"
6413   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6414   data: "plot-vpp-soak-2n-clx"
6415   include:
6416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6422   layout:
6423     title: "30 Minutes Soak Test (PLRsearch)"
6424     layout: "plot-soak-throughput"
6425
6426 # Soak Test (PLRsearch), boxes - 2n-clx
6427 - type: "plot"
6428   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6429   algorithm: "plot_perf_box_name"
6430   output-file-type: ".html"
6431   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6432   data: "plot-vpp-soak-2n-clx"
6433   include:
6434     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6435     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6436     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6437     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6439     - "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"
6440   layout:
6441     title: "30 Minutes Soak Test (PLRsearch)"
6442     layout: "plot-soak-throughput"
6443
6444 ###############################################################################
6445
6446 # Reconf tests 2n-skx
6447
6448 #- type: "plot"
6449 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6450 #  algorithm: "plot_nf_reconf_box_name"
6451 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6452 #  data: "plot-vpp-nfv-reconf-2n-skx"
6453 #  include:
6454 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6455 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6456 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6457 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6458 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6459 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6460 #  layout:
6461 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6462 #    layout: "plot-throughput"
6463 #
6464 #- type: "plot"
6465 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6466 #  algorithm: "plot_nf_reconf_box_name"
6467 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6468 #  data: "plot-vpp-nfv-reconf-2n-skx"
6469 #  include:
6470 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6471 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6472 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6473 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6474 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6475 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6476 #  layout:
6477 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6478 #    layout: "plot-throughput"
6479 #
6480 #- type: "plot"
6481 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6482 #  algorithm: "plot_nf_reconf_box_name"
6483 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6484 #  data: "plot-vpp-nfv-reconf-2n-skx"
6485 #  include:
6486 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6487 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6488 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6489 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6490 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6491 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6492 #  layout:
6493 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6494 #    layout: "plot-throughput"
6495
6496 ###############################################################################
6497
6498 # Reconf tests 2n-clx
6499
6500 - type: "plot"
6501   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6502   algorithm: "plot_nf_reconf_box_name"
6503   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6504   data: "plot-vpp-nfv-reconf-2n-clx"
6505   include:
6506     - "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"
6507     - "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"
6508     - "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"
6509     - "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"
6510   layout:
6511     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6512     layout: "plot-throughput"
6513
6514 - type: "plot"
6515   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6516   algorithm: "plot_nf_reconf_box_name"
6517   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6518   data: "plot-vpp-nfv-reconf-2n-clx"
6519   include:
6520     - "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"
6521     - "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"
6522     - "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"
6523     - "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"
6524   layout:
6525     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6526     layout: "plot-throughput"
6527
6528 - type: "plot"
6529   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6530   algorithm: "plot_nf_reconf_box_name"
6531   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6532   data: "plot-vpp-nfv-reconf-2n-clx"
6533   include:
6534     - "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"
6535     - "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"
6536     - "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"
6537     - "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"
6538   layout:
6539     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6540     layout: "plot-throughput"
6541
6542 ################################################################################
6543 ## Plots - NF Density - VSC - MRR 64b
6544 #- type: "plot"
6545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6546 #  algorithm: "plot_nf_heatmap"
6547 #  output-file-type: ".html"
6548 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6549 #  data: "plot-vpp-nfv-2n-skx-mrr"
6550 #  filter: "'NIC_Intel-XXV710' and
6551 #           'NF_DENSITY' and
6552 #           'VHOST' and
6553 #           not 'VXLAN' and
6554 #           'CHAIN' and
6555 #           'NF_VPPIP4' and
6556 #           '64B' and
6557 #           '2T1C' and
6558 #           'MRR'"
6559 #  parameters:
6560 #  - "result"
6561 #  - "name"
6562 #  - "tags"
6563 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6564 #  x-axis: "X = VNFs per Service Chain"
6565 #  y-axis: "Y = Number of Service Chains"
6566 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6567 #  layout:
6568 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6569 #    layout: "plot-service-density"
6570 #
6571 #- type: "plot"
6572 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6573 #  algorithm: "plot_nf_heatmap"
6574 #  output-file-type: ".html"
6575 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6576 #  data: "plot-vpp-nfv-2n-skx-mrr"
6577 #  filter: "'NIC_Intel-XXV710' and
6578 #           'NF_DENSITY' and
6579 #           'VHOST' and
6580 #           not 'VXLAN' and
6581 #           'CHAIN' and
6582 #           'NF_VPPIP4' and
6583 #           '64B' and
6584 #           '4T2C' and
6585 #           'MRR'"
6586 #  parameters:
6587 #  - "result"
6588 #  - "name"
6589 #  - "tags"
6590 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6591 #  x-axis: "X = VNFs per Service Chain"
6592 #  y-axis: "Y = Number of Service Chains"
6593 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6594 #  layout:
6595 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6596 #    layout: "plot-service-density"
6597 #
6598 #- type: "plot"
6599 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6600 #  algorithm: "plot_nf_heatmap"
6601 #  output-file-type: ".html"
6602 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6603 #  data: "plot-vpp-nfv-2n-skx-mrr"
6604 #  filter: "'NIC_Intel-XXV710' and
6605 #           'NF_DENSITY' and
6606 #           'VHOST' and
6607 #           not 'VXLAN' and
6608 #           'CHAIN' and
6609 #           'NF_VPPIP4' and
6610 #           '64B' and
6611 #           '8T4C' and
6612 #           'MRR'"
6613 #  parameters:
6614 #  - "result"
6615 #  - "name"
6616 #  - "tags"
6617 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6618 #  x-axis: "X = VNFs per Service Chain"
6619 #  y-axis: "Y = Number of Service Chains"
6620 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6621 #  layout:
6622 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6623 #    layout: "plot-service-density"
6624 #
6625 ## Plots - NF Density - VSC - MRR IMIX
6626 #- type: "plot"
6627 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6628 #  algorithm: "plot_nf_heatmap"
6629 #  output-file-type: ".html"
6630 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6631 #  data: "plot-vpp-nfv-2n-skx-mrr"
6632 #  filter: "'NIC_Intel-XXV710' and
6633 #           'NF_DENSITY' and
6634 #           'VHOST' and
6635 #           not 'VXLAN' and
6636 #           'CHAIN' and
6637 #           'NF_VPPIP4' and
6638 #           'IMIX' and
6639 #           '2T1C' and
6640 #           'MRR'"
6641 #  parameters:
6642 #  - "result"
6643 #  - "name"
6644 #  - "tags"
6645 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6646 #  x-axis: "X = VNFs per Service Chain"
6647 #  y-axis: "Y = Number of Service Chains"
6648 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6649 #  layout:
6650 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6651 #    layout: "plot-service-density"
6652 #
6653 #- type: "plot"
6654 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6655 #  algorithm: "plot_nf_heatmap"
6656 #  output-file-type: ".html"
6657 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6658 #  data: "plot-vpp-nfv-2n-skx-mrr"
6659 #  filter: "'NIC_Intel-XXV710' and
6660 #           'NF_DENSITY' and
6661 #           'VHOST' and
6662 #           not 'VXLAN' and
6663 #           'CHAIN' and
6664 #           'NF_VPPIP4' and
6665 #           'IMIX' and
6666 #           '4T2C' and
6667 #           'MRR'"
6668 #  parameters:
6669 #  - "result"
6670 #  - "name"
6671 #  - "tags"
6672 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6673 #  x-axis: "X = VNFs per Service Chain"
6674 #  y-axis: "Y = Number of Service Chains"
6675 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6676 #  layout:
6677 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6678 #    layout: "plot-service-density"
6679 #
6680 #- type: "plot"
6681 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6682 #  algorithm: "plot_nf_heatmap"
6683 #  output-file-type: ".html"
6684 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6685 #  data: "plot-vpp-nfv-2n-skx-mrr"
6686 #  filter: "'NIC_Intel-XXV710' and
6687 #           'NF_DENSITY' and
6688 #           'VHOST' and
6689 #           not 'VXLAN' and
6690 #           'CHAIN' and
6691 #           'NF_VPPIP4' and
6692 #           'IMIX' and
6693 #           '8T4C' and
6694 #           'MRR'"
6695 #  parameters:
6696 #  - "result"
6697 #  - "name"
6698 #  - "tags"
6699 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6700 #  x-axis: "X = VNFs per Service Chain"
6701 #  y-axis: "Y = Number of Service Chains"
6702 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6703 #  layout:
6704 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6705 #    layout: "plot-service-density"
6706 #
6707 ## Plots - NF Density - VSC - NDR 64b
6708 #- type: "plot"
6709 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6710 #  algorithm: "plot_nf_heatmap"
6711 #  output-file-type: ".html"
6712 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6713 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6714 #  filter: "'NIC_Intel-XXV710' and
6715 #           'NF_DENSITY' and
6716 #           'VHOST' and
6717 #           not 'VXLAN' and
6718 #           'CHAIN' and
6719 #           'NF_VPPIP4' and
6720 #           '64B' and
6721 #           '2T1C' and
6722 #           'NDRPDR'"
6723 #  parameters:
6724 #  - "throughput"
6725 #  - "name"
6726 #  - "tags"
6727 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6728 #  x-axis: "X = VNFs per Service Chain"
6729 #  y-axis: "Y = Number of Service Chains"
6730 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6731 #  layout:
6732 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6733 #    layout: "plot-service-density"
6734 #
6735 #- type: "plot"
6736 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6737 #  algorithm: "plot_nf_heatmap"
6738 #  output-file-type: ".html"
6739 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6740 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6741 #  filter: "'NIC_Intel-XXV710' and
6742 #           'NF_DENSITY' and
6743 #           'VHOST' and
6744 #           not 'VXLAN' and
6745 #           'CHAIN' and
6746 #           'NF_VPPIP4' and
6747 #           '64B' and
6748 #           '4T2C' and
6749 #           'NDRPDR'"
6750 #  parameters:
6751 #  - "throughput"
6752 #  - "name"
6753 #  - "tags"
6754 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6755 #  x-axis: "X = VNFs per Service Chain"
6756 #  y-axis: "Y = Number of Service Chains"
6757 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6758 #  layout:
6759 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6760 #    layout: "plot-service-density"
6761 #
6762 #- type: "plot"
6763 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6764 #  algorithm: "plot_nf_heatmap"
6765 #  output-file-type: ".html"
6766 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6767 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6768 #  filter: "'NIC_Intel-XXV710' and
6769 #           'NF_DENSITY' and
6770 #           'VHOST' and
6771 #           not 'VXLAN' and
6772 #           'CHAIN' and
6773 #           'NF_VPPIP4' and
6774 #           '64B' and
6775 #           '8T4C' and
6776 #           'NDRPDR'"
6777 #  parameters:
6778 #  - "throughput"
6779 #  - "name"
6780 #  - "tags"
6781 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6782 #  x-axis: "X = VNFs per Service Chain"
6783 #  y-axis: "Y = Number of Service Chains"
6784 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6785 #  layout:
6786 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6787 #    layout: "plot-service-density"
6788 #
6789 ## Plots - NF Density - VSC - NDR IMIX
6790 #- type: "plot"
6791 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6792 #  algorithm: "plot_nf_heatmap"
6793 #  output-file-type: ".html"
6794 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6795 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6796 #  filter: "'NIC_Intel-XXV710' and
6797 #           'NF_DENSITY' and
6798 #           'VHOST' and
6799 #           not 'VXLAN' and
6800 #           'CHAIN' and
6801 #           'NF_VPPIP4' and
6802 #           'IMIX' and
6803 #           '2T1C' and
6804 #           'NDRPDR'"
6805 #  parameters:
6806 #  - "throughput"
6807 #  - "name"
6808 #  - "tags"
6809 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6810 #  x-axis: "X = VNFs per Service Chain"
6811 #  y-axis: "Y = Number of Service Chains"
6812 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6813 #  layout:
6814 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6815 #    layout: "plot-service-density"
6816 #
6817 #- type: "plot"
6818 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6819 #  algorithm: "plot_nf_heatmap"
6820 #  output-file-type: ".html"
6821 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6822 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6823 #  filter: "'NIC_Intel-XXV710' and
6824 #           'NF_DENSITY' and
6825 #           'VHOST' and
6826 #           not 'VXLAN' and
6827 #           'CHAIN' and
6828 #           'NF_VPPIP4' and
6829 #           'IMIX' and
6830 #           '4T2C' and
6831 #           'NDRPDR'"
6832 #  parameters:
6833 #  - "throughput"
6834 #  - "name"
6835 #  - "tags"
6836 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6837 #  x-axis: "X = VNFs per Service Chain"
6838 #  y-axis: "Y = Number of Service Chains"
6839 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6840 #  layout:
6841 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6842 #    layout: "plot-service-density"
6843 #
6844 #- type: "plot"
6845 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6846 #  algorithm: "plot_nf_heatmap"
6847 #  output-file-type: ".html"
6848 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6849 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6850 #  filter: "'NIC_Intel-XXV710' and
6851 #           'NF_DENSITY' and
6852 #           'VHOST' and
6853 #           not 'VXLAN' and
6854 #           'CHAIN' and
6855 #           'NF_VPPIP4' and
6856 #           'IMIX' and
6857 #           '8T4C' and
6858 #           'NDRPDR'"
6859 #  parameters:
6860 #  - "throughput"
6861 #  - "name"
6862 #  - "tags"
6863 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6864 #  x-axis: "X = VNFs per Service Chain"
6865 #  y-axis: "Y = Number of Service Chains"
6866 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6867 #  layout:
6868 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6869 #    layout: "plot-service-density"
6870 #
6871 ## Plots - NF Density - VSC - PDR 64b
6872 #- type: "plot"
6873 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6874 #  algorithm: "plot_nf_heatmap"
6875 #  output-file-type: ".html"
6876 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6877 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6878 #  filter: "'NIC_Intel-XXV710' and
6879 #           'NF_DENSITY' and
6880 #           'VHOST' and
6881 #           not 'VXLAN' and
6882 #           'CHAIN' and
6883 #           'NF_VPPIP4' and
6884 #           '64B' and
6885 #           '2T1C' and
6886 #           'NDRPDR'"
6887 #  parameters:
6888 #  - "throughput"
6889 #  - "name"
6890 #  - "tags"
6891 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6892 #  x-axis: "X = VNFs per Service Chain"
6893 #  y-axis: "Y = Number of Service Chains"
6894 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6895 #  layout:
6896 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6897 #    layout: "plot-service-density"
6898 #
6899 #- type: "plot"
6900 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6901 #  algorithm: "plot_nf_heatmap"
6902 #  output-file-type: ".html"
6903 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6904 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6905 #  filter: "'NIC_Intel-XXV710' and
6906 #           'NF_DENSITY' and
6907 #           'VHOST' and
6908 #           not 'VXLAN' and
6909 #           'CHAIN' and
6910 #           'NF_VPPIP4' and
6911 #           '64B' and
6912 #           '4T2C' and
6913 #           'NDRPDR'"
6914 #  parameters:
6915 #  - "throughput"
6916 #  - "name"
6917 #  - "tags"
6918 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6919 #  x-axis: "X = VNFs per Service Chain"
6920 #  y-axis: "Y = Number of Service Chains"
6921 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6922 #  layout:
6923 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6924 #    layout: "plot-service-density"
6925 #
6926 #- type: "plot"
6927 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6928 #  algorithm: "plot_nf_heatmap"
6929 #  output-file-type: ".html"
6930 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6931 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6932 #  filter: "'NIC_Intel-XXV710' and
6933 #           'NF_DENSITY' and
6934 #           'VHOST' and
6935 #           not 'VXLAN' and
6936 #           'CHAIN' and
6937 #           'NF_VPPIP4' and
6938 #           '64B' and
6939 #           '8T4C' and
6940 #           'NDRPDR'"
6941 #  parameters:
6942 #  - "throughput"
6943 #  - "name"
6944 #  - "tags"
6945 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6946 #  x-axis: "X = VNFs per Service Chain"
6947 #  y-axis: "Y = Number of Service Chains"
6948 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6949 #  layout:
6950 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6951 #    layout: "plot-service-density"
6952 #
6953 ## Plots - NF Density - VSC - PDR IMIX
6954 #- type: "plot"
6955 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6956 #  algorithm: "plot_nf_heatmap"
6957 #  output-file-type: ".html"
6958 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6959 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6960 #  filter: "'NIC_Intel-XXV710' and
6961 #           'NF_DENSITY' and
6962 #           'VHOST' and
6963 #           not 'VXLAN' and
6964 #           'CHAIN' and
6965 #           'NF_VPPIP4' and
6966 #           'IMIX' and
6967 #           '2T1C' and
6968 #           'NDRPDR'"
6969 #  parameters:
6970 #  - "throughput"
6971 #  - "name"
6972 #  - "tags"
6973 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6974 #  x-axis: "X = VNFs per Service Chain"
6975 #  y-axis: "Y = Number of Service Chains"
6976 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6977 #  layout:
6978 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6979 #    layout: "plot-service-density"
6980 #
6981 #- type: "plot"
6982 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6983 #  algorithm: "plot_nf_heatmap"
6984 #  output-file-type: ".html"
6985 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6986 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6987 #  filter: "'NIC_Intel-XXV710' and
6988 #           'NF_DENSITY' and
6989 #           'VHOST' and
6990 #           not 'VXLAN' and
6991 #           'CHAIN' and
6992 #           'NF_VPPIP4' and
6993 #           'IMIX' and
6994 #           '4T2C' and
6995 #           'NDRPDR'"
6996 #  parameters:
6997 #  - "throughput"
6998 #  - "name"
6999 #  - "tags"
7000 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7001 #  x-axis: "X = VNFs per Service Chain"
7002 #  y-axis: "Y = Number of Service Chains"
7003 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7004 #  layout:
7005 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7006 #    layout: "plot-service-density"
7007 #
7008 #- type: "plot"
7009 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7010 #  algorithm: "plot_nf_heatmap"
7011 #  output-file-type: ".html"
7012 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7013 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7014 #  filter: "'NIC_Intel-XXV710' and
7015 #           'NF_DENSITY' and
7016 #           'VHOST' and
7017 #           not 'VXLAN' and
7018 #           'CHAIN' and
7019 #           'NF_VPPIP4' and
7020 #           'IMIX' and
7021 #           '8T4C' and
7022 #           'NDRPDR'"
7023 #  parameters:
7024 #  - "throughput"
7025 #  - "name"
7026 #  - "tags"
7027 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7028 #  x-axis: "X = VNFs per Service Chain"
7029 #  y-axis: "Y = Number of Service Chains"
7030 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7031 #  layout:
7032 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7033 #    layout: "plot-service-density"
7034 #
7035 ################################################################################
7036 ## Plots - NF Density - VSC - MRR 64b
7037 #- type: "plot"
7038 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7039 #  algorithm: "plot_nf_heatmap"
7040 #  output-file-type: ".html"
7041 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7042 #  data: "plot-vpp-nfv-2n-skx-mrr"
7043 #  filter: "'NIC_Intel-XXV710' and
7044 #           'NF_DENSITY' and
7045 #           'VHOST' and
7046 #           'VXLAN' and
7047 #           'CHAIN' and
7048 #           '118' and
7049 #           '2T1C' and
7050 #           'MRR'"
7051 #  parameters:
7052 #  - "result"
7053 #  - "name"
7054 #  - "tags"
7055 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7056 #  x-axis: "X = VNFs per Service Chain"
7057 #  y-axis: "Y = Number of Service Chains"
7058 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7059 #  layout:
7060 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7061 #    layout: "plot-service-density"
7062 #
7063 #- type: "plot"
7064 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7065 #  algorithm: "plot_nf_heatmap"
7066 #  output-file-type: ".html"
7067 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7068 #  data: "plot-vpp-nfv-2n-skx-mrr"
7069 #  filter: "'NIC_Intel-XXV710' and
7070 #           'NF_DENSITY' and
7071 #           'VHOST' and
7072 #           'VXLAN' and
7073 #           'CHAIN' and
7074 #           '118' and
7075 #           '4T2C' and
7076 #           'MRR'"
7077 #  parameters:
7078 #  - "result"
7079 #  - "name"
7080 #  - "tags"
7081 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7082 #  x-axis: "X = VNFs per Service Chain"
7083 #  y-axis: "Y = Number of Service Chains"
7084 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7085 #  layout:
7086 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7087 #    layout: "plot-service-density"
7088 #
7089 #- type: "plot"
7090 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7091 #  algorithm: "plot_nf_heatmap"
7092 #  output-file-type: ".html"
7093 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7094 #  data: "plot-vpp-nfv-2n-skx-mrr"
7095 #  filter: "'NIC_Intel-XXV710' and
7096 #           'NF_DENSITY' and
7097 #           'VHOST' and
7098 #           'VXLAN' and
7099 #           'CHAIN' and
7100 #           '118' and
7101 #           '8T4C' and
7102 #           'MRR'"
7103 #  parameters:
7104 #  - "result"
7105 #  - "name"
7106 #  - "tags"
7107 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7108 #  x-axis: "X = VNFs per Service Chain"
7109 #  y-axis: "Y = Number of Service Chains"
7110 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7111 #  layout:
7112 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7113 #    layout: "plot-service-density"
7114 #
7115 ## Plots - NF Density - VSC - MRR IMIX
7116 #- type: "plot"
7117 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7118 #  algorithm: "plot_nf_heatmap"
7119 #  output-file-type: ".html"
7120 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7121 #  data: "plot-vpp-nfv-2n-skx-mrr"
7122 #  filter: "'NIC_Intel-XXV710' and
7123 #           'NF_DENSITY' and
7124 #           'VHOST' and
7125 #           'VXLAN' and
7126 #           'CHAIN' and
7127 #           'IMIX' and
7128 #           '2T1C' and
7129 #           'MRR'"
7130 #  parameters:
7131 #  - "result"
7132 #  - "name"
7133 #  - "tags"
7134 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7135 #  x-axis: "X = VNFs per Service Chain"
7136 #  y-axis: "Y = Number of Service Chains"
7137 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7138 #  layout:
7139 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7140 #    layout: "plot-service-density"
7141 #
7142 #- type: "plot"
7143 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7144 #  algorithm: "plot_nf_heatmap"
7145 #  output-file-type: ".html"
7146 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7147 #  data: "plot-vpp-nfv-2n-skx-mrr"
7148 #  filter: "'NIC_Intel-XXV710' and
7149 #           'NF_DENSITY' and
7150 #           'VHOST' and
7151 #           'VXLAN' and
7152 #           'CHAIN' and
7153 #           'IMIX' and
7154 #           '4T2C' and
7155 #           'MRR'"
7156 #  parameters:
7157 #  - "result"
7158 #  - "name"
7159 #  - "tags"
7160 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7161 #  x-axis: "X = VNFs per Service Chain"
7162 #  y-axis: "Y = Number of Service Chains"
7163 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7164 #  layout:
7165 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7166 #    layout: "plot-service-density"
7167 #
7168 #- type: "plot"
7169 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7170 #  algorithm: "plot_nf_heatmap"
7171 #  output-file-type: ".html"
7172 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7173 #  data: "plot-vpp-nfv-2n-skx-mrr"
7174 #  filter: "'NIC_Intel-XXV710' and
7175 #           'NF_DENSITY' and
7176 #           'VHOST' and
7177 #           'VXLAN' and
7178 #           'CHAIN' and
7179 #           'IMIX' and
7180 #           '8T4C' and
7181 #           'MRR'"
7182 #  parameters:
7183 #  - "result"
7184 #  - "name"
7185 #  - "tags"
7186 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7187 #  x-axis: "X = VNFs per Service Chain"
7188 #  y-axis: "Y = Number of Service Chains"
7189 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7190 #  layout:
7191 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7192 #    layout: "plot-service-density"
7193 #
7194 ## Plots - NF Density - VSC - NDR 64b
7195 #- type: "plot"
7196 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7197 #  algorithm: "plot_nf_heatmap"
7198 #  output-file-type: ".html"
7199 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7200 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7201 #  filter: "'NIC_Intel-XXV710' and
7202 #           'NF_DENSITY' and
7203 #           'VHOST' and
7204 #           'VXLAN' and
7205 #           'CHAIN' and
7206 #           '118' and
7207 #           '2T1C' and
7208 #           'NDRPDR'"
7209 #  parameters:
7210 #  - "throughput"
7211 #  - "name"
7212 #  - "tags"
7213 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7214 #  x-axis: "X = VNFs per Service Chain"
7215 #  y-axis: "Y = Number of Service Chains"
7216 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7217 #  layout:
7218 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7219 #    layout: "plot-service-density"
7220 #
7221 #- type: "plot"
7222 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7223 #  algorithm: "plot_nf_heatmap"
7224 #  output-file-type: ".html"
7225 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7226 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7227 #  filter: "'NIC_Intel-XXV710' and
7228 #           'NF_DENSITY' and
7229 #           'VHOST' and
7230 #           'VXLAN' and
7231 #           'CHAIN' and
7232 #           '118' and
7233 #           '4T2C' and
7234 #           'NDRPDR'"
7235 #  parameters:
7236 #  - "throughput"
7237 #  - "name"
7238 #  - "tags"
7239 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7240 #  x-axis: "X = VNFs per Service Chain"
7241 #  y-axis: "Y = Number of Service Chains"
7242 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7243 #  layout:
7244 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7245 #    layout: "plot-service-density"
7246 #
7247 #- type: "plot"
7248 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7249 #  algorithm: "plot_nf_heatmap"
7250 #  output-file-type: ".html"
7251 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7252 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7253 #  filter: "'NIC_Intel-XXV710' and
7254 #           'NF_DENSITY' and
7255 #           'VHOST' and
7256 #           'VXLAN' and
7257 #           'CHAIN' and
7258 #           '118' and
7259 #           '8T4C' and
7260 #           'NDRPDR'"
7261 #  parameters:
7262 #  - "throughput"
7263 #  - "name"
7264 #  - "tags"
7265 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7266 #  x-axis: "X = VNFs per Service Chain"
7267 #  y-axis: "Y = Number of Service Chains"
7268 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7269 #  layout:
7270 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7271 #    layout: "plot-service-density"
7272 #
7273 ## Plots - NF Density - VSC - NDR IMIX
7274 #- type: "plot"
7275 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7276 #  algorithm: "plot_nf_heatmap"
7277 #  output-file-type: ".html"
7278 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7279 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7280 #  filter: "'NIC_Intel-XXV710' and
7281 #           'NF_DENSITY' and
7282 #           'VHOST' and
7283 #           'VXLAN' and
7284 #           'CHAIN' and
7285 #           'IMIX' and
7286 #           '2T1C' and
7287 #           'NDRPDR'"
7288 #  parameters:
7289 #  - "throughput"
7290 #  - "name"
7291 #  - "tags"
7292 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7293 #  x-axis: "X = VNFs per Service Chain"
7294 #  y-axis: "Y = Number of Service Chains"
7295 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7296 #  layout:
7297 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7298 #    layout: "plot-service-density"
7299 #
7300 #- type: "plot"
7301 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7302 #  algorithm: "plot_nf_heatmap"
7303 #  output-file-type: ".html"
7304 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7305 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7306 #  filter: "'NIC_Intel-XXV710' and
7307 #           'NF_DENSITY' and
7308 #           'VHOST' and
7309 #           'VXLAN' and
7310 #           'CHAIN' and
7311 #           'IMIX' and
7312 #           '4T2C' and
7313 #           'NDRPDR'"
7314 #  parameters:
7315 #  - "throughput"
7316 #  - "name"
7317 #  - "tags"
7318 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7319 #  x-axis: "X = VNFs per Service Chain"
7320 #  y-axis: "Y = Number of Service Chains"
7321 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7322 #  layout:
7323 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7324 #    layout: "plot-service-density"
7325 #
7326 #- type: "plot"
7327 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7328 #  algorithm: "plot_nf_heatmap"
7329 #  output-file-type: ".html"
7330 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7331 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7332 #  filter: "'NIC_Intel-XXV710' and
7333 #           'NF_DENSITY' and
7334 #           'VHOST' and
7335 #           'VXLAN' and
7336 #           'CHAIN' and
7337 #           'IMIX' and
7338 #           '8T4C' and
7339 #           'NDRPDR'"
7340 #  parameters:
7341 #  - "throughput"
7342 #  - "name"
7343 #  - "tags"
7344 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7345 #  x-axis: "X = VNFs per Service Chain"
7346 #  y-axis: "Y = Number of Service Chains"
7347 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7348 #  layout:
7349 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7350 #    layout: "plot-service-density"
7351 #
7352 ## Plots - NF Density - VSC - PDR 64b
7353 #- type: "plot"
7354 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7355 #  algorithm: "plot_nf_heatmap"
7356 #  output-file-type: ".html"
7357 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7358 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7359 #  filter: "'NIC_Intel-XXV710' and
7360 #           'NF_DENSITY' and
7361 #           'VHOST' and
7362 #           'VXLAN' and
7363 #           'CHAIN' and
7364 #           '118' and
7365 #           '2T1C' and
7366 #           'NDRPDR'"
7367 #  parameters:
7368 #  - "throughput"
7369 #  - "name"
7370 #  - "tags"
7371 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7372 #  x-axis: "X = VNFs per Service Chain"
7373 #  y-axis: "Y = Number of Service Chains"
7374 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7375 #  layout:
7376 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7377 #    layout: "plot-service-density"
7378 #
7379 #- type: "plot"
7380 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7381 #  algorithm: "plot_nf_heatmap"
7382 #  output-file-type: ".html"
7383 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7384 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7385 #  filter: "'NIC_Intel-XXV710' and
7386 #           'NF_DENSITY' and
7387 #           'VHOST' and
7388 #           'VXLAN' and
7389 #           'CHAIN' and
7390 #           '118' and
7391 #           '4T2C' and
7392 #           'NDRPDR'"
7393 #  parameters:
7394 #  - "throughput"
7395 #  - "name"
7396 #  - "tags"
7397 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7398 #  x-axis: "X = VNFs per Service Chain"
7399 #  y-axis: "Y = Number of Service Chains"
7400 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7401 #  layout:
7402 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7403 #    layout: "plot-service-density"
7404 #
7405 #- type: "plot"
7406 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7407 #  algorithm: "plot_nf_heatmap"
7408 #  output-file-type: ".html"
7409 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7410 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7411 #  filter: "'NIC_Intel-XXV710' and
7412 #           'NF_DENSITY' and
7413 #           'VHOST' and
7414 #           'VXLAN' and
7415 #           'CHAIN' and
7416 #           '118' and
7417 #           '8T4C' and
7418 #           'NDRPDR'"
7419 #  parameters:
7420 #  - "throughput"
7421 #  - "name"
7422 #  - "tags"
7423 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7424 #  x-axis: "X = VNFs per Service Chain"
7425 #  y-axis: "Y = Number of Service Chains"
7426 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7427 #  layout:
7428 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7429 #    layout: "plot-service-density"
7430 #
7431 ## Plots - NF Density - VSC - PDR IMIX
7432 #- type: "plot"
7433 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7434 #  algorithm: "plot_nf_heatmap"
7435 #  output-file-type: ".html"
7436 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7437 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7438 #  filter: "'NIC_Intel-XXV710' and
7439 #           'NF_DENSITY' and
7440 #           'VHOST' and
7441 #           'VXLAN' and
7442 #           'CHAIN' and
7443 #           'IMIX' and
7444 #           '2T1C' and
7445 #           'NDRPDR'"
7446 #  parameters:
7447 #  - "throughput"
7448 #  - "name"
7449 #  - "tags"
7450 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7451 #  x-axis: "X = VNFs per Service Chain"
7452 #  y-axis: "Y = Number of Service Chains"
7453 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7454 #  layout:
7455 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7456 #    layout: "plot-service-density"
7457 #
7458 #- type: "plot"
7459 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7460 #  algorithm: "plot_nf_heatmap"
7461 #  output-file-type: ".html"
7462 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7463 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7464 #  filter: "'NIC_Intel-XXV710' and
7465 #           'NF_DENSITY' and
7466 #           'VHOST' and
7467 #           'VXLAN' and
7468 #           'CHAIN' and
7469 #           'IMIX' and
7470 #           '4T2C' and
7471 #           'NDRPDR'"
7472 #  parameters:
7473 #  - "throughput"
7474 #  - "name"
7475 #  - "tags"
7476 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7477 #  x-axis: "X = VNFs per Service Chain"
7478 #  y-axis: "Y = Number of Service Chains"
7479 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7480 #  layout:
7481 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7482 #    layout: "plot-service-density"
7483 #
7484 #- type: "plot"
7485 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7486 #  algorithm: "plot_nf_heatmap"
7487 #  output-file-type: ".html"
7488 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7489 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7490 #  filter: "'NIC_Intel-XXV710' and
7491 #           'NF_DENSITY' and
7492 #           'VHOST' and
7493 #           'VXLAN' and
7494 #           'CHAIN' and
7495 #           'IMIX' and
7496 #           '8T4C' and
7497 #           'NDRPDR'"
7498 #  parameters:
7499 #  - "throughput"
7500 #  - "name"
7501 #  - "tags"
7502 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7503 #  x-axis: "X = VNFs per Service Chain"
7504 #  y-axis: "Y = Number of Service Chains"
7505 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7506 #  layout:
7507 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7508 #    layout: "plot-service-density"
7509 #
7510 ################################################################################
7511 ## Plots - NF Density - CSC - MRR 64b
7512 #- type: "plot"
7513 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7514 #  algorithm: "plot_nf_heatmap"
7515 #  output-file-type: ".html"
7516 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7517 #  data: "plot-vpp-nfv-2n-skx-mrr"
7518 #  filter: "'NIC_Intel-XXV710' and
7519 #           'NF_DENSITY' and
7520 #           'DOCKER' and
7521 #           'CHAIN' and
7522 #           'NF_VPPIP4' and
7523 #           '64B' and
7524 #           '2T1C' and
7525 #           'MRR'"
7526 #  parameters:
7527 #  - "result"
7528 #  - "name"
7529 #  - "tags"
7530 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7531 #  x-axis: "X = CNFs per Service Chain"
7532 #  y-axis: "Y = Number of Service Chains"
7533 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7534 #  layout:
7535 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7536 #    layout: "plot-service-density"
7537 #
7538 #- type: "plot"
7539 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7540 #  algorithm: "plot_nf_heatmap"
7541 #  output-file-type: ".html"
7542 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7543 #  data: "plot-vpp-nfv-2n-skx-mrr"
7544 #  filter: "'NIC_Intel-XXV710' and
7545 #           'NF_DENSITY' and
7546 #           'DOCKER' and
7547 #           'CHAIN' and
7548 #           'NF_VPPIP4' and
7549 #           '64B' and
7550 #           '4T2C' and
7551 #           'MRR'"
7552 #  parameters:
7553 #  - "result"
7554 #  - "name"
7555 #  - "tags"
7556 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7557 #  x-axis: "X = CNFs per Service Chain"
7558 #  y-axis: "Y = Number of Service Chains"
7559 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7560 #  layout:
7561 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7562 #    layout: "plot-service-density"
7563 #
7564 #- type: "plot"
7565 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7566 #  algorithm: "plot_nf_heatmap"
7567 #  output-file-type: ".html"
7568 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7569 #  data: "plot-vpp-nfv-2n-skx-mrr"
7570 #  filter: "'NIC_Intel-XXV710' and
7571 #           'NF_DENSITY' and
7572 #           'DOCKER' and
7573 #           'CHAIN' and
7574 #           'NF_VPPIP4' and
7575 #           '64B' and
7576 #           '8T4C' and
7577 #           'MRR'"
7578 #  parameters:
7579 #  - "result"
7580 #  - "name"
7581 #  - "tags"
7582 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7583 #  x-axis: "X = CNFs per Service Chain"
7584 #  y-axis: "Y = Number of Service Chains"
7585 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7586 #  layout:
7587 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7588 #    layout: "plot-service-density"
7589 #
7590 ## Plots - NF Density - CSC - MRR IMIX
7591 #- type: "plot"
7592 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7593 #  algorithm: "plot_nf_heatmap"
7594 #  output-file-type: ".html"
7595 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7596 #  data: "plot-vpp-nfv-2n-skx-mrr"
7597 #  filter: "'NIC_Intel-XXV710' and
7598 #           'NF_DENSITY' and
7599 #           'DOCKER' and
7600 #           'CHAIN' and
7601 #           'NF_VPPIP4' and
7602 #           'IMIX' and
7603 #           '2T1C' and
7604 #           'MRR'"
7605 #  parameters:
7606 #  - "result"
7607 #  - "name"
7608 #  - "tags"
7609 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7610 #  x-axis: "X = CNFs per Service Chain"
7611 #  y-axis: "Y = Number of Service Chains"
7612 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7613 #  layout:
7614 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7615 #    layout: "plot-service-density"
7616 #
7617 #- type: "plot"
7618 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7619 #  algorithm: "plot_nf_heatmap"
7620 #  output-file-type: ".html"
7621 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7622 #  data: "plot-vpp-nfv-2n-skx-mrr"
7623 #  filter: "'NIC_Intel-XXV710' and
7624 #           'NF_DENSITY' and
7625 #           'DOCKER' and
7626 #           'CHAIN' and
7627 #           'NF_VPPIP4' and
7628 #           'IMIX' and
7629 #           '4T2C' and
7630 #           'MRR'"
7631 #  parameters:
7632 #  - "result"
7633 #  - "name"
7634 #  - "tags"
7635 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7636 #  x-axis: "X = CNFs per Service Chain"
7637 #  y-axis: "Y = Number of Service Chains"
7638 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7639 #  layout:
7640 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7641 #    layout: "plot-service-density"
7642 #
7643 #- type: "plot"
7644 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7645 #  algorithm: "plot_nf_heatmap"
7646 #  output-file-type: ".html"
7647 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7648 #  data: "plot-vpp-nfv-2n-skx-mrr"
7649 #  filter: "'NIC_Intel-XXV710' and
7650 #           'NF_DENSITY' and
7651 #           'DOCKER' and
7652 #           'CHAIN' and
7653 #           'NF_VPPIP4' and
7654 #           'IMIX' and
7655 #           '8T4C' and
7656 #           'MRR'"
7657 #  parameters:
7658 #  - "result"
7659 #  - "name"
7660 #  - "tags"
7661 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7662 #  x-axis: "X = CNFs per Service Chain"
7663 #  y-axis: "Y = Number of Service Chains"
7664 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7665 #  layout:
7666 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7667 #    layout: "plot-service-density"
7668 #
7669 ## Plots - NF Density - CSC - NDR 64b
7670 #- type: "plot"
7671 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7672 #  algorithm: "plot_nf_heatmap"
7673 #  output-file-type: ".html"
7674 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7675 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7676 #  filter: "'NIC_Intel-XXV710' and
7677 #           'NF_DENSITY' and
7678 #           'DOCKER' and
7679 #           'CHAIN' and
7680 #           'NF_VPPIP4' and
7681 #           '64B' and
7682 #           '2T1C' and
7683 #           'NDRPDR'"
7684 #  parameters:
7685 #  - "throughput"
7686 #  - "name"
7687 #  - "tags"
7688 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7689 #  x-axis: "X = CNFs per Service Chain"
7690 #  y-axis: "Y = Number of Service Chains"
7691 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7692 #  layout:
7693 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7694 #    layout: "plot-service-density"
7695 #
7696 #- type: "plot"
7697 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7698 #  algorithm: "plot_nf_heatmap"
7699 #  output-file-type: ".html"
7700 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7701 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7702 #  filter: "'NIC_Intel-XXV710' and
7703 #           'NF_DENSITY' and
7704 #           'DOCKER' and
7705 #           'CHAIN' and
7706 #           'NF_VPPIP4' and
7707 #           '64B' and
7708 #           '4T2C' and
7709 #           'NDRPDR'"
7710 #  parameters:
7711 #  - "throughput"
7712 #  - "name"
7713 #  - "tags"
7714 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7715 #  x-axis: "X = CNFs per Service Chain"
7716 #  y-axis: "Y = Number of Service Chains"
7717 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7718 #  layout:
7719 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7720 #    layout: "plot-service-density"
7721 #
7722 #- type: "plot"
7723 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7724 #  algorithm: "plot_nf_heatmap"
7725 #  output-file-type: ".html"
7726 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7727 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7728 #  filter: "'NIC_Intel-XXV710' and
7729 #           'NF_DENSITY' and
7730 #           'DOCKER' and
7731 #           'CHAIN' and
7732 #           'NF_VPPIP4' and
7733 #           '64B' and
7734 #           '8T4C' and
7735 #           'NDRPDR'"
7736 #  parameters:
7737 #  - "throughput"
7738 #  - "name"
7739 #  - "tags"
7740 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7741 #  x-axis: "X = CNFs per Service Chain"
7742 #  y-axis: "Y = Number of Service Chains"
7743 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7744 #  layout:
7745 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7746 #    layout: "plot-service-density"
7747 #
7748 ## Plots - NF Density - CSC - NDR IMIX
7749 #- type: "plot"
7750 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7751 #  algorithm: "plot_nf_heatmap"
7752 #  output-file-type: ".html"
7753 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7754 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7755 #  filter: "'NIC_Intel-XXV710' and
7756 #           'NF_DENSITY' and
7757 #           'DOCKER' and
7758 #           'CHAIN' and
7759 #           'NF_VPPIP4' and
7760 #           'IMIX' and
7761 #           '2T1C' and
7762 #           'NDRPDR'"
7763 #  parameters:
7764 #  - "throughput"
7765 #  - "name"
7766 #  - "tags"
7767 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7768 #  x-axis: "X = CNFs per Service Chain"
7769 #  y-axis: "Y = Number of Service Chains"
7770 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7771 #  layout:
7772 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7773 #    layout: "plot-service-density"
7774 #
7775 #- type: "plot"
7776 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7777 #  algorithm: "plot_nf_heatmap"
7778 #  output-file-type: ".html"
7779 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7780 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7781 #  filter: "'NIC_Intel-XXV710' and
7782 #           'NF_DENSITY' and
7783 #           'DOCKER' and
7784 #           'CHAIN' and
7785 #           'NF_VPPIP4' and
7786 #           'IMIX' and
7787 #           '4T2C' and
7788 #           'NDRPDR'"
7789 #  parameters:
7790 #  - "throughput"
7791 #  - "name"
7792 #  - "tags"
7793 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7794 #  x-axis: "X = CNFs per Service Chain"
7795 #  y-axis: "Y = Number of Service Chains"
7796 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7797 #  layout:
7798 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7799 #    layout: "plot-service-density"
7800 #
7801 #- type: "plot"
7802 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7803 #  algorithm: "plot_nf_heatmap"
7804 #  output-file-type: ".html"
7805 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7806 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7807 #  filter: "'NIC_Intel-XXV710' and
7808 #           'NF_DENSITY' and
7809 #           'DOCKER' and
7810 #           'CHAIN' and
7811 #           'NF_VPPIP4' and
7812 #           'IMIX' and
7813 #           '8T4C' and
7814 #           'NDRPDR'"
7815 #  parameters:
7816 #  - "throughput"
7817 #  - "name"
7818 #  - "tags"
7819 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7820 #  x-axis: "X = CNFs per Service Chain"
7821 #  y-axis: "Y = Number of Service Chains"
7822 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7823 #  layout:
7824 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7825 #    layout: "plot-service-density"
7826 #
7827 ## Plots - NF Density - CSC - PDR 64b
7828 #- type: "plot"
7829 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7830 #  algorithm: "plot_nf_heatmap"
7831 #  output-file-type: ".html"
7832 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7833 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7834 #  filter: "'NIC_Intel-XXV710' and
7835 #           'NF_DENSITY' and
7836 #           'DOCKER' and
7837 #           'CHAIN' and
7838 #           'NF_VPPIP4' and
7839 #           '64B' and
7840 #           '2T1C' and
7841 #           'NDRPDR'"
7842 #  parameters:
7843 #  - "throughput"
7844 #  - "name"
7845 #  - "tags"
7846 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7847 #  x-axis: "X = CNFs per Service Chain"
7848 #  y-axis: "Y = Number of Service Chains"
7849 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7850 #  layout:
7851 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7852 #    layout: "plot-service-density"
7853 #
7854 #- type: "plot"
7855 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7856 #  algorithm: "plot_nf_heatmap"
7857 #  output-file-type: ".html"
7858 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7859 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7860 #  filter: "'NIC_Intel-XXV710' and
7861 #           'NF_DENSITY' and
7862 #           'DOCKER' and
7863 #           'CHAIN' and
7864 #           'NF_VPPIP4' and
7865 #           '64B' and
7866 #           '4T2C' and
7867 #           'NDRPDR'"
7868 #  parameters:
7869 #  - "throughput"
7870 #  - "name"
7871 #  - "tags"
7872 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7873 #  x-axis: "X = CNFs per Service Chain"
7874 #  y-axis: "Y = Number of Service Chains"
7875 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7876 #  layout:
7877 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7878 #    layout: "plot-service-density"
7879 #
7880 #- type: "plot"
7881 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7882 #  algorithm: "plot_nf_heatmap"
7883 #  output-file-type: ".html"
7884 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7885 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7886 #  filter: "'NIC_Intel-XXV710' and
7887 #           'NF_DENSITY' and
7888 #           'DOCKER' and
7889 #           'CHAIN' and
7890 #           'NF_VPPIP4' and
7891 #           '64B' and
7892 #           '8T4C' and
7893 #           'NDRPDR'"
7894 #  parameters:
7895 #  - "throughput"
7896 #  - "name"
7897 #  - "tags"
7898 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7899 #  x-axis: "X = CNFs per Service Chain"
7900 #  y-axis: "Y = Number of Service Chains"
7901 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7902 #  layout:
7903 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7904 #    layout: "plot-service-density"
7905 #
7906 ## Plots - NF Density - CSC - PDR IMIX
7907 #- type: "plot"
7908 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7909 #  algorithm: "plot_nf_heatmap"
7910 #  output-file-type: ".html"
7911 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7912 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7913 #  filter: "'NIC_Intel-XXV710' and
7914 #           'NF_DENSITY' and
7915 #           'DOCKER' and
7916 #           'CHAIN' and
7917 #           'NF_VPPIP4' and
7918 #           'IMIX' and
7919 #           '2T1C' and
7920 #           'NDRPDR'"
7921 #  parameters:
7922 #  - "throughput"
7923 #  - "name"
7924 #  - "tags"
7925 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7926 #  x-axis: "X = CNFs per Service Chain"
7927 #  y-axis: "Y = Number of Service Chains"
7928 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7929 #  layout:
7930 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7931 #    layout: "plot-service-density"
7932 #
7933 #- type: "plot"
7934 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7935 #  algorithm: "plot_nf_heatmap"
7936 #  output-file-type: ".html"
7937 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7938 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7939 #  filter: "'NIC_Intel-XXV710' and
7940 #           'NF_DENSITY' and
7941 #           'DOCKER' and
7942 #           'CHAIN' and
7943 #           'NF_VPPIP4' and
7944 #           'IMIX' and
7945 #           '4T2C' and
7946 #           'NDRPDR'"
7947 #  parameters:
7948 #  - "throughput"
7949 #  - "name"
7950 #  - "tags"
7951 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7952 #  x-axis: "X = CNFs per Service Chain"
7953 #  y-axis: "Y = Number of Service Chains"
7954 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7955 #  layout:
7956 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7957 #    layout: "plot-service-density"
7958 #
7959 #- type: "plot"
7960 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7961 #  algorithm: "plot_nf_heatmap"
7962 #  output-file-type: ".html"
7963 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7964 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7965 #  filter: "'NIC_Intel-XXV710' and
7966 #           'NF_DENSITY' and
7967 #           'DOCKER' and
7968 #           'CHAIN' and
7969 #           'NF_VPPIP4' and
7970 #           'IMIX' and
7971 #           '8T4C' and
7972 #           'NDRPDR'"
7973 #  parameters:
7974 #  - "throughput"
7975 #  - "name"
7976 #  - "tags"
7977 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7978 #  x-axis: "X = CNFs per Service Chain"
7979 #  y-axis: "Y = Number of Service Chains"
7980 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7981 #  layout:
7982 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7983 #    layout: "plot-service-density"
7984 #
7985 ################################################################################
7986 #
7987 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7988 #- type: "plot"
7989 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7990 #  algorithm: "plot_nf_heatmap"
7991 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7992 #  data: "plot-vpp-nfv-3n-skx-mrr"
7993 #  filter: "'NIC_Intel-XXV710' and
7994 #           'NF_DENSITY' and
7995 #           'DOCKER' and
7996 #           'CHAIN' and
7997 #           'NF_VPPIP4' and
7998 #           'IPSEC' and
7999 #           'TNL_4' and
8000 #           'IMIX' and
8001 #           '2T1C' and
8002 #           'MRR'"
8003 #  parameters:
8004 #  - "result"
8005 #  - "name"
8006 #  - "tags"
8007 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8008 #  x-axis: "X = CNFs per Service Chain"
8009 #  y-axis: "Y = Number of Service Chains"
8010 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8011 #  layout:
8012 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8013 #    layout: "plot-service-density"
8014 #
8015 #- type: "plot"
8016 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8017 #  algorithm: "plot_nf_heatmap"
8018 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8019 #  data: "plot-vpp-nfv-3n-skx-mrr"
8020 #  filter: "'NIC_Intel-XXV710' and
8021 #           'NF_DENSITY' and
8022 #           'DOCKER' and
8023 #           'CHAIN' and
8024 #           'NF_VPPIP4' and
8025 #           'IPSEC' and
8026 #           'TNL_4' and
8027 #           'IMIX' and
8028 #           '4T2C' and
8029 #           'MRR'"
8030 #  parameters:
8031 #  - "result"
8032 #  - "name"
8033 #  - "tags"
8034 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8035 #  x-axis: "X = CNFs per Service Chain"
8036 #  y-axis: "Y = Number of Service Chains"
8037 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8038 #  layout:
8039 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8040 #    layout: "plot-service-density"
8041 #
8042 #- type: "plot"
8043 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8044 #  algorithm: "plot_nf_heatmap"
8045 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8046 #  data: "plot-vpp-nfv-3n-skx-mrr"
8047 #  filter: "'NIC_Intel-XXV710' and
8048 #           'NF_DENSITY' and
8049 #           'DOCKER' and
8050 #           'CHAIN' and
8051 #           'NF_VPPIP4' and
8052 #           'IPSEC' and
8053 #           'TNL_4' and
8054 #           'IMIX' and
8055 #           '8T4C' and
8056 #           'MRR'"
8057 #  parameters:
8058 #  - "result"
8059 #  - "name"
8060 #  - "tags"
8061 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8062 #  x-axis: "X = CNFs per Service Chain"
8063 #  y-axis: "Y = Number of Service Chains"
8064 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8065 #  layout:
8066 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8067 #    layout: "plot-service-density"
8068
8069 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8070 - type: "plot"
8071   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8072   algorithm: "plot_nf_heatmap"
8073   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8074   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8075   filter: "'NIC_Intel-XXV710' and
8076            'NF_DENSITY' and
8077            'DOCKER' and
8078            'CHAIN' and
8079            'NF_VPPIP4' and
8080            'IPSEC' and
8081            'TNL_4' and
8082            'IMIX' and
8083            '2T1C' and
8084            'NDRPDR'"
8085   parameters:
8086   - "throughput"
8087   - "name"
8088   - "tags"
8089   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8090   x-axis: "X = CNFs per Service Chain"
8091   y-axis: "Y = Number of Service Chains"
8092   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8093   layout:
8094     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8095     layout: "plot-service-density"
8096
8097 - type: "plot"
8098   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8099   algorithm: "plot_nf_heatmap"
8100   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8101   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8102   filter: "'NIC_Intel-XXV710' and
8103            'NF_DENSITY' and
8104            'DOCKER' and
8105            'CHAIN' and
8106            'NF_VPPIP4' and
8107            'IPSEC' and
8108            'TNL_4' and
8109            'IMIX' and
8110            '4T2C' and
8111            'NDRPDR'"
8112   parameters:
8113   - "throughput"
8114   - "name"
8115   - "tags"
8116   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8117   x-axis: "X = CNFs per Service Chain"
8118   y-axis: "Y = Number of Service Chains"
8119   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8120   layout:
8121     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8122     layout: "plot-service-density"
8123
8124 - type: "plot"
8125   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8126   algorithm: "plot_nf_heatmap"
8127   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8128   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8129   filter: "'NIC_Intel-XXV710' and
8130            'NF_DENSITY' and
8131            'DOCKER' and
8132            'CHAIN' and
8133            'NF_VPPIP4' and
8134            'IPSEC' and
8135            'TNL_4' and
8136            'IMIX' and
8137            '8T4C' and
8138            'NDRPDR'"
8139   parameters:
8140   - "throughput"
8141   - "name"
8142   - "tags"
8143   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8144   x-axis: "X = CNFs per Service Chain"
8145   y-axis: "Y = Number of Service Chains"
8146   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8147   layout:
8148     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8149     layout: "plot-service-density"
8150
8151 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8152 - type: "plot"
8153   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8154   algorithm: "plot_nf_heatmap"
8155   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8156   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8157   filter: "'NIC_Intel-XXV710' and
8158            'NF_DENSITY' and
8159            'DOCKER' and
8160            'CHAIN' and
8161            'NF_VPPIP4' and
8162            'IPSEC' and
8163            'TNL_4' and
8164            'IMIX' and
8165            '2T1C' and
8166            'NDRPDR'"
8167   parameters:
8168   - "throughput"
8169   - "name"
8170   - "tags"
8171   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8172   x-axis: "X = CNFs per Service Chain"
8173   y-axis: "Y = Number of Service Chains"
8174   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8175   layout:
8176     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8177     layout: "plot-service-density"
8178
8179 - type: "plot"
8180   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8181   algorithm: "plot_nf_heatmap"
8182   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8183   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8184   filter: "'NIC_Intel-XXV710' and
8185            'NF_DENSITY' and
8186            'DOCKER' and
8187            'CHAIN' and
8188            'NF_VPPIP4' and
8189            'IPSEC' and
8190            'TNL_4' and
8191            'IMIX' and
8192            '4T2C' and
8193            'NDRPDR'"
8194   parameters:
8195   - "throughput"
8196   - "name"
8197   - "tags"
8198   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8199   x-axis: "X = CNFs per Service Chain"
8200   y-axis: "Y = Number of Service Chains"
8201   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8202   layout:
8203     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8204     layout: "plot-service-density"
8205
8206 - type: "plot"
8207   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8208   algorithm: "plot_nf_heatmap"
8209   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8210   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8211   filter: "'NIC_Intel-XXV710' and
8212            'NF_DENSITY' and
8213            'DOCKER' and
8214            'CHAIN' and
8215            'NF_VPPIP4' and
8216            'IPSEC' and
8217            'TNL_4' and
8218            'IMIX' and
8219            '8T4C' and
8220            'NDRPDR'"
8221   parameters:
8222   - "throughput"
8223   - "name"
8224   - "tags"
8225   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8226   x-axis: "X = CNFs per Service Chain"
8227   y-axis: "Y = Number of Service Chains"
8228   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8229   layout:
8230     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8231     layout: "plot-service-density"
8232
8233 ###############################################################################
8234
8235 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8236 - type: "plot"
8237   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8238   algorithm: "plot_nf_heatmap"
8239   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8240   data: "plot-vpp-nfv-3n-hsw-mrr"
8241   filter: "'NIC_Intel-XL710' and
8242            'NF_DENSITY' and
8243            'DOCKER' and
8244            'CHAIN' and
8245            'NF_VPPIP4' and
8246            'IMIX' and
8247            'TNL_4' and
8248            '1T1C' and
8249            'MRR'"
8250   parameters:
8251   - "result"
8252   - "name"
8253   - "tags"
8254   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8255   x-axis: "X = CNFs per Service Chain"
8256   y-axis: "Y = Number of Service Chains"
8257   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8258   layout:
8259     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8260     layout: "plot-service-density"
8261
8262 - type: "plot"
8263   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8264   algorithm: "plot_nf_heatmap"
8265   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8266   data: "plot-vpp-nfv-3n-hsw-mrr"
8267   filter: "'NIC_Intel-XL710' and
8268            'NF_DENSITY' and
8269            'DOCKER' and
8270            'CHAIN' and
8271            'NF_VPPIP4' and
8272            'IPSEC' and
8273            'TNL_4' and
8274            'IMIX' and
8275            '2T2C' and
8276            'MRR'"
8277   parameters:
8278   - "result"
8279   - "name"
8280   - "tags"
8281   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8282   x-axis: "X = CNFs per Service Chain"
8283   y-axis: "Y = Number of Service Chains"
8284   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8285   layout:
8286     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8287     layout: "plot-service-density"
8288
8289 - type: "plot"
8290   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8291   algorithm: "plot_nf_heatmap"
8292   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8293   data: "plot-vpp-nfv-3n-hsw-mrr"
8294   filter: "'NIC_Intel-XL710' and
8295            'NF_DENSITY' and
8296            'DOCKER' and
8297            'CHAIN' and
8298            'NF_VPPIP4' and
8299            'IPSEC' and
8300            'TNL_4' and
8301            'IMIX' and
8302            '4T4C' and
8303            'MRR'"
8304   parameters:
8305   - "result"
8306   - "name"
8307   - "tags"
8308   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8309   x-axis: "X = CNFs per Service Chain"
8310   y-axis: "Y = Number of Service Chains"
8311   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8312   layout:
8313     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8314     layout: "plot-service-density"
8315
8316 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8317 - type: "plot"
8318   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8319   algorithm: "plot_nf_heatmap"
8320   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8321   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8322   filter: "'NIC_Intel-XL710' and
8323            'NF_DENSITY' and
8324            'DOCKER' and
8325            'CHAIN' and
8326            'NF_VPPIP4' and
8327            'IPSEC' and
8328            'TNL_4' and
8329            'IMIX' and
8330            '1T1C' and
8331            'NDRPDR'"
8332   parameters:
8333   - "throughput"
8334   - "name"
8335   - "tags"
8336   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8337   x-axis: "X = CNFs per Service Chain"
8338   y-axis: "Y = Number of Service Chains"
8339   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8340   layout:
8341     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8342     layout: "plot-service-density"
8343
8344 - type: "plot"
8345   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8346   algorithm: "plot_nf_heatmap"
8347   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8348   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8349   filter: "'NIC_Intel-XL710' and
8350            'NF_DENSITY' and
8351            'DOCKER' and
8352            'CHAIN' and
8353            'NF_VPPIP4' and
8354            'IPSEC' and
8355            'TNL_4' and
8356            'IMIX' and
8357            '2T2C' and
8358            'NDRPDR'"
8359   parameters:
8360   - "throughput"
8361   - "name"
8362   - "tags"
8363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8364   x-axis: "X = CNFs per Service Chain"
8365   y-axis: "Y = Number of Service Chains"
8366   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8367   layout:
8368     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8369     layout: "plot-service-density"
8370
8371 - type: "plot"
8372   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8373   algorithm: "plot_nf_heatmap"
8374   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8375   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8376   filter: "'NIC_Intel-XL710' and
8377            'NF_DENSITY' and
8378            'DOCKER' and
8379            'CHAIN' and
8380            'NF_VPPIP4' and
8381            'IPSEC' and
8382            'TNL_4' and
8383            'IMIX' and
8384            '4T4C' and
8385            'NDRPDR'"
8386   parameters:
8387   - "throughput"
8388   - "name"
8389   - "tags"
8390   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8391   x-axis: "X = CNFs per Service Chain"
8392   y-axis: "Y = Number of Service Chains"
8393   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8394   layout:
8395     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8396     layout: "plot-service-density"
8397
8398 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8399 - type: "plot"
8400   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8401   algorithm: "plot_nf_heatmap"
8402   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8403   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8404   filter: "'NIC_Intel-XL710' and
8405            'NF_DENSITY' and
8406            'DOCKER' and
8407            'CHAIN' and
8408            'NF_VPPIP4' and
8409            'IPSEC' and
8410            'TNL_4' and
8411            'IMIX' and
8412            '1T1C' and
8413            'NDRPDR'"
8414   parameters:
8415   - "throughput"
8416   - "name"
8417   - "tags"
8418   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8419   x-axis: "X = CNFs per Service Chain"
8420   y-axis: "Y = Number of Service Chains"
8421   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8422   layout:
8423     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8424     layout: "plot-service-density"
8425
8426 - type: "plot"
8427   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8428   algorithm: "plot_nf_heatmap"
8429   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8430   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8431   filter: "'NIC_Intel-XL710' and
8432            'NF_DENSITY' and
8433            'DOCKER' and
8434            'CHAIN' and
8435            'NF_VPPIP4' and
8436            'IPSEC' and
8437            'TNL_4' and
8438            'IMIX' and
8439            '2T2C' and
8440            'NDRPDR'"
8441   parameters:
8442   - "throughput"
8443   - "name"
8444   - "tags"
8445   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8446   x-axis: "X = CNFs per Service Chain"
8447   y-axis: "Y = Number of Service Chains"
8448   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8449   layout:
8450     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8451     layout: "plot-service-density"
8452
8453 - type: "plot"
8454   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8455   algorithm: "plot_nf_heatmap"
8456   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8457   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8458   filter: "'NIC_Intel-XL710' and
8459            'NF_DENSITY' and
8460            'DOCKER' and
8461            'CHAIN' and
8462            'NF_VPPIP4' and
8463            'IPSEC' and
8464            'TNL_4' and
8465            'IMIX' and
8466            '4T4C' and
8467            'NDRPDR'"
8468   parameters:
8469   - "throughput"
8470   - "name"
8471   - "tags"
8472   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8473   x-axis: "X = CNFs per Service Chain"
8474   y-axis: "Y = Number of Service Chains"
8475   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8476   layout:
8477     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8478     layout: "plot-service-density"
8479
8480 ###############################################################################
8481
8482 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8483 #- type: "plot"
8484 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8485 #  algorithm: "plot_nf_heatmap"
8486 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8487 #  data: "plot-vpp-nfv-3n-skx-mrr"
8488 #  filter: "'NIC_Intel-XXV710' and
8489 #           'NF_DENSITY' and
8490 #           'DOCKER' and
8491 #           'CHAIN' and
8492 #           'NF_VPPIP4' and
8493 #           'IPSEC' and
8494 #           'TNL_1000' and
8495 #           'IMIX' and
8496 #           '2T1C' and
8497 #           'MRR'"
8498 #  parameters:
8499 #  - "result"
8500 #  - "name"
8501 #  - "tags"
8502 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8503 #  x-axis: "X = CNFs per Service Chain"
8504 #  y-axis: "Y = Number of Service Chains"
8505 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8506 #  layout:
8507 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8508 #    layout: "plot-service-density"
8509 #
8510 #- type: "plot"
8511 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8512 #  algorithm: "plot_nf_heatmap"
8513 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8514 #  data: "plot-vpp-nfv-3n-skx-mrr"
8515 #  filter: "'NIC_Intel-XXV710' and
8516 #           'NF_DENSITY' and
8517 #           'DOCKER' and
8518 #           'CHAIN' and
8519 #           'NF_VPPIP4' and
8520 #           'IPSEC' and
8521 #           'TNL_1000' and
8522 #           'IMIX' and
8523 #           '4T2C' and
8524 #           'MRR'"
8525 #  parameters:
8526 #  - "result"
8527 #  - "name"
8528 #  - "tags"
8529 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8530 #  x-axis: "X = CNFs per Service Chain"
8531 #  y-axis: "Y = Number of Service Chains"
8532 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8533 #  layout:
8534 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8535 #    layout: "plot-service-density"
8536 #
8537 #- type: "plot"
8538 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8539 #  algorithm: "plot_nf_heatmap"
8540 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8541 #  data: "plot-vpp-nfv-3n-skx-mrr"
8542 #  filter: "'NIC_Intel-XXV710' and
8543 #           'NF_DENSITY' and
8544 #           'DOCKER' and
8545 #           'CHAIN' and
8546 #           'NF_VPPIP4' and
8547 #           'IPSEC' and
8548 #           'TNL_1000' and
8549 #           'IMIX' and
8550 #           '8T4C' and
8551 #           'MRR'"
8552 #  parameters:
8553 #  - "result"
8554 #  - "name"
8555 #  - "tags"
8556 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8557 #  x-axis: "X = CNFs per Service Chain"
8558 #  y-axis: "Y = Number of Service Chains"
8559 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8560 #  layout:
8561 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8562 #    layout: "plot-service-density"
8563
8564 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8565 - type: "plot"
8566   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8567   algorithm: "plot_nf_heatmap"
8568   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8569   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8570   filter: "'NIC_Intel-XXV710' and
8571            'NF_DENSITY' and
8572            'DOCKER' and
8573            'CHAIN' and
8574            'NF_VPPIP4' and
8575            'IPSEC' and
8576            'TNL_1000' and
8577            'IMIX' and
8578            '2T1C' and
8579            'NDRPDR'"
8580   parameters:
8581   - "throughput"
8582   - "name"
8583   - "tags"
8584   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8585   x-axis: "X = CNFs per Service Chain"
8586   y-axis: "Y = Number of Service Chains"
8587   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8588   layout:
8589     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8590     layout: "plot-service-density"
8591
8592 - type: "plot"
8593   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8594   algorithm: "plot_nf_heatmap"
8595   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8596   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8597   filter: "'NIC_Intel-XXV710' and
8598            'NF_DENSITY' and
8599            'DOCKER' and
8600            'CHAIN' and
8601            'NF_VPPIP4' and
8602            'IPSEC' and
8603            'TNL_1000' and
8604            'IMIX' and
8605            '4T2C' and
8606            'NDRPDR'"
8607   parameters:
8608   - "throughput"
8609   - "name"
8610   - "tags"
8611   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8612   x-axis: "X = CNFs per Service Chain"
8613   y-axis: "Y = Number of Service Chains"
8614   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8615   layout:
8616     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8617     layout: "plot-service-density"
8618
8619 - type: "plot"
8620   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8621   algorithm: "plot_nf_heatmap"
8622   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8623   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8624   filter: "'NIC_Intel-XXV710' and
8625            'NF_DENSITY' and
8626            'DOCKER' and
8627            'CHAIN' and
8628            'NF_VPPIP4' and
8629            'IPSEC' and
8630            'TNL_1000' and
8631            'IMIX' and
8632            '8T4C' and
8633            'NDRPDR'"
8634   parameters:
8635   - "throughput"
8636   - "name"
8637   - "tags"
8638   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8639   x-axis: "X = CNFs per Service Chain"
8640   y-axis: "Y = Number of Service Chains"
8641   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8642   layout:
8643     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8644     layout: "plot-service-density"
8645
8646 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8647 - type: "plot"
8648   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8649   algorithm: "plot_nf_heatmap"
8650   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8651   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8652   filter: "'NIC_Intel-XXV710' and
8653            'NF_DENSITY' and
8654            'DOCKER' and
8655            'CHAIN' and
8656            'NF_VPPIP4' and
8657            'IPSEC' and
8658            'TNL_1000' and
8659            'IMIX' and
8660            '2T1C' and
8661            'NDRPDR'"
8662   parameters:
8663   - "throughput"
8664   - "name"
8665   - "tags"
8666   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8667   x-axis: "X = CNFs per Service Chain"
8668   y-axis: "Y = Number of Service Chains"
8669   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8670   layout:
8671     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8672     layout: "plot-service-density"
8673
8674 - type: "plot"
8675   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8676   algorithm: "plot_nf_heatmap"
8677   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8678   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8679   filter: "'NIC_Intel-XXV710' and
8680            'NF_DENSITY' and
8681            'DOCKER' and
8682            'CHAIN' and
8683            'NF_VPPIP4' and
8684            'IPSEC' and
8685            'TNL_1000' and
8686            'IMIX' and
8687            '4T2C' and
8688            'NDRPDR'"
8689   parameters:
8690   - "throughput"
8691   - "name"
8692   - "tags"
8693   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8694   x-axis: "X = CNFs per Service Chain"
8695   y-axis: "Y = Number of Service Chains"
8696   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8697   layout:
8698     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8699     layout: "plot-service-density"
8700
8701 - type: "plot"
8702   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8703   algorithm: "plot_nf_heatmap"
8704   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8705   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8706   filter: "'NIC_Intel-XXV710' and
8707            'NF_DENSITY' and
8708            'DOCKER' and
8709            'CHAIN' and
8710            'NF_VPPIP4' and
8711            'IPSEC' and
8712            'TNL_1000' and
8713            'IMIX' and
8714            '8T4C' and
8715            'NDRPDR'"
8716   parameters:
8717   - "throughput"
8718   - "name"
8719   - "tags"
8720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8721   x-axis: "X = CNFs per Service Chain"
8722   y-axis: "Y = Number of Service Chains"
8723   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8724   layout:
8725     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8726     layout: "plot-service-density"
8727
8728 ###############################################################################
8729
8730 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8731 - type: "plot"
8732   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8733   algorithm: "plot_nf_heatmap"
8734   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8735   data: "plot-vpp-nfv-3n-hsw-mrr"
8736   filter: "'NIC_Intel-XL710' and
8737            'NF_DENSITY' and
8738            'DOCKER' and
8739            'CHAIN' and
8740            'NF_VPPIP4' and
8741            'IMIX' and
8742            'TNL_1000' and
8743            '1T1C' and
8744            'MRR'"
8745   parameters:
8746   - "result"
8747   - "name"
8748   - "tags"
8749   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8750   x-axis: "X = CNFs per Service Chain"
8751   y-axis: "Y = Number of Service Chains"
8752   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8753   layout:
8754     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8755     layout: "plot-service-density"
8756
8757 - type: "plot"
8758   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8759   algorithm: "plot_nf_heatmap"
8760   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8761   data: "plot-vpp-nfv-3n-hsw-mrr"
8762   filter: "'NIC_Intel-XL710' and
8763            'NF_DENSITY' and
8764            'DOCKER' and
8765            'CHAIN' and
8766            'NF_VPPIP4' and
8767            'IPSEC' and
8768            'TNL_1000' and
8769            'IMIX' and
8770            '2T2C' and
8771            'MRR'"
8772   parameters:
8773   - "result"
8774   - "name"
8775   - "tags"
8776   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8777   x-axis: "X = CNFs per Service Chain"
8778   y-axis: "Y = Number of Service Chains"
8779   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8780   layout:
8781     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8782     layout: "plot-service-density"
8783
8784 - type: "plot"
8785   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8786   algorithm: "plot_nf_heatmap"
8787   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8788   data: "plot-vpp-nfv-3n-hsw-mrr"
8789   filter: "'NIC_Intel-XL710' and
8790            'NF_DENSITY' and
8791            'DOCKER' and
8792            'CHAIN' and
8793            'NF_VPPIP4' and
8794            'IPSEC' and
8795            'TNL_1000' and
8796            'IMIX' and
8797            '4T4C' and
8798            'MRR'"
8799   parameters:
8800   - "result"
8801   - "name"
8802   - "tags"
8803   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8804   x-axis: "X = CNFs per Service Chain"
8805   y-axis: "Y = Number of Service Chains"
8806   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8807   layout:
8808     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8809     layout: "plot-service-density"
8810
8811 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8812 - type: "plot"
8813   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8814   algorithm: "plot_nf_heatmap"
8815   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8816   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8817   filter: "'NIC_Intel-XL710' and
8818            'NF_DENSITY' and
8819            'DOCKER' and
8820            'CHAIN' and
8821            'NF_VPPIP4' and
8822            'IPSEC' and
8823            'TNL_1000' and
8824            'IMIX' and
8825            '1T1C' and
8826            'NDRPDR'"
8827   parameters:
8828   - "throughput"
8829   - "name"
8830   - "tags"
8831   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8832   x-axis: "X = CNFs per Service Chain"
8833   y-axis: "Y = Number of Service Chains"
8834   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8835   layout:
8836     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8837     layout: "plot-service-density"
8838
8839 - type: "plot"
8840   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8841   algorithm: "plot_nf_heatmap"
8842   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8843   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8844   filter: "'NIC_Intel-XL710' and
8845            'NF_DENSITY' and
8846            'DOCKER' and
8847            'CHAIN' and
8848            'NF_VPPIP4' and
8849            'IPSEC' and
8850            'TNL_1000' and
8851            'IMIX' and
8852            '2T2C' and
8853            'NDRPDR'"
8854   parameters:
8855   - "throughput"
8856   - "name"
8857   - "tags"
8858   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8859   x-axis: "X = CNFs per Service Chain"
8860   y-axis: "Y = Number of Service Chains"
8861   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8862   layout:
8863     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8864     layout: "plot-service-density"
8865
8866 - type: "plot"
8867   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8868   algorithm: "plot_nf_heatmap"
8869   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8870   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8871   filter: "'NIC_Intel-XL710' and
8872            'NF_DENSITY' and
8873            'DOCKER' and
8874            'CHAIN' and
8875            'NF_VPPIP4' and
8876            'IPSEC' and
8877            'TNL_1000' and
8878            'IMIX' and
8879            '4T4C' and
8880            'NDRPDR'"
8881   parameters:
8882   - "throughput"
8883   - "name"
8884   - "tags"
8885   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8886   x-axis: "X = CNFs per Service Chain"
8887   y-axis: "Y = Number of Service Chains"
8888   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8889   layout:
8890     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8891     layout: "plot-service-density"
8892
8893 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8894 - type: "plot"
8895   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8896   algorithm: "plot_nf_heatmap"
8897   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8898   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8899   filter: "'NIC_Intel-XL710' and
8900            'NF_DENSITY' and
8901            'DOCKER' and
8902            'CHAIN' and
8903            'NF_VPPIP4' and
8904            'IPSEC' and
8905            'TNL_1000' and
8906            'IMIX' and
8907            '1T1C' and
8908            'NDRPDR'"
8909   parameters:
8910   - "throughput"
8911   - "name"
8912   - "tags"
8913   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8914   x-axis: "X = CNFs per Service Chain"
8915   y-axis: "Y = Number of Service Chains"
8916   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8917   layout:
8918     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8919     layout: "plot-service-density"
8920
8921 - type: "plot"
8922   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8923   algorithm: "plot_nf_heatmap"
8924   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8925   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8926   filter: "'NIC_Intel-XL710' and
8927            'NF_DENSITY' and
8928            'DOCKER' and
8929            'CHAIN' and
8930            'NF_VPPIP4' and
8931            'IPSEC' and
8932            'TNL_1000' and
8933            'IMIX' and
8934            '2T2C' and
8935            'NDRPDR'"
8936   parameters:
8937   - "throughput"
8938   - "name"
8939   - "tags"
8940   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8941   x-axis: "X = CNFs per Service Chain"
8942   y-axis: "Y = Number of Service Chains"
8943   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8944   layout:
8945     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8946     layout: "plot-service-density"
8947
8948 - type: "plot"
8949   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8950   algorithm: "plot_nf_heatmap"
8951   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8952   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8953   filter: "'NIC_Intel-XL710' and
8954            'NF_DENSITY' and
8955            'DOCKER' and
8956            'CHAIN' and
8957            'NF_VPPIP4' and
8958            'IPSEC' and
8959            'TNL_1000' and
8960            'IMIX' and
8961            '4T4C' and
8962            'NDRPDR'"
8963   parameters:
8964   - "throughput"
8965   - "name"
8966   - "tags"
8967   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8968   x-axis: "X = CNFs per Service Chain"
8969   y-axis: "Y = Number of Service Chains"
8970   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8971   layout:
8972     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8973     layout: "plot-service-density"
8974
8975 ###############################################################################
8976
8977 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8978 #- type: "plot"
8979 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8980 #  algorithm: "plot_nf_heatmap"
8981 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8982 #  data: "plot-vpp-nfv-3n-skx-mrr"
8983 #  filter: "'NIC_Intel-XXV710' and
8984 #           'NF_DENSITY' and
8985 #           'DOCKER' and
8986 #           'CHAIN' and
8987 #           'NF_VPPIP4' and
8988 #           'IPSEC' and
8989 #           'TNL_10000' and
8990 #           'IMIX' and
8991 #           '2T1C' and
8992 #           'MRR'"
8993 #  parameters:
8994 #  - "result"
8995 #  - "name"
8996 #  - "tags"
8997 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8998 #  x-axis: "X = CNFs per Service Chain"
8999 #  y-axis: "Y = Number of Service Chains"
9000 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9001 #  layout:
9002 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9003 #    layout: "plot-service-density"
9004 #
9005 #- type: "plot"
9006 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9007 #  algorithm: "plot_nf_heatmap"
9008 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9009 #  data: "plot-vpp-nfv-3n-skx-mrr"
9010 #  filter: "'NIC_Intel-XXV710' and
9011 #           'NF_DENSITY' and
9012 #           'DOCKER' and
9013 #           'CHAIN' and
9014 #           'NF_VPPIP4' and
9015 #           'IPSEC' and
9016 #           'TNL_10000' and
9017 #           'IMIX' and
9018 #           '4T2C' and
9019 #           'MRR'"
9020 #  parameters:
9021 #  - "result"
9022 #  - "name"
9023 #  - "tags"
9024 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9025 #  x-axis: "X = CNFs per Service Chain"
9026 #  y-axis: "Y = Number of Service Chains"
9027 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9028 #  layout:
9029 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9030 #    layout: "plot-service-density"
9031 #
9032 #- type: "plot"
9033 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9034 #  algorithm: "plot_nf_heatmap"
9035 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9036 #  data: "plot-vpp-nfv-3n-skx-mrr"
9037 #  filter: "'NIC_Intel-XXV710' and
9038 #           'NF_DENSITY' and
9039 #           'DOCKER' and
9040 #           'CHAIN' and
9041 #           'NF_VPPIP4' and
9042 #           'IPSEC' and
9043 #           'TNL_10000' and
9044 #           'IMIX' and
9045 #           '8T4C' and
9046 #           'MRR'"
9047 #  parameters:
9048 #  - "result"
9049 #  - "name"
9050 #  - "tags"
9051 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9052 #  x-axis: "X = CNFs per Service Chain"
9053 #  y-axis: "Y = Number of Service Chains"
9054 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9055 #  layout:
9056 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9057 #    layout: "plot-service-density"
9058
9059 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9060 - type: "plot"
9061   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9062   algorithm: "plot_nf_heatmap"
9063   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9064   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9065   filter: "'NIC_Intel-XXV710' and
9066            'NF_DENSITY' and
9067            'DOCKER' and
9068            'CHAIN' and
9069            'NF_VPPIP4' and
9070            'IPSEC' and
9071            'TNL_10000' and
9072            'IMIX' and
9073            '2T1C' and
9074            'NDRPDR'"
9075   parameters:
9076   - "throughput"
9077   - "name"
9078   - "tags"
9079   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9080   x-axis: "X = CNFs per Service Chain"
9081   y-axis: "Y = Number of Service Chains"
9082   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9083   layout:
9084     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9085     layout: "plot-service-density"
9086
9087 - type: "plot"
9088   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9089   algorithm: "plot_nf_heatmap"
9090   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9091   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9092   filter: "'NIC_Intel-XXV710' and
9093            'NF_DENSITY' and
9094            'DOCKER' and
9095            'CHAIN' and
9096            'NF_VPPIP4' and
9097            'IPSEC' and
9098            'TNL_10000' and
9099            'IMIX' and
9100            '4T2C' and
9101            'NDRPDR'"
9102   parameters:
9103   - "throughput"
9104   - "name"
9105   - "tags"
9106   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9107   x-axis: "X = CNFs per Service Chain"
9108   y-axis: "Y = Number of Service Chains"
9109   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9110   layout:
9111     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9112     layout: "plot-service-density"
9113
9114 - type: "plot"
9115   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9116   algorithm: "plot_nf_heatmap"
9117   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9118   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9119   filter: "'NIC_Intel-XXV710' and
9120            'NF_DENSITY' and
9121            'DOCKER' and
9122            'CHAIN' and
9123            'NF_VPPIP4' and
9124            'IPSEC' and
9125            'TNL_10000' and
9126            'IMIX' and
9127            '8T4C' and
9128            'NDRPDR'"
9129   parameters:
9130   - "throughput"
9131   - "name"
9132   - "tags"
9133   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9134   x-axis: "X = CNFs per Service Chain"
9135   y-axis: "Y = Number of Service Chains"
9136   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9137   layout:
9138     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9139     layout: "plot-service-density"
9140
9141 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9142 - type: "plot"
9143   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9144   algorithm: "plot_nf_heatmap"
9145   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9146   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9147   filter: "'NIC_Intel-XXV710' and
9148            'NF_DENSITY' and
9149            'DOCKER' and
9150            'CHAIN' and
9151            'NF_VPPIP4' and
9152            'IPSEC' and
9153            'TNL_10000' and
9154            'IMIX' and
9155            '2T1C' and
9156            'NDRPDR'"
9157   parameters:
9158   - "throughput"
9159   - "name"
9160   - "tags"
9161   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9162   x-axis: "X = CNFs per Service Chain"
9163   y-axis: "Y = Number of Service Chains"
9164   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9165   layout:
9166     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9167     layout: "plot-service-density"
9168
9169 - type: "plot"
9170   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9171   algorithm: "plot_nf_heatmap"
9172   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9173   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9174   filter: "'NIC_Intel-XXV710' and
9175            'NF_DENSITY' and
9176            'DOCKER' and
9177            'CHAIN' and
9178            'NF_VPPIP4' and
9179            'IPSEC' and
9180            'TNL_10000' and
9181            'IMIX' and
9182            '4T2C' and
9183            'NDRPDR'"
9184   parameters:
9185   - "throughput"
9186   - "name"
9187   - "tags"
9188   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9189   x-axis: "X = CNFs per Service Chain"
9190   y-axis: "Y = Number of Service Chains"
9191   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9192   layout:
9193     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9194     layout: "plot-service-density"
9195
9196 - type: "plot"
9197   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9198   algorithm: "plot_nf_heatmap"
9199   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9200   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9201   filter: "'NIC_Intel-XXV710' and
9202            'NF_DENSITY' and
9203            'DOCKER' and
9204            'CHAIN' and
9205            'NF_VPPIP4' and
9206            'IPSEC' and
9207            'TNL_10000' and
9208            'IMIX' and
9209            '8T4C' and
9210            'NDRPDR'"
9211   parameters:
9212   - "throughput"
9213   - "name"
9214   - "tags"
9215   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9216   x-axis: "X = CNFs per Service Chain"
9217   y-axis: "Y = Number of Service Chains"
9218   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9219   layout:
9220     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9221     layout: "plot-service-density"
9222
9223 ###############################################################################
9224
9225 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9226 - type: "plot"
9227   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9228   algorithm: "plot_nf_heatmap"
9229   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9230   data: "plot-vpp-nfv-3n-hsw-mrr"
9231   filter: "'NIC_Intel-XL710' and
9232            'NF_DENSITY' and
9233            'DOCKER' and
9234            'CHAIN' and
9235            'NF_VPPIP4' and
9236            'IMIX' and
9237            'TNL_10000' and
9238            '1T1C' and
9239            'MRR'"
9240   parameters:
9241   - "result"
9242   - "name"
9243   - "tags"
9244   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9245   x-axis: "X = CNFs per Service Chain"
9246   y-axis: "Y = Number of Service Chains"
9247   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9248   layout:
9249     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9250     layout: "plot-service-density"
9251
9252 - type: "plot"
9253   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9254   algorithm: "plot_nf_heatmap"
9255   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9256   data: "plot-vpp-nfv-3n-hsw-mrr"
9257   filter: "'NIC_Intel-XL710' and
9258            'NF_DENSITY' and
9259            'DOCKER' and
9260            'CHAIN' and
9261            'NF_VPPIP4' and
9262            'IPSEC' and
9263            'TNL_10000' and
9264            'IMIX' and
9265            '2T2C' and
9266            'MRR'"
9267   parameters:
9268   - "result"
9269   - "name"
9270   - "tags"
9271   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9272   x-axis: "X = CNFs per Service Chain"
9273   y-axis: "Y = Number of Service Chains"
9274   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9275   layout:
9276     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9277     layout: "plot-service-density"
9278
9279 - type: "plot"
9280   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9281   algorithm: "plot_nf_heatmap"
9282   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9283   data: "plot-vpp-nfv-3n-hsw-mrr"
9284   filter: "'NIC_Intel-XL710' and
9285            'NF_DENSITY' and
9286            'DOCKER' and
9287            'CHAIN' and
9288            'NF_VPPIP4' and
9289            'IPSEC' and
9290            'TNL_10000' and
9291            'IMIX' and
9292            '4T4C' and
9293            'MRR'"
9294   parameters:
9295   - "result"
9296   - "name"
9297   - "tags"
9298   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9299   x-axis: "X = CNFs per Service Chain"
9300   y-axis: "Y = Number of Service Chains"
9301   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9302   layout:
9303     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9304     layout: "plot-service-density"
9305
9306 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9307 - type: "plot"
9308   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9309   algorithm: "plot_nf_heatmap"
9310   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9311   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9312   filter: "'NIC_Intel-XL710' and
9313            'NF_DENSITY' and
9314            'DOCKER' and
9315            'CHAIN' and
9316            'NF_VPPIP4' and
9317            'IPSEC' and
9318            'TNL_10000' and
9319            'IMIX' and
9320            '1T1C' and
9321            'NDRPDR'"
9322   parameters:
9323   - "throughput"
9324   - "name"
9325   - "tags"
9326   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9327   x-axis: "X = CNFs per Service Chain"
9328   y-axis: "Y = Number of Service Chains"
9329   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9330   layout:
9331     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9332     layout: "plot-service-density"
9333
9334 - type: "plot"
9335   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9336   algorithm: "plot_nf_heatmap"
9337   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9338   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9339   filter: "'NIC_Intel-XL710' and
9340            'NF_DENSITY' and
9341            'DOCKER' and
9342            'CHAIN' and
9343            'NF_VPPIP4' and
9344            'IPSEC' and
9345            'TNL_10000' and
9346            'IMIX' and
9347            '2T2C' and
9348            'NDRPDR'"
9349   parameters:
9350   - "throughput"
9351   - "name"
9352   - "tags"
9353   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9354   x-axis: "X = CNFs per Service Chain"
9355   y-axis: "Y = Number of Service Chains"
9356   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9357   layout:
9358     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9359     layout: "plot-service-density"
9360
9361 - type: "plot"
9362   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9363   algorithm: "plot_nf_heatmap"
9364   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9365   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9366   filter: "'NIC_Intel-XL710' and
9367            'NF_DENSITY' and
9368            'DOCKER' and
9369            'CHAIN' and
9370            'NF_VPPIP4' and
9371            'IPSEC' and
9372            'TNL_10000' and
9373            'IMIX' and
9374            '4T4C' and
9375            'NDRPDR'"
9376   parameters:
9377   - "throughput"
9378   - "name"
9379   - "tags"
9380   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9381   x-axis: "X = CNFs per Service Chain"
9382   y-axis: "Y = Number of Service Chains"
9383   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9384   layout:
9385     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9386     layout: "plot-service-density"
9387
9388 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9389 - type: "plot"
9390   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9391   algorithm: "plot_nf_heatmap"
9392   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9393   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9394   filter: "'NIC_Intel-XL710' and
9395            'NF_DENSITY' and
9396            'DOCKER' and
9397            'CHAIN' and
9398            'NF_VPPIP4' and
9399            'IPSEC' and
9400            'TNL_10000' and
9401            'IMIX' and
9402            '1T1C' and
9403            'NDRPDR'"
9404   parameters:
9405   - "throughput"
9406   - "name"
9407   - "tags"
9408   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9409   x-axis: "X = CNFs per Service Chain"
9410   y-axis: "Y = Number of Service Chains"
9411   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9412   layout:
9413     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9414     layout: "plot-service-density"
9415
9416 - type: "plot"
9417   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9418   algorithm: "plot_nf_heatmap"
9419   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9420   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9421   filter: "'NIC_Intel-XL710' and
9422            'NF_DENSITY' and
9423            'DOCKER' and
9424            'CHAIN' and
9425            'NF_VPPIP4' and
9426            'IPSEC' and
9427            'TNL_10000' and
9428            'IMIX' and
9429            '2T2C' and
9430            'NDRPDR'"
9431   parameters:
9432   - "throughput"
9433   - "name"
9434   - "tags"
9435   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9436   x-axis: "X = CNFs per Service Chain"
9437   y-axis: "Y = Number of Service Chains"
9438   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9439   layout:
9440     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9441     layout: "plot-service-density"
9442
9443 - type: "plot"
9444   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9445   algorithm: "plot_nf_heatmap"
9446   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9447   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9448   filter: "'NIC_Intel-XL710' and
9449            'NF_DENSITY' and
9450            'DOCKER' and
9451            'CHAIN' and
9452            'NF_VPPIP4' and
9453            'IPSEC' and
9454            'TNL_10000' and
9455            'IMIX' and
9456            '4T4C' and
9457            'NDRPDR'"
9458   parameters:
9459   - "throughput"
9460   - "name"
9461   - "tags"
9462   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9463   x-axis: "X = CNFs per Service Chain"
9464   y-axis: "Y = Number of Service Chains"
9465   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9466   layout:
9467     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9468     layout: "plot-service-density"
9469
9470 ###############################################################################
9471
9472 # Plots - NF Density - CSP - MRR 64b
9473
9474 #- type: "plot"
9475 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9476 #  algorithm: "plot_nf_heatmap"
9477 #  output-file-type: ".html"
9478 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9479 #  data: "plot-vpp-nfv-2n-skx-mrr"
9480 #  filter: "'NIC_Intel-XXV710' and
9481 #           'NF_DENSITY' and
9482 #           'DOCKER' and
9483 #           'PIPELINE' and
9484 #           'NF_VPPIP4' and
9485 #           '64B' and
9486 #           '2T1C' and
9487 #           'MRR'"
9488 #  parameters:
9489 #  - "result"
9490 #  - "name"
9491 #  - "tags"
9492 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9493 #  x-axis: "X = CNFs per Service Pipeline"
9494 #  y-axis: "Y = Number of Service Pipelines"
9495 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9496 #  layout:
9497 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9498 #    layout: "plot-service-density"
9499 #
9500 #- type: "plot"
9501 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9502 #  algorithm: "plot_nf_heatmap"
9503 #  output-file-type: ".html"
9504 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9505 #  data: "plot-vpp-nfv-2n-skx-mrr"
9506 #  filter: "'NIC_Intel-XXV710' and
9507 #           'NF_DENSITY' and
9508 #           'DOCKER' and
9509 #           'PIPELINE' and
9510 #           'NF_VPPIP4' and
9511 #           '64B' and
9512 #           '4T2C' and
9513 #           'MRR'"
9514 #  parameters:
9515 #  - "result"
9516 #  - "name"
9517 #  - "tags"
9518 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9519 #  x-axis: "X = CNFs per Service Pipeline"
9520 #  y-axis: "Y = Number of Service Pipelines"
9521 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9522 #  layout:
9523 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9524 #    layout: "plot-service-density"
9525 #
9526 #- type: "plot"
9527 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9528 #  algorithm: "plot_nf_heatmap"
9529 #  output-file-type: ".html"
9530 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9531 #  data: "plot-vpp-nfv-2n-skx-mrr"
9532 #  filter: "'NIC_Intel-XXV710' and
9533 #           'NF_DENSITY' and
9534 #           'DOCKER' and
9535 #           'PIPELINE' and
9536 #           'NF_VPPIP4' and
9537 #           '64B' and
9538 #           '8T4C' and
9539 #           'MRR'"
9540 #  parameters:
9541 #  - "result"
9542 #  - "name"
9543 #  - "tags"
9544 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9545 #  x-axis: "X = CNFs per Service Pipeline"
9546 #  y-axis: "Y = Number of Service Pipelines"
9547 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9548 #  layout:
9549 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9550 #    layout: "plot-service-density"
9551 #
9552 ## Plots - NF Density - CSP - MRR IMIX
9553 #- type: "plot"
9554 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9555 #  algorithm: "plot_nf_heatmap"
9556 #  output-file-type: ".html"
9557 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9558 #  data: "plot-vpp-nfv-2n-skx-mrr"
9559 #  filter: "'NIC_Intel-XXV710' and
9560 #           'NF_DENSITY' and
9561 #           'DOCKER' and
9562 #           'PIPELINE' and
9563 #           'NF_VPPIP4' and
9564 #           'IMIX' and
9565 #           '2T1C' and
9566 #           'MRR'"
9567 #  parameters:
9568 #  - "result"
9569 #  - "name"
9570 #  - "tags"
9571 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9572 #  x-axis: "X = CNFs per Service Pipeline"
9573 #  y-axis: "Y = Number of Service Pipelines"
9574 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9575 #  layout:
9576 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9577 #    layout: "plot-service-density"
9578 #
9579 #- type: "plot"
9580 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9581 #  algorithm: "plot_nf_heatmap"
9582 #  output-file-type: ".html"
9583 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9584 #  data: "plot-vpp-nfv-2n-skx-mrr"
9585 #  filter: "'NIC_Intel-XXV710' and
9586 #           'NF_DENSITY' and
9587 #           'DOCKER' and
9588 #           'PIPELINE' and
9589 #           'NF_VPPIP4' and
9590 #           'IMIX' and
9591 #           '4T2C' and
9592 #           'MRR'"
9593 #  parameters:
9594 #  - "result"
9595 #  - "name"
9596 #  - "tags"
9597 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9598 #  x-axis: "X = CNFs per Service Pipeline"
9599 #  y-axis: "Y = Number of Service Pipelines"
9600 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9601 #  layout:
9602 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9603 #    layout: "plot-service-density"
9604 #
9605 #- type: "plot"
9606 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9607 #  algorithm: "plot_nf_heatmap"
9608 #  output-file-type: ".html"
9609 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9610 #  data: "plot-vpp-nfv-2n-skx-mrr"
9611 #  filter: "'NIC_Intel-XXV710' and
9612 #           'NF_DENSITY' and
9613 #           'DOCKER' and
9614 #           'PIPELINE' and
9615 #           'NF_VPPIP4' and
9616 #           'IMIX' and
9617 #           '8T4C' and
9618 #           'MRR'"
9619 #  parameters:
9620 #  - "result"
9621 #  - "name"
9622 #  - "tags"
9623 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9624 #  x-axis: "X = CNFs per Service Pipeline"
9625 #  y-axis: "Y = Number of Service Pipelines"
9626 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9627 #  layout:
9628 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9629 #    layout: "plot-service-density"
9630 #
9631 ## Plots - NF Density - CSP - NDR 64b
9632 #- type: "plot"
9633 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9634 #  algorithm: "plot_nf_heatmap"
9635 #  output-file-type: ".html"
9636 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9637 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9638 #  filter: "'NIC_Intel-XXV710' and
9639 #           'NF_DENSITY' and
9640 #           'DOCKER' and
9641 #           'PIPELINE' and
9642 #           'NF_VPPIP4' and
9643 #           '64B' and
9644 #           '2T1C' and
9645 #           'NDRPDR'"
9646 #  parameters:
9647 #  - "throughput"
9648 #  - "name"
9649 #  - "tags"
9650 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9651 #  x-axis: "X = CNFs per Service Pipeline"
9652 #  y-axis: "Y = Number of Service Pipelines"
9653 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9654 #  layout:
9655 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9656 #    layout: "plot-service-density"
9657 #
9658 #- type: "plot"
9659 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9660 #  algorithm: "plot_nf_heatmap"
9661 #  output-file-type: ".html"
9662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9663 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9664 #  filter: "'NIC_Intel-XXV710' and
9665 #           'NF_DENSITY' and
9666 #           'DOCKER' and
9667 #           'PIPELINE' and
9668 #           'NF_VPPIP4' and
9669 #           '64B' and
9670 #           '4T2C' and
9671 #           'NDRPDR'"
9672 #  parameters:
9673 #  - "throughput"
9674 #  - "name"
9675 #  - "tags"
9676 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9677 #  x-axis: "X = CNFs per Service Pipeline"
9678 #  y-axis: "Y = Number of Service Pipelines"
9679 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9680 #  layout:
9681 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9682 #    layout: "plot-service-density"
9683 #
9684 #- type: "plot"
9685 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9686 #  algorithm: "plot_nf_heatmap"
9687 #  output-file-type: ".html"
9688 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9689 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9690 #  filter: "'NIC_Intel-XXV710' and
9691 #           'NF_DENSITY' and
9692 #           'DOCKER' and
9693 #           'PIPELINE' and
9694 #           'NF_VPPIP4' and
9695 #           '64B' and
9696 #           '8T4C' and
9697 #           'NDRPDR'"
9698 #  parameters:
9699 #  - "throughput"
9700 #  - "name"
9701 #  - "tags"
9702 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9703 #  x-axis: "X = CNFs per Service Pipeline"
9704 #  y-axis: "Y = Number of Service Pipelines"
9705 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9706 #  layout:
9707 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9708 #    layout: "plot-service-density"
9709 #
9710 ## Plots - NF Density - CSP - NDR IMIX
9711 #- type: "plot"
9712 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9713 #  algorithm: "plot_nf_heatmap"
9714 #  output-file-type: ".html"
9715 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9716 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9717 #  filter: "'NIC_Intel-XXV710' and
9718 #           'NF_DENSITY' and
9719 #           'DOCKER' and
9720 #           'PIPELINE' and
9721 #           'NF_VPPIP4' and
9722 #           'IMIX' and
9723 #           '2T1C' and
9724 #           'NDRPDR'"
9725 #  parameters:
9726 #  - "throughput"
9727 #  - "name"
9728 #  - "tags"
9729 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9730 #  x-axis: "X = CNFs per Service Pipeline"
9731 #  y-axis: "Y = Number of Service Pipelines"
9732 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9733 #  layout:
9734 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9735 #    layout: "plot-service-density"
9736 #
9737 #- type: "plot"
9738 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9739 #  algorithm: "plot_nf_heatmap"
9740 #  output-file-type: ".html"
9741 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9742 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9743 #  filter: "'NIC_Intel-XXV710' and
9744 #           'NF_DENSITY' and
9745 #           'DOCKER' and
9746 #           'PIPELINE' and
9747 #           'NF_VPPIP4' and
9748 #           'IMIX' and
9749 #           '4T2C' and
9750 #           'NDRPDR'"
9751 #  parameters:
9752 #  - "throughput"
9753 #  - "name"
9754 #  - "tags"
9755 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9756 #  x-axis: "X = CNFs per Service Pipeline"
9757 #  y-axis: "Y = Number of Service Pipelines"
9758 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9759 #  layout:
9760 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9761 #    layout: "plot-service-density"
9762 #
9763 #- type: "plot"
9764 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9765 #  algorithm: "plot_nf_heatmap"
9766 #  output-file-type: ".html"
9767 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9768 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9769 #  filter: "'NIC_Intel-XXV710' and
9770 #           'NF_DENSITY' and
9771 #           'DOCKER' and
9772 #           'PIPELINE' and
9773 #           'NF_VPPIP4' and
9774 #           'IMIX' and
9775 #           '8T4C' and
9776 #           'NDRPDR'"
9777 #  parameters:
9778 #  - "throughput"
9779 #  - "name"
9780 #  - "tags"
9781 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9782 #  x-axis: "X = CNFs per Service Pipeline"
9783 #  y-axis: "Y = Number of Service Pipelines"
9784 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9785 #  layout:
9786 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9787 #    layout: "plot-service-density"
9788 #
9789 ## Plots - NF Density - CSP - PDR 64b
9790 #- type: "plot"
9791 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9792 #  algorithm: "plot_nf_heatmap"
9793 #  output-file-type: ".html"
9794 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9795 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9796 #  filter: "'NIC_Intel-XXV710' and
9797 #           'NF_DENSITY' and
9798 #           'DOCKER' and
9799 #           'PIPELINE' and
9800 #           'NF_VPPIP4' and
9801 #           '64B' and
9802 #           '2T1C' and
9803 #           'NDRPDR'"
9804 #  parameters:
9805 #  - "throughput"
9806 #  - "name"
9807 #  - "tags"
9808 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9809 #  x-axis: "X = CNFs per Service Pipeline"
9810 #  y-axis: "Y = Number of Service Pipelines"
9811 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9812 #  layout:
9813 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9814 #    layout: "plot-service-density"
9815 #
9816 #- type: "plot"
9817 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9818 #  algorithm: "plot_nf_heatmap"
9819 #  output-file-type: ".html"
9820 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9821 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9822 #  filter: "'NIC_Intel-XXV710' and
9823 #           'NF_DENSITY' and
9824 #           'DOCKER' and
9825 #           'PIPELINE' and
9826 #           'NF_VPPIP4' and
9827 #           '64B' and
9828 #           '4T2C' and
9829 #           'NDRPDR'"
9830 #  parameters:
9831 #  - "throughput"
9832 #  - "name"
9833 #  - "tags"
9834 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9835 #  x-axis: "X = CNFs per Service Pipeline"
9836 #  y-axis: "Y = Number of Service Pipelines"
9837 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9838 #  layout:
9839 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9840 #    layout: "plot-service-density"
9841 #
9842 #- type: "plot"
9843 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9844 #  algorithm: "plot_nf_heatmap"
9845 #  output-file-type: ".html"
9846 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9847 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9848 #  filter: "'NIC_Intel-XXV710' and
9849 #           'NF_DENSITY' and
9850 #           'DOCKER' and
9851 #           'PIPELINE' and
9852 #           'NF_VPPIP4' and
9853 #           '64B' and
9854 #           '8T4C' and
9855 #           'NDRPDR'"
9856 #  parameters:
9857 #  - "throughput"
9858 #  - "name"
9859 #  - "tags"
9860 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9861 #  x-axis: "X = CNFs per Service Pipeline"
9862 #  y-axis: "Y = Number of Service Pipelines"
9863 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9864 #  layout:
9865 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9866 #    layout: "plot-service-density"
9867 #
9868 ## Plots - NF Density - CSP - PDR IMIX
9869 #- type: "plot"
9870 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9871 #  algorithm: "plot_nf_heatmap"
9872 #  output-file-type: ".html"
9873 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9874 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9875 #  filter: "'NIC_Intel-XXV710' and
9876 #           'NF_DENSITY' and
9877 #           'DOCKER' and
9878 #           'PIPELINE' and
9879 #           'NF_VPPIP4' and
9880 #           'IMIX' and
9881 #           '2T1C' and
9882 #           'NDRPDR'"
9883 #  parameters:
9884 #  - "throughput"
9885 #  - "name"
9886 #  - "tags"
9887 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9888 #  x-axis: "X = CNFs per Service Pipeline"
9889 #  y-axis: "Y = Number of Service Pipelines"
9890 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9891 #  layout:
9892 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9893 #    layout: "plot-service-density"
9894 #
9895 #- type: "plot"
9896 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9897 #  algorithm: "plot_nf_heatmap"
9898 #  output-file-type: ".html"
9899 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9900 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9901 #  filter: "'NIC_Intel-XXV710' and
9902 #           'NF_DENSITY' and
9903 #           'DOCKER' and
9904 #           'PIPELINE' and
9905 #           'NF_VPPIP4' and
9906 #           'IMIX' and
9907 #           '4T2C' and
9908 #           'NDRPDR'"
9909 #  parameters:
9910 #  - "throughput"
9911 #  - "name"
9912 #  - "tags"
9913 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9914 #  x-axis: "X = CNFs per Service Pipeline"
9915 #  y-axis: "Y = Number of Service Pipelines"
9916 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9917 #  layout:
9918 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9919 #    layout: "plot-service-density"
9920 #
9921 #- type: "plot"
9922 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9923 #  algorithm: "plot_nf_heatmap"
9924 #  output-file-type: ".html"
9925 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9926 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9927 #  filter: "'NIC_Intel-XXV710' and
9928 #           'NF_DENSITY' and
9929 #           'DOCKER' and
9930 #           'PIPELINE' and
9931 #           'NF_VPPIP4' and
9932 #           'IMIX' and
9933 #           '8T4C' and
9934 #           'NDRPDR'"
9935 #  parameters:
9936 #  - "throughput"
9937 #  - "name"
9938 #  - "tags"
9939 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9940 #  x-axis: "X = CNFs per Service Pipeline"
9941 #  y-axis: "Y = Number of Service Pipelines"
9942 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9943 #  layout:
9944 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9945 #    layout: "plot-service-density"
9946
9947 ###############################################################################
9948 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9949
9950 - type: "plot"
9951   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9952   algorithm: "plot_nf_heatmap"
9953   output-file-type: ".html"
9954   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9955   data: "plot-vpp-nfv-2n-clx-mrr"
9956   filter: "'NIC_Intel-XXV710' and
9957            'NF_DENSITY' and
9958            'VHOST' and
9959            not 'VXLAN' and
9960            'CHAIN' and
9961            'NF_VPPIP4' and
9962            'IMIX' and
9963            '2T1C' and
9964            'MRR'"
9965   parameters:
9966   - "result"
9967   - "name"
9968   - "tags"
9969   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9970   x-axis: "X = VNFs per Service Chain"
9971   y-axis: "Y = Number of Service Chains"
9972   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9973   layout:
9974     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9975     layout: "plot-service-density"
9976
9977 - type: "plot"
9978   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9979   algorithm: "plot_nf_heatmap"
9980   output-file-type: ".html"
9981   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9982   data: "plot-vpp-nfv-2n-clx-mrr"
9983   filter: "'NIC_Intel-XXV710' and
9984            'NF_DENSITY' and
9985            'VHOST' and
9986            not 'VXLAN' and
9987            'CHAIN' and
9988            'NF_VPPIP4' and
9989            'IMIX' and
9990            '4T2C' and
9991            'MRR'"
9992   parameters:
9993   - "result"
9994   - "name"
9995   - "tags"
9996   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9997   x-axis: "X = VNFs per Service Chain"
9998   y-axis: "Y = Number of Service Chains"
9999   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10000   layout:
10001     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10002     layout: "plot-service-density"
10003
10004 - type: "plot"
10005   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10006   algorithm: "plot_nf_heatmap"
10007   output-file-type: ".html"
10008   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10009   data: "plot-vpp-nfv-2n-clx-mrr"
10010   filter: "'NIC_Intel-XXV710' and
10011            'NF_DENSITY' and
10012            'VHOST' and
10013            not 'VXLAN' and
10014            'CHAIN' and
10015            'NF_VPPIP4' and
10016            'IMIX' and
10017            '8T4C' and
10018            'MRR'"
10019   parameters:
10020   - "result"
10021   - "name"
10022   - "tags"
10023   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10024   x-axis: "X = VNFs per Service Chain"
10025   y-axis: "Y = Number of Service Chains"
10026   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10027   layout:
10028     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10029     layout: "plot-service-density"
10030
10031 # Plots - NF Density - VSC - NDR IMIX
10032 - type: "plot"
10033   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10034   algorithm: "plot_nf_heatmap"
10035   output-file-type: ".html"
10036   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10037   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10038   filter: "'NIC_Intel-XXV710' and
10039            'NF_DENSITY' and
10040            'VHOST' and
10041            not 'VXLAN' and
10042            'CHAIN' and
10043            'NF_VPPIP4' and
10044            'IMIX' and
10045            '2T1C' and
10046            'NDRPDR'"
10047   parameters:
10048   - "throughput"
10049   - "name"
10050   - "tags"
10051   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10052   x-axis: "X = VNFs per Service Chain"
10053   y-axis: "Y = Number of Service Chains"
10054   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10055   layout:
10056     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10057     layout: "plot-service-density"
10058
10059 - type: "plot"
10060   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10061   algorithm: "plot_nf_heatmap"
10062   output-file-type: ".html"
10063   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10064   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10065   filter: "'NIC_Intel-XXV710' and
10066            'NF_DENSITY' and
10067            'VHOST' and
10068            not 'VXLAN' and
10069            'CHAIN' and
10070            'NF_VPPIP4' and
10071            'IMIX' and
10072            '4T2C' and
10073            'NDRPDR'"
10074   parameters:
10075   - "throughput"
10076   - "name"
10077   - "tags"
10078   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10079   x-axis: "X = VNFs per Service Chain"
10080   y-axis: "Y = Number of Service Chains"
10081   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10082   layout:
10083     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10084     layout: "plot-service-density"
10085
10086 - type: "plot"
10087   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10088   algorithm: "plot_nf_heatmap"
10089   output-file-type: ".html"
10090   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10091   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10092   filter: "'NIC_Intel-XXV710' and
10093            'NF_DENSITY' and
10094            'VHOST' and
10095            not 'VXLAN' and
10096            'CHAIN' and
10097            'NF_VPPIP4' and
10098            'IMIX' and
10099            '8T4C' and
10100            'NDRPDR'"
10101   parameters:
10102   - "throughput"
10103   - "name"
10104   - "tags"
10105   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10106   x-axis: "X = VNFs per Service Chain"
10107   y-axis: "Y = Number of Service Chains"
10108   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10109   layout:
10110     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10111     layout: "plot-service-density"
10112
10113 # Plots - NF Density - VSC - PDR IMIX
10114 - type: "plot"
10115   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10116   algorithm: "plot_nf_heatmap"
10117   output-file-type: ".html"
10118   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10119   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10120   filter: "'NIC_Intel-XXV710' and
10121            'NF_DENSITY' and
10122            'VHOST' and
10123            not 'VXLAN' and
10124            'CHAIN' and
10125            'NF_VPPIP4' and
10126            'IMIX' and
10127            '2T1C' and
10128            'NDRPDR'"
10129   parameters:
10130   - "throughput"
10131   - "name"
10132   - "tags"
10133   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10134   x-axis: "X = VNFs per Service Chain"
10135   y-axis: "Y = Number of Service Chains"
10136   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10137   layout:
10138     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10139     layout: "plot-service-density"
10140
10141 - type: "plot"
10142   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10143   algorithm: "plot_nf_heatmap"
10144   output-file-type: ".html"
10145   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10146   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10147   filter: "'NIC_Intel-XXV710' and
10148            'NF_DENSITY' and
10149            'VHOST' and
10150            not 'VXLAN' and
10151            'CHAIN' and
10152            'NF_VPPIP4' and
10153            'IMIX' and
10154            '4T2C' and
10155            'NDRPDR'"
10156   parameters:
10157   - "throughput"
10158   - "name"
10159   - "tags"
10160   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10161   x-axis: "X = VNFs per Service Chain"
10162   y-axis: "Y = Number of Service Chains"
10163   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10164   layout:
10165     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10166     layout: "plot-service-density"
10167
10168 - type: "plot"
10169   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10170   algorithm: "plot_nf_heatmap"
10171   output-file-type: ".html"
10172   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10173   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10174   filter: "'NIC_Intel-XXV710' and
10175            'NF_DENSITY' and
10176            'VHOST' and
10177            not 'VXLAN' and
10178            'CHAIN' and
10179            'NF_VPPIP4' and
10180            'IMIX' and
10181            '8T4C' and
10182            'NDRPDR'"
10183   parameters:
10184   - "throughput"
10185   - "name"
10186   - "tags"
10187   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10188   x-axis: "X = VNFs per Service Chain"
10189   y-axis: "Y = Number of Service Chains"
10190   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10191   layout:
10192     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10193     layout: "plot-service-density"
10194
10195 # Plots - NF Density - VSC - MRR IMIX
10196 - type: "plot"
10197   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10198   algorithm: "plot_nf_heatmap"
10199   output-file-type: ".html"
10200   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10201   data: "plot-vpp-nfv-2n-clx-mrr"
10202   filter: "'NIC_Intel-XXV710' and
10203            'NF_DENSITY' and
10204            'VHOST' and
10205            'VXLAN' and
10206            'CHAIN' and
10207            'IMIX' and
10208            '2T1C' and
10209            'MRR'"
10210   parameters:
10211   - "result"
10212   - "name"
10213   - "tags"
10214   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10215   x-axis: "X = VNFs per Service Chain"
10216   y-axis: "Y = Number of Service Chains"
10217   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10218   layout:
10219     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10220     layout: "plot-service-density"
10221
10222 - type: "plot"
10223   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10224   algorithm: "plot_nf_heatmap"
10225   output-file-type: ".html"
10226   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10227   data: "plot-vpp-nfv-2n-clx-mrr"
10228   filter: "'NIC_Intel-XXV710' and
10229            'NF_DENSITY' and
10230            'VHOST' and
10231            'VXLAN' and
10232            'CHAIN' and
10233            'IMIX' and
10234            '4T2C' and
10235            'MRR'"
10236   parameters:
10237   - "result"
10238   - "name"
10239   - "tags"
10240   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10241   x-axis: "X = VNFs per Service Chain"
10242   y-axis: "Y = Number of Service Chains"
10243   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10244   layout:
10245     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10246     layout: "plot-service-density"
10247
10248 - type: "plot"
10249   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10250   algorithm: "plot_nf_heatmap"
10251   output-file-type: ".html"
10252   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10253   data: "plot-vpp-nfv-2n-clx-mrr"
10254   filter: "'NIC_Intel-XXV710' and
10255            'NF_DENSITY' and
10256            'VHOST' and
10257            'VXLAN' and
10258            'CHAIN' and
10259            'IMIX' and
10260            '8T4C' and
10261            'MRR'"
10262   parameters:
10263   - "result"
10264   - "name"
10265   - "tags"
10266   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10267   x-axis: "X = VNFs per Service Chain"
10268   y-axis: "Y = Number of Service Chains"
10269   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10270   layout:
10271     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10272     layout: "plot-service-density"
10273
10274 # Plots - NF Density - VSC - NDR IMIX
10275 - type: "plot"
10276   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10277   algorithm: "plot_nf_heatmap"
10278   output-file-type: ".html"
10279   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10280   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10281   filter: "'NIC_Intel-XXV710' and
10282            'NF_DENSITY' and
10283            'VHOST' and
10284            'VXLAN' and
10285            'CHAIN' a
10286            'IMIX' and
10287            '2T1C' and
10288            'NDRPDR'"
10289   parameters:
10290   - "throughput"
10291   - "name"
10292   - "tags"
10293   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10294   x-axis: "X = VNFs per Service Chain"
10295   y-axis: "Y = Number of Service Chains"
10296   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10297   layout:
10298     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10299     layout: "plot-service-density"
10300
10301 - type: "plot"
10302   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10303   algorithm: "plot_nf_heatmap"
10304   output-file-type: ".html"
10305   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10306   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10307   filter: "'NIC_Intel-XXV710' and
10308            'NF_DENSITY' and
10309            'VHOST' and
10310            'VXLAN' and
10311            'CHAIN' and
10312            'IMIX' and
10313            '4T2C' and
10314            'NDRPDR'"
10315   parameters:
10316   - "throughput"
10317   - "name"
10318   - "tags"
10319   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10320   x-axis: "X = VNFs per Service Chain"
10321   y-axis: "Y = Number of Service Chains"
10322   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10323   layout:
10324     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10325     layout: "plot-service-density"
10326
10327 - type: "plot"
10328   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10329   algorithm: "plot_nf_heatmap"
10330   output-file-type: ".html"
10331   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10332   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10333   filter: "'NIC_Intel-XXV710' and
10334            'NF_DENSITY' and
10335            'VHOST' and
10336            'VXLAN' and
10337            'CHAIN' and
10338            'IMIX' and
10339            '8T4C' and
10340            'NDRPDR'"
10341   parameters:
10342   - "throughput"
10343   - "name"
10344   - "tags"
10345   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10346   x-axis: "X = VNFs per Service Chain"
10347   y-axis: "Y = Number of Service Chains"
10348   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10349   layout:
10350     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10351     layout: "plot-service-density"
10352
10353 # Plots - NF Density - VSC - PDR IMIX
10354 - type: "plot"
10355   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10356   algorithm: "plot_nf_heatmap"
10357   output-file-type: ".html"
10358   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10359   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10360   filter: "'NIC_Intel-XXV710' and
10361            'NF_DENSITY' and
10362            'VHOST' and
10363            'VXLAN' and
10364            'CHAIN' and
10365            'IMIX' and
10366            '2T1C' and
10367            'NDRPDR'"
10368   parameters:
10369   - "throughput"
10370   - "name"
10371   - "tags"
10372   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10373   x-axis: "X = VNFs per Service Chain"
10374   y-axis: "Y = Number of Service Chains"
10375   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10376   layout:
10377     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10378     layout: "plot-service-density"
10379
10380 - type: "plot"
10381   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10382   algorithm: "plot_nf_heatmap"
10383   output-file-type: ".html"
10384   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10385   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10386   filter: "'NIC_Intel-XXV710' and
10387            'NF_DENSITY' and
10388            'VHOST' and
10389            'VXLAN' and
10390            'CHAIN' and
10391            'IMIX' and
10392            '4T2C' and
10393            'NDRPDR'"
10394   parameters:
10395   - "throughput"
10396   - "name"
10397   - "tags"
10398   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10399   x-axis: "X = VNFs per Service Chain"
10400   y-axis: "Y = Number of Service Chains"
10401   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10402   layout:
10403     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10404     layout: "plot-service-density"
10405
10406 - type: "plot"
10407   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10408   algorithm: "plot_nf_heatmap"
10409   output-file-type: ".html"
10410   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10411   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10412   filter: "'NIC_Intel-XXV710' and
10413            'NF_DENSITY' and
10414            'VHOST' and
10415            'VXLAN' and
10416            'CHAIN' and
10417            'IMIX' and
10418            '8T4C' and
10419            'NDRPDR'"
10420   parameters:
10421   - "throughput"
10422   - "name"
10423   - "tags"
10424   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10425   x-axis: "X = VNFs per Service Chain"
10426   y-axis: "Y = Number of Service Chains"
10427   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10428   layout:
10429     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10430     layout: "plot-service-density"
10431
10432 # Plots - NF Density - CSC - MRR IMIX
10433 - type: "plot"
10434   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10435   algorithm: "plot_nf_heatmap"
10436   output-file-type: ".html"
10437   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10438   data: "plot-vpp-nfv-2n-clx-mrr"
10439   filter: "'NIC_Intel-XXV710' and
10440            'NF_DENSITY' and
10441            'DOCKER' and
10442            'CHAIN' and
10443            'NF_VPPIP4' and
10444            'IMIX' and
10445            '2T1C' and
10446            'MRR'"
10447   parameters:
10448   - "result"
10449   - "name"
10450   - "tags"
10451   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10452   x-axis: "X = CNFs per Service Chain"
10453   y-axis: "Y = Number of Service Chains"
10454   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10455   layout:
10456     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10457     layout: "plot-service-density"
10458
10459 - type: "plot"
10460   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10461   algorithm: "plot_nf_heatmap"
10462   output-file-type: ".html"
10463   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10464   data: "plot-vpp-nfv-2n-clx-mrr"
10465   filter: "'NIC_Intel-XXV710' and
10466            'NF_DENSITY' and
10467            'DOCKER' and
10468            'CHAIN' and
10469            'NF_VPPIP4' and
10470            'IMIX' and
10471            '4T2C' and
10472            'MRR'"
10473   parameters:
10474   - "result"
10475   - "name"
10476   - "tags"
10477   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10478   x-axis: "X = CNFs per Service Chain"
10479   y-axis: "Y = Number of Service Chains"
10480   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10481   layout:
10482     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10483     layout: "plot-service-density"
10484
10485 - type: "plot"
10486   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10487   algorithm: "plot_nf_heatmap"
10488   output-file-type: ".html"
10489   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10490   data: "plot-vpp-nfv-2n-clx-mrr"
10491   filter: "'NIC_Intel-XXV710' and
10492            'NF_DENSITY' and
10493            'DOCKER' and
10494            'CHAIN' and
10495            'NF_VPPIP4' and
10496            'IMIX' and
10497            '8T4C' and
10498            'MRR'"
10499   parameters:
10500   - "result"
10501   - "name"
10502   - "tags"
10503   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10504   x-axis: "X = CNFs per Service Chain"
10505   y-axis: "Y = Number of Service Chains"
10506   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10507   layout:
10508     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10509     layout: "plot-service-density"
10510
10511 # Plots - NF Density - CSC - NDR IMIX
10512 - type: "plot"
10513   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10514   algorithm: "plot_nf_heatmap"
10515   output-file-type: ".html"
10516   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10517   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10518   filter: "'NIC_Intel-XXV710' and
10519            'NF_DENSITY' and
10520            'DOCKER' and
10521            'CHAIN' and
10522            'NF_VPPIP4' and
10523            'IMIX' and
10524            '2T1C' and
10525            'NDRPDR'"
10526   parameters:
10527   - "throughput"
10528   - "name"
10529   - "tags"
10530   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10531   x-axis: "X = CNFs per Service Chain"
10532   y-axis: "Y = Number of Service Chains"
10533   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10534   layout:
10535     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10536     layout: "plot-service-density"
10537
10538 - type: "plot"
10539   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10540   algorithm: "plot_nf_heatmap"
10541   output-file-type: ".html"
10542   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10543   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10544   filter: "'NIC_Intel-XXV710' and
10545            'NF_DENSITY' and
10546            'DOCKER' and
10547            'CHAIN' and
10548            'NF_VPPIP4' and
10549            'IMIX' and
10550            '4T2C' and
10551            'NDRPDR'"
10552   parameters:
10553   - "throughput"
10554   - "name"
10555   - "tags"
10556   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10557   x-axis: "X = CNFs per Service Chain"
10558   y-axis: "Y = Number of Service Chains"
10559   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10560   layout:
10561     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10562     layout: "plot-service-density"
10563
10564 - type: "plot"
10565   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10566   algorithm: "plot_nf_heatmap"
10567   output-file-type: ".html"
10568   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10569   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10570   filter: "'NIC_Intel-XXV710' and
10571            'NF_DENSITY' and
10572            'DOCKER' and
10573            'CHAIN' and
10574            'NF_VPPIP4' and
10575            'IMIX' and
10576            '8T4C' and
10577            'NDRPDR'"
10578   parameters:
10579   - "throughput"
10580   - "name"
10581   - "tags"
10582   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10583   x-axis: "X = CNFs per Service Chain"
10584   y-axis: "Y = Number of Service Chains"
10585   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10586   layout:
10587     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10588     layout: "plot-service-density"
10589
10590 # Plots - NF Density - CSC - PDR IMIX
10591 - type: "plot"
10592   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10593   algorithm: "plot_nf_heatmap"
10594   output-file-type: ".html"
10595   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10596   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10597   filter: "'NIC_Intel-XXV710' and
10598            'NF_DENSITY' and
10599            'DOCKER' and
10600            'CHAIN' and
10601            'NF_VPPIP4' and
10602            'IMIX' and
10603            '2T1C' and
10604            'NDRPDR'"
10605   parameters:
10606   - "throughput"
10607   - "name"
10608   - "tags"
10609   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10610   x-axis: "X = CNFs per Service Chain"
10611   y-axis: "Y = Number of Service Chains"
10612   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10613   layout:
10614     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10615     layout: "plot-service-density"
10616
10617 - type: "plot"
10618   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10619   algorithm: "plot_nf_heatmap"
10620   output-file-type: ".html"
10621   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10622   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10623   filter: "'NIC_Intel-XXV710' and
10624            'NF_DENSITY' and
10625            'DOCKER' and
10626            'CHAIN' and
10627            'NF_VPPIP4' and
10628            'IMIX' and
10629            '4T2C' and
10630            'NDRPDR'"
10631   parameters:
10632   - "throughput"
10633   - "name"
10634   - "tags"
10635   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10636   x-axis: "X = CNFs per Service Chain"
10637   y-axis: "Y = Number of Service Chains"
10638   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10639   layout:
10640     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10641     layout: "plot-service-density"
10642
10643 - type: "plot"
10644   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10645   algorithm: "plot_nf_heatmap"
10646   output-file-type: ".html"
10647   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10648   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10649   filter: "'NIC_Intel-XXV710' and
10650            'NF_DENSITY' and
10651            'DOCKER' and
10652            'CHAIN' and
10653            'NF_VPPIP4' and
10654            'IMIX' and
10655            '8T4C' and
10656            'NDRPDR'"
10657   parameters:
10658   - "throughput"
10659   - "name"
10660   - "tags"
10661   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10662   x-axis: "X = CNFs per Service Chain"
10663   y-axis: "Y = Number of Service Chains"
10664   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10665   layout:
10666     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10667     layout: "plot-service-density"
10668
10669 # Plots - NF Density - CSP - MRR IMIX
10670 - type: "plot"
10671   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10672   algorithm: "plot_nf_heatmap"
10673   output-file-type: ".html"
10674   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10675   data: "plot-vpp-nfv-2n-clx-mrr"
10676   filter: "'NIC_Intel-XXV710' and
10677            'NF_DENSITY' and
10678            'DOCKER' and
10679            'PIPELINE' and
10680            'NF_VPPIP4' and
10681            'IMIX' and
10682            '2T1C' and
10683            'MRR'"
10684   parameters:
10685   - "result"
10686   - "name"
10687   - "tags"
10688   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10689   x-axis: "X = CNFs per Service Pipeline"
10690   y-axis: "Y = Number of Service Pipelines"
10691   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10692   layout:
10693     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10694     layout: "plot-service-density"
10695
10696 - type: "plot"
10697   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10698   algorithm: "plot_nf_heatmap"
10699   output-file-type: ".html"
10700   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10701   data: "plot-vpp-nfv-2n-clx-mrr"
10702   filter: "'NIC_Intel-XXV710' and
10703            'NF_DENSITY' and
10704            'DOCKER' and
10705            'PIPELINE' and
10706            'NF_VPPIP4' and
10707            'IMIX' and
10708            '4T2C' and
10709            'MRR'"
10710   parameters:
10711   - "result"
10712   - "name"
10713   - "tags"
10714   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10715   x-axis: "X = CNFs per Service Pipeline"
10716   y-axis: "Y = Number of Service Pipelines"
10717   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10718   layout:
10719     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10720     layout: "plot-service-density"
10721
10722 - type: "plot"
10723   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10724   algorithm: "plot_nf_heatmap"
10725   output-file-type: ".html"
10726   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10727   data: "plot-vpp-nfv-2n-clx-mrr"
10728   filter: "'NIC_Intel-XXV710' and
10729            'NF_DENSITY' and
10730            'DOCKER' and
10731            'PIPELINE' and
10732            'NF_VPPIP4' and
10733            'IMIX' and
10734            '8T4C' and
10735            'MRR'"
10736   parameters:
10737   - "result"
10738   - "name"
10739   - "tags"
10740   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10741   x-axis: "X = CNFs per Service Pipeline"
10742   y-axis: "Y = Number of Service Pipelines"
10743   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10744   layout:
10745     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10746     layout: "plot-service-density"
10747
10748 # Plots - NF Density - CSP - NDR IMIX
10749 - type: "plot"
10750   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10751   algorithm: "plot_nf_heatmap"
10752   output-file-type: ".html"
10753   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10754   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10755   filter: "'NIC_Intel-XXV710' and
10756            'NF_DENSITY' and
10757            'DOCKER' and
10758            'PIPELINE' and
10759            'NF_VPPIP4' and
10760            'IMIX' and
10761            '2T1C' and
10762            'NDRPDR'"
10763   parameters:
10764   - "throughput"
10765   - "name"
10766   - "tags"
10767   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10768   x-axis: "X = CNFs per Service Pipeline"
10769   y-axis: "Y = Number of Service Pipelines"
10770   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10771   layout:
10772     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10773     layout: "plot-service-density"
10774
10775 - type: "plot"
10776   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10777   algorithm: "plot_nf_heatmap"
10778   output-file-type: ".html"
10779   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10780   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10781   filter: "'NIC_Intel-XXV710' and
10782            'NF_DENSITY' and
10783            'DOCKER' and
10784            'PIPELINE' and
10785            'NF_VPPIP4' and
10786            'IMIX' and
10787            '4T2C' and
10788            'NDRPDR'"
10789   parameters:
10790   - "throughput"
10791   - "name"
10792   - "tags"
10793   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10794   x-axis: "X = CNFs per Service Pipeline"
10795   y-axis: "Y = Number of Service Pipelines"
10796   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10797   layout:
10798     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10799     layout: "plot-service-density"
10800
10801 - type: "plot"
10802   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10803   algorithm: "plot_nf_heatmap"
10804   output-file-type: ".html"
10805   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10806   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10807   filter: "'NIC_Intel-XXV710' and
10808            'NF_DENSITY' and
10809            'DOCKER' and
10810            'PIPELINE' and
10811            'NF_VPPIP4' and
10812            'IMIX' and
10813            '8T4C' and
10814            'NDRPDR'"
10815   parameters:
10816   - "throughput"
10817   - "name"
10818   - "tags"
10819   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10820   x-axis: "X = CNFs per Service Pipeline"
10821   y-axis: "Y = Number of Service Pipelines"
10822   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10823   layout:
10824     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10825     layout: "plot-service-density"
10826
10827 # Plots - NF Density - CSP - PDR IMIX
10828 - type: "plot"
10829   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10830   algorithm: "plot_nf_heatmap"
10831   output-file-type: ".html"
10832   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10833   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10834   filter: "'NIC_Intel-XXV710' and
10835            'NF_DENSITY' and
10836            'DOCKER' and
10837            'PIPELINE' and
10838            'NF_VPPIP4' and
10839            'IMIX' and
10840            '2T1C' and
10841            'NDRPDR'"
10842   parameters:
10843   - "throughput"
10844   - "name"
10845   - "tags"
10846   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10847   x-axis: "X = CNFs per Service Pipeline"
10848   y-axis: "Y = Number of Service Pipelines"
10849   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10850   layout:
10851     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10852     layout: "plot-service-density"
10853
10854 - type: "plot"
10855   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10856   algorithm: "plot_nf_heatmap"
10857   output-file-type: ".html"
10858   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10859   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10860   filter: "'NIC_Intel-XXV710' and
10861            'NF_DENSITY' and
10862            'DOCKER' and
10863            'PIPELINE' and
10864            'NF_VPPIP4' and
10865            'IMIX' and
10866            '4T2C' and
10867            'NDRPDR'"
10868   parameters:
10869   - "throughput"
10870   - "name"
10871   - "tags"
10872   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10873   x-axis: "X = CNFs per Service Pipeline"
10874   y-axis: "Y = Number of Service Pipelines"
10875   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10876   layout:
10877     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10878     layout: "plot-service-density"
10879
10880 - type: "plot"
10881   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10882   algorithm: "plot_nf_heatmap"
10883   output-file-type: ".html"
10884   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10885   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10886   filter: "'NIC_Intel-XXV710' and
10887            'NF_DENSITY' and
10888            'DOCKER' and
10889            'PIPELINE' and
10890            'NF_VPPIP4' and
10891            'IMIX' and
10892            '8T4C' and
10893            'NDRPDR'"
10894   parameters:
10895   - "throughput"
10896   - "name"
10897   - "tags"
10898   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10899   x-axis: "X = CNFs per Service Pipeline"
10900   y-axis: "Y = Number of Service Pipelines"
10901   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10902   layout:
10903     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10904     layout: "plot-service-density"
10905
10906 ################################################################################
10907
10908 # Packet Throughput
10909
10910 - type: "plot"
10911   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10912   algorithm: "plot_perf_box_name"
10913   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10914   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10915   include:
10916     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10917     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10918     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10919     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10920   layout:
10921     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10922     layout: "plot-throughput"
10923
10924 - type: "plot"
10925   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10926   algorithm: "plot_perf_box_name"
10927   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10928   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10929   include:
10930     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10931     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10932     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10933     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10934   layout:
10935     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10936     layout: "plot-throughput"
10937
10938 - type: "plot"
10939   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10940   algorithm: "plot_perf_box_name"
10941   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10942   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10943   include:
10944     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10945     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10946     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10947     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10948   layout:
10949     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10950     layout: "plot-throughput"
10951
10952 - type: "plot"
10953   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10954   algorithm: "plot_perf_box_name"
10955   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10957   include:
10958     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10959     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10960     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10961     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10962   layout:
10963     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10964     layout: "plot-throughput"
10965
10966 - type: "plot"
10967   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10968   algorithm: "plot_perf_box_name"
10969   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10971   include:
10972     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
10973     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
10974     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10975     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10976     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10977   layout:
10978     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10979     layout: "plot-throughput"
10980
10981 - type: "plot"
10982   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10983   algorithm: "plot_perf_box_name"
10984   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10985   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10986   include:
10987     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10988     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10989     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10990     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10991     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10992   layout:
10993     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10994     layout: "plot-throughput"
10995
10996 - type: "plot"
10997   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10998   algorithm: "plot_perf_box_name"
10999   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11000   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11001   include:
11002     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11003     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11004     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11005     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11006     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11007   layout:
11008     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11009     layout: "plot-throughput"
11010
11011 - type: "plot"
11012   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11013   algorithm: "plot_perf_box_name"
11014   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11015   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11016   include:
11017     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11018     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11019     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11020     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11021     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11022   layout:
11023     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11024     layout: "plot-throughput"
11025
11026 - type: "plot"
11027   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11028   algorithm: "plot_perf_box_name"
11029   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11030   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11031   include:
11032     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11033     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11034     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11035     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11036     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11037   layout:
11038     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11039     layout: "plot-throughput"
11040
11041 - type: "plot"
11042   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11043   algorithm: "plot_perf_box_name"
11044   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11045   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11046   include:
11047     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11048     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11049     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11050     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11051     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11052   layout:
11053     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11054     layout: "plot-throughput"
11055
11056 - type: "plot"
11057   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11058   algorithm: "plot_perf_box_name"
11059   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11060   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11061   include:
11062     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11063     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11064     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11065     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11066     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11067     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11068   layout:
11069     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11070     layout: "plot-throughput"
11071
11072 - type: "plot"
11073   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11074   algorithm: "plot_perf_box_name"
11075   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11076   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11077   include:
11078     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11079     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11080     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11081     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11082     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11083     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11084   layout:
11085     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11086     layout: "plot-throughput"
11087
11088 - type: "plot"
11089   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11090   algorithm: "plot_perf_box_name"
11091   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11092   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11093   include:
11094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11099   layout:
11100     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11101     layout: "plot-throughput"
11102
11103 - type: "plot"
11104   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11105   algorithm: "plot_perf_box_name"
11106   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11107   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11108   include:
11109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11114   layout:
11115     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11116     layout: "plot-throughput"
11117
11118 - type: "plot"
11119   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11120   algorithm: "plot_perf_box_name"
11121   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11123   include:
11124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11127   layout:
11128     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11129     layout: "plot-throughput"
11130
11131 - type: "plot"
11132   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11133   algorithm: "plot_perf_box_name"
11134   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11135   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11136   include:
11137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11140   layout:
11141     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11142     layout: "plot-throughput"
11143
11144 - type: "plot"
11145   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11146   algorithm: "plot_perf_box_name"
11147   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11148   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11149   include:
11150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11155   layout:
11156     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11157     layout: "plot-throughput"
11158
11159 - type: "plot"
11160   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11161   algorithm: "plot_perf_box_name"
11162   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11163   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11164   include:
11165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11170   layout:
11171     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11172     layout: "plot-throughput"
11173
11174 - type: "plot"
11175   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11176   algorithm: "plot_perf_box_name"
11177   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11179   include:
11180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11183   layout:
11184     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11185     layout: "plot-throughput"
11186
11187 - type: "plot"
11188   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11189   algorithm: "plot_perf_box_name"
11190   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11191   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11192   include:
11193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11196   layout:
11197     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11198     layout: "plot-throughput"
11199
11200 - type: "plot"
11201   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11202   algorithm: "plot_perf_box_name"
11203   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11204   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11205   include:
11206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11212   layout:
11213     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11214     layout: "plot-throughput"
11215
11216 - type: "plot"
11217   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11218   algorithm: "plot_perf_box_name"
11219   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11220   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11221   include:
11222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11228   layout:
11229     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11230     layout: "plot-throughput"
11231
11232 - type: "plot"
11233   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11234   algorithm: "plot_perf_box_name"
11235   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11236   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11237   include:
11238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11244   layout:
11245     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11246     layout: "plot-throughput"
11247
11248 - type: "plot"
11249   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11250   algorithm: "plot_perf_box_name"
11251   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11252   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11253   include:
11254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11260   layout:
11261     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11262     layout: "plot-throughput"
11263
11264 - type: "plot"
11265   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11266   algorithm: "plot_perf_box_name"
11267   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11269   include:
11270     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11271     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11272     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11273   layout:
11274     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11275     layout: "plot-throughput"
11276
11277 - type: "plot"
11278   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11279   algorithm: "plot_perf_box_name"
11280   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11281   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11282   include:
11283     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11284     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11285     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11286   layout:
11287     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11288     layout: "plot-throughput"
11289
11290 - type: "plot"
11291   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11292   algorithm: "plot_perf_box_name"
11293   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11295   include:
11296     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11297     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11298     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11299 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11300 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11301   layout:
11302     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11303     layout: "plot-throughput"
11304
11305 - type: "plot"
11306   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11307   algorithm: "plot_perf_box_name"
11308   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11310   include:
11311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11312     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11313     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11314 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11315 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11316   layout:
11317     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11318     layout: "plot-throughput"
11319
11320 - type: "plot"
11321   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11322   algorithm: "plot_perf_box_name"
11323   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11325   include:
11326     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11327     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11328     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11329     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11330     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11331   layout:
11332     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11333     layout: "plot-throughput"
11334
11335 - type: "plot"
11336   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11337   algorithm: "plot_perf_box_name"
11338   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11340   include:
11341     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11342     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11343     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11344     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11345     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11346   layout:
11347     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11348     layout: "plot-throughput"
11349
11350 - type: "plot"
11351   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11352   algorithm: "plot_perf_box_name"
11353   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11355   include:
11356     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11357     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11358     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11359     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11360     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11361   layout:
11362     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11363     layout: "plot-throughput"
11364
11365 - type: "plot"
11366   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11367   algorithm: "plot_perf_box_name"
11368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11370   include:
11371     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11372     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11373     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11374     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11375     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11376   layout:
11377     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11378     layout: "plot-throughput"
11379
11380 - type: "plot"
11381   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11382   algorithm: "plot_perf_box_name"
11383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11385   include:
11386     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11387     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11388     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11389     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11390     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11391     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11392   layout:
11393     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11394     layout: "plot-throughput"
11395
11396 - type: "plot"
11397   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11398   algorithm: "plot_perf_box_name"
11399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11401   include:
11402     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11403     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11404     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11405     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11406     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11408   layout:
11409     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11410     layout: "plot-throughput"
11411
11412 - type: "plot"
11413   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11414   algorithm: "plot_perf_box_name"
11415   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11416   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11417   include:
11418     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11419     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11420     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11424   layout:
11425     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11426     layout: "plot-throughput"
11427
11428 - type: "plot"
11429   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11430   algorithm: "plot_perf_box_name"
11431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11433   include:
11434     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11435     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11437     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11440   layout:
11441     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11442     layout: "plot-throughput"
11443
11444 - type: "plot"
11445   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11446   algorithm: "plot_perf_box_name"
11447   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11448   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11449   include:
11450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11455   layout:
11456     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11457     layout: "plot-throughput"
11458
11459 - type: "plot"
11460   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11461   algorithm: "plot_perf_box_name"
11462   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11463   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11464   include:
11465     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11466     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11467     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11470   layout:
11471     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11472     layout: "plot-throughput"
11473
11474 - type: "plot"
11475   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11476   algorithm: "plot_perf_box_name"
11477   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11478   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11479   include:
11480     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11481     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11482     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11483     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11486   layout:
11487     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11488     layout: "plot-throughput"
11489
11490 - type: "plot"
11491   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11492   algorithm: "plot_perf_box_name"
11493   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11494   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11495   include:
11496     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11497     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11502   layout:
11503     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11504     layout: "plot-throughput"
11505
11506 - type: "plot"
11507   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11508   algorithm: "plot_perf_box_name"
11509   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11510   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11511   include:
11512     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11515     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11517   layout:
11518     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11519     layout: "plot-throughput"
11520
11521 - type: "plot"
11522   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11523   algorithm: "plot_perf_box_name"
11524   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11525   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11526   include:
11527     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11532   layout:
11533     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11534     layout: "plot-throughput"
11535
11536 - type: "plot"
11537   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11538   algorithm: "plot_perf_box_name"
11539   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11540   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11541   include:
11542     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11548   layout:
11549     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11550     layout: "plot-throughput"
11551
11552 - type: "plot"
11553   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11554   algorithm: "plot_perf_box_name"
11555   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11556   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11557   include:
11558     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11564   layout:
11565     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11566     layout: "plot-throughput"
11567
11568 - type: "plot"
11569   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11570   algorithm: "plot_perf_box_name"
11571   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11572   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11573   include:
11574     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11578     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11579   layout:
11580     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11581     layout: "plot-throughput"
11582
11583 - type: "plot"
11584   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11585   algorithm: "plot_perf_box_name"
11586   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11587   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11588   include:
11589     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11592     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11593     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11594   layout:
11595     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11596     layout: "plot-throughput"
11597
11598 - type: "plot"
11599   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11600   algorithm: "plot_perf_box_name"
11601   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11602   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11603   include:
11604     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11610   layout:
11611     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11612     layout: "plot-throughput"
11613
11614 - type: "plot"
11615   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11616   algorithm: "plot_perf_box_name"
11617   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11618   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11619   include:
11620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11623     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11624     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11625     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11626   layout:
11627     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11628     layout: "plot-throughput"
11629
11630 - type: "plot"
11631   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11632   algorithm: "plot_perf_box_name"
11633   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11634   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11635   include:
11636     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11637     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11638   layout:
11639     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11640     layout: "plot-throughput"
11641
11642 - type: "plot"
11643   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11644   algorithm: "plot_perf_box_name"
11645   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11646   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11647   include:
11648     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11650   layout:
11651     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11652     layout: "plot-throughput"
11653
11654 - type: "plot"
11655   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11656   algorithm: "plot_perf_box_name"
11657   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11658   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11659   include:
11660     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11664   layout:
11665     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11666     layout: "plot-throughput"
11667
11668 - type: "plot"
11669   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11670   algorithm: "plot_perf_box_name"
11671   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11673   include:
11674     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11675     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11676     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11678   layout:
11679     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11680     layout: "plot-throughput"
11681
11682 - type: "plot"
11683   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11684   algorithm: "plot_perf_box_name"
11685   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11686   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11687   include:
11688     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11689     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11690     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11691     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11692   layout:
11693     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11694     layout: "plot-throughput"
11695
11696 - type: "plot"
11697   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11698   algorithm: "plot_perf_box_name"
11699   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11701   include:
11702     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11706   layout:
11707     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11708     layout: "plot-throughput"
11709
11710 - type: "plot"
11711   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11712   algorithm: "plot_perf_box_name"
11713   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11714   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11715   include:
11716     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11720   layout:
11721     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11722     layout: "plot-throughput"
11723
11724 - type: "plot"
11725   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11726   algorithm: "plot_perf_box_name"
11727   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11728   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11729   include:
11730     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11734   layout:
11735     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11736     layout: "plot-throughput"
11737
11738 - type: "plot"
11739   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11740   algorithm: "plot_perf_box_name"
11741   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11742   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11743   include:
11744     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11746     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11748   layout:
11749     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11750     layout: "plot-throughput"
11751
11752 - type: "plot"
11753   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11754   algorithm: "plot_perf_box_name"
11755   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11756   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11757   include:
11758     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11759     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11762   layout:
11763     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11764     layout: "plot-throughput"
11765
11766 - type: "plot"
11767   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11768   algorithm: "plot_perf_box_name"
11769   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11770   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11771   include:
11772     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11774     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11775     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11778   layout:
11779     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11780     layout: "plot-throughput"
11781
11782 - type: "plot"
11783   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11784   algorithm: "plot_perf_box_name"
11785   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11786   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11787   include:
11788     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11793     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11794   layout:
11795     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11796     layout: "plot-throughput"
11797
11798 - type: "plot"
11799   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11800   algorithm: "plot_perf_box_name"
11801   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11802   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11803   include:
11804     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11808     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11809   layout:
11810     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11811     layout: "plot-throughput"
11812
11813 - type: "plot"
11814   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11815   algorithm: "plot_perf_box_name"
11816   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11817   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11818   include:
11819     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11822     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11823     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11824   layout:
11825     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11826     layout: "plot-throughput"
11827
11828 - type: "plot"
11829   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11830   algorithm: "plot_perf_box_name"
11831   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11832   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11833   include:
11834     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11837     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11838     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11839   layout:
11840     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11841     layout: "plot-throughput"
11842
11843 - type: "plot"
11844   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11845   algorithm: "plot_perf_box_name"
11846   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11847   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11848   include:
11849     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11853     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11854   layout:
11855     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11856     layout: "plot-throughput"
11857
11858 - type: "plot"
11859   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11860   algorithm: "plot_perf_box_name"
11861   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11862   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11863   include:
11864     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11867   layout:
11868     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11869     layout: "plot-throughput"
11870
11871 - type: "plot"
11872   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11873   algorithm: "plot_perf_box_name"
11874   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11875   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11876   include:
11877     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11880   layout:
11881     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11882     layout: "plot-throughput"
11883
11884 - type: "plot"
11885   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11886   algorithm: "plot_perf_box_name"
11887   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11888   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11889   include:
11890     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11893   layout:
11894     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11895     layout: "plot-throughput"
11896
11897 - type: "plot"
11898   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11899   algorithm: "plot_perf_box_name"
11900   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11902   include:
11903     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11906   layout:
11907     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11908     layout: "plot-throughput"
11909
11910 - type: "plot"
11911   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11912   algorithm: "plot_perf_box_name"
11913   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11915   include:
11916     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11918     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11921   layout:
11922     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11923     layout: "plot-throughput"
11924
11925 - type: "plot"
11926   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11927   algorithm: "plot_perf_box_name"
11928   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11929   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11930   include:
11931     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11936   layout:
11937     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11938     layout: "plot-throughput"
11939
11940 - type: "plot"
11941   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11942   algorithm: "plot_perf_box_name"
11943   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11944   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11945   include:
11946     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11951   layout:
11952     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11953     layout: "plot-throughput"
11954
11955 - type: "plot"
11956   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11957   algorithm: "plot_perf_box_name"
11958   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11960   include:
11961     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11966   layout:
11967     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11968     layout: "plot-throughput"
11969
11970 - type: "plot"
11971   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11972   algorithm: "plot_perf_box_name"
11973   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11974   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11975   include:
11976     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11981   layout:
11982     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11983     layout: "plot-throughput"
11984
11985 - type: "plot"
11986   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11987   algorithm: "plot_perf_box_name"
11988   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11989   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11990   include:
11991     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11996   layout:
11997     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11998     layout: "plot-throughput"
11999
12000 - type: "plot"
12001   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12002   algorithm: "plot_perf_box_name"
12003   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12004   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12005   include:
12006     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12011   layout:
12012     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12013     layout: "plot-throughput"
12014
12015 - type: "plot"
12016   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12017   algorithm: "plot_perf_box_name"
12018   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12019   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12020   include:
12021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12026   layout:
12027     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12028     layout: "plot-throughput"
12029
12030 - type: "plot"
12031   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12032   algorithm: "plot_perf_box_name"
12033   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12034   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12035   include:
12036     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12041   layout:
12042     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12043     layout: "plot-throughput"
12044
12045 - type: "plot"
12046   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12047   algorithm: "plot_perf_box_name"
12048   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12049   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12050   include:
12051     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12056   layout:
12057     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12058     layout: "plot-throughput"
12059
12060 - type: "plot"
12061   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12062   algorithm: "plot_perf_box_name"
12063   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12064   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12065   include:
12066     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12067     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12068     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12069     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12070     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12071     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12072   layout:
12073     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12074     layout: "plot-throughput"
12075
12076 - type: "plot"
12077   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12078   algorithm: "plot_perf_box_name"
12079   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12080   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12081   include:
12082     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12083     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12084     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12085     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12086     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12087     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12088   layout:
12089     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12090     layout: "plot-throughput"
12091
12092 - type: "plot"
12093   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12094   algorithm: "plot_perf_box_name"
12095   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12096   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12097   include:
12098     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12099     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12100     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12101     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12102   layout:
12103     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12104     layout: "plot-throughput"
12105
12106 - type: "plot"
12107   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12108   algorithm: "plot_perf_box_name"
12109   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12110   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12111   include:
12112     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12113     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12114     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12115     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12116   layout:
12117     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12118     layout: "plot-throughput"
12119
12120 - type: "plot"
12121   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12122   algorithm: "plot_perf_box_name"
12123   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12125   include:
12126     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12127     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12128     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12129     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12130     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12131     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12132   layout:
12133     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12134     layout: "plot-throughput"
12135
12136 - type: "plot"
12137   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12138   algorithm: "plot_perf_box_name"
12139   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12141   include:
12142     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12143     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12144     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12145     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12146     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12147     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12148   layout:
12149     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12150     layout: "plot-throughput"
12151
12152 - type: "plot"
12153   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12154   algorithm: "plot_perf_box_name"
12155   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12156   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12157   include:
12158     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12159     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12160     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12161     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12162     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12163     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12164   layout:
12165     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12166     layout: "plot-throughput"
12167
12168 - type: "plot"
12169   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12170   algorithm: "plot_perf_box_name"
12171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12173   include:
12174     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12175     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12176     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12177     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12178     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12179     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12180   layout:
12181     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12182     layout: "plot-throughput"
12183
12184 - type: "plot"
12185   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12186   algorithm: "plot_perf_box_name"
12187   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12189   include:
12190     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12191     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12192     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12193     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12194     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12195     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12196   layout:
12197     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12198     layout: "plot-throughput"
12199
12200 - type: "plot"
12201   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12202   algorithm: "plot_perf_box_name"
12203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12205   include:
12206     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12207     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12208     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12209     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12210     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12211     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12212   layout:
12213     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12214     layout: "plot-throughput"
12215
12216 - type: "plot"
12217   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12218   algorithm: "plot_perf_box_name"
12219   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12220   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12221   include:
12222     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12223     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12224     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12225     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12226     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12227     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12228   layout:
12229     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12230     layout: "plot-throughput"
12231
12232 - type: "plot"
12233   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12234   algorithm: "plot_perf_box_name"
12235   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12236   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12237   include:
12238     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12239     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12240     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12241     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12242     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12243     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12244   layout:
12245     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12246     layout: "plot-throughput"
12247
12248 - type: "plot"
12249   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12250   algorithm: "plot_perf_box_name"
12251   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12252   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12253   include:
12254     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12255     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12256     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12257     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12258     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12259     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12260   layout:
12261     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12262     layout: "plot-throughput"
12263
12264 - type: "plot"
12265   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12266   algorithm: "plot_perf_box_name"
12267   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12268   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12269   include:
12270     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12271     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12272     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12273     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12274     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12275     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12276   layout:
12277     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12278     layout: "plot-throughput"
12279
12280 - type: "plot"
12281   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12282   algorithm: "plot_perf_box_name"
12283   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12284   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12285   include:
12286     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12287     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12288     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12289     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12290     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12291     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12292   layout:
12293     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12294     layout: "plot-throughput"
12295
12296 - type: "plot"
12297   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12298   algorithm: "plot_perf_box_name"
12299   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12300   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12301   include:
12302     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12303     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12304     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12305     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12306     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12307     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12308   layout:
12309     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12310     layout: "plot-throughput"
12311
12312 - type: "plot"
12313   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12314   algorithm: "plot_perf_box_name"
12315   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12316   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12317   include:
12318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12322     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12323     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12324   layout:
12325     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12326     layout: "plot-throughput"
12327
12328 - type: "plot"
12329   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12330   algorithm: "plot_perf_box_name"
12331   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12332   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12333   include:
12334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12340   layout:
12341     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12342     layout: "plot-throughput"
12343
12344 - type: "plot"
12345   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12346   algorithm: "plot_perf_box_name"
12347   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12349   include:
12350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12352     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12354     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12355     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12356   layout:
12357     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12358     layout: "plot-throughput"
12359
12360 - type: "plot"
12361   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12362   algorithm: "plot_perf_box_name"
12363   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12364   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12365   include:
12366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12369     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12372   layout:
12373     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12374     layout: "plot-throughput"
12375
12376 - type: "plot"
12377   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12378   algorithm: "plot_perf_box_name"
12379   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12380   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12381   include:
12382     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12383     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12384     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12386   layout:
12387     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12388     layout: "plot-throughput"
12389
12390 - type: "plot"
12391   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12392   algorithm: "plot_perf_box_name"
12393   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12394   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12395   include:
12396     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12397     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12400   layout:
12401     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12402     layout: "plot-throughput"
12403
12404 - type: "plot"
12405   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12406   algorithm: "plot_perf_box_name"
12407   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12408   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12409   include:
12410     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12411     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12412     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12413     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12414   layout:
12415     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12416     layout: "plot-throughput"
12417
12418 - type: "plot"
12419   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12420   algorithm: "plot_perf_box_name"
12421   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12422   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12423   include:
12424     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12425     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12428   layout:
12429     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12430     layout: "plot-throughput"
12431
12432 - type: "plot"
12433   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12434   algorithm: "plot_perf_box_name"
12435   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12436   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12437   include:
12438     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12439     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12440     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12441     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12442     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12443     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12444   layout:
12445     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12446     layout: "plot-throughput"
12447
12448 - type: "plot"
12449   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12450   algorithm: "plot_perf_box_name"
12451   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12452   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12453   include:
12454     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12455     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12456     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12457     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12458     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12459     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12460   layout:
12461     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12462     layout: "plot-throughput"
12463
12464 - type: "plot"
12465   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12466   algorithm: "plot_perf_box_name"
12467   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12469   include:
12470     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12471     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12472     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12473     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12474     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12475   layout:
12476     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12477     layout: "plot-throughput"
12478
12479 - type: "plot"
12480   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12481   algorithm: "plot_perf_box_name"
12482   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12483   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12484   include:
12485     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12486     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12487     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12488     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12489     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12490   layout:
12491     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12492     layout: "plot-throughput"
12493
12494 - type: "plot"
12495   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12496   algorithm: "plot_perf_box_name"
12497   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12499   include:
12500     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12501     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12502     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12503     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12504     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12505   layout:
12506     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12507     layout: "plot-throughput"
12508
12509 - type: "plot"
12510   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12511   algorithm: "plot_perf_box_name"
12512   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12514   include:
12515     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12516     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12517     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12518     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12519     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12520   layout:
12521     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12522     layout: "plot-throughput"
12523
12524 - type: "plot"
12525   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12526   algorithm: "plot_perf_box_name"
12527   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12529   include:
12530     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12531     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12532     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12534   layout:
12535     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12536     layout: "plot-throughput"
12537
12538 - type: "plot"
12539   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12540   algorithm: "plot_perf_box_name"
12541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12543   include:
12544     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12545     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12546     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12547     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12548   layout:
12549     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12550     layout: "plot-throughput"
12551
12552 - type: "plot"
12553   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12554   algorithm: "plot_perf_box_name"
12555   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12556   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12557   include:
12558     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12559     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12560     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12561     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12562     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12563     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12564   layout:
12565     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12566     layout: "plot-throughput"
12567
12568 - type: "plot"
12569   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12570   algorithm: "plot_perf_box_name"
12571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12573   include:
12574     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12575     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12576     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12577     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12578     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12579     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12580   layout:
12581     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12582     layout: "plot-throughput"
12583
12584 - type: "plot"
12585   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12586   algorithm: "plot_perf_box_name"
12587   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12588   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12589   include:
12590     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12591     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12592     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12593     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12594     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12595     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12596   layout:
12597     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12598     layout: "plot-throughput"
12599
12600 - type: "plot"
12601   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12602   algorithm: "plot_perf_box_name"
12603   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12604   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12605   include:
12606     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12607     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12608     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12609     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12610     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12612   layout:
12613     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12614     layout: "plot-throughput"
12615
12616 - type: "plot"
12617   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12618   algorithm: "plot_perf_box_name"
12619   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12621   include:
12622     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12623     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12624     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12628   layout:
12629     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12630     layout: "plot-throughput"
12631
12632 - type: "plot"
12633   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12634   algorithm: "plot_perf_box_name"
12635   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12637   include:
12638     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12639     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12640     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12642     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12644   layout:
12645     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12646     layout: "plot-throughput"
12647
12648 - type: "plot"
12649   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12650   algorithm: "plot_perf_box_name"
12651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12653   include:
12654     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12660   layout:
12661     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12662     layout: "plot-throughput"
12663
12664 - type: "plot"
12665   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12666   algorithm: "plot_perf_box_name"
12667   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12669   include:
12670     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12676   layout:
12677     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12678     layout: "plot-throughput"
12679
12680 - type: "plot"
12681   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12682   algorithm: "plot_perf_box_name"
12683   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12684   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12685   include:
12686     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12690   layout:
12691     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12692     layout: "plot-throughput"
12693
12694 - type: "plot"
12695   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12696   algorithm: "plot_perf_box_name"
12697   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12698   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12699   include:
12700     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12704   layout:
12705     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12706     layout: "plot-throughput"
12707
12708 - type: "plot"
12709   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12710   algorithm: "plot_perf_box_name"
12711   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12712   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12713   include:
12714     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12715     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12716     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12720   layout:
12721     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12722     layout: "plot-throughput"
12723
12724 - type: "plot"
12725   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12726   algorithm: "plot_perf_box_name"
12727   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12728   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12729   include:
12730     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12731     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12732     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12733     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12734     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12735     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12736   layout:
12737     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12738     layout: "plot-throughput"
12739
12740 - type: "plot"
12741   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12742   algorithm: "plot_perf_box_name"
12743   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12744   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12745   include:
12746     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12747     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12748     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12749     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12750     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12751     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12752   layout:
12753     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12754     layout: "plot-throughput"
12755
12756 - type: "plot"
12757   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12758   algorithm: "plot_perf_box_name"
12759   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12760   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12761   include:
12762     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12763     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12764     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12765     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12766     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12768   layout:
12769     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12770     layout: "plot-throughput"
12771
12772 #- type: "plot"
12773 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12774 #  algorithm: "plot_perf_box_name"
12775 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12776 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12777 #  include:
12778 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12779 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12780 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12781 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12782 #  layout:
12783 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12784 #    layout: "plot-throughput"
12785 #
12786 #- type: "plot"
12787 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12788 #  algorithm: "plot_perf_box_name"
12789 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12790 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12791 #  include:
12792 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12793 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12794 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12795 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12796 #  layout:
12797 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12798 #    layout: "plot-throughput"
12799
12800 - type: "plot"
12801   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12802   algorithm: "plot_perf_box_name"
12803   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12804   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12805   include:
12806     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12807     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12808     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12809     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12810     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12811     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12812   layout:
12813     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12814     layout: "plot-throughput"
12815
12816 - type: "plot"
12817   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12818   algorithm: "plot_perf_box_name"
12819   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12820   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12821   include:
12822     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12823     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12825     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12826     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12827     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12828   layout:
12829     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12830     layout: "plot-throughput"
12831
12832 #- type: "plot"
12833 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12834 #  algorithm: "plot_perf_box_name"
12835 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12836 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12837 #  include:
12838 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12839 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12840 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12841 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12842 #  layout:
12843 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12844 #    layout: "plot-throughput"
12845 #
12846 #- type: "plot"
12847 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12848 #  algorithm: "plot_perf_box_name"
12849 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12850 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12851 #  include:
12852 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12853 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12854 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12855 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12856 #  layout:
12857 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12858 #    layout: "plot-throughput"
12859
12860 - type: "plot"
12861   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12862   algorithm: "plot_perf_box_name"
12863   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12864   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12865   include:
12866     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12867     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12868     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12869     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12870     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12871     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12872   layout:
12873     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12874     layout: "plot-throughput"
12875
12876 - type: "plot"
12877   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12878   algorithm: "plot_perf_box_name"
12879   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12880   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12881   include:
12882     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12883     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12884     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12885     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12886     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12887     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12888   layout:
12889     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12890     layout: "plot-throughput"
12891
12892 #- type: "plot"
12893 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12894 #  algorithm: "plot_perf_box_name"
12895 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12896 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12897 #  include:
12898 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12899 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12900 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12901 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12902 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12903 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12904 #  layout:
12905 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12906 #    layout: "plot-throughput"
12907 #
12908 #- type: "plot"
12909 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12910 #  algorithm: "plot_perf_box_name"
12911 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12912 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12913 #  include:
12914 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12915 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12916 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12917 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12918 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12919 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12920 #  layout:
12921 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12922 #    layout: "plot-throughput"
12923
12924 - type: "plot"
12925   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12926   algorithm: "plot_perf_box_name"
12927   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12928   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12929   include:
12930     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12931     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12932     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12933     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12934     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12935     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12936   layout:
12937     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12938     layout: "plot-throughput"
12939
12940 - type: "plot"
12941   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12942   algorithm: "plot_perf_box_name"
12943   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12944   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12945   include:
12946     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12947     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12948     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12949     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12950     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12951     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12952   layout:
12953     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12954     layout: "plot-throughput"
12955
12956 - type: "plot"
12957   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12958   algorithm: "plot_perf_box_name"
12959   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12961   include:
12962     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12963     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12964     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12965     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12966     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12967     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12968   layout:
12969     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12970     layout: "plot-throughput"
12971
12972 - type: "plot"
12973   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12974   algorithm: "plot_perf_box_name"
12975   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12976   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12977   include:
12978     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12979     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12980     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12981     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12982     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12983     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12984   layout:
12985     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12986     layout: "plot-throughput"
12987
12988 - type: "plot"
12989   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12990   algorithm: "plot_perf_box_name"
12991   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12993   include:
12994     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12995     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12996     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12997     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12998     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12999     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13000   layout:
13001     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13002     layout: "plot-throughput"
13003
13004 - type: "plot"
13005   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13006   algorithm: "plot_perf_box_name"
13007   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13008   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13009   include:
13010     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13011     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13012     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13013     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13014     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13015     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13016   layout:
13017     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13018     layout: "plot-throughput"
13019
13020 - type: "plot"
13021   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13022   algorithm: "plot_perf_box_name"
13023   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13024   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13025   include:
13026     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13027     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13028     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13029     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13030     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13031     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13032   layout:
13033     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13034     layout: "plot-throughput"
13035
13036 - type: "plot"
13037   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13038   algorithm: "plot_perf_box_name"
13039   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13040   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13041   include:
13042     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13043     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13044     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13045     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13046     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13047     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13048   layout:
13049     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13050     layout: "plot-throughput"
13051
13052 #- type: "plot"
13053 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13054 #  algorithm: "plot_perf_box_name"
13055 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13056 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13057 #  include:
13058 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13059 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13060 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13061 #  layout:
13062 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13063 #    layout: "plot-throughput"
13064 #
13065 #- type: "plot"
13066 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13067 #  algorithm: "plot_perf_box_name"
13068 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13069 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13070 #  include:
13071 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13072 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13073 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13074 #  layout:
13075 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13076 #    layout: "plot-throughput"
13077
13078 - type: "plot"
13079   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13080   algorithm: "plot_perf_box_name"
13081   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13082   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13083   include:
13084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13089   layout:
13090     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13091     layout: "plot-throughput"
13092
13093 - type: "plot"
13094   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13095   algorithm: "plot_perf_box_name"
13096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13098   include:
13099     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13104   layout:
13105     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13106     layout: "plot-throughput"
13107
13108 - type: "plot"
13109   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13110   algorithm: "plot_perf_box_name"
13111   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13113   include:
13114     - "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"
13115     - "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"
13116     - "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"
13117     - "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"
13118     - "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"
13119   layout:
13120     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13121     layout: "plot-throughput"
13122
13123 - type: "plot"
13124   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13125   algorithm: "plot_perf_box_name"
13126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13128   include:
13129     - "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"
13130     - "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"
13131     - "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"
13132     - "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"
13133     - "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"
13134   layout:
13135     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13136     layout: "plot-throughput"
13137
13138 - type: "plot"
13139   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13140   algorithm: "plot_perf_box_name"
13141   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13143   include:
13144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13149   layout:
13150     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13151     layout: "plot-throughput"
13152
13153 - type: "plot"
13154   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13155   algorithm: "plot_perf_box_name"
13156   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13158   include:
13159     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13164   layout:
13165     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13166     layout: "plot-throughput"
13167
13168 - type: "plot"
13169   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13170   algorithm: "plot_perf_box_name"
13171   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13172   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13173   include:
13174     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13175     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13176     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13177     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13179   layout:
13180     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13181     layout: "plot-throughput"
13182
13183 - type: "plot"
13184   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13185   algorithm: "plot_perf_box_name"
13186   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13187   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13188   include:
13189     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13190     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13191     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13192     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13193     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13194   layout:
13195     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13196     layout: "plot-throughput"
13197
13198 - type: "plot"
13199   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13200   algorithm: "plot_perf_box_name"
13201   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13202   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13203   include:
13204     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13205     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13206     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13207     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13208     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13209   layout:
13210     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13211     layout: "plot-throughput"
13212
13213 - type: "plot"
13214   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13215   algorithm: "plot_perf_box_name"
13216   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13218   include:
13219     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13220     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13221     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13222     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13223     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13224   layout:
13225     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13226     layout: "plot-throughput"
13227
13228 - type: "plot"
13229   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13230   algorithm: "plot_perf_box_name"
13231   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13232   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13233   include:
13234     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13235     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13236     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13237     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13238     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13239   layout:
13240     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13241     layout: "plot-throughput"
13242
13243 - type: "plot"
13244   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13245   algorithm: "plot_perf_box_name"
13246   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13247   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13248   include:
13249     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13250     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13251     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13252     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13253     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13254   layout:
13255     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13256     layout: "plot-throughput"
13257
13258 - type: "plot"
13259   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13260   algorithm: "plot_perf_box_name"
13261   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13263   include:
13264     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13265     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13266     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13267     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13268   layout:
13269     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13270     layout: "plot-throughput"
13271
13272 - type: "plot"
13273   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13274   algorithm: "plot_perf_box_name"
13275   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13276   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13277   include:
13278     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13279     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13280     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13281     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13282   layout:
13283     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13284     layout: "plot-throughput"
13285
13286 - type: "plot"
13287   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13288   algorithm: "plot_perf_box_name"
13289   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13291   include:
13292     - "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"
13293     - "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"
13294     - "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"
13295     - "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"
13296   layout:
13297     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13298     layout: "plot-throughput"
13299
13300 - type: "plot"
13301   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13302   algorithm: "plot_perf_box_name"
13303   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13305   include:
13306     - "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"
13307     - "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"
13308     - "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"
13309     - "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"
13310   layout:
13311     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13312     layout: "plot-throughput"
13313
13314 - type: "plot"
13315   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13316   algorithm: "plot_perf_box_name"
13317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13319   include:
13320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13326   layout:
13327     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13328     layout: "plot-throughput"
13329
13330 - type: "plot"
13331   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13332   algorithm: "plot_perf_box_name"
13333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13335   include:
13336     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13337     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13338     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13339     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13341     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13342   layout:
13343     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13344     layout: "plot-throughput"
13345
13346 - type: "plot"
13347   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13348   algorithm: "plot_perf_box_name"
13349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13351   include:
13352     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13353     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13354     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13355     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13356     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13358   layout:
13359     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13360     layout: "plot-throughput"
13361
13362 - type: "plot"
13363   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13364   algorithm: "plot_perf_box_name"
13365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13367   include:
13368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13370     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13374   layout:
13375     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13376     layout: "plot-throughput"
13377
13378 - type: "plot"
13379   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13380   algorithm: "plot_perf_box_name"
13381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13383   include:
13384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13387     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13389     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13390   layout:
13391     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13392     layout: "plot-throughput"
13393
13394 - type: "plot"
13395   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13396   algorithm: "plot_perf_box_name"
13397   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13399   include:
13400     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13401     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13402     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13403     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13404     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13405     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13406   layout:
13407     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13408     layout: "plot-throughput"
13409
13410 - type: "plot"
13411   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13412   algorithm: "plot_perf_box_name"
13413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13415   include:
13416     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13417     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13418     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13419     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13420     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13421   layout:
13422     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13423     layout: "plot-throughput"
13424
13425 - type: "plot"
13426   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13427   algorithm: "plot_perf_box_name"
13428   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13429   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13430   include:
13431     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13432     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13433     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13434     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13435     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13436   layout:
13437     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13438     layout: "plot-throughput"
13439
13440 - type: "plot"
13441   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13442   algorithm: "plot_perf_box_name"
13443   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13444   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13445   include:
13446     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13447     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13448   layout:
13449     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13450     layout: "plot-throughput"
13451
13452 - type: "plot"
13453   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13454   algorithm: "plot_perf_box_name"
13455   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13457   include:
13458     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13459     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13460   layout:
13461     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13462     layout: "plot-throughput"
13463
13464 - type: "plot"
13465   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13466   algorithm: "plot_perf_box_name"
13467   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13469   include:
13470     - "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"
13471     - "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"
13472   layout:
13473     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13474     layout: "plot-throughput"
13475
13476 - type: "plot"
13477   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13478   algorithm: "plot_perf_box_name"
13479   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13480   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13481   include:
13482     - "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"
13483     - "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"
13484   layout:
13485     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13486     layout: "plot-throughput"
13487
13488 - type: "plot"
13489   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13490   algorithm: "plot_perf_box_name"
13491   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13492   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13493   include:
13494     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13495     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13496   layout:
13497     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13498     layout: "plot-throughput"
13499
13500 - type: "plot"
13501   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13502   algorithm: "plot_perf_box_name"
13503   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13505   include:
13506     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13507     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13508   layout:
13509     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13510     layout: "plot-throughput"
13511
13512 - type: "plot"
13513   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13514   algorithm: "plot_perf_box_name"
13515   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13516   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13517   include:
13518     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13519     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13520   layout:
13521     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13522     layout: "plot-throughput"
13523
13524 - type: "plot"
13525   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13526   algorithm: "plot_perf_box_name"
13527   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13529   include:
13530     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13531     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13532   layout:
13533     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13534     layout: "plot-throughput"
13535
13536 - type: "plot"
13537   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13538   algorithm: "plot_perf_box_name"
13539   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13540   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13541   include:
13542     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13543     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13544     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13545     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13546     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13547     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13548   layout:
13549     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13550     layout: "plot-throughput"
13551
13552 - type: "plot"
13553   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13554   algorithm: "plot_perf_box_name"
13555   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13556   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13557   include:
13558     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13559     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13560     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13561     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13562     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13563     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13564   layout:
13565     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13566     layout: "plot-throughput"
13567
13568 - type: "plot"
13569   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13570   algorithm: "plot_perf_box_name"
13571   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13572   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13573   include:
13574     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13575     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13576     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13577     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13578     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13579     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13580   layout:
13581     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13582     layout: "plot-throughput"
13583
13584 - type: "plot"
13585   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13586   algorithm: "plot_perf_box_name"
13587   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13588   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13589   include:
13590     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13591     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13592     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13593     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13594     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13595     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13596   layout:
13597     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13598     layout: "plot-throughput"
13599
13600 #- type: "plot"
13601 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13602 #  algorithm: "plot_perf_box_name"
13603 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13604 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13605 #  include:
13606 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13607 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13608 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13609 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13610 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13611 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13612 #  layout:
13613 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13614 #    layout: "plot-throughput"
13615 #
13616 #- type: "plot"
13617 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13618 #  algorithm: "plot_perf_box_name"
13619 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13620 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13621 #  include:
13622 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13623 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13624 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13625 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13626 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13627 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13628 #  layout:
13629 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13630 #    layout: "plot-throughput"
13631
13632 - type: "plot"
13633   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13634   algorithm: "plot_perf_box_name"
13635   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13636   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13637   include:
13638     - "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"
13639     - "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"
13640     - "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"
13641     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13642     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13643     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13644   layout:
13645     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13646     layout: "plot-throughput"
13647
13648 - type: "plot"
13649   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13650   algorithm: "plot_perf_box_name"
13651   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13652   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13653   include:
13654     - "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"
13655     - "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"
13656     - "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"
13657     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13658     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13659     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13660   layout:
13661     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13662     layout: "plot-throughput"
13663
13664 ################################################################################
13665
13666 # Packet Speedup
13667
13668 - type: "plot"
13669   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13670   algorithm: "plot_tsa_name"
13671   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13673   include:
13674     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13675     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13676     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13677     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13678   layout:
13679     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13680     layout: "plot-throughput-speedup-analysis"
13681
13682 - type: "plot"
13683   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13684   algorithm: "plot_tsa_name"
13685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13687   include:
13688     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13689     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13690     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13691     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13692   layout:
13693     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13694     layout: "plot-throughput-speedup-analysis"
13695
13696 - type: "plot"
13697   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13698   algorithm: "plot_tsa_name"
13699   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13700   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13701   include:
13702     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13703     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13704     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13705     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13706   layout:
13707     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13708     layout: "plot-throughput-speedup-analysis"
13709
13710 - type: "plot"
13711   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13712   algorithm: "plot_tsa_name"
13713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13715   include:
13716     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13717     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13718     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13719     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13720   layout:
13721     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13722     layout: "plot-throughput-speedup-analysis"
13723
13724 - type: "plot"
13725   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13726   algorithm: "plot_tsa_name"
13727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13729   include:
13730     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13731     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13732     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13733     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13734     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13735   layout:
13736     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13737     layout: "plot-throughput-speedup-analysis"
13738
13739 - type: "plot"
13740   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13741   algorithm: "plot_tsa_name"
13742   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13744   include:
13745     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13746     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13747     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13748     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13749     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13750   layout:
13751     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13752     layout: "plot-throughput-speedup-analysis"
13753
13754 - type: "plot"
13755   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13756   algorithm: "plot_tsa_name"
13757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13759   include:
13760     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13761     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13762     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13763     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13764     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13765   layout:
13766     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13767     layout: "plot-throughput-speedup-analysis"
13768
13769 - type: "plot"
13770   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13771   algorithm: "plot_tsa_name"
13772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13774   include:
13775     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13776     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13777     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13778     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13779     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13780   layout:
13781     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13782     layout: "plot-throughput-speedup-analysis"
13783
13784 - type: "plot"
13785   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13786   algorithm: "plot_tsa_name"
13787   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13788   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13789   include:
13790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13792     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13796   layout:
13797     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13798     layout: "plot-throughput-speedup-analysis"
13799
13800 - type: "plot"
13801   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13802   algorithm: "plot_tsa_name"
13803   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13804   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13805   include:
13806     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13807     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13808     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13809     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13810     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13812   layout:
13813     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13814     layout: "plot-throughput-speedup-analysis"
13815
13816 - type: "plot"
13817   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13818   algorithm: "plot_tsa_name"
13819   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13820   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13821   include:
13822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13827   layout:
13828     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13829     layout: "plot-throughput-speedup-analysis"
13830
13831 - type: "plot"
13832   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13833   algorithm: "plot_tsa_name"
13834   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13835   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13836   include:
13837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13842   layout:
13843     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13844     layout: "plot-throughput-speedup-analysis"
13845
13846 - type: "plot"
13847   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13848   algorithm: "plot_tsa_name"
13849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13850   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13851   include:
13852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13855   layout:
13856     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13857     layout: "plot-throughput-speedup-analysis"
13858
13859 - type: "plot"
13860   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13861   algorithm: "plot_tsa_name"
13862   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13863   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13864   include:
13865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13868   layout:
13869     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13870     layout: "plot-throughput-speedup-analysis"
13871
13872 - type: "plot"
13873   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13874   algorithm: "plot_tsa_name"
13875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13876   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13877   include:
13878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13883   layout:
13884     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13885     layout: "plot-throughput-speedup-analysis"
13886
13887 - type: "plot"
13888   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13889   algorithm: "plot_tsa_name"
13890   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13891   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13892   include:
13893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13898   layout:
13899     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13900     layout: "plot-throughput-speedup-analysis"
13901
13902 - type: "plot"
13903   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13904   algorithm: "plot_tsa_name"
13905   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13906   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13907   include:
13908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13911   layout:
13912     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13913     layout: "plot-throughput-speedup-analysis"
13914
13915 - type: "plot"
13916   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13917   algorithm: "plot_tsa_name"
13918   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13919   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13920   include:
13921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13924   layout:
13925     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13926     layout: "plot-throughput-speedup-analysis"
13927
13928 - type: "plot"
13929   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13930   algorithm: "plot_tsa_name"
13931   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13933   include:
13934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13940   layout:
13941     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13942     layout: "plot-throughput-speedup-analysis"
13943
13944 - type: "plot"
13945   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13946   algorithm: "plot_tsa_name"
13947   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13949   include:
13950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13956   layout:
13957     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13958     layout: "plot-throughput-speedup-analysis"
13959
13960 - type: "plot"
13961   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13962   algorithm: "plot_tsa_name"
13963   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13965   include:
13966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13972   layout:
13973     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13974     layout: "plot-throughput-speedup-analysis"
13975
13976 - type: "plot"
13977   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13978   algorithm: "plot_tsa_name"
13979   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13980   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13981   include:
13982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13988   layout:
13989     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13990     layout: "plot-throughput-speedup-analysis"
13991
13992 - type: "plot"
13993   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13994   algorithm: "plot_tsa_name"
13995   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13997   include:
13998     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13999     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14001   layout:
14002     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14003     layout: "plot-throughput-speedup-analysis"
14004
14005 - type: "plot"
14006   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14007   algorithm: "plot_tsa_name"
14008   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14009   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14010   include:
14011     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14012     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14013     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14014   layout:
14015     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14016     layout: "plot-throughput-speedup-analysis"
14017
14018 - type: "plot"
14019   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14020   algorithm: "plot_tsa_name"
14021   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14023   include:
14024     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14025     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14026     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14027 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14028 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14029   layout:
14030     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14031     layout: "plot-throughput-speedup-analysis"
14032
14033 - type: "plot"
14034   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14035   algorithm: "plot_tsa_name"
14036   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14038   include:
14039     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14040     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14041     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14042 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14043 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14044   layout:
14045     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14046     layout: "plot-throughput-speedup-analysis"
14047
14048 - type: "plot"
14049   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14050   algorithm: "plot_tsa_name"
14051   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14053   include:
14054     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14055     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14056     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14057     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14058     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14059   layout:
14060     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14061     layout: "plot-throughput-speedup-analysis"
14062
14063 - type: "plot"
14064   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14065   algorithm: "plot_tsa_name"
14066   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14068   include:
14069     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14070     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14071     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14072     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14073     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14074   layout:
14075     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14076     layout: "plot-throughput-speedup-analysis"
14077
14078 - type: "plot"
14079   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14080   algorithm: "plot_tsa_name"
14081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14083   include:
14084     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14085     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14086     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14087     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14088     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14089   layout:
14090     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14091     layout: "plot-throughput-speedup-analysis"
14092
14093 - type: "plot"
14094   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14095   algorithm: "plot_tsa_name"
14096   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14098   include:
14099     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14100     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14101     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14102     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14104   layout:
14105     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14106     layout: "plot-throughput-speedup-analysis"
14107
14108 - type: "plot"
14109   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14110   algorithm: "plot_tsa_name"
14111   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14113   include:
14114     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14115     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14120   layout:
14121     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14122     layout: "plot-throughput-speedup-analysis"
14123
14124 - type: "plot"
14125   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14126   algorithm: "plot_tsa_name"
14127   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14128   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14129   include:
14130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14134     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14136   layout:
14137     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14138     layout: "plot-throughput-speedup-analysis"
14139
14140 - type: "plot"
14141   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14142   algorithm: "plot_tsa_name"
14143   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14145   include:
14146     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14149     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14152   layout:
14153     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14154     layout: "plot-throughput-speedup-analysis"
14155
14156 - type: "plot"
14157   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14158   algorithm: "plot_tsa_name"
14159   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14161   include:
14162     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14164     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14165     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14168   layout:
14169     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14170     layout: "plot-throughput-speedup-analysis"
14171
14172 - type: "plot"
14173   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14174   algorithm: "plot_tsa_name"
14175   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14176   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14177   include:
14178     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14179     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14180   layout:
14181     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14182     layout: "plot-throughput-speedup-analysis"
14183
14184 - type: "plot"
14185   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14186   algorithm: "plot_tsa_name"
14187   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14188   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14189   include:
14190     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14191     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14192   layout:
14193     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14194     layout: "plot-throughput-speedup-analysis"
14195
14196 - type: "plot"
14197   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14198   algorithm: "plot_tsa_name"
14199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14201   include:
14202     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14203     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14204     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14205     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14206   layout:
14207     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14208     layout: "plot-throughput-speedup-analysis"
14209
14210 - type: "plot"
14211   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14212   algorithm: "plot_tsa_name"
14213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14215   include:
14216     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14217     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14218     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14219     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14220   layout:
14221     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14222     layout: "plot-throughput-speedup-analysis"
14223
14224 - type: "plot"
14225   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14226   algorithm: "plot_tsa_name"
14227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14229   include:
14230     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14231     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14232     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14233     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14234   layout:
14235     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14236     layout: "plot-throughput-speedup-analysis"
14237
14238 - type: "plot"
14239   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14240   algorithm: "plot_tsa_name"
14241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14243   include:
14244     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14246     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14247     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14248   layout:
14249     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14250     layout: "plot-throughput-speedup-analysis"
14251
14252 - type: "plot"
14253   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14254   algorithm: "plot_tsa_name"
14255   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14256   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14257   include:
14258     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14259     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14260     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14261     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14262     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14263     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14264   layout:
14265     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14266     layout: "plot-throughput-speedup-analysis"
14267
14268 - type: "plot"
14269   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14270   algorithm: "plot_tsa_name"
14271   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14272   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14273   include:
14274     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14275     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14276     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14277     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14278     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14279     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14280   layout:
14281     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14282     layout: "plot-throughput-speedup-analysis"
14283
14284 - type: "plot"
14285   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14286   algorithm: "plot_tsa_name"
14287   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14288   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14289   include:
14290     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14291     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14292     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14293     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14294     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14295   layout:
14296     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14297     layout: "plot-throughput-speedup-analysis"
14298
14299 - type: "plot"
14300   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14301   algorithm: "plot_tsa_name"
14302   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14303   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14304   include:
14305     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14306     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14307     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14308     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14309     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14310   layout:
14311     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14312     layout: "plot-throughput-speedup-analysis"
14313
14314 - type: "plot"
14315   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14316   algorithm: "plot_tsa_name"
14317   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14318   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14319   include:
14320     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14321     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14322     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14323     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14324     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14325   layout:
14326     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14327     layout: "plot-throughput-speedup-analysis"
14328
14329 - type: "plot"
14330   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14331   algorithm: "plot_tsa_name"
14332   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14333   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14334   include:
14335     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14336     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14337     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14338     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14339     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14340   layout:
14341     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14342     layout: "plot-throughput-speedup-analysis"
14343
14344 - type: "plot"
14345   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14346   algorithm: "plot_tsa_name"
14347   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14348   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14349   include:
14350     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14351     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14352     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14353   layout:
14354     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14355     layout: "plot-throughput-speedup-analysis"
14356
14357 - type: "plot"
14358   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14359   algorithm: "plot_tsa_name"
14360   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14361   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14362   include:
14363     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14364     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14365     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14366   layout:
14367     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14368     layout: "plot-throughput-speedup-analysis"
14369
14370 - type: "plot"
14371   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14372   algorithm: "plot_tsa_name"
14373   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14375   include:
14376     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14377     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14378     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14379   layout:
14380     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14381     layout: "plot-throughput-speedup-analysis"
14382
14383 - type: "plot"
14384   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14385   algorithm: "plot_tsa_name"
14386   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14387   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14388   include:
14389     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14390     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14391     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14392   layout:
14393     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14394     layout: "plot-throughput-speedup-analysis"
14395
14396 - type: "plot"
14397   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14398   algorithm: "plot_tsa_name"
14399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14401   include:
14402     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14403     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14404     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14405     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14406     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14407   layout:
14408     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14409     layout: "plot-throughput-speedup-analysis"
14410
14411 - type: "plot"
14412   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14413   algorithm: "plot_tsa_name"
14414   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14415   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14416   include:
14417     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14418     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14419     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14420     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14421     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14422   layout:
14423     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14424     layout: "plot-throughput-speedup-analysis"
14425
14426 - type: "plot"
14427   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14428   algorithm: "plot_tsa_name"
14429   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14431   include:
14432     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14433     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14434     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14435     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14436     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14437   layout:
14438     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14439     layout: "plot-throughput-speedup-analysis"
14440
14441 - type: "plot"
14442   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14443   algorithm: "plot_tsa_name"
14444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14446   include:
14447     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14448     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14450     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14452   layout:
14453     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14454     layout: "plot-throughput-speedup-analysis"
14455
14456 - type: "plot"
14457   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14458   algorithm: "plot_tsa_name"
14459   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14460   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14461   include:
14462     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14463     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14464     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14465     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14466     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14467     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14468   layout:
14469     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14470     layout: "plot-throughput-speedup-analysis"
14471
14472 - type: "plot"
14473   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14474   algorithm: "plot_tsa_name"
14475   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14476   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14477   include:
14478     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14479     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14480     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14481     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14482     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14483     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14484   layout:
14485     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14486     layout: "plot-throughput-speedup-analysis"
14487
14488 - type: "plot"
14489   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14490   algorithm: "plot_tsa_name"
14491   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14492   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14493   include:
14494     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14495     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14496     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14497     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14498   layout:
14499     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14500     layout: "plot-throughput-speedup-analysis"
14501
14502 - type: "plot"
14503   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14504   algorithm: "plot_tsa_name"
14505   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14506   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14507   include:
14508     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14509     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14510     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14511     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14512   layout:
14513     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14514     layout: "plot-throughput-speedup-analysis"
14515
14516 - type: "plot"
14517   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14518   algorithm: "plot_tsa_name"
14519   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14520   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14521   include:
14522     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14523     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14524     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14525     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14526     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14527     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14528   layout:
14529     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14530     layout: "plot-throughput-speedup-analysis"
14531
14532 - type: "plot"
14533   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14534   algorithm: "plot_tsa_name"
14535   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14537   include:
14538     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14539     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14540     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14541     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14542     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14543     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14544   layout:
14545     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14546     layout: "plot-throughput-speedup-analysis"
14547
14548 - type: "plot"
14549   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14550   algorithm: "plot_tsa_name"
14551   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14553   include:
14554     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14555     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14556     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14557     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14558     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14559     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14560   layout:
14561     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14562     layout: "plot-throughput-speedup-analysis"
14563
14564 - type: "plot"
14565   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14566   algorithm: "plot_tsa_name"
14567   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14569   include:
14570     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14571     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14572     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14573     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14574     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14575     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14576   layout:
14577     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14578     layout: "plot-throughput-speedup-analysis"
14579
14580 - type: "plot"
14581   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14582   algorithm: "plot_tsa_name"
14583   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14584   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14585   include:
14586     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14587     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14589     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14592   layout:
14593     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14594     layout: "plot-throughput-speedup-analysis"
14595
14596 - type: "plot"
14597   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14598   algorithm: "plot_tsa_name"
14599   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14601   include:
14602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14608   layout:
14609     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14610     layout: "plot-throughput-speedup-analysis"
14611
14612 - type: "plot"
14613   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14614   algorithm: "plot_tsa_name"
14615   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14616   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14617   include:
14618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14624   layout:
14625     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14626     layout: "plot-throughput-speedup-analysis"
14627
14628 - type: "plot"
14629   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14630   algorithm: "plot_tsa_name"
14631   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14632   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14633   include:
14634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14640   layout:
14641     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14642     layout: "plot-throughput-speedup-analysis"
14643
14644 - type: "plot"
14645   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14646   algorithm: "plot_tsa_name"
14647   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14649   include:
14650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14656   layout:
14657     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14658     layout: "plot-throughput-speedup-analysis"
14659
14660 - type: "plot"
14661   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14662   algorithm: "plot_tsa_name"
14663   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14665   include:
14666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14672   layout:
14673     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14674     layout: "plot-throughput-speedup-analysis"
14675
14676 - type: "plot"
14677   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14678   algorithm: "plot_tsa_name"
14679   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14680   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14681   include:
14682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14686   layout:
14687     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14688     layout: "plot-throughput-speedup-analysis"
14689
14690 - type: "plot"
14691   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14692   algorithm: "plot_tsa_name"
14693   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14694   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14695   include:
14696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14700   layout:
14701     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14702     layout: "plot-throughput-speedup-analysis"
14703
14704 - type: "plot"
14705   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14706   algorithm: "plot_tsa_name"
14707   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14708   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14709   include:
14710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14714   layout:
14715     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14716     layout: "plot-throughput-speedup-analysis"
14717
14718 - type: "plot"
14719   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14720   algorithm: "plot_tsa_name"
14721   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14722   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14723   include:
14724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14728   layout:
14729     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14730     layout: "plot-throughput-speedup-analysis"
14731
14732 - type: "plot"
14733   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14734   algorithm: "plot_tsa_name"
14735   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14736   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14737   include:
14738     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14739     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14740     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14741     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14742     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14743     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14744   layout:
14745     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14746     layout: "plot-throughput-speedup-analysis"
14747
14748 - type: "plot"
14749   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14750   algorithm: "plot_tsa_name"
14751   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14752   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14753   include:
14754     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14755     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14756     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14757     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14758     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14759     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14760   layout:
14761     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14762     layout: "plot-throughput-speedup-analysis"
14763
14764 - type: "plot"
14765   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14766   algorithm: "plot_tsa_name"
14767   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14769   include:
14770     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14771     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14772     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14773     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14774     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14775   layout:
14776     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14777     layout: "plot-throughput-speedup-analysis"
14778
14779 - type: "plot"
14780   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14781   algorithm: "plot_tsa_name"
14782   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14784   include:
14785     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14786     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14787     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14788     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14789     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14790   layout:
14791     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14792     layout: "plot-throughput-speedup-analysis"
14793
14794 - type: "plot"
14795   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14796   algorithm: "plot_tsa_name"
14797   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14799   include:
14800     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14805   layout:
14806     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14807     layout: "plot-throughput-speedup-analysis"
14808
14809 - type: "plot"
14810   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14811   algorithm: "plot_tsa_name"
14812   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14814   include:
14815     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14816     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14820   layout:
14821     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14822     layout: "plot-throughput-speedup-analysis"
14823
14824 - type: "plot"
14825   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14826   algorithm: "plot_tsa_name"
14827   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14829   include:
14830     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14834   layout:
14835     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14836     layout: "plot-throughput-speedup-analysis"
14837
14838 - type: "plot"
14839   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14840   algorithm: "plot_tsa_name"
14841   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14843   include:
14844     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14846     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14847     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14848   layout:
14849     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14850     layout: "plot-throughput-speedup-analysis"
14851
14852 - type: "plot"
14853   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14854   algorithm: "plot_tsa_name"
14855   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14857   include:
14858     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14859     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14861     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14864   layout:
14865     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14866     layout: "plot-throughput-speedup-analysis"
14867
14868 - type: "plot"
14869   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14870   algorithm: "plot_tsa_name"
14871   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14873   include:
14874     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14877     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14878     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14879     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14880   layout:
14881     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14882     layout: "plot-throughput-speedup-analysis"
14883
14884 - type: "plot"
14885   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14886   algorithm: "plot_tsa_name"
14887   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14888   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14889   include:
14890     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14891     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14893     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14894     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14896   layout:
14897     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14898     layout: "plot-throughput-speedup-analysis"
14899
14900 - type: "plot"
14901   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14902   algorithm: "plot_tsa_name"
14903   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14905   include:
14906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14912   layout:
14913     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14914     layout: "plot-throughput-speedup-analysis"
14915
14916 - type: "plot"
14917   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14918   algorithm: "plot_tsa_name"
14919   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14921   include:
14922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14923     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14928   layout:
14929     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14930     layout: "plot-throughput-speedup-analysis"
14931
14932 - type: "plot"
14933   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14934   algorithm: "plot_tsa_name"
14935   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14937   include:
14938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14939     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14944   layout:
14945     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14946     layout: "plot-throughput-speedup-analysis"
14947
14948 - type: "plot"
14949   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14950   algorithm: "plot_tsa_name"
14951   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14952   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14953   include:
14954     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14955     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14956     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14957     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14958     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14959     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14960   layout:
14961     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14962     layout: "plot-throughput-speedup-analysis"
14963
14964 - type: "plot"
14965   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14966   algorithm: "plot_tsa_name"
14967   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14968   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14969   include:
14970     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14971     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14972     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14973     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14974     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14975     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14976   layout:
14977     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14978     layout: "plot-throughput-speedup-analysis"
14979
14980 - type: "plot"
14981   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14982   algorithm: "plot_tsa_name"
14983   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14985   include:
14986     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14987     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14988     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14989     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14990     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14991     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14992   layout:
14993     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14994     layout: "plot-throughput-speedup-analysis"
14995
14996 - type: "plot"
14997   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14998   algorithm: "plot_tsa_name"
14999   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15000   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15001   include:
15002     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15003     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15004     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15005     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15006     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15007     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15008   layout:
15009     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15010     layout: "plot-throughput-speedup-analysis"
15011
15012 - type: "plot"
15013   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15014   algorithm: "plot_tsa_name"
15015   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15017   include:
15018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15020     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15021     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15022     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15023   layout:
15024     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15025     layout: "plot-throughput-speedup-analysis"
15026
15027 - type: "plot"
15028   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15029   algorithm: "plot_tsa_name"
15030   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15031   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15032   include:
15033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15035     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15036     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15037     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15038   layout:
15039     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15040     layout: "plot-throughput-speedup-analysis"
15041
15042 - type: "plot"
15043   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15044   algorithm: "plot_tsa_name"
15045   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15047   include:
15048     - "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"
15049     - "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"
15050     - "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"
15051     - "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"
15052     - "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"
15053   layout:
15054     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15055     layout: "plot-throughput-speedup-analysis"
15056
15057 - type: "plot"
15058   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15059   algorithm: "plot_tsa_name"
15060   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15062   include:
15063     - "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"
15064     - "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"
15065     - "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"
15066     - "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"
15067     - "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"
15068   layout:
15069     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15070     layout: "plot-throughput-speedup-analysis"
15071
15072 - type: "plot"
15073   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15074   algorithm: "plot_tsa_name"
15075   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15076   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15077   include:
15078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15083   layout:
15084     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15085     layout: "plot-throughput-speedup-analysis"
15086
15087 - type: "plot"
15088   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15089   algorithm: "plot_tsa_name"
15090   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15092   include:
15093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15094     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15095     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15096     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15097     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15098   layout:
15099     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15100     layout: "plot-throughput-speedup-analysis"
15101
15102 - type: "plot"
15103   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15104   algorithm: "plot_tsa_name"
15105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15107   include:
15108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15110     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15111     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15112     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15113   layout:
15114     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15115     layout: "plot-throughput-speedup-analysis"
15116
15117 - type: "plot"
15118   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15119   algorithm: "plot_tsa_name"
15120   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15121   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15122   include:
15123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15128   layout:
15129     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15130     layout: "plot-throughput-speedup-analysis"
15131
15132 - type: "plot"
15133   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15134   algorithm: "plot_tsa_name"
15135   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15136   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15137   include:
15138     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15139     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15140     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15141     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15142     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15143   layout:
15144     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15145     layout: "plot-throughput-speedup-analysis"
15146
15147 - type: "plot"
15148   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15149   algorithm: "plot_tsa_name"
15150   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15151   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15152   include:
15153     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15154     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15155     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15156     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15157     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15158   layout:
15159     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15160     layout: "plot-throughput-speedup-analysis"
15161
15162 - type: "plot"
15163   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15164   algorithm: "plot_tsa_name"
15165   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15166   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15167   include:
15168     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15169     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15170     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15171     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15172     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15173   layout:
15174     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15175     layout: "plot-throughput-speedup-analysis"
15176
15177 - type: "plot"
15178   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15179   algorithm: "plot_tsa_name"
15180   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15181   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15182   include:
15183     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15184     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15185     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15186     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15187     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15188   layout:
15189     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15190     layout: "plot-throughput-speedup-analysis"
15191
15192 - type: "plot"
15193   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15194   algorithm: "plot_tsa_name"
15195   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15197   include:
15198     - "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"
15199     - "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"
15200     - "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"
15201     - "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"
15202   layout:
15203     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15204     layout: "plot-throughput-speedup-analysis"
15205
15206 - type: "plot"
15207   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15208   algorithm: "plot_tsa_name"
15209   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15211   include:
15212     - "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"
15213     - "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"
15214     - "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"
15215     - "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"
15216   layout:
15217     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15218     layout: "plot-throughput-speedup-analysis"
15219
15220 - type: "plot"
15221   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15222   algorithm: "plot_tsa_name"
15223   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15225   include:
15226     - "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"
15227     - "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"
15228     - "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"
15229     - "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"
15230   layout:
15231     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15232     layout: "plot-throughput-speedup-analysis"
15233
15234 - type: "plot"
15235   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15236   algorithm: "plot_tsa_name"
15237   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15239   include:
15240     - "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"
15241     - "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"
15242     - "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"
15243     - "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"
15244   layout:
15245     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15246     layout: "plot-throughput-speedup-analysis"
15247
15248 - type: "plot"
15249   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15250   algorithm: "plot_tsa_name"
15251   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15253   include:
15254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15260   layout:
15261     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15262     layout: "plot-throughput-speedup-analysis"
15263
15264 - type: "plot"
15265   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15266   algorithm: "plot_tsa_name"
15267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15269   include:
15270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15276   layout:
15277     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15278     layout: "plot-throughput-speedup-analysis"
15279
15280 - type: "plot"
15281   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15282   algorithm: "plot_tsa_name"
15283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15285   include:
15286     - "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"
15287     - "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"
15288     - "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"
15289     - "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"
15290     - "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"
15291     - "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"
15292   layout:
15293     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15294     layout: "plot-throughput-speedup-analysis"
15295
15296 - type: "plot"
15297   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15298   algorithm: "plot_tsa_name"
15299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15301   include:
15302     - "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"
15303     - "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"
15304     - "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"
15305     - "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"
15306     - "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"
15307     - "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"
15308   layout:
15309     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15310     layout: "plot-throughput-speedup-analysis"
15311
15312 - type: "plot"
15313   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15314   algorithm: "plot_tsa_name"
15315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15317   include:
15318     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15319     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15324   layout:
15325     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15326     layout: "plot-throughput-speedup-analysis"
15327
15328 - type: "plot"
15329   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15330   algorithm: "plot_tsa_name"
15331   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15333   include:
15334     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15335     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15336     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15337     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15338     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15339     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15340   layout:
15341     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15342     layout: "plot-throughput-speedup-analysis"
15343
15344 - type: "plot"
15345   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15346   algorithm: "plot_tsa_name"
15347   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15349   include:
15350     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15351     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15352     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15353     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15354     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15355   layout:
15356     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15357     layout: "plot-throughput-speedup-analysis"
15358
15359 - type: "plot"
15360   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15361   algorithm: "plot_tsa_name"
15362   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15363   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15364   include:
15365     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15370   layout:
15371     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15372     layout: "plot-throughput-speedup-analysis"
15373
15374 - type: "plot"
15375   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15376   algorithm: "plot_tsa_name"
15377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15379   include:
15380     - "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"
15381     - "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"
15382   layout:
15383     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15384     layout: "plot-throughput-speedup-analysis"
15385
15386 - type: "plot"
15387   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15388   algorithm: "plot_tsa_name"
15389   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15391   include:
15392     - "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"
15393     - "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"
15394   layout:
15395     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15396     layout: "plot-throughput-speedup-analysis"
15397
15398 - type: "plot"
15399   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15400   algorithm: "plot_tsa_name"
15401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15403   include:
15404     - "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"
15405     - "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"
15406   layout:
15407     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15408     layout: "plot-throughput-speedup-analysis"
15409
15410 - type: "plot"
15411   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15412   algorithm: "plot_tsa_name"
15413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15415   include:
15416     - "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"
15417     - "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"
15418   layout:
15419     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15420     layout: "plot-throughput-speedup-analysis"
15421
15422 - type: "plot"
15423   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15424   algorithm: "plot_tsa_name"
15425   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15426   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15427   include:
15428     - "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"
15429     - "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"
15430     - "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"
15431     - "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"
15432     - "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"
15433     - "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"
15434   layout:
15435     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15436     layout: "plot-throughput-speedup-analysis"
15437
15438 - type: "plot"
15439   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15440   algorithm: "plot_tsa_name"
15441   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15443   include:
15444     - "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"
15445     - "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"
15446     - "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"
15447     - "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"
15448     - "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"
15449     - "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"
15450   layout:
15451     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15452     layout: "plot-throughput-speedup-analysis"
15453
15454 - type: "plot"
15455   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15456   algorithm: "plot_tsa_name"
15457   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15458   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15459   include:
15460     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15461     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15462     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15463     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15464     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15465   layout:
15466     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15467     layout: "plot-throughput-speedup-analysis"
15468
15469 - type: "plot"
15470   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15471   algorithm: "plot_tsa_name"
15472   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15473   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15474   include:
15475     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15476     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15477     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15478     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15479     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15480   layout:
15481     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15482     layout: "plot-throughput-speedup-analysis"
15483
15484 - type: "plot"
15485   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15486   algorithm: "plot_tsa_name"
15487   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15488   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15489   include:
15490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15493     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15494     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15495   layout:
15496     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15497     layout: "plot-throughput-speedup-analysis"
15498
15499 - type: "plot"
15500   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15501   algorithm: "plot_tsa_name"
15502   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15503   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15504   include:
15505     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15506     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15507     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15508     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15509     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15510   layout:
15511     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15512     layout: "plot-throughput-speedup-analysis"
15513
15514 - type: "plot"
15515   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15516   algorithm: "plot_tsa_name"
15517   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15518   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15519   include:
15520     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15521     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15522     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15523     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15524     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15525     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15526   layout:
15527     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15528     layout: "plot-throughput-speedup-analysis"
15529
15530 - type: "plot"
15531   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15532   algorithm: "plot_tsa_name"
15533   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15534   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15535   include:
15536     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15537     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15538     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15539     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15540     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15541     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15542   layout:
15543     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15544     layout: "plot-throughput-speedup-analysis"
15545
15546 - type: "plot"
15547   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15548   algorithm: "plot_tsa_name"
15549   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15550   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15551   include:
15552     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15553     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15554     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15555     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15556   layout:
15557     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15558     layout: "plot-throughput-speedup-analysis"
15559
15560 - type: "plot"
15561   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15562   algorithm: "plot_tsa_name"
15563   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15564   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15565   include:
15566     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15567     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15568     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15569     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15570   layout:
15571     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15572     layout: "plot-throughput-speedup-analysis"
15573
15574 - type: "plot"
15575   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15576   algorithm: "plot_tsa_name"
15577   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15578   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15579   include:
15580     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15581     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15582     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15583     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15584     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15585   layout:
15586     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15587     layout: "plot-throughput-speedup-analysis"
15588
15589 - type: "plot"
15590   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15591   algorithm: "plot_tsa_name"
15592   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15593   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15594   include:
15595     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15596     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15597     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15598     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15599     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15600   layout:
15601     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15602     layout: "plot-throughput-speedup-analysis"
15603
15604 - type: "plot"
15605   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15606   algorithm: "plot_tsa_name"
15607   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15608   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15609   include:
15610     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15611     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15612     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15613     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15614     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15615     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15616   layout:
15617     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15618     layout: "plot-throughput-speedup-analysis"
15619
15620 - type: "plot"
15621   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15622   algorithm: "plot_tsa_name"
15623   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15624   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15625   include:
15626     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15627     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15628     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15629     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15630     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15631     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15632   layout:
15633     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15634     layout: "plot-throughput-speedup-analysis"
15635
15636 - type: "plot"
15637   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15638   algorithm: "plot_tsa_name"
15639   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15640   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15641   include:
15642     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15643     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15644     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15645     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15646   layout:
15647     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15648     layout: "plot-throughput-speedup-analysis"
15649
15650 - type: "plot"
15651   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15652   algorithm: "plot_tsa_name"
15653   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15654   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15655   include:
15656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15657     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15658     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15659     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15660   layout:
15661     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15662     layout: "plot-throughput-speedup-analysis"
15663
15664 - type: "plot"
15665   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15666   algorithm: "plot_tsa_name"
15667   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15668   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15669   include:
15670     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15671     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15672     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15673     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15674     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15675     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15676   layout:
15677     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15678     layout: "plot-throughput-speedup-analysis"
15679
15680 - type: "plot"
15681   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15682   algorithm: "plot_tsa_name"
15683   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15684   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15685   include:
15686     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15687     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15688     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15690     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15691     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15692   layout:
15693     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15694     layout: "plot-throughput-speedup-analysis"
15695
15696 - type: "plot"
15697   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15698   algorithm: "plot_tsa_name"
15699   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15700   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15701   include:
15702     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15703     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15704     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15705     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15706     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15708   layout:
15709     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15710     layout: "plot-throughput-speedup-analysis"
15711
15712 - type: "plot"
15713   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15714   algorithm: "plot_tsa_name"
15715   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15716   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15717   include:
15718     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15719     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15720     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15721     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15722     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15723     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15724   layout:
15725     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15726     layout: "plot-throughput-speedup-analysis"
15727
15728 - type: "plot"
15729   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15730   algorithm: "plot_tsa_name"
15731   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15732   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15733   include:
15734     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15735     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15736     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15737     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15738     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15739     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15740   layout:
15741     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15742     layout: "plot-throughput-speedup-analysis"
15743
15744 - type: "plot"
15745   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15746   algorithm: "plot_tsa_name"
15747   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15748   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15749   include:
15750     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15751     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15752     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15753     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15754     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15755     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15756   layout:
15757     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15758     layout: "plot-throughput-speedup-analysis"
15759
15760 - type: "plot"
15761   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15762   algorithm: "plot_tsa_name"
15763   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15764   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15765   include:
15766     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15767     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15768     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15769     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15770     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15771     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15772   layout:
15773     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15774     layout: "plot-throughput-speedup-analysis"
15775
15776 - type: "plot"
15777   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15778   algorithm: "plot_tsa_name"
15779   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15780   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15781   include:
15782     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15783     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15784     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15785     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15786     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15787     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15788   layout:
15789     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15790     layout: "plot-throughput-speedup-analysis"
15791
15792 - type: "plot"
15793   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15794   algorithm: "plot_tsa_name"
15795   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15796   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15797   include:
15798     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15799     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15800     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15801     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15802     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15803     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15804   layout:
15805     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15806     layout: "plot-throughput-speedup-analysis"
15807
15808 - type: "plot"
15809   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15810   algorithm: "plot_tsa_name"
15811   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15812   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15813   include:
15814     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15815     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15816     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15817     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15818     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15819     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15820   layout:
15821     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15822     layout: "plot-throughput-speedup-analysis"
15823
15824 #- type: "plot"
15825 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15826 #  algorithm: "plot_tsa_name"
15827 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15828 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15829 #  include:
15830 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15831 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15832 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15833 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15834 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15835 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15836 #  layout:
15837 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15838 #    layout: "plot-throughput-speedup-analysis"
15839 #
15840 #- type: "plot"
15841 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15842 #  algorithm: "plot_tsa_name"
15843 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15844 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15845 #  include:
15846 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15847 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15848 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15849 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15850 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15851 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15852 #  layout:
15853 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15854 #    layout: "plot-throughput-speedup-analysis"
15855
15856 - type: "plot"
15857   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15858   algorithm: "plot_tsa_name"
15859   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15860   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15861   include:
15862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15867   layout:
15868     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15869     layout: "plot-throughput-speedup-analysis"
15870
15871 - type: "plot"
15872   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15873   algorithm: "plot_tsa_name"
15874   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15875   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15876   include:
15877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15880     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15881     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15882   layout:
15883     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15884     layout: "plot-throughput-speedup-analysis"
15885
15886 - type: "plot"
15887   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15888   algorithm: "plot_tsa_name"
15889   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15890   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15891   include:
15892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15894     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15895     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15896     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15897     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15898   layout:
15899     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15900     layout: "plot-throughput-speedup-analysis"
15901
15902 - type: "plot"
15903   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15904   algorithm: "plot_tsa_name"
15905   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15906   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15907   include:
15908     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15909     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15910     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15912     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15913     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15914   layout:
15915     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15916     layout: "plot-throughput-speedup-analysis"
15917
15918 - type: "plot"
15919   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15920   algorithm: "plot_tsa_name"
15921   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15922   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15923   include:
15924     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15925     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15926     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15927     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15928     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15929   layout:
15930     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15931     layout: "plot-throughput-speedup-analysis"
15932
15933 - type: "plot"
15934   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15935   algorithm: "plot_tsa_name"
15936   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15937   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15938   include:
15939     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15940     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15941     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15942     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15943     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15944   layout:
15945     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15946     layout: "plot-throughput-speedup-analysis"
15947
15948 #- type: "plot"
15949 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15950 #  algorithm: "plot_tsa_name"
15951 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15952 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15953 #  include:
15954 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15955 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15956 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15957 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15958 #  layout:
15959 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15960 #    layout: "plot-throughput-speedup-analysis"
15961 #
15962 #- type: "plot"
15963 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15964 #  algorithm: "plot_tsa_name"
15965 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15966 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15967 #  include:
15968 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15969 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15970 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15971 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15972 #  layout:
15973 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15974 #    layout: "plot-throughput-speedup-analysis"
15975
15976 - type: "plot"
15977   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15978   algorithm: "plot_tsa_name"
15979   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15980   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15981   include:
15982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15983     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15988   layout:
15989     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15990     layout: "plot-throughput-speedup-analysis"
15991
15992 - type: "plot"
15993   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15994   algorithm: "plot_tsa_name"
15995   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15996   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15997   include:
15998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16004   layout:
16005     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16006     layout: "plot-throughput-speedup-analysis"
16007
16008 - type: "plot"
16009   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16010   algorithm: "plot_tsa_name"
16011   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16012   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16013   include:
16014     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16015     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16016     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16017     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16018     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16019   layout:
16020     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16021     layout: "plot-throughput-speedup-analysis"
16022
16023 - type: "plot"
16024   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16025   algorithm: "plot_tsa_name"
16026   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16027   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16028   include:
16029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16030     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16031     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16032     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16033     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16034   layout:
16035     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16036     layout: "plot-throughput-speedup-analysis"
16037
16038 - type: "plot"
16039   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16040   algorithm: "plot_tsa_name"
16041   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16042   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16043   include:
16044     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16045     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16046     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16047     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16048     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16049     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16050   layout:
16051     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16052     layout: "plot-throughput-speedup-analysis"
16053
16054 - type: "plot"
16055   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16056   algorithm: "plot_tsa_name"
16057   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16058   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16059   include:
16060     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16061     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16062     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16063     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16064     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16065     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16066   layout:
16067     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16068     layout: "plot-throughput-speedup-analysis"
16069
16070 - type: "plot"
16071   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16072   algorithm: "plot_tsa_name"
16073   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16074   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16075   include:
16076     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16077     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16078     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16079     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16080   layout:
16081     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16082     layout: "plot-throughput-speedup-analysis"
16083
16084 - type: "plot"
16085   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16086   algorithm: "plot_tsa_name"
16087   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16088   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16089   include:
16090     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16091     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16092     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16093     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16094   layout:
16095     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16096     layout: "plot-throughput-speedup-analysis"
16097
16098 - type: "plot"
16099   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16100   algorithm: "plot_tsa_name"
16101   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16102   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16103   include:
16104     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16105     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16106     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16107     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16108     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16109   layout:
16110     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16111     layout: "plot-throughput-speedup-analysis"
16112
16113 - type: "plot"
16114   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16115   algorithm: "plot_tsa_name"
16116   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16117   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16118   include:
16119     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16120     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16121     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16122     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16123     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16124   layout:
16125     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16126     layout: "plot-throughput-speedup-analysis"
16127
16128 - type: "plot"
16129   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16130   algorithm: "plot_tsa_name"
16131   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16132   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16133   include:
16134     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16135     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16136     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16137     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16138     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16139     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16140   layout:
16141     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16142     layout: "plot-throughput-speedup-analysis"
16143
16144 - type: "plot"
16145   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16146   algorithm: "plot_tsa_name"
16147   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16148   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16149   include:
16150     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16151     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16152     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16153     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16154     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16155     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16156   layout:
16157     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16158     layout: "plot-throughput-speedup-analysis"
16159
16160 #- type: "plot"
16161 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16162 #  algorithm: "plot_tsa_name"
16163 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16164 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16165 #  include:
16166 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16167 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16168 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16169 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16170 #  layout:
16171 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16172 #    layout: "plot-throughput-speedup-analysis"
16173 #
16174 #- type: "plot"
16175 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16176 #  algorithm: "plot_tsa_name"
16177 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16178 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16179 #  include:
16180 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16181 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16182 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16183 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16184 #  layout:
16185 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16186 #    layout: "plot-throughput-speedup-analysis"
16187
16188 - type: "plot"
16189   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16190   algorithm: "plot_tsa_name"
16191   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16192   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16193   include:
16194     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16195     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16196     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16197     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16198     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16199     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16200   layout:
16201     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16202     layout: "plot-throughput-speedup-analysis"
16203
16204 - type: "plot"
16205   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16206   algorithm: "plot_tsa_name"
16207   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16208   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16209   include:
16210     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16211     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16212     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16213     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16214     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16215     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16216   layout:
16217     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16218     layout: "plot-throughput-speedup-analysis"
16219
16220 #- type: "plot"
16221 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16222 #  algorithm: "plot_tsa_name"
16223 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16224 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16225 #  include:
16226 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16227 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16228 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16229 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16230 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16231 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16232 #  layout:
16233 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16234 #    layout: "plot-throughput-speedup-analysis"
16235 #
16236 #- type: "plot"
16237 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16238 #  algorithm: "plot_tsa_name"
16239 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16240 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16241 #  include:
16242 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16243 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16244 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16245 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16246 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16247 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16248 #  layout:
16249 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16250 #    layout: "plot-throughput-speedup-analysis"
16251
16252 #- type: "plot"
16253 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16254 #  algorithm: "plot_tsa_name"
16255 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16256 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16257 #  include:
16258 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16259 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16260 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16261 #  layout:
16262 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16263 #    layout: "plot-throughput-speedup-analysis"
16264 #
16265 #- type: "plot"
16266 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16267 #  algorithm: "plot_tsa_name"
16268 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16269 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16270 #  include:
16271 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16272 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16273 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16274 #  layout:
16275 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16276 #    layout: "plot-throughput-speedup-analysis"
16277
16278 ################################################################################
16279
16280 # Packet Throughput - DPDK
16281
16282 # 2n-skx-xxv710
16283
16284 - type: "plot"
16285   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16286   algorithm: "plot_perf_box_name"
16287   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16288   data: "plot-dpdk-throughput-latency-2n-skx"
16289   include:
16290     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16291     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16292   layout:
16293     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16294     layout: "plot-throughput"
16295
16296 - type: "plot"
16297   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16298   algorithm: "plot_perf_box_name"
16299   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16300   data: "plot-dpdk-throughput-latency-2n-skx"
16301   include:
16302     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16303     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16304   layout:
16305     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16306     layout: "plot-throughput"
16307
16308 - type: "plot"
16309   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16310   algorithm: "plot_perf_box_name"
16311   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16312   data: "plot-dpdk-throughput-latency-2n-skx"
16313   include:
16314     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16315     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16316   layout:
16317     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16318     layout: "plot-throughput"
16319
16320 - type: "plot"
16321   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16322   algorithm: "plot_perf_box_name"
16323   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16324   data: "plot-dpdk-throughput-latency-2n-skx"
16325   include:
16326     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16327     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16328   layout:
16329     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16330     layout: "plot-throughput"
16331
16332 # 2n-skx-x710
16333
16334 - type: "plot"
16335   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16336   algorithm: "plot_perf_box_name"
16337   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16338   data: "plot-dpdk-throughput-latency-2n-skx"
16339   include:
16340     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16341     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16342   layout:
16343     title: "2n-skx-x710-64b-2t1c-base-ndr"
16344     layout: "plot-throughput"
16345
16346 - type: "plot"
16347   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16348   algorithm: "plot_perf_box_name"
16349   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16350   data: "plot-dpdk-throughput-latency-2n-skx"
16351   include:
16352     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16353     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16354   layout:
16355     title: "2n-skx-x710-64b-4t2c-base-ndr"
16356     layout: "plot-throughput"
16357
16358 - type: "plot"
16359   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16360   algorithm: "plot_perf_box_name"
16361   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16362   data: "plot-dpdk-throughput-latency-2n-skx"
16363   include:
16364     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16365     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16366   layout:
16367     title: "2n-skx-x710-64b-2t1c-base-pdr"
16368     layout: "plot-throughput"
16369
16370 - type: "plot"
16371   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16372   algorithm: "plot_perf_box_name"
16373   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16374   data: "plot-dpdk-throughput-latency-2n-skx"
16375   include:
16376     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16377     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16378   layout:
16379     title: "2n-skx-x710-64b-4t2c-base-pdr"
16380     layout: "plot-throughput"
16381
16382 # 3n-skx-xxv710
16383
16384 - type: "plot"
16385   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16386   algorithm: "plot_perf_box_name"
16387   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16388   data: "plot-dpdk-throughput-latency-3n-skx"
16389   include:
16390     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16391     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16392   layout:
16393     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16394     layout: "plot-throughput"
16395
16396 - type: "plot"
16397   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16398   algorithm: "plot_perf_box_name"
16399   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16400   data: "plot-dpdk-throughput-latency-3n-skx"
16401   include:
16402     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16403     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16404   layout:
16405     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16406     layout: "plot-throughput"
16407
16408 - type: "plot"
16409   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16410   algorithm: "plot_perf_box_name"
16411   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16412   data: "plot-dpdk-throughput-latency-3n-skx"
16413   include:
16414     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16415     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16416   layout:
16417     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16418     layout: "plot-throughput"
16419
16420 - type: "plot"
16421   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16422   algorithm: "plot_perf_box_name"
16423   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16424   data: "plot-dpdk-throughput-latency-3n-skx"
16425   include:
16426     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16427     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16428   layout:
16429     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16430     layout: "plot-throughput"
16431
16432 # 3n-skx-x710
16433
16434 - type: "plot"
16435   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16436   algorithm: "plot_perf_box_name"
16437   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16438   data: "plot-dpdk-throughput-latency-3n-skx"
16439   include:
16440     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16441     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16442   layout:
16443     title: "3n-skx-x710-64b-2t1c-base-ndr"
16444     layout: "plot-throughput"
16445
16446 - type: "plot"
16447   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16448   algorithm: "plot_perf_box_name"
16449   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16450   data: "plot-dpdk-throughput-latency-3n-skx"
16451   include:
16452     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16453     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16454   layout:
16455     title: "3n-skx-x710-64b-4t2c-base-ndr"
16456     layout: "plot-throughput"
16457
16458 - type: "plot"
16459   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16460   algorithm: "plot_perf_box_name"
16461   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16462   data: "plot-dpdk-throughput-latency-3n-skx"
16463   include:
16464     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16465     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16466   layout:
16467     title: "3n-skx-x710-64b-2t1c-base-pdr"
16468     layout: "plot-throughput"
16469
16470 - type: "plot"
16471   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16472   algorithm: "plot_perf_box_name"
16473   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16474   data: "plot-dpdk-throughput-latency-3n-skx"
16475   include:
16476     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16477     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16478   layout:
16479     title: "3n-skx-x710-64b-4t2c-base-pdr"
16480     layout: "plot-throughput"
16481
16482 # 3n-hsw-xl710
16483
16484 - type: "plot"
16485   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16486   algorithm: "plot_perf_box_name"
16487   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16488   data: "plot-dpdk-throughput-latency-3n-hsw"
16489   include:
16490     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16491     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16492   layout:
16493     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16494     layout: "plot-throughput"
16495
16496 - type: "plot"
16497   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16498   algorithm: "plot_perf_box_name"
16499   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16500   data: "plot-dpdk-throughput-latency-3n-hsw"
16501   include:
16502     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16503     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16504   layout:
16505     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16506     layout: "plot-throughput"
16507
16508 - type: "plot"
16509   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16510   algorithm: "plot_perf_box_name"
16511   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16512   data: "plot-dpdk-throughput-latency-3n-hsw"
16513   include:
16514     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16515     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16516   layout:
16517     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16518     layout: "plot-throughput"
16519
16520 - type: "plot"
16521   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16522   algorithm: "plot_perf_box_name"
16523   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16524   data: "plot-dpdk-throughput-latency-3n-hsw"
16525   include:
16526     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16527     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16528   layout:
16529     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16530     layout: "plot-throughput"
16531
16532 # 3n-hsw-x710
16533
16534 - type: "plot"
16535   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16536   algorithm: "plot_perf_box_name"
16537   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16538   data: "plot-dpdk-throughput-latency-3n-hsw"
16539   include:
16540     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16541     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16542   layout:
16543     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16544     layout: "plot-throughput"
16545
16546 - type: "plot"
16547   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16548   algorithm: "plot_perf_box_name"
16549   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16550   data: "plot-dpdk-throughput-latency-3n-hsw"
16551   include:
16552     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16553     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16554   layout:
16555     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16556     layout: "plot-throughput"
16557
16558 - type: "plot"
16559   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16560   algorithm: "plot_perf_box_name"
16561   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16562   data: "plot-dpdk-throughput-latency-3n-hsw"
16563   include:
16564     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16565     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16566   layout:
16567     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16568     layout: "plot-throughput"
16569
16570 - type: "plot"
16571   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16572   algorithm: "plot_perf_box_name"
16573   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16574   data: "plot-dpdk-throughput-latency-3n-hsw"
16575   include:
16576     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16577     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16578   layout:
16579     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16580     layout: "plot-throughput"
16581
16582 # 2n-dnv-x553
16583
16584 - type: "plot"
16585   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16586   algorithm: "plot_perf_box_name"
16587   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16588   data: "plot-dpdk-throughput-latency-2n-dnv"
16589   include:
16590     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16591     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16592   layout:
16593     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16594     layout: "plot-throughput"
16595
16596 - type: "plot"
16597   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16598   algorithm: "plot_perf_box_name"
16599   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16600   data: "plot-dpdk-throughput-latency-2n-dnv"
16601   include:
16602     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16603     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16604   layout:
16605     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16606     layout: "plot-throughput"
16607
16608 - type: "plot"
16609   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16610   algorithm: "plot_perf_box_name"
16611   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16612   data: "plot-dpdk-throughput-latency-2n-dnv"
16613   include:
16614     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16615     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16616   layout:
16617     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16618     layout: "plot-throughput"
16619
16620 - type: "plot"
16621   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16622   algorithm: "plot_perf_box_name"
16623   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16624   data: "plot-dpdk-throughput-latency-2n-dnv"
16625   include:
16626     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16627     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16628   layout:
16629     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16630     layout: "plot-throughput"
16631
16632 # 3n-dnv-x553
16633
16634 - type: "plot"
16635   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16636   algorithm: "plot_perf_box_name"
16637   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16638   data: "plot-dpdk-throughput-latency-3n-dnv"
16639   include:
16640     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16641     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16642   layout:
16643     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16644     layout: "plot-throughput"
16645
16646 - type: "plot"
16647   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16648   algorithm: "plot_perf_box_name"
16649   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16650   data: "plot-dpdk-throughput-latency-3n-dnv"
16651   include:
16652     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16653     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16654   layout:
16655     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16656     layout: "plot-throughput"
16657
16658 - type: "plot"
16659   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16660   algorithm: "plot_perf_box_name"
16661   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16662   data: "plot-dpdk-throughput-latency-3n-dnv"
16663   include:
16664     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16665     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16666   layout:
16667     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16668     layout: "plot-throughput"
16669
16670 - type: "plot"
16671   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16672   algorithm: "plot_perf_box_name"
16673   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16674   data: "plot-dpdk-throughput-latency-3n-dnv"
16675   include:
16676     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16677     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16678   layout:
16679     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16680     layout: "plot-throughput"
16681
16682 # 3n-tsh-x520
16683
16684 - type: "plot"
16685   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16686   algorithm: "plot_perf_box_name"
16687   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16688   data: "plot-dpdk-throughput-latency-3n-tsh"
16689   include:
16690     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16691     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16692   layout:
16693     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16694     layout: "plot-throughput"
16695
16696 - type: "plot"
16697   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16698   algorithm: "plot_perf_box_name"
16699   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16700   data: "plot-dpdk-throughput-latency-3n-tsh"
16701   include:
16702     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16703     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16704   layout:
16705     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16706     layout: "plot-throughput"
16707
16708 - type: "plot"
16709   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16710   algorithm: "plot_perf_box_name"
16711   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16712   data: "plot-dpdk-throughput-latency-3n-tsh"
16713   include:
16714     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16715     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16716   layout:
16717     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16718     layout: "plot-throughput"
16719
16720 - type: "plot"
16721   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16722   algorithm: "plot_perf_box_name"
16723   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16724   data: "plot-dpdk-throughput-latency-3n-tsh"
16725   include:
16726     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16727     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16728   layout:
16729     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16730     layout: "plot-throughput"
16731
16732 ################################################################################
16733 ###   2n-clx                                                                 ###
16734 ################################################################################
16735
16736 # Packet Throughput
16737
16738 - type: "plot"
16739   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16740   algorithm: "plot_perf_box_name"
16741   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16742   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16743   include:
16744     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16745     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16746     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16747     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16748   layout:
16749     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16750     layout: "plot-throughput"
16751
16752 - type: "plot"
16753   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16754   algorithm: "plot_perf_box_name"
16755   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16757   include:
16758     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16759     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16760     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16761     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16762   layout:
16763     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16764     layout: "plot-throughput"
16765
16766 - type: "plot"
16767   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16768   algorithm: "plot_perf_box_name"
16769   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16770   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16771   include:
16772     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16773     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16774     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16775     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16776   layout:
16777     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16778     layout: "plot-throughput"
16779
16780 - type: "plot"
16781   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16782   algorithm: "plot_perf_box_name"
16783   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16784   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16785   include:
16786     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16787     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16788     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16789     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16790   layout:
16791     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16792     layout: "plot-throughput"
16793
16794 - type: "plot"
16795   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16796   algorithm: "plot_perf_box_name"
16797   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16798   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16799   include:
16800     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16801     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16802     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16803     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16804   layout:
16805     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16806     layout: "plot-throughput"
16807
16808 - type: "plot"
16809   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16810   algorithm: "plot_perf_box_name"
16811   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16813   include:
16814     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16815     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16816     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16817     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16818   layout:
16819     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16820     layout: "plot-throughput"
16821
16822 - type: "plot"
16823   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16824   algorithm: "plot_perf_box_name"
16825   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16827   include:
16828     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16829     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16830     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16831     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16832     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16833     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16834   layout:
16835     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16836     layout: "plot-throughput"
16837
16838 - type: "plot"
16839   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16840   algorithm: "plot_perf_box_name"
16841   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16842   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16843   include:
16844     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16845     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16846     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16847     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16848     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16849   layout:
16850     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16851     layout: "plot-throughput"
16852
16853 - type: "plot"
16854   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16855   algorithm: "plot_perf_box_name"
16856   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16857   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16858   include:
16859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16863   layout:
16864     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16865     layout: "plot-throughput"
16866
16867 - type: "plot"
16868   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16869   algorithm: "plot_perf_box_name"
16870   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16871   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16872   include:
16873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16877   layout:
16878     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16879     layout: "plot-throughput"
16880
16881 - type: "plot"
16882   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16883   algorithm: "plot_perf_box_name"
16884   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16886   include:
16887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16890   layout:
16891     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16892     layout: "plot-throughput"
16893
16894 - type: "plot"
16895   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16896   algorithm: "plot_perf_box_name"
16897   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16899   include:
16900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16903   layout:
16904     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16905     layout: "plot-throughput"
16906
16907 - type: "plot"
16908   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16909   algorithm: "plot_perf_box_name"
16910   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16911   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16912   include:
16913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16918   layout:
16919     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16920     layout: "plot-throughput"
16921
16922 - type: "plot"
16923   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16924   algorithm: "plot_perf_box_name"
16925   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16927   include:
16928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16933   layout:
16934     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16935     layout: "plot-throughput"
16936
16937 - type: "plot"
16938   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16939   algorithm: "plot_perf_box_name"
16940   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16942   include:
16943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16946   layout:
16947     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16948     layout: "plot-throughput"
16949
16950 - type: "plot"
16951   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16952   algorithm: "plot_perf_box_name"
16953   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16955   include:
16956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16959   layout:
16960     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16961     layout: "plot-throughput"
16962
16963 - type: "plot"
16964   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16965   algorithm: "plot_perf_box_name"
16966   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16968   include:
16969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16975   layout:
16976     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16977     layout: "plot-throughput"
16978
16979 - type: "plot"
16980   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16981   algorithm: "plot_perf_box_name"
16982   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16983   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16984   include:
16985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16991   layout:
16992     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16993     layout: "plot-throughput"
16994
16995 - type: "plot"
16996   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16997   algorithm: "plot_perf_box_name"
16998   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17000   include:
17001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17007   layout:
17008     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17009     layout: "plot-throughput"
17010
17011 - type: "plot"
17012   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17013   algorithm: "plot_perf_box_name"
17014   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17016   include:
17017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17023   layout:
17024     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17025     layout: "plot-throughput"
17026
17027 - type: "plot"
17028   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17029   algorithm: "plot_perf_box_name"
17030   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17032   include:
17033     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17034     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17035   layout:
17036     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17037     layout: "plot-throughput"
17038
17039 - type: "plot"
17040   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17041   algorithm: "plot_perf_box_name"
17042   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17043   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17044   include:
17045     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17046     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17047   layout:
17048     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17049     layout: "plot-throughput"
17050
17051 - type: "plot"
17052   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17053   algorithm: "plot_perf_box_name"
17054   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17055   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17056   include:
17057     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17058     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17059     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17060     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17061     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17062     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17063   layout:
17064     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17065     layout: "plot-throughput"
17066
17067 - type: "plot"
17068   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17069   algorithm: "plot_perf_box_name"
17070   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17072   include:
17073     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17074     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17075     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17076     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17077     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17078     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17079   layout:
17080     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17081     layout: "plot-throughput"
17082
17083 - type: "plot"
17084   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17085   algorithm: "plot_perf_box_name"
17086   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17088   include:
17089     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17090     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17091     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17092     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17093     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17094     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17095   layout:
17096     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17097     layout: "plot-throughput"
17098
17099 - type: "plot"
17100   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17101   algorithm: "plot_perf_box_name"
17102   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17104   include:
17105     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17106     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17107     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17108     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17109     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17110     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17111   layout:
17112     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17113     layout: "plot-throughput"
17114
17115 - type: "plot"
17116   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17117   algorithm: "plot_perf_box_name"
17118   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17119   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17120   include:
17121     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17122     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17123     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17124     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17125     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17126     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17127   layout:
17128     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17129     layout: "plot-throughput"
17130
17131 - type: "plot"
17132   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17133   algorithm: "plot_perf_box_name"
17134   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17135   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17136   include:
17137     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17138     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17139     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17143   layout:
17144     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17145     layout: "plot-throughput"
17146
17147 - type: "plot"
17148   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17149   algorithm: "plot_perf_box_name"
17150   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17152   include:
17153     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17154     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17155     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17156     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17157     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17158   layout:
17159     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17160     layout: "plot-throughput"
17161
17162 - type: "plot"
17163   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17164   algorithm: "plot_perf_box_name"
17165   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17167   include:
17168     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17169     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17170     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17171     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17172     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17173   layout:
17174     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17175     layout: "plot-throughput"
17176
17177 - type: "plot"
17178   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17179   algorithm: "plot_perf_box_name"
17180   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17182   include:
17183     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17184     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17188   layout:
17189     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17190     layout: "plot-throughput"
17191
17192 - type: "plot"
17193   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17194   algorithm: "plot_perf_box_name"
17195   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17197   include:
17198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17203   layout:
17204     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17205     layout: "plot-throughput"
17206
17207 - type: "plot"
17208   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17209   algorithm: "plot_perf_box_name"
17210   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17212   include:
17213     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17214     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17215     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17216     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17217     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17218   layout:
17219     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17220     layout: "plot-throughput"
17221
17222 - type: "plot"
17223   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17224   algorithm: "plot_perf_box_name"
17225   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17227   include:
17228     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17229     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17230     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17231     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17232     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17233   layout:
17234     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17235     layout: "plot-throughput"
17236
17237 - type: "plot"
17238   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17239   algorithm: "plot_perf_box_name"
17240   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17242   include:
17243     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17244     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17245     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17246     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17247     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17248   layout:
17249     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17250     layout: "plot-throughput"
17251
17252 - type: "plot"
17253   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17254   algorithm: "plot_perf_box_name"
17255   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17257   include:
17258     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17259     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17260     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17261     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17262     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17263   layout:
17264     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17265     layout: "plot-throughput"
17266
17267 - type: "plot"
17268   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17269   algorithm: "plot_perf_box_name"
17270   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17272   include:
17273     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17274     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17275     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17276     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17277     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17278   layout:
17279     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17280     layout: "plot-throughput"
17281
17282 - type: "plot"
17283   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17284   algorithm: "plot_perf_box_name"
17285   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17286   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17287   include:
17288     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17289     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17290     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17291     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17292     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17293   layout:
17294     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17295     layout: "plot-throughput"
17296
17297 - type: "plot"
17298   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17299   algorithm: "plot_perf_box_name"
17300   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17302   include:
17303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17309   layout:
17310     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17311     layout: "plot-throughput"
17312
17313 - type: "plot"
17314   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17315   algorithm: "plot_perf_box_name"
17316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17318   include:
17319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17322     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17323     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17324     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17325   layout:
17326     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17327     layout: "plot-throughput"
17328
17329 - type: "plot"
17330   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17331   algorithm: "plot_perf_box_name"
17332   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17334   include:
17335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17339   layout:
17340     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17341     layout: "plot-throughput"
17342
17343 - type: "plot"
17344   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17345   algorithm: "plot_perf_box_name"
17346   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17348   include:
17349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17352     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17353   layout:
17354     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17355     layout: "plot-throughput"
17356
17357 - type: "plot"
17358   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17359   algorithm: "plot_perf_box_name"
17360   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17362   include:
17363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17369   layout:
17370     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17371     layout: "plot-throughput"
17372
17373 - type: "plot"
17374   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17375   algorithm: "plot_perf_box_name"
17376   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17377   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17378   include:
17379     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17381     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17382     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17383     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17384     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17385   layout:
17386     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17387     layout: "plot-throughput"
17388
17389 - type: "plot"
17390   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17391   algorithm: "plot_perf_box_name"
17392   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17393   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17394   include:
17395     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17396     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17397     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17399   layout:
17400     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17401     layout: "plot-throughput"
17402
17403 - type: "plot"
17404   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17405   algorithm: "plot_perf_box_name"
17406   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17408   include:
17409     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17410     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17411     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17412     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17413   layout:
17414     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17415     layout: "plot-throughput"
17416
17417 - type: "plot"
17418   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17419   algorithm: "plot_perf_box_name"
17420   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17422   include:
17423     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17424     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17425     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17426     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17427     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17428     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17429   layout:
17430     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17431     layout: "plot-throughput"
17432
17433 - type: "plot"
17434   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17435   algorithm: "plot_perf_box_name"
17436   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17438   include:
17439     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17440     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17441     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17442     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17443     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17444     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17445   layout:
17446     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17447     layout: "plot-throughput"
17448
17449 - type: "plot"
17450   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17451   algorithm: "plot_perf_box_name"
17452   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17454   include:
17455     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17456     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17457     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17458     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17459   layout:
17460     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17461     layout: "plot-throughput"
17462
17463 - type: "plot"
17464   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17465   algorithm: "plot_perf_box_name"
17466   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17467   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17468   include:
17469     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17470     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17471     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17472     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17473   layout:
17474     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17475     layout: "plot-throughput"
17476
17477 - type: "plot"
17478   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17479   algorithm: "plot_perf_box_name"
17480   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17482   include:
17483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17488   layout:
17489     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17490     layout: "plot-throughput"
17491
17492 - type: "plot"
17493   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17494   algorithm: "plot_perf_box_name"
17495   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17496   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17497   include:
17498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17503   layout:
17504     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17505     layout: "plot-throughput"
17506
17507 - type: "plot"
17508   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17509   algorithm: "plot_perf_box_name"
17510   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17512   include:
17513     - "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"
17514     - "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"
17515     - "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"
17516     - "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"
17517     - "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"
17518   layout:
17519     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17520     layout: "plot-throughput"
17521
17522 - type: "plot"
17523   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17524   algorithm: "plot_perf_box_name"
17525   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17527   include:
17528     - "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"
17529     - "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"
17530     - "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"
17531     - "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"
17532     - "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"
17533   layout:
17534     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17535     layout: "plot-throughput"
17536
17537 - type: "plot"
17538   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17539   algorithm: "plot_perf_box_name"
17540   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17542   include:
17543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17544     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17545     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17546     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17547     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17548   layout:
17549     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17550     layout: "plot-throughput"
17551
17552 - type: "plot"
17553   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17554   algorithm: "plot_perf_box_name"
17555   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17557   include:
17558     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17559     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17560     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17561     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17562     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17563   layout:
17564     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17565     layout: "plot-throughput"
17566
17567 - type: "plot"
17568   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17569   algorithm: "plot_perf_box_name"
17570   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17572   include:
17573     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17574     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17575     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17576     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17577     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17578   layout:
17579     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17580     layout: "plot-throughput"
17581
17582 - type: "plot"
17583   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17584   algorithm: "plot_perf_box_name"
17585   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17587   include:
17588     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17589     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17590     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17591     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17592     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17593   layout:
17594     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17595     layout: "plot-throughput"
17596
17597 - type: "plot"
17598   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17599   algorithm: "plot_perf_box_name"
17600   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17602   include:
17603     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17604     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17605     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17606     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17607   layout:
17608     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17609     layout: "plot-throughput"
17610
17611 - type: "plot"
17612   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17613   algorithm: "plot_perf_box_name"
17614   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17616   include:
17617     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17618     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17619     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17620     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17621   layout:
17622     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17623     layout: "plot-throughput"
17624
17625 - type: "plot"
17626   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17627   algorithm: "plot_perf_box_name"
17628   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17630   include:
17631     - "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"
17632     - "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"
17633     - "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"
17634     - "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"
17635   layout:
17636     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17637     layout: "plot-throughput"
17638
17639 - type: "plot"
17640   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17641   algorithm: "plot_perf_box_name"
17642   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17644   include:
17645     - "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"
17646     - "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"
17647     - "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"
17648     - "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"
17649   layout:
17650     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17651     layout: "plot-throughput"
17652
17653 - type: "plot"
17654   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17655   algorithm: "plot_perf_box_name"
17656   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17658   include:
17659     - "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"
17660     - "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"
17661     - "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"
17662     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17663     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17664     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17665   layout:
17666     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17667     layout: "plot-throughput"
17668
17669 - type: "plot"
17670   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17671   algorithm: "plot_perf_box_name"
17672   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17673   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17674   include:
17675     - "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"
17676     - "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"
17677     - "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"
17678     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17679     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17680     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17681   layout:
17682     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17683     layout: "plot-throughput"
17684
17685 ################################################################################
17686
17687 # Packet Speedup
17688
17689 - type: "plot"
17690   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17691   algorithm: "plot_tsa_name"
17692   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17693   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17694   include:
17695     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17696     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17697     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17698     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17699   layout:
17700     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17701     layout: "plot-throughput-speedup-analysis"
17702
17703 - type: "plot"
17704   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17705   algorithm: "plot_tsa_name"
17706   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17708   include:
17709     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17710     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17711     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17712     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17713   layout:
17714     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17715     layout: "plot-throughput-speedup-analysis"
17716
17717 - type: "plot"
17718   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17719   algorithm: "plot_tsa_name"
17720   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17722   include:
17723     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17724     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17725     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17726     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17727   layout:
17728     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17729     layout: "plot-throughput-speedup-analysis"
17730
17731 - type: "plot"
17732   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17733   algorithm: "plot_tsa_name"
17734   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17736   include:
17737     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17738     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17739     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17740     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17741   layout:
17742     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17743     layout: "plot-throughput-speedup-analysis"
17744
17745 - type: "plot"
17746   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17747   algorithm: "plot_tsa_name"
17748   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17749   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17750   include:
17751     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17752     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17753     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17754     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17755   layout:
17756     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17757     layout: "plot-throughput-speedup-analysis"
17758
17759 - type: "plot"
17760   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17761   algorithm: "plot_tsa_name"
17762   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17763   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17764   include:
17765     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17766     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17767     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17768     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17769   layout:
17770     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17771     layout: "plot-throughput-speedup-analysis"
17772
17773 - type: "plot"
17774   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17775   algorithm: "plot_tsa_name"
17776   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17778   include:
17779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17780     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17781     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17782     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17783     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17784     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17785   layout:
17786     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17787     layout: "plot-throughput-speedup-analysis"
17788
17789 - type: "plot"
17790   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17791   algorithm: "plot_tsa_name"
17792   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17794   include:
17795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17796     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17797     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17798     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17800     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17801   layout:
17802     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17803     layout: "plot-throughput-speedup-analysis"
17804
17805 - type: "plot"
17806   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17807   algorithm: "plot_tsa_name"
17808   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17810   include:
17811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17815   layout:
17816     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17817     layout: "plot-throughput-speedup-analysis"
17818
17819 - type: "plot"
17820   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17821   algorithm: "plot_tsa_name"
17822   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17823   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17824   include:
17825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17829   layout:
17830     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17831     layout: "plot-throughput-speedup-analysis"
17832
17833 - type: "plot"
17834   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17835   algorithm: "plot_tsa_name"
17836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17838   include:
17839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17842   layout:
17843     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17844     layout: "plot-throughput-speedup-analysis"
17845
17846 - type: "plot"
17847   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17848   algorithm: "plot_tsa_name"
17849   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17851   include:
17852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17855   layout:
17856     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17857     layout: "plot-throughput-speedup-analysis"
17858
17859 - type: "plot"
17860   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17861   algorithm: "plot_tsa_name"
17862   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17864   include:
17865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17870   layout:
17871     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17872     layout: "plot-throughput-speedup-analysis"
17873
17874 - type: "plot"
17875   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17876   algorithm: "plot_tsa_name"
17877   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17879   include:
17880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17885   layout:
17886     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17887     layout: "plot-throughput-speedup-analysis"
17888
17889 - type: "plot"
17890   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17891   algorithm: "plot_tsa_name"
17892   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17893   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17894   include:
17895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17898   layout:
17899     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17900     layout: "plot-throughput-speedup-analysis"
17901
17902 - type: "plot"
17903   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17904   algorithm: "plot_tsa_name"
17905   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17906   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17907   include:
17908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17911   layout:
17912     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17913     layout: "plot-throughput-speedup-analysis"
17914
17915 - type: "plot"
17916   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17917   algorithm: "plot_tsa_name"
17918   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17920   include:
17921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17927   layout:
17928     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17929     layout: "plot-throughput-speedup-analysis"
17930
17931 - type: "plot"
17932   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17933   algorithm: "plot_tsa_name"
17934   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17935   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17936   include:
17937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17943   layout:
17944     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17945     layout: "plot-throughput-speedup-analysis"
17946
17947 - type: "plot"
17948   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17949   algorithm: "plot_tsa_name"
17950   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17952   include:
17953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17959   layout:
17960     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17961     layout: "plot-throughput-speedup-analysis"
17962
17963 - type: "plot"
17964   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17965   algorithm: "plot_tsa_name"
17966   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17968   include:
17969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17975   layout:
17976     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17977     layout: "plot-throughput-speedup-analysis"
17978
17979 - type: "plot"
17980   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17981   algorithm: "plot_tsa_name"
17982   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17983   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17984   include:
17985     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17986     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17987   layout:
17988     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17989     layout: "plot-throughput-speedup-analysis"
17990
17991 - type: "plot"
17992   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17993   algorithm: "plot_tsa_name"
17994   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17995   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17996   include:
17997     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17998     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17999   layout:
18000     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18001     layout: "plot-throughput-speedup-analysis"
18002
18003 - type: "plot"
18004   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18005   algorithm: "plot_tsa_name"
18006   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18008   include:
18009     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18010     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18011     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18013     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18014     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18015   layout:
18016     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18017     layout: "plot-throughput-speedup-analysis"
18018
18019 - type: "plot"
18020   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18021   algorithm: "plot_tsa_name"
18022   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18024   include:
18025     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18026     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18029     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18030     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18031   layout:
18032     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18033     layout: "plot-throughput-speedup-analysis"
18034
18035 - type: "plot"
18036   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18037   algorithm: "plot_tsa_name"
18038   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18040   include:
18041     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18042     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18043     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18044     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18045     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18046     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18047   layout:
18048     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18049     layout: "plot-throughput-speedup-analysis"
18050
18051 - type: "plot"
18052   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18053   algorithm: "plot_tsa_name"
18054   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18055   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18056   include:
18057     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18058     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18059     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18060     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18061     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18062     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18063   layout:
18064     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18065     layout: "plot-throughput-speedup-analysis"
18066
18067 - type: "plot"
18068   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18069   algorithm: "plot_tsa_name"
18070   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18072   include:
18073     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18074     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18075     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18076     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18077     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18078     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18079   layout:
18080     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18081     layout: "plot-throughput-speedup-analysis"
18082
18083 - type: "plot"
18084   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18085   algorithm: "plot_tsa_name"
18086   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18088   include:
18089     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18090     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18091     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18092     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18093     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18094     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18095   layout:
18096     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18097     layout: "plot-throughput-speedup-analysis"
18098
18099 - type: "plot"
18100   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18101   algorithm: "plot_tsa_name"
18102   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18104   include:
18105     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18106     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18107     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18108     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18109     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18110   layout:
18111     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18112     layout: "plot-throughput-speedup-analysis"
18113
18114 - type: "plot"
18115   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18116   algorithm: "plot_tsa_name"
18117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18119   include:
18120     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18121     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18122     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18123     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18124     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18125   layout:
18126     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18127     layout: "plot-throughput-speedup-analysis"
18128
18129 - type: "plot"
18130   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18131   algorithm: "plot_tsa_name"
18132   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18134   include:
18135     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18136     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18137     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18138     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18139     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18140   layout:
18141     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18142     layout: "plot-throughput-speedup-analysis"
18143
18144 - type: "plot"
18145   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18146   algorithm: "plot_tsa_name"
18147   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18149   include:
18150     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18151     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18152     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18153     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18154     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18155   layout:
18156     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18157     layout: "plot-throughput-speedup-analysis"
18158
18159 - type: "plot"
18160   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18161   algorithm: "plot_tsa_name"
18162   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18164   include:
18165     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18166     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18167     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18168     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18169     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18170   layout:
18171     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18172     layout: "plot-throughput-speedup-analysis"
18173
18174 - type: "plot"
18175   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18176   algorithm: "plot_tsa_name"
18177   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18179   include:
18180     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18181     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18182     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18183     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18184     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18185   layout:
18186     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18187     layout: "plot-throughput-speedup-analysis"
18188
18189 - type: "plot"
18190   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18191   algorithm: "plot_tsa_name"
18192   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18194   include:
18195     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18197     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18200   layout:
18201     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18202     layout: "plot-throughput-speedup-analysis"
18203
18204 - type: "plot"
18205   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18206   algorithm: "plot_tsa_name"
18207   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18209   include:
18210     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18211     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18212     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18213     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18214     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18215   layout:
18216     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18217     layout: "plot-throughput-speedup-analysis"
18218
18219 - type: "plot"
18220   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18221   algorithm: "plot_tsa_name"
18222   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18224   include:
18225     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18226     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18227     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18228     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18229     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18230   layout:
18231     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18232     layout: "plot-throughput-speedup-analysis"
18233
18234 - type: "plot"
18235   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18236   algorithm: "plot_tsa_name"
18237   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18238   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18239   include:
18240     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18241     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18242     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18243     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18244     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18245   layout:
18246     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18247     layout: "plot-throughput-speedup-analysis"
18248
18249 - type: "plot"
18250   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18251   algorithm: "plot_tsa_name"
18252   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18253   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18254   include:
18255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18261   layout:
18262     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18263     layout: "plot-throughput-speedup-analysis"
18264
18265 - type: "plot"
18266   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18267   algorithm: "plot_tsa_name"
18268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18270   include:
18271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18277   layout:
18278     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18279     layout: "plot-throughput-speedup-analysis"
18280
18281 - type: "plot"
18282   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18283   algorithm: "plot_tsa_name"
18284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18286   include:
18287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18291   layout:
18292     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18293     layout: "plot-throughput-speedup-analysis"
18294
18295 - type: "plot"
18296   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18297   algorithm: "plot_tsa_name"
18298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18300   include:
18301     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18302     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18305   layout:
18306     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18307     layout: "plot-throughput-speedup-analysis"
18308
18309 - type: "plot"
18310   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18311   algorithm: "plot_tsa_name"
18312   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18314   include:
18315     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18316     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18317     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18321   layout:
18322     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18323     layout: "plot-throughput-speedup-analysis"
18324
18325 - type: "plot"
18326   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18327   algorithm: "plot_tsa_name"
18328   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18329   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18330   include:
18331     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18332     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18337   layout:
18338     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18339     layout: "plot-throughput-speedup-analysis"
18340
18341 - type: "plot"
18342   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18343   algorithm: "plot_tsa_name"
18344   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18346   include:
18347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18348     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18351   layout:
18352     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18353     layout: "plot-throughput-speedup-analysis"
18354
18355 - type: "plot"
18356   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18357   algorithm: "plot_tsa_name"
18358   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18360   include:
18361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18365   layout:
18366     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18367     layout: "plot-throughput-speedup-analysis"
18368
18369 - type: "plot"
18370   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18371   algorithm: "plot_tsa_name"
18372   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18374   include:
18375     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18376     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18377     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18378     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18379     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18380     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18381   layout:
18382     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18383     layout: "plot-throughput-speedup-analysis"
18384
18385 - type: "plot"
18386   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18387   algorithm: "plot_tsa_name"
18388   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18390   include:
18391     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18392     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18393     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18394     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18395     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18396     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18397   layout:
18398     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18399     layout: "plot-throughput-speedup-analysis"
18400
18401 - type: "plot"
18402   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18403   algorithm: "plot_tsa_name"
18404   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18406   include:
18407     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18408     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18409     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18410     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18411   layout:
18412     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18413     layout: "plot-throughput-speedup-analysis"
18414
18415 - type: "plot"
18416   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18417   algorithm: "plot_tsa_name"
18418   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18420   include:
18421     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18422     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18423     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18424     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18425   layout:
18426     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18427     layout: "plot-throughput-speedup-analysis"
18428
18429 - type: "plot"
18430   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18431   algorithm: "plot_tsa_name"
18432   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18434   include:
18435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18440   layout:
18441     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18442     layout: "plot-throughput-speedup-analysis"
18443
18444 - type: "plot"
18445   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18446   algorithm: "plot_tsa_name"
18447   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18448   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18449   include:
18450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18455   layout:
18456     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18457     layout: "plot-throughput-speedup-analysis"
18458
18459 - type: "plot"
18460   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18461   algorithm: "plot_tsa_name"
18462   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18464   include:
18465     - "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"
18466     - "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"
18467     - "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"
18468     - "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"
18469     - "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"
18470   layout:
18471     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18472     layout: "plot-throughput-speedup-analysis"
18473
18474 - type: "plot"
18475   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18476   algorithm: "plot_tsa_name"
18477   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18479   include:
18480     - "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"
18481     - "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"
18482     - "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"
18483     - "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"
18484     - "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"
18485   layout:
18486     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18487     layout: "plot-throughput-speedup-analysis"
18488
18489 - type: "plot"
18490   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18491   algorithm: "plot_tsa_name"
18492   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18494   include:
18495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18500   layout:
18501     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18502     layout: "plot-throughput-speedup-analysis"
18503
18504 - type: "plot"
18505   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18506   algorithm: "plot_tsa_name"
18507   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18509   include:
18510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18515   layout:
18516     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18517     layout: "plot-throughput-speedup-analysis"
18518
18519 - type: "plot"
18520   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18521   algorithm: "plot_tsa_name"
18522   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18523   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18524   include:
18525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18527     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18528     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18529     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18530   layout:
18531     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18532     layout: "plot-throughput-speedup-analysis"
18533
18534 - type: "plot"
18535   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18536   algorithm: "plot_tsa_name"
18537   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18538   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18539   include:
18540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18541     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18542     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18544     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18545   layout:
18546     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18547     layout: "plot-throughput-speedup-analysis"
18548
18549 - type: "plot"
18550   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18551   algorithm: "plot_tsa_name"
18552   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18554   include:
18555     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18556     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18557     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18558     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18559   layout:
18560     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18561     layout: "plot-throughput-speedup-analysis"
18562
18563 - type: "plot"
18564   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18565   algorithm: "plot_tsa_name"
18566   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18568   include:
18569     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18570     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18571     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18572     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18573   layout:
18574     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18575     layout: "plot-throughput-speedup-analysis"
18576
18577 - type: "plot"
18578   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18579   algorithm: "plot_tsa_name"
18580   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18581   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18582   include:
18583     - "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"
18584     - "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"
18585     - "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"
18586     - "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"
18587   layout:
18588     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18589     layout: "plot-throughput-speedup-analysis"
18590
18591 - type: "plot"
18592   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18593   algorithm: "plot_tsa_name"
18594   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18595   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18596   include:
18597     - "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"
18598     - "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"
18599     - "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"
18600     - "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"
18601   layout:
18602     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18603     layout: "plot-throughput-speedup-analysis"
18604
18605 - type: "plot"
18606   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18607   algorithm: "plot_tsa_name"
18608   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18610   include:
18611     - "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"
18612     - "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"
18613     - "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"
18614     - "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"
18615     - "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"
18616     - "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"
18617   layout:
18618     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18619     layout: "plot-throughput-speedup-analysis"
18620
18621 - type: "plot"
18622   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18623   algorithm: "plot_tsa_name"
18624   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18625   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18626   include:
18627     - "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"
18628     - "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"
18629     - "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"
18630     - "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"
18631     - "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"
18632     - "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"
18633   layout:
18634     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18635     layout: "plot-throughput-speedup-analysis"
18636
18637 ################################################################################
18638
18639 # Packet Throughput - DPDK
18640
18641 # 2n-clx-xxv710
18642
18643 - type: "plot"
18644   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18645   algorithm: "plot_perf_box_name"
18646   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18647   data: "plot-dpdk-throughput-latency-2n-clx"
18648   include:
18649     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18650     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18651   layout:
18652     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18653     layout: "plot-throughput"
18654
18655 - type: "plot"
18656   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18657   algorithm: "plot_perf_box_name"
18658   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18659   data: "plot-dpdk-throughput-latency-2n-clx"
18660   include:
18661     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18662     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18663   layout:
18664     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18665     layout: "plot-throughput"
18666
18667 - type: "plot"
18668   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18669   algorithm: "plot_perf_box_name"
18670   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18671   data: "plot-dpdk-throughput-latency-2n-clx"
18672   include:
18673     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18674     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18675   layout:
18676     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18677     layout: "plot-throughput"
18678
18679 - type: "plot"
18680   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18681   algorithm: "plot_perf_box_name"
18682   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18683   data: "plot-dpdk-throughput-latency-2n-clx"
18684   include:
18685     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18686     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18687   layout:
18688     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18689     layout: "plot-throughput"
18690
18691 # 2n-clx-x710
18692
18693 - type: "plot"
18694   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18695   algorithm: "plot_perf_box_name"
18696   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18697   data: "plot-dpdk-throughput-latency-2n-clx"
18698   include:
18699     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18700     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18701   layout:
18702     title: "2n-clx-x710-64b-2t1c-base-ndr"
18703     layout: "plot-throughput"
18704
18705 - type: "plot"
18706   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18707   algorithm: "plot_perf_box_name"
18708   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18709   data: "plot-dpdk-throughput-latency-2n-clx"
18710   include:
18711     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18712     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18713   layout:
18714     title: "2n-clx-x710-64b-4t2c-base-ndr"
18715     layout: "plot-throughput"
18716
18717 - type: "plot"
18718   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18719   algorithm: "plot_perf_box_name"
18720   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18721   data: "plot-dpdk-throughput-latency-2n-clx"
18722   include:
18723     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18724     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18725   layout:
18726     title: "2n-clx-x710-64b-2t1c-base-pdr"
18727     layout: "plot-throughput"
18728
18729 - type: "plot"
18730   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18731   algorithm: "plot_perf_box_name"
18732   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18733   data: "plot-dpdk-throughput-latency-2n-clx"
18734   include:
18735     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18736     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18737   layout:
18738     title: "2n-clx-x710-64b-4t2c-base-pdr"
18739     layout: "plot-throughput"
18740
18741 ################################################################################
18742
18743 - type: "plot"
18744   title: "Latency by percentile: 2n-skx"
18745   algorithm: "plot_hdrh_lat_by_percentile"
18746   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18747   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18748   target-links: "../../_static/vpp"
18749   data: "plot-vpp-hdrh-lat-2n-skx"
18750   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18751   layout:
18752     layout: "plot-hdrh-latency-by-percentile"
18753
18754 - type: "plot"
18755   title: "Latency by percentile: 3n-skx"
18756   algorithm: "plot_hdrh_lat_by_percentile"
18757   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18758   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18759   target-links: "../../_static/vpp"
18760   data: "plot-vpp-hdrh-lat-3n-skx"
18761   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18762   layout:
18763     layout: "plot-hdrh-latency-by-percentile"
18764
18765 - type: "plot"
18766   title: "Latency by percentile: 2n-clx"
18767   algorithm: "plot_hdrh_lat_by_percentile"
18768   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18769   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18770   target-links: "../../_static/vpp"
18771   data: "plot-vpp-hdrh-lat-2n-clx"
18772   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18773   layout:
18774     layout: "plot-hdrh-latency-by-percentile"
18775
18776 - type: "plot"
18777   title: "Latency by percentile: 3n-hsw"
18778   algorithm: "plot_hdrh_lat_by_percentile"
18779   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18780   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18781   target-links: "../../_static/vpp"
18782   data: "plot-vpp-hdrh-lat-3n-hsw"
18783   filter: "'1T1C' and 'NIC_Intel-XL710'"
18784   layout:
18785     layout: "plot-hdrh-latency-by-percentile"
18786
18787 - type: "plot"
18788   title: "Latency by percentile: 3n-tsh"
18789   algorithm: "plot_hdrh_lat_by_percentile"
18790   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18791   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18792   target-links: "../../_static/vpp"
18793   data: "plot-vpp-hdrh-lat-3n-tsh"
18794   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18795   layout:
18796     layout: "plot-hdrh-latency-by-percentile"
18797
18798 - type: "plot"
18799   title: "Latency by percentile: DPDK 2n-skx"
18800   algorithm: "plot_hdrh_lat_by_percentile"
18801   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18802   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18803   target-links: "../../_static/dpdk"
18804   data: "plot-dpdk-hdrh-lat-2n-skx"
18805   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18806   layout:
18807     layout: "plot-hdrh-latency-by-percentile"
18808
18809 - type: "plot"
18810   title: "Latency by percentile: DPDK 3n-skx"
18811   algorithm: "plot_hdrh_lat_by_percentile"
18812   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18813   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18814   target-links: "../../_static/dpdk"
18815   data: "plot-dpdk-hdrh-lat-3n-skx"
18816   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18817   layout:
18818     layout: "plot-hdrh-latency-by-percentile"
18819
18820 - type: "plot"
18821   title: "Latency by percentile: DPDK 2n-clx"
18822   algorithm: "plot_hdrh_lat_by_percentile"
18823   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18824   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18825   target-links: "../../_static/dpdk"
18826   data: "plot-dpdk-hdrh-lat-2n-clx"
18827   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18828   layout:
18829     layout: "plot-hdrh-latency-by-percentile"
18830
18831 - type: "plot"
18832   title: "Latency by percentile: DPDK 3n-hsw"
18833   algorithm: "plot_hdrh_lat_by_percentile"
18834   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18835   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18836   target-links: "../../_static/dpdk"
18837   data: "plot-dpdk-hdrh-lat-3n-hsw"
18838   filter: "'1T1C' and 'NIC_Intel-XL710'"
18839   layout:
18840     layout: "plot-hdrh-latency-by-percentile"
18841
18842 - type: "plot"
18843   title: "Latency by percentile: DPDK 3n-tsh"
18844   algorithm: "plot_hdrh_lat_by_percentile"
18845   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18846   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18847   target-links: "../../_static/dpdk"
18848   data: "plot-dpdk-hdrh-lat-3n-tsh"
18849   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18850   layout:
18851     layout: "plot-hdrh-latency-by-percentile"