7e0675aacce1dd9a5655c2e3e5f3dae5f0006354
[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
279     plot-vpp-hdrh-lat-3n-skx:
280       csit-vpp-perf-verify-2001-3n-skx:
281         - 46  # NDRPDR sel
282
283     plot-vpp-nfv-3n-skx-ndrpdr:
284       # TODO: Add data
285       csit-vpp-perf-verify-2001-3n-skx:
286         - 45  # NDRPDR sel
287         - 46  # NDRPDR sel
288         - 47  # NDRPDR sel
289         - 48  # NDRPDR sel
290
291     plot-vpp-nfv-3n-skx-mrr:
292       csit-vpp-perf-verify-2001-3n-skx:
293         - 50  # MRR sel
294
295     plot-dpdk-throughput-latency-3n-skx:
296       csit-dpdk-perf-verify-2001-3n-skx:
297         - 1   # NDRPDR sel
298         - 2   # NDRPDR sel
299         - 3   # NDRPDR sel
300         - 4   # NDRPDR sel
301         - 5   # NDRPDR sel
302         - 6   # NDRPDR sel
303         - 7   # NDRPDR sel
304         - 8   # NDRPDR sel
305         - 9   # NDRPDR sel
306         - 10  # NDRPDR sel
307
308     plot-dpdk-hdrh-lat-3n-skx:
309       csit-dpdk-perf-verify-2001-3n-skx:
310         - 1   # NDRPDR sel
311         - 19  # NDRPDR sel
312
313     # 2n-skx
314
315     plot-vpp-throughput-lat-tsa-2n-skx:
316       # TODO: Add the data
317       csit-vpp-perf-verify-2001-2n-skx:
318         - 92  # NDRPDR sel
319         - 93  # NDRPDR sel
320         - 94  # NDRPDR sel
321         - 95  # NDRPDR sel
322         - 96  # NDRPDR sel
323         - 97  # NDRPDR sel
324         - 98  # NDRPDR sel
325         - 99  # NDRPDR sel
326         - 100 # NDRPDR sel
327
328     plot-vpp-hdrh-lat-2n-skx:
329       csit-vpp-perf-verify-2001-2n-skx:
330         - 92  # NDRPDR sel
331
332     plot-vpp-http-server-performance:
333       csit-vpp-perf-verify-2001-2n-clx:
334         - 80  # TCP
335         - 82  # TCP
336         - 83  # TCP
337         - 85  # TCP
338         - 86  # TCP
339         - 87  # TCP
340         - 88  # TCP
341         - 89  # TCP
342         - 90  # TCP
343         - 91  # TCP
344
345     plot-vpp-soak-2n-skx:
346       # TODO: Replace the data
347       # csit-vpp-perf-verify-2001-2n-skx:
348       csit-vpp-perf-verify-1908-2n-skx:
349         - 83  # SOAK
350         - 86  # SOAK
351
352     plot-vpp-nfv-2n-skx-ndrpdr:
353       # TODO: Replace the data
354       csit-vpp-perf-verify-2001-2n-skx:
355         - 30  # NFV
356         - 31  # NFV
357
358     plot-vpp-nfv-2n-skx-mrr:
359       # TODO: Replace the data
360       # csit-vpp-perf-verify-2001-2n-skx:
361       csit-vpp-perf-verify-1908-2n-skx:
362         - 71  # NFV MRR
363
364     plot-vpp-nfv-reconf-2n-skx:
365       # TODO: Replace the data
366       # csit-vpp-perf-verify-2001-2n-skx:
367       csit-vpp-perf-verify-1908-2n-skx:
368         - 113 # NFV reconf sel
369         - 114 # NFV reconf sel
370         - 115 # NFV reconf sel
371
372     plot-dpdk-throughput-latency-2n-skx:
373       csit-dpdk-perf-verify-2001-2n-skx:
374         - 1   # NDRPDR sel
375         - 2   # NDRPDR sel
376         - 3   # NDRPDR sel
377         - 4   # NDRPDR sel
378         - 5   # NDRPDR sel
379         - 6   # NDRPDR sel
380         - 7   # NDRPDR sel
381         - 8   # NDRPDR sel
382         - 9   # NDRPDR sel
383         - 10  # NDRPDR sel
384         - 11  # NDRPDR sel
385         - 13  # NDRPDR sel
386         - 26  # NDRPDR sel
387         - 16  # NDRPDR sel
388         - 17  # NDRPDR sel
389         - 18  # NDRPDR sel
390         - 19  # NDRPDR sel
391         - 27  # NDRPDR sel
392         - 21  # NDRPDR sel
393         - 25  # NDRPDR sel
394
395     plot-dpdk-hdrh-lat-2n-skx:
396       csit-dpdk-perf-verify-2001-2n-skx:
397         - 1   # NDRPDR sel
398         - 19  # NDRPDR sel
399
400     # 2n-clx
401
402     plot-vpp-throughput-lat-tsa-2n-clx:
403       csit-vpp-perf-verify-2001-2n-clx:
404         - 28  # NDRPDR sel
405         - 29  # NDRPDR sel
406         - 32  # NDRPDR sel
407         - 40  # NDRPDR sel
408         - 43  # NDRPDR sel
409         - 44  # NDRPDR sel
410         - 45  # NDRPDR sel
411         - 47  # NDRPDR sel
412         - 48  # NDRPDR sel
413         - 49  # NDRPDR sel
414
415     plot-vpp-hdrh-lat-2n-clx:
416       csit-vpp-perf-verify-2001-2n-clx:
417         - 28  # NDRPDR sel
418
419     plot-vpp-nfv-2n-clx-ndrpdr:
420       csit-vpp-perf-verify-2001-2n-clx:
421         - 28  # NDRPDR sel
422         - 29  # NDRPDR sel
423         - 32  # NDRPDR sel
424         - 40  # NDRPDR sel
425         - 43  # NDRPDR sel
426         - 44  # NDRPDR sel
427         - 45  # NDRPDR sel
428         - 47  # NDRPDR sel
429         - 48  # NDRPDR sel
430         - 49  # NDRPDR sel
431
432     plot-vpp-nfv-2n-clx-mrr:
433       csit-vpp-perf-verify-2001-2n-clx:
434         - 39  # MRR
435
436     plot-vpp-nfv-reconf-2n-clx:
437       csit-vpp-perf-verify-2001-2n-clx:
438         - 68  # Reconf
439         - 69  # Reconf
440         - 70  # Reconf
441         - 71  # Reconf
442         - 72  # Reconf
443         - 73  # Reconf
444         - 74  # Reconf
445         - 75  # Reconf
446         - 76  # Reconf
447         - 77  # Reconf
448
449     plot-vpp-soak-2n-clx:
450       csit-vpp-perf-verify-2001-2n-clx:
451         - 93  # Soak
452         - 94  # Soak
453
454     plot-dpdk-throughput-latency-2n-clx:
455       csit-dpdk-perf-verify-2001-2n-clx:
456         - 15  # NDRPDR sel
457         - 16  # NDRPDR sel
458         - 17  # NDRPDR sel
459         - 18  # NDRPDR sel
460         - 19  # NDRPDR sel
461         - 20  # NDRPDR sel
462         - 21  # NDRPDR sel
463         - 22  # NDRPDR sel
464         - 23  # NDRPDR sel
465         - 24  # NDRPDR sel
466         - 25  # NDRPDR sel
467         - 26  # NDRPDR sel
468         - 27  # NDRPDR sel
469         - 28  # NDRPDR sel
470         - 29  # NDRPDR sel
471         - 30  # NDRPDR sel
472         - 31  # NDRPDR sel
473         - 32  # NDRPDR sel
474         - 33  # NDRPDR sel
475         - 34  # NDRPDR sel
476
477
478     plot-dpdk-hdrh-lat-2n-clx:
479       csit-dpdk-perf-verify-2001-2n-clx:
480         - 15  # NDRPDR sel
481
482     # 3n-tsh
483
484     plot-vpp-throughput-lat-tsa-3n-tsh:
485       csit-vpp-perf-verify-2001-3n-tsh:
486         - 3   # NDRPDR sel
487         - 4   # NDRPDR sel
488         - 7   # NDRPDR sel
489         - 8   # NDRPDR sel
490         - 10  # NDRPDR sel
491         - 12  # NDRPDR sel
492         - 13  # NDRPDR sel
493         - 14  # NDRPDR sel
494         - 15  # NDRPDR sel
495         - 21  # NDRPDR sel
496
497     plot-vpp-hdrh-lat-3n-tsh:
498       csit-vpp-perf-verify-2001-3n-tsh:
499         - 10  # NDRPDR sel
500
501     plot-dpdk-throughput-latency-3n-tsh:
502       csit-dpdk-perf-verify-2001-3n-tsh:
503         - 3   # NDRPDR sel
504         - 4   # NDRPDR sel
505         - 5   # NDRPDR sel
506         - 9   # NDRPDR sel
507         - 10  # NDRPDR sel
508         - 11  # NDRPDR sel
509         - 12  # NDRPDR sel
510         - 14  # NDRPDR sel
511         - 15  # NDRPDR sel
512         - 18  # NDRPDR sel
513
514     plot-dpdk-hdrh-lat-3n-tsh:
515       csit-dpdk-perf-verify-2001-3n-tsh:
516         - 3   # NDRPDR sel
517
518     # 3n-dnv
519
520     plot-vpp-throughput-lat-tsa-3n-dnv:
521       csit-vpp-perf-verify-2001-3n-dnv:
522         - 5   # NDRPDR sel
523         - 6   # NDRPDR sel
524         - 7   # NDRPDR sel
525         - 8   # NDRPDR sel
526         - 9   # NDRPDR sel
527         - 10  # NDRPDR sel
528         - 12  # NDRPDR sel
529         - 16  # NDRPDR sel
530         - 17  # NDRPDR sel
531         - 18  # NDRPDR sel
532
533     plot-dpdk-throughput-latency-3n-dnv:
534       csit-dpdk-perf-verify-2001-3n-dnv:
535         - 12  # NDRPDR sel
536         - 13  # NDRPDR sel
537         - 14  # NDRPDR sel
538         - 15  # NDRPDR sel
539         - 16  # NDRPDR sel
540         - 17  # NDRPDR sel
541         - 18  # NDRPDR sel
542         - 19  # NDRPDR sel
543         - 20  # NDRPDR sel
544         - 22  # NDRPDR sel
545
546     # 2n-dnv
547
548     plot-vpp-throughput-lat-tsa-2n-dnv:
549       csit-vpp-perf-verify-2001-2n-dnv:
550         - 4   # NDRPDR sel
551         - 5   # NDRPDR sel
552         - 6   # NDRPDR sel
553         - 7   # NDRPDR sel
554         - 8   # NDRPDR sel
555         - 9   # NDRPDR sel
556         - 10  # NDRPDR sel
557         - 11  # NDRPDR sel
558         - 13  # NDRPDR sel
559         - 16  # NDRPDR sel
560
561     plot-dpdk-throughput-latency-2n-dnv:
562       csit-dpdk-perf-verify-2001-2n-dnv:
563         - 9   # NDRPDR sel
564         - 10  # NDRPDR sel
565         - 11  # NDRPDR sel
566         - 12  # NDRPDR sel
567         - 13  # NDRPDR sel
568         - 14  # NDRPDR sel
569         - 15  # NDRPDR sel
570         - 16  # NDRPDR sel
571         - 17  # NDRPDR sel
572         - 18  # NDRPDR sel
573
574     ###########################################################################
575     # Simple tables (only one data set):
576
577     # NIC Comparisons
578
579     vpp-nic-comparison-3n-skx:
580       # TODO: Add the data
581       csit-vpp-perf-verify-2001-3n-skx:
582         - 45  # NDRPDR sel
583         - 46  # NDRPDR sel
584         - 47  # NDRPDR sel
585         - 48  # NDRPDR sel
586
587     vpp-nic-comparison-2n-skx:
588       # TODO: Add the data
589       csit-vpp-perf-verify-2001-2n-skx:
590         - 92  # NDRPDR sel
591         - 93  # NDRPDR sel
592         - 94  # NDRPDR sel
593         - 95  # NDRPDR sel
594         - 96  # NDRPDR sel
595         - 97  # NDRPDR sel
596         - 98  # NDRPDR sel
597         - 99  # NDRPDR sel
598         - 100 # NDRPDR sel
599
600     vpp-nic-comparison-3n-skx-mrr:
601       csit-vpp-perf-verify-2001-3n-skx:
602         - 50  # MRR sel
603
604     vpp-nic-comparison-2n-skx-mrr:
605       csit-vpp-perf-verify-2001-2n-skx:
606         - 101 # MRR sel
607
608     # Results
609
610     vpp-perf-results-3n-hsw:
611       csit-vpp-perf-verify-2001-3n-hsw:
612         - 18  # NDRPDR full
613         - 20  # NDRPDR full
614         - 28  # NDRPDR full
615         - 35  # NDRPDR full
616         - 42  # NDRPDR full
617         - 46  # NDRPDR full
618         - 47  # NDRPDR full
619         - 48  # NDRPDR full
620         - 49  # NDRPDR full
621         - 50  # NDRPDR full
622         - 51  # NDRPDR full
623         - 52  # NDRPDR full
624         - 53  # NDRPDR full
625         - 54  # NDRPDR full
626         - 55  # NDRPDR full
627         - 56  # NDRPDR full
628         - 57  # NDRPDR full
629         - 58  # NDRPDR full
630         - 59  # NDRPDR full
631         - 61  # NDRPDR full
632         - 62  # NDRPDR full
633         - 63  # NDRPDR full
634         - 64  # NDRPDR full
635         - 65  # NDRPDR full
636         - 67  # NDRPDR full
637         - 70  # NDRPDR full
638         - 72  # NDRPDR full
639         - 73  # NDRPDR full
640         - 76  # NDRPDR full
641         - 77  # NDRPDR full
642         - 78  # NDRPDR full
643         - 79  # NDRPDR full
644         - 81  # NDRPDR full
645         - 82  # NDRPDR full
646         - 84  # NDRPDR full
647         - 85  # NDRPDR full
648
649     vpp-perf-results-3n-skx:
650       # TODO: Replace
651       csit-vpp-perf-verify-2001-3n-skx:
652         - 47  # NDRPDR sel
653
654     vpp-perf-results-2n-skx:
655       csit-vpp-perf-verify-2001-2n-skx:
656         # TODO: Replace
657         - 92  # NDRPDR sel
658
659     vpp-perf-results-2n-clx:
660       csit-vpp-perf-verify-2001-2n-clx:
661         - 53  # NDRPDR full
662         - 54  # NDRPDR full
663         - 55  # NDRPDR full
664         - 56  # NDRPDR full
665         - 57  # NDRPDR full
666         - 58  # NDRPDR full
667         - 59  # NDRPDR full
668         - 60  # NDRPDR full
669         - 61  # NDRPDR full
670         - 62  # NDRPDR full
671         - 63  # NDRPDR full
672         - 64  # NDRPDR full
673         - 65  # NDRPDR full
674         - 66  # NDRPDR full
675         - 67  # NDRPDR full
676
677     vpp-perf-results-3n-tsh:
678       csit-vpp-perf-verify-2001-3n-tsh:
679         - 10  # NDRPDR sel
680
681     vpp-perf-results-3n-dnv:
682       csit-vpp-perf-verify-2001-3n-dnv:
683         - 19  # NDRPDR full
684         - 20  # NDRPDR full
685         - 21  # NDRPDR full
686         - 22  # NDRPDR full
687         - 23  # NDRPDR full
688         - 24  # NDRPDR full
689         - 25  # NDRPDR full
690         - 26  # NDRPDR full
691         - 37  # NDRPDR full
692         - 38  # NDRPDR full
693         - 39  # NDRPDR full
694
695     vpp-perf-results-2n-dnv:
696       csit-vpp-perf-verify-2001-2n-dnv:
697         - 21  # NDRPDR full
698         - 22  # NDRPDR full
699         - 25  # NDRPDR full
700         - 26  # NDRPDR full
701         - 27  # NDRPDR full
702         - 28  # NDRPDR full
703
704     vpp-mrr-results-3n-hsw:
705       csit-vpp-perf-verify-2001-3n-hsw:
706         - 17  # MRR sel
707
708     vpp-mrr-results-3n-skx:
709       csit-vpp-perf-verify-2001-3n-skx:
710         - 50  # MRR sel
711
712     vpp-mrr-results-2n-skx:
713       csit-vpp-perf-verify-2001-2n-skx:
714         - 101 # MRR sel
715
716     vpp-mrr-results-2n-clx:
717       csit-vpp-perf-verify-2001-2n-clx:
718         - 39  # MRR
719
720     vpp-mrr-results-3n-tsh:
721       csit-vpp-perf-verify-2001-3n-tsh:
722         - 9   # MRR sel
723
724     vpp-mrr-results-3n-dnv:
725       csit-vpp-perf-verify-2001-3n-dnv:
726         - 11  # MRR sel
727
728     vpp-mrr-results-2n-dnv:
729       csit-vpp-perf-verify-2001-2n-dnv:
730         - 12  # MRR sel
731
732     vpp-device-results-ubuntu:
733       csit-vpp-device-2001-ubuntu1804-1n-skx:
734         - 57
735
736     dpdk-perf-results-3n-hsw:
737       csit-dpdk-perf-verify-2001-3n-hsw:
738         - 25  # NDRPDR full
739         - 26  # NDRPDR full
740
741     dpdk-perf-results-3n-skx:
742       csit-dpdk-perf-verify-2001-3n-skx:
743         - 1   # NDRPDR sel
744
745     dpdk-perf-results-2n-skx:
746       csit-dpdk-perf-verify-2001-2n-skx:
747         - 1   # NDRPDR sel
748
749     dpdk-perf-results-2n-clx:
750       csit-dpdk-perf-verify-2001-2n-clx:
751         - 15  # NDRPDR sel
752         - 34  # NDRPDR sel
753
754     dpdk-perf-results-2n-dnv:
755       csit-dpdk-perf-verify-2001-2n-dnv:
756         - 16  # NDRPDR sel
757
758     dpdk-perf-results-3n-dnv:
759       csit-dpdk-perf-verify-2001-3n-dnv:
760         - 12  # NDRPDR sel
761
762     dpdk-perf-results-3n-tsh:
763       csit-dpdk-perf-verify-2001-3n-tsh:
764         - 3   # NDRPDR sel
765
766 ###########################################################################
767     # Tables (more than one data set)
768
769     # Performance changes
770
771     vpp-performance-changes-3n-hsw-h1:
772       csit-vpp-perf-verify-1904-3n-hsw:
773         - 11  # NDRPDR sel
774         - 12  # NDRPDR sel
775         - 20  # NDRPDR sel
776         - 21  # NDRPDR sel
777         - 23  # NDRPDR sel
778         - 24  # NDRPDR sel
779         - 25  # NDRPDR sel
780         - 26  # NDRPDR sel
781         - 29  # NDRPDR sel
782         - 30  # NDRPDR sel
783     vpp-performance-changes-3n-hsw-ref:
784       csit-vpp-perf-verify-1908-3n-hsw:
785         - 12  # NDRPDR sel
786         - 13  # NDRPDR sel
787         - 14  # NDRPDR sel
788         - 15  # NDRPDR sel
789         - 16  # NDRPDR sel
790         - 17  # NDRPDR sel
791         - 18  # NDRPDR sel
792         - 19  # NDRPDR sel
793         - 20  # NDRPDR sel
794         - 21  # NDRPDR sel
795     vpp-performance-changes-3n-hsw-cmp:
796       csit-vpp-perf-verify-2001-3n-hsw:
797         - 21  # NDRPDR sel
798         - 22  # NDRPDR sel
799         - 23  # NDRPDR sel
800         - 24  # NDRPDR sel
801         - 25  # NDRPDR sel
802         - 29  # NDRPDR sel
803         - 30  # NDRPDR sel
804         - 31  # NDRPDR sel
805         - 32  # NDRPDR sel
806         - 34  # NDRPDR sel
807     vpp-performance-changes-3n-hsw:
808       - "vpp-performance-changes-3n-hsw-h1"
809       - "vpp-performance-changes-3n-hsw-ref"
810       - "vpp-performance-changes-3n-hsw-cmp"
811
812     vpp-performance-changes-3n-skx-h1:
813       csit-vpp-perf-verify-1904-3n-skx:
814         - 8   # NDRPDR sel
815         - 9   # NDRPDR sel
816         - 10  # NDRPDR sel
817         - 11  # NDRPDR sel
818         - 12  # NDRPDR sel
819         - 14  # NDRPDR sel
820         - 16  # NDRPDR sel
821         - 21  # NDRPDR sel
822         - 23  # NDRPDR sel
823         - 25  # NDRPDR sel
824     vpp-performance-changes-3n-skx-ref:
825       csit-vpp-perf-verify-1908-3n-skx:
826         - 14  # NDRPDR sel
827         - 16  # NDRPDR sel
828         - 19  # NDRPDR sel
829         - 20  # NDRPDR sel
830         - 22  # NDRPDR sel
831         - 23  # NDRPDR sel
832         - 24  # NDRPDR sel
833         - 25  # NDRPDR sel
834         - 26  # NDRPDR sel
835         - 29  # NDRPDR sel
836     vpp-performance-changes-3n-skx-cmp:
837       # TODO: Add the data
838       csit-vpp-perf-verify-2001-3n-skx:
839         - 45  # NDRPDR sel
840         - 46  # NDRPDR sel
841         - 47  # NDRPDR sel
842         - 48  # NDRPDR sel
843     vpp-performance-changes-3n-skx:
844       - "vpp-performance-changes-3n-skx-h1"
845       - "vpp-performance-changes-3n-skx-ref"
846       - "vpp-performance-changes-3n-skx-cmp"
847
848     vpp-performance-changes-2n-skx-h1:
849       csit-vpp-perf-verify-1904-2n-skx:
850         - 12  # NDRPDR sel
851         - 14  # NDRPDR sel
852         - 16  # NDRPDR sel
853         - 17  # NDRPDR sel
854         - 18  # NDRPDR sel
855         - 21  # NDRPDR sel
856         - 27  # NDRPDR sel
857         - 30  # NDRPDR sel
858         - 31  # NDRPDR sel
859         - 32  # NDRPDR sel
860     vpp-performance-changes-2n-skx-ref:
861       csit-vpp-perf-verify-1908-2n-skx:
862         - 26  # NDRPDR sel
863         - 27  # NDRPDR sel
864         - 34  # NDRPDR sel
865         - 35  # NDRPDR sel
866         - 36  # NDRPDR sel
867         - 42  # NDRPDR sel
868         - 43  # NDRPDR sel
869         - 44  # NDRPDR sel
870         - 45  # NDRPDR sel
871         - 46  # NDRPDR sel
872     vpp-performance-changes-2n-skx-cmp:
873       # TODO: Add the data
874       csit-vpp-perf-verify-2001-2n-skx:
875         - 92  # NDRPDR sel
876         - 93  # NDRPDR sel
877         - 94  # NDRPDR sel
878         - 95  # NDRPDR sel
879         - 96  # NDRPDR sel
880         - 97  # NDRPDR sel
881         - 98  # NDRPDR sel
882         - 99  # NDRPDR sel
883         - 100 # NDRPDR sel
884     vpp-performance-changes-2n-skx:
885       - "vpp-performance-changes-2n-skx-h1"
886       - "vpp-performance-changes-2n-skx-ref"
887       - "vpp-performance-changes-2n-skx-cmp"
888
889     vpp-performance-changes-nfv-2n-skx-ref:
890       csit-vpp-perf-verify-1908-2n-skx:
891         - 22  # NFV
892         - 31  # NFV
893         - 32  # NFV
894     vpp-performance-changes-nfv-2n-skx-cmp:
895       # TODO: Add the data
896       csit-vpp-perf-verify-2001-2n-skx:
897         - 30  # NFV
898         - 31  # NFV
899     vpp-performance-changes-nfv-2n-skx:
900       - "vpp-performance-changes-nfv-2n-skx-ref"
901       - "vpp-performance-changes-nfv-2n-skx-cmp"
902
903     vpp-performance-changes-2n-dnv-ref:
904       csit-vpp-perf-verify-1908-2n-dnv:
905         - 1   # NDRPDR sel
906         - 2   # NDRPDR sel
907         - 3   # NDRPDR sel
908         - 4   # NDRPDR sel
909         - 5   # NDRPDR sel
910         - 6   # NDRPDR sel
911         - 7   # NDRPDR sel
912         - 8   # NDRPDR sel
913         - 9   # NDRPDR sel
914         - 10  # NDRPDR sel
915     vpp-performance-changes-2n-dnv-cmp:
916       csit-vpp-perf-verify-2001-2n-dnv:
917         - 4   # NDRPDR sel
918         - 5   # NDRPDR sel
919         - 6   # NDRPDR sel
920         - 7   # NDRPDR sel
921         - 8   # NDRPDR sel
922         - 9   # NDRPDR sel
923         - 10  # NDRPDR sel
924         - 11  # NDRPDR sel
925         - 13  # NDRPDR sel
926         - 16  # NDRPDR sel
927     vpp-performance-changes-2n-dnv:
928       - "vpp-performance-changes-2n-dnv-ref"
929       - "vpp-performance-changes-2n-dnv-cmp"
930
931     vpp-performance-changes-3n-dnv-ref:
932       csit-vpp-perf-verify-1908-3n-dnv:
933         - 6   # NDRPDR sel
934         - 7   # NDRPDR sel
935         - 8   # NDRPDR sel
936         - 9   # NDRPDR sel
937         - 10  # NDRPDR sel
938         - 12  # NDRPDR sel
939         - 13  # NDRPDR sel
940         - 14  # NDRPDR sel
941         - 15  # NDRPDR sel
942         - 16  # NDRPDR sel
943     vpp-performance-changes-3n-dnv-cmp:
944       csit-vpp-perf-verify-2001-3n-dnv:
945         - 5   # NDRPDR sel
946         - 6   # NDRPDR sel
947         - 7   # NDRPDR sel
948         - 8   # NDRPDR sel
949         - 9   # NDRPDR sel
950         - 10  # NDRPDR sel
951         - 12  # NDRPDR sel
952         - 16  # NDRPDR sel
953         - 17  # NDRPDR sel
954         - 18  # NDRPDR sel
955     vpp-performance-changes-3n-dnv:
956       - "vpp-performance-changes-3n-dnv-ref"
957       - "vpp-performance-changes-3n-dnv-cmp"
958
959     vpp-performance-changes-3n-tsh-ref:
960       csit-vpp-perf-verify-1908-3n-tsh:
961         - 7   # NDRPDR sel
962         - 8   # NDRPDR sel
963         - 9   # NDRPDR sel
964         - 10  # NDRPDR sel
965         - 11  # NDRPDR sel
966         - 12  # NDRPDR sel
967         - 13  # NDRPDR sel
968         - 14  # NDRPDR sel
969         - 15  # NDRPDR sel
970         - 16  # NDRPDR sel
971     vpp-performance-changes-3n-tsh-cmp:
972       csit-vpp-perf-verify-2001-3n-tsh:
973         - 3   # NDRPDR sel
974         - 4   # NDRPDR sel
975         - 7   # NDRPDR sel
976         - 8   # NDRPDR sel
977         - 10  # NDRPDR sel
978         - 12  # NDRPDR sel
979         - 13  # NDRPDR sel
980         - 14  # NDRPDR sel
981         - 15  # NDRPDR sel
982         - 21  # NDRPDR sel
983     vpp-performance-changes-3n-tsh:
984       - "vpp-performance-changes-3n-tsh-ref"
985       - "vpp-performance-changes-3n-tsh-cmp"
986
987     vpp-soak-vs-ndr-2n-skx-ref:
988       csit-vpp-perf-verify-2001-2n-skx:
989         - 92  # NDRPDR sel
990         - 93  # NDRPDR sel
991         - 94  # NDRPDR sel
992         - 95  # NDRPDR sel
993         - 96  # NDRPDR sel
994         - 97  # NDRPDR sel
995         - 98  # NDRPDR sel
996         - 99  # NDRPDR sel
997         - 100 # NDRPDR sel
998     vpp-soak-vs-ndr-2n-skx-cmp:
999       # TODO: Replace
1000       # csit-vpp-perf-verify-2001-2n-skx:
1001       csit-vpp-perf-verify-1908-2n-skx:
1002         - 83  # SOAK
1003         - 86  # SOAK
1004     vpp-soak-vs-ndr-2n-skx:
1005       csit-vpp-perf-verify-2001-2n-skx:
1006         - 92  # NDRPDR sel
1007         - 93  # NDRPDR sel
1008         - 94  # NDRPDR sel
1009         - 95  # NDRPDR sel
1010         - 96  # NDRPDR sel
1011         - 97  # NDRPDR sel
1012         - 98  # NDRPDR sel
1013         - 99  # NDRPDR sel
1014         - 100 # NDRPDR sel
1015         - 83  # SOAK
1016         - 86  # SOAK
1017
1018     vpp-soak-vs-ndr-2n-clx-ref:
1019       csit-vpp-perf-verify-2001-2n-clx:
1020         - 28  # NDRPDR sel
1021         - 29  # NDRPDR sel
1022         - 32  # NDRPDR sel
1023         - 40  # NDRPDR sel
1024         - 43  # NDRPDR sel
1025         - 44  # NDRPDR sel
1026         - 45  # NDRPDR sel
1027         - 47  # NDRPDR sel
1028         - 48  # NDRPDR sel
1029         - 49  # NDRPDR sel
1030     vpp-soak-vs-ndr-2n-clx-cmp:
1031       csit-vpp-perf-verify-2001-2n-clx:
1032         - 93  # SOAK
1033         - 94  # Soak
1034     vpp-soak-vs-ndr-2n-clx:
1035       csit-vpp-perf-verify-2001-2n-clx:
1036         - 28  # NDRPDR sel
1037         - 29  # NDRPDR sel
1038         - 32  # NDRPDR sel
1039         - 40  # NDRPDR sel
1040         - 43  # NDRPDR sel
1041         - 44  # NDRPDR sel
1042         - 45  # NDRPDR sel
1043         - 47  # NDRPDR sel
1044         - 48  # NDRPDR sel
1045         - 49  # NDRPDR sel
1046         - 93  # SOAK
1047         - 94  # Soak
1048
1049     vpp-performance-changes-3n-hsw-mrr-h1:
1050       csit-vpp-perf-verify-1904-3n-hsw:
1051         - 9   # MRR sel
1052     vpp-performance-changes-3n-hsw-mrr-ref:
1053       csit-vpp-perf-verify-1908-3n-hsw:
1054         - 39  # MRR sel
1055     vpp-performance-changes-3n-hsw-mrr-cmp:
1056       csit-vpp-perf-verify-2001-3n-hsw:
1057         - 17  # MRR sel
1058     vpp-performance-changes-3n-hsw-mrr:
1059       - "vpp-performance-changes-3n-hsw-mrr-h1"
1060       - "vpp-performance-changes-3n-hsw-mrr-ref"
1061       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1062
1063     vpp-performance-changes-3n-skx-mrr-h1:
1064       csit-vpp-perf-verify-1904-3n-skx:
1065         - 7   # MRR sel
1066     vpp-performance-changes-3n-skx-mrr-ref:
1067       csit-vpp-perf-verify-1908-3n-skx:
1068         - 36  # MRR sel
1069     vpp-performance-changes-3n-skx-mrr-cmp:
1070       csit-vpp-perf-verify-2001-3n-skx:
1071         - 50  # MRR sel
1072     vpp-performance-changes-3n-skx-mrr:
1073       - "vpp-performance-changes-3n-skx-mrr-h1"
1074       - "vpp-performance-changes-3n-skx-mrr-ref"
1075       - "vpp-performance-changes-3n-skx-mrr-cmp"
1076
1077     vpp-performance-changes-2n-skx-mrr-h1:
1078       csit-vpp-perf-verify-1904-2n-skx:
1079         - 11  # MRR sel
1080     vpp-performance-changes-2n-skx-mrr-ref:
1081       csit-vpp-perf-verify-1908-2n-skx:
1082         - 69  # MRR sel
1083     vpp-performance-changes-2n-skx-mrr-cmp:
1084       csit-vpp-perf-verify-2001-2n-skx:
1085         - 101 # MRR sel
1086     vpp-performance-changes-2n-skx-mrr:
1087       - "vpp-performance-changes-2n-skx-mrr-h1"
1088       - "vpp-performance-changes-2n-skx-mrr-ref"
1089       - "vpp-performance-changes-2n-skx-mrr-cmp"
1090
1091     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1092       csit-vpp-perf-verify-1908-2n-skx:
1093         - 71  # NFV MRR
1094     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1095       # TODO: Replace
1096       # csit-vpp-perf-verify-2001-2n-skx:
1097       csit-vpp-perf-verify-1908-2n-skx:
1098         - 71  # NFV MRR
1099     vpp-performance-changes-nfv-2n-skx-mrr:
1100       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1101       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1102
1103     vpp-performance-changes-2n-dnv-mrr-ref:
1104       csit-vpp-perf-verify-1908-2n-dnv:
1105         - 11  # MRR sel
1106     vpp-performance-changes-2n-dnv-mrr-cmp:
1107       csit-vpp-perf-verify-2001-2n-dnv:
1108         - 12  # MRR sel
1109     vpp-performance-changes-2n-dnv-mrr:
1110       - "vpp-performance-changes-2n-dnv-mrr-ref"
1111       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1112
1113     vpp-performance-changes-3n-dnv-mrr-ref:
1114       csit-vpp-perf-verify-1908-3n-dnv:
1115         - 17  # MRR sel
1116     vpp-performance-changes-3n-dnv-mrr-cmp:
1117       csit-vpp-perf-verify-2001-3n-dnv:
1118         - 11  # MRR sel
1119     vpp-performance-changes-3n-dnv-mrr:
1120       - "vpp-performance-changes-3n-dnv-mrr-ref"
1121       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1122
1123     vpp-performance-changes-3n-tsh-mrr-ref:
1124       csit-vpp-perf-verify-1908-3n-tsh:
1125         - 17  # MRR sel
1126     vpp-performance-changes-3n-tsh-mrr-cmp:
1127       csit-vpp-perf-verify-2001-3n-tsh:
1128         - 9   # MRR sel
1129     vpp-performance-changes-3n-tsh-mrr:
1130       - "vpp-performance-changes-3n-tsh-mrr-ref"
1131       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1132
1133     dpdk-performance-changes-3n-hsw-h1:
1134       csit-dpdk-perf-verify-1904-3n-hsw:
1135         - 2   # NDRPDR sel
1136         - 3   # NDRPDR sel
1137         - 5   # NDRPDR sel
1138         - 6   # NDRPDR sel
1139         - 13  # NDRPDR sel
1140         - 14  # NDRPDR sel
1141         - 15  # NDRPDR sel
1142         - 18  # NDRPDR sel
1143         - 19  # NDRPDR sel
1144         - 20  # NDRPDR sel
1145     dpdk-performance-changes-3n-hsw-ref:
1146       csit-dpdk-perf-verify-1908-3n-hsw:
1147         - 2   # NDRPDR sel
1148         - 3   # NDRPDR sel
1149         - 4   # NDRPDR sel
1150         - 5   # NDRPDR sel
1151         - 6   # NDRPDR sel
1152         - 7   # NDRPDR sel
1153         - 8   # NDRPDR sel
1154         - 9   # NDRPDR sel
1155         - 10  # NDRPDR sel
1156         - 11  # NDRPDR sel
1157     dpdk-performance-changes-3n-hsw-cmp:
1158       csit-dpdk-perf-verify-2001-3n-hsw:
1159 #        - 4   # NDRPDR sel
1160 #        - 5   # NDRPDR sel
1161 #        - 6   # NDRPDR sel
1162 #        - 7   # NDRPDR sel
1163 #        - 8   # NDRPDR sel
1164 #        - 9   # NDRPDR sel
1165 #        - 10  # NDRPDR sel
1166 #        - 11  # NDRPDR sel
1167 #        - 12  # NDRPDR sel
1168 #        - 13  # NDRPDR sel
1169         - 15  # NDRPDR sel
1170         - 16  # NDRPDR sel
1171         - 17  # NDRPDR sel
1172         - 18  # NDRPDR sel
1173         - 19  # NDRPDR sel
1174         - 20  # NDRPDR sel
1175         - 21  # NDRPDR sel
1176         - 22  # NDRPDR sel
1177         - 23  # NDRPDR sel
1178         - 24  # NDRPDR sel
1179     dpdk-performance-changes-3n-hsw:
1180       - "dpdk-performance-changes-3n-hsw-h1"
1181       - "dpdk-performance-changes-3n-hsw-ref"
1182       - "dpdk-performance-changes-3n-hsw-cmp"
1183
1184     dpdk-performance-changes-3n-skx-h1:
1185       csit-dpdk-perf-verify-1904-3n-skx:
1186         - 2   # NDRPDR sel
1187         - 3   # NDRPDR sel
1188         - 4   # NDRPDR sel
1189         - 5   # NDRPDR sel
1190         - 6   # NDRPDR sel
1191         - 7   # NDRPDR sel
1192         - 11  # NDRPDR sel
1193         - 12  # NDRPDR sel
1194         - 13  # NDRPDR sel
1195         - 14  # NDRPDR sel
1196     dpdk-performance-changes-3n-skx-ref:
1197       csit-dpdk-perf-verify-1908-3n-skx:
1198         - 3   # NDRPDR sel
1199         - 4   # NDRPDR sel
1200         - 5   # NDRPDR sel
1201         - 6   # NDRPDR sel
1202         - 7   # NDRPDR sel
1203         - 8   # NDRPDR sel
1204         - 9   # NDRPDR sel
1205         - 10  # NDRPDR sel
1206         - 11  # NDRPDR sel
1207         - 12  # NDRPDR sel
1208     dpdk-performance-changes-3n-skx-cmp:
1209       csit-dpdk-perf-verify-2001-3n-skx:
1210         - 1   # NDRPDR sel
1211         - 2   # NDRPDR sel
1212         - 3   # NDRPDR sel
1213         - 4   # NDRPDR sel
1214         - 5   # NDRPDR sel
1215         - 6   # NDRPDR sel
1216         - 7   # NDRPDR sel
1217         - 8   # NDRPDR sel
1218         - 9   # NDRPDR sel
1219         - 10  # NDRPDR sel
1220     dpdk-performance-changes-3n-skx:
1221       - "dpdk-performance-changes-3n-skx-h1"
1222       - "dpdk-performance-changes-3n-skx-ref"
1223       - "dpdk-performance-changes-3n-skx-cmp"
1224
1225     dpdk-performance-changes-2n-skx-h1:
1226       csit-dpdk-perf-verify-1904-2n-skx:
1227         - 2   # NDRPDR sel
1228         - 3   # NDRPDR sel
1229         - 4   # NDRPDR sel
1230         - 5   # NDRPDR sel
1231         - 7   # NDRPDR sel
1232         - 8   # NDRPDR sel
1233         - 9   # NDRPDR sel
1234         - 10  # NDRPDR sel
1235         - 11  # NDRPDR sel
1236         - 12  # NDRPDR sel
1237     dpdk-performance-changes-2n-skx-ref:
1238       csit-dpdk-perf-verify-1908-2n-skx:
1239         - 2   # NDRPDR sel
1240         - 3   # NDRPDR sel
1241         - 4   # NDRPDR sel
1242         - 5   # NDRPDR sel
1243         - 7   # NDRPDR sel
1244         - 8   # NDRPDR sel
1245         - 9   # NDRPDR sel
1246         - 10  # NDRPDR sel
1247         - 11  # NDRPDR sel
1248         - 12  # NDRPDR sel
1249     dpdk-performance-changes-2n-skx-cmp:
1250       csit-dpdk-perf-verify-2001-2n-skx:
1251         - 1   # NDRPDR sel
1252         - 2   # NDRPDR sel
1253         - 3   # NDRPDR sel
1254         - 4   # NDRPDR sel
1255         - 5   # NDRPDR sel
1256         - 6   # NDRPDR sel
1257         - 7   # NDRPDR sel
1258         - 8   # NDRPDR sel
1259         - 9   # NDRPDR sel
1260         - 10  # NDRPDR sel
1261         - 11  # NDRPDR sel
1262         - 13  # NDRPDR sel
1263         - 26  # NDRPDR sel
1264         - 16  # NDRPDR sel
1265         - 17  # NDRPDR sel
1266         - 18  # NDRPDR sel
1267         - 19  # NDRPDR sel
1268         - 27  # NDRPDR sel
1269         - 21  # NDRPDR sel
1270         - 25  # NDRPDR sel
1271     dpdk-performance-changes-2n-skx:
1272       - "dpdk-performance-changes-2n-skx-h1"
1273       - "dpdk-performance-changes-2n-skx-ref"
1274       - "dpdk-performance-changes-2n-skx-cmp"
1275
1276     # Compare testbeds
1277
1278     vpp-compare-testbeds-ref:
1279       csit-vpp-perf-verify-2001-3n-hsw:
1280         - 21  # NDRPDR sel
1281         - 22  # NDRPDR sel
1282         - 23  # NDRPDR sel
1283         - 24  # NDRPDR sel
1284         - 25  # NDRPDR sel
1285         - 29  # NDRPDR sel
1286         - 30  # NDRPDR sel
1287         - 31  # NDRPDR sel
1288         - 32  # NDRPDR sel
1289         - 34  # NDRPDR sel
1290     vpp-compare-testbeds-cmp:
1291       # TODO: Add the data
1292       csit-vpp-perf-verify-2001-3n-skx:
1293         - 45  # NDRPDR sel
1294         - 46  # NDRPDR sel
1295         - 47  # NDRPDR sel
1296         - 48  # NDRPDR sel
1297     vpp-compare-testbeds:
1298       - "vpp-compare-testbeds-ref"
1299       - "vpp-compare-testbeds-cmp"
1300
1301     vpp-compare-testbeds-skx-clx-ref:
1302       # TODO: Add the data
1303       csit-vpp-perf-verify-2001-2n-skx:
1304         - 92  # NDRPDR sel
1305         - 93  # NDRPDR sel
1306         - 94  # NDRPDR sel
1307         - 95  # NDRPDR sel
1308         - 96  # NDRPDR sel
1309         - 97  # NDRPDR sel
1310         - 98  # NDRPDR sel
1311         - 99  # NDRPDR sel
1312         - 100 # NDRPDR sel
1313     vpp-compare-testbeds-skx-clx-cmp:
1314       csit-vpp-perf-verify-2001-2n-clx:
1315         - 28  # NDRPDR sel
1316         - 29  # NDRPDR sel
1317         - 32  # NDRPDR sel
1318         - 40  # NDRPDR sel
1319         - 43  # NDRPDR sel
1320         - 44  # NDRPDR sel
1321         - 45  # NDRPDR sel
1322         - 47  # NDRPDR sel
1323         - 48  # NDRPDR sel
1324         - 49  # NDRPDR sel
1325     vpp-compare-testbeds-skx-clx:
1326       - "vpp-compare-testbeds-skx-clx-ref"
1327       - "vpp-compare-testbeds-skx-clx-cmp"
1328
1329     vpp-compare-testbeds-hsw-clx-ref:
1330       csit-vpp-perf-verify-2001-3n-hsw:
1331         - 21  # NDRPDR sel
1332         - 22  # NDRPDR sel
1333         - 23  # NDRPDR sel
1334         - 24  # NDRPDR sel
1335         - 25  # NDRPDR sel
1336         - 29  # NDRPDR sel
1337         - 30  # NDRPDR sel
1338         - 31  # NDRPDR sel
1339         - 32  # NDRPDR sel
1340         - 34  # NDRPDR sel
1341     vpp-compare-testbeds-hsw-clx-cmp:
1342       csit-vpp-perf-verify-2001-2n-clx:
1343         - 28  # NDRPDR sel
1344         - 29  # NDRPDR sel
1345         - 32  # NDRPDR sel
1346         - 40  # NDRPDR sel
1347         - 43  # NDRPDR sel
1348         - 44  # NDRPDR sel
1349         - 45  # NDRPDR sel
1350         - 47  # NDRPDR sel
1351         - 48  # NDRPDR sel
1352         - 49  # NDRPDR sel
1353     vpp-compare-testbeds-hsw-clx:
1354       - "vpp-compare-testbeds-hsw-clx-ref"
1355       - "vpp-compare-testbeds-hsw-clx-cmp"
1356
1357     vpp-compare-testbeds-mrr-ref:
1358       csit-vpp-perf-verify-2001-3n-hsw:
1359         - 17  # MRR sel
1360     vpp-compare-testbeds-mrr-cmp:
1361       csit-vpp-perf-verify-2001-3n-skx:
1362         - 50  # MRR sel
1363     vpp-compare-testbeds-mrr:
1364       - "vpp-compare-testbeds-mrr-ref"
1365       - "vpp-compare-testbeds-mrr-cmp"
1366
1367     vpp-compare-testbeds-mrr-skx-clx-ref:
1368       csit-vpp-perf-verify-2001-2n-skx:
1369         - 101 # MRR sel
1370     vpp-compare-testbeds-mrr-skx-clx-cmp:
1371       csit-vpp-perf-verify-2001-2n-clx:
1372         - 39  # MRR
1373     vpp-compare-testbeds-mrr-skx-clx:
1374       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1375       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1376
1377     vpp-compare-testbeds-mrr-hsw-clx-ref:
1378       csit-vpp-perf-verify-2001-3n-hsw:
1379         - 17  # MRR sel
1380     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1381       csit-vpp-perf-verify-2001-2n-clx:
1382         - 39  # MRR
1383     vpp-compare-testbeds-mrr-hsw-clx:
1384       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1385       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1386
1387     dpdk-compare-testbeds-ref:
1388       csit-dpdk-perf-verify-2001-3n-hsw:
1389         - 4   # NDRPDR sel
1390         - 5   # NDRPDR sel
1391         - 6   # NDRPDR sel
1392         - 7   # NDRPDR sel
1393         - 8   # NDRPDR sel
1394         - 9   # NDRPDR sel
1395         - 10  # NDRPDR sel
1396         - 11  # NDRPDR sel
1397         - 12  # NDRPDR sel
1398         - 13  # NDRPDR sel
1399         - 15  # NDRPDR sel
1400         - 16  # NDRPDR sel
1401         - 17  # NDRPDR sel
1402         - 18  # NDRPDR sel
1403         - 19  # NDRPDR sel
1404         - 20  # NDRPDR sel
1405         - 21  # NDRPDR sel
1406         - 22  # NDRPDR sel
1407         - 23  # NDRPDR sel
1408         - 24  # NDRPDR sel
1409     dpdk-compare-testbeds-cmp:
1410       csit-dpdk-perf-verify-2001-3n-skx:
1411         - 1   # NDRPDR sel
1412         - 2   # NDRPDR sel
1413         - 3   # NDRPDR sel
1414         - 4   # NDRPDR sel
1415         - 5   # NDRPDR sel
1416         - 6   # NDRPDR sel
1417         - 7   # NDRPDR sel
1418         - 8   # NDRPDR sel
1419         - 9   # NDRPDR sel
1420         - 10  # NDRPDR sel
1421     dpdk-compare-testbeds:
1422       - "dpdk-compare-testbeds-ref"
1423       - "dpdk-compare-testbeds-cmp"
1424
1425     dpdk-compare-testbeds-skx-clx-ref:
1426       csit-dpdk-perf-verify-2001-2n-skx:
1427         - 1   # NDRPDR sel
1428         - 2   # NDRPDR sel
1429         - 3   # NDRPDR sel
1430         - 4   # NDRPDR sel
1431         - 5   # NDRPDR sel
1432         - 6   # NDRPDR sel
1433         - 7   # NDRPDR sel
1434         - 8   # NDRPDR sel
1435         - 9   # NDRPDR sel
1436         - 10  # NDRPDR sel
1437         - 11  # NDRPDR sel
1438         - 13  # NDRPDR sel
1439         - 26  # NDRPDR sel
1440         - 16  # NDRPDR sel
1441         - 17  # NDRPDR sel
1442         - 18  # NDRPDR sel
1443         - 19  # NDRPDR sel
1444         - 27  # NDRPDR sel
1445         - 21  # NDRPDR sel
1446         - 25  # NDRPDR sel
1447     dpdk-compare-testbeds-skx-clx-cmp:
1448       csit-dpdk-perf-verify-2001-2n-clx:
1449         - 15  # NDRPDR sel
1450         - 16  # NDRPDR sel
1451         - 17  # NDRPDR sel
1452         - 18  # NDRPDR sel
1453         - 19  # NDRPDR sel
1454         - 20  # NDRPDR sel
1455         - 21  # NDRPDR sel
1456         - 22  # NDRPDR sel
1457         - 23  # NDRPDR sel
1458         - 24  # NDRPDR sel
1459         - 25  # NDRPDR sel
1460         - 26  # NDRPDR sel
1461         - 27  # NDRPDR sel
1462         - 28  # NDRPDR sel
1463         - 29  # NDRPDR sel
1464         - 30  # NDRPDR sel
1465         - 31  # NDRPDR sel
1466         - 32  # NDRPDR sel
1467         - 33  # NDRPDR sel
1468         - 34  # NDRPDR sel
1469
1470     dpdk-compare-testbeds-skx-clx:
1471       - "dpdk-compare-testbeds-skx-clx-ref"
1472       - "dpdk-compare-testbeds-skx-clx-cmp"
1473
1474     # Compare topologies
1475
1476     vpp-compare-topologies-ref:
1477       # TODO: Add the data
1478       csit-vpp-perf-verify-2001-3n-skx:
1479         - 45  # NDRPDR sel
1480         - 46  # NDRPDR sel
1481         - 47  # NDRPDR sel
1482         - 48  # NDRPDR sel
1483     vpp-compare-topologies-cmp:
1484       # TODO: Add the data
1485       csit-vpp-perf-verify-2001-2n-skx:
1486         - 92  # NDRPDR sel
1487         - 93  # NDRPDR sel
1488         - 94  # NDRPDR sel
1489         - 95  # NDRPDR sel
1490         - 96  # NDRPDR sel
1491         - 97  # NDRPDR sel
1492         - 98  # NDRPDR sel
1493         - 99  # NDRPDR sel
1494         - 100 # NDRPDR sel
1495     vpp-compare-topologies:
1496       - "vpp-compare-topologies-ref"
1497       - "vpp-compare-topologies-cmp"
1498
1499     vpp-compare-topologies-mrr-ref:
1500       csit-vpp-perf-verify-2001-3n-skx:
1501         - 50  # MRR sel
1502     vpp-compare-topologies-mrr-cmp:
1503       csit-vpp-perf-verify-2001-2n-skx:
1504         - 101 # MRR sel
1505     vpp-compare-topologies-mrr:
1506       - "vpp-compare-topologies-mrr-ref"
1507       - "vpp-compare-topologies-mrr-cmp"
1508
1509     dpdk-compare-topologies-ref:
1510       csit-dpdk-perf-verify-2001-3n-skx:
1511         - 1   # NDRPDR sel
1512         - 2   # NDRPDR sel
1513         - 3   # NDRPDR sel
1514         - 4   # NDRPDR sel
1515         - 5   # NDRPDR sel
1516         - 6   # NDRPDR sel
1517         - 7   # NDRPDR sel
1518         - 8   # NDRPDR sel
1519         - 9   # NDRPDR sel
1520         - 10  # NDRPDR sel
1521     dpdk-compare-topologies-cmp:
1522       csit-dpdk-perf-verify-2001-2n-skx:
1523         - 1   # NDRPDR sel
1524         - 2   # NDRPDR sel
1525         - 3   # NDRPDR sel
1526         - 4   # NDRPDR sel
1527         - 5   # NDRPDR sel
1528         - 6   # NDRPDR sel
1529         - 7   # NDRPDR sel
1530         - 8   # NDRPDR sel
1531         - 9   # NDRPDR sel
1532         - 10  # NDRPDR sel
1533         - 11  # NDRPDR sel
1534         - 13  # NDRPDR sel
1535         - 26  # NDRPDR sel
1536         - 16  # NDRPDR sel
1537         - 17  # NDRPDR sel
1538         - 18  # NDRPDR sel
1539         - 19  # NDRPDR sel
1540         - 27  # NDRPDR sel
1541         - 21  # NDRPDR sel
1542         - 25  # NDRPDR sel
1543     dpdk-compare-topologies:
1544       - "dpdk-compare-topologies-ref"
1545       - "dpdk-compare-topologies-cmp"
1546
1547   plot-layouts:
1548
1549     plot-soak-throughput:
1550       titlefont:
1551         size: 18
1552       xaxis:
1553         title: "<b>Test Cases [Index]</b>"
1554         titlefont:
1555           size: 16
1556         autorange: True
1557         fixedrange: False
1558         gridcolor: "rgb(230, 230, 230)"
1559         linecolor: "rgb(220, 220, 220)"
1560         linewidth: 1
1561         showgrid: True
1562         showline: True
1563         showticklabels: True
1564         tickcolor: "rgb(220, 220, 220)"
1565         tickmode: "linear"
1566         tickfont:
1567           size: 16
1568         zeroline: False
1569       yaxis:
1570         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1571         titlefont:
1572           size: 16
1573         gridcolor: "rgb(230, 230, 230)"
1574         hoverformat: ".4r"
1575         tickformat: ".3r"
1576         linecolor: "rgb(220, 220, 220)"
1577         linewidth: 1
1578         showgrid: True
1579         showline: True
1580         showticklabels: True
1581         tickcolor: "rgb(220, 220, 220)"
1582         tickfont:
1583           size: 16
1584         zeroline: False
1585         range: [0,50]
1586       autosize: False
1587       margin:
1588         t: 50
1589         b: 0
1590         l: 80
1591         r: 20
1592       showlegend: True
1593       legend:
1594         orientation: "h"
1595         font:
1596           size: 16
1597       width: 700
1598       height: 900
1599       paper_bgcolor: "#fff"
1600       plot_bgcolor: "#fff"
1601       hoverlabel:
1602         namelength: -1
1603
1604     plot-service-density:
1605       titlefont:
1606         size: 18
1607       xaxis:
1608         side: "top"
1609         autorange: True
1610         fixedrange: False
1611         showgrid: False
1612         showline: False
1613         showticklabels: False
1614         ticks: ""
1615         ticklen: 0
1616         tickwidth: 0
1617         zeroline: False
1618       yaxis:
1619         autorange: "reversed"
1620         showgrid: False
1621         showline: False
1622         showticklabels: False
1623         ticks: ""
1624         ticklen: 0
1625         tickwidth: 0
1626         zeroline: False
1627       showlegend: False
1628       paper_bgcolor: "#fff"
1629       plot_bgcolor: "#fff"
1630       width: 700
1631       height: 700
1632       hoverlabel:
1633         namelength: -1
1634
1635     plot-cps:
1636       titlefont:
1637         size: 18
1638       xaxis:
1639         title: "<b>Test Cases [Index]</b>"
1640         titlefont:
1641           size: 16
1642         autorange: True
1643         fixedrange: False
1644         gridcolor: "rgb(230, 230, 230)"
1645         linecolor: "rgb(220, 220, 220)"
1646         linewidth: 1
1647         showgrid: True
1648         showline: True
1649         showticklabels: True
1650         tickcolor: "rgb(220, 220, 220)"
1651         tickmode: "linear"
1652         tickfont:
1653           size: 16
1654         zeroline: False
1655       yaxis:
1656         title: "<b>Connections Per Second [cps]</b>"
1657         titlefont:
1658           size: 16
1659         gridcolor: "rgb(230, 230, 230)"
1660         hoverformat: ".4s"
1661         linecolor: "rgb(220, 220, 220)"
1662         linewidth: 1
1663         rangemode: "tozero"
1664         showgrid: True
1665         showline: True
1666         showticklabels: True
1667         tickcolor: "rgb(220, 220, 220)"
1668         tickformat: ".3s"
1669         tickfont:
1670           size: 16
1671         zeroline: False
1672       boxmode: "group"
1673       boxgroupgap: 0.5
1674       autosize: False
1675       margin:
1676         t: 50
1677         b: 20
1678         l: 80
1679         r: 20
1680       showlegend: True
1681       legend:
1682         orientation: "h"
1683         font:
1684           size: 16
1685       width: 700
1686       height: 800
1687       paper_bgcolor: "#fff"
1688       plot_bgcolor: "#fff"
1689       hoverlabel:
1690         namelength: -1
1691
1692     plot-rps:
1693       titlefont:
1694         size: 18
1695       xaxis:
1696         title: "<b>Test Cases [Index]</b>"
1697         titlefont:
1698           size: 16
1699         autorange: True
1700         fixedrange: False
1701         gridcolor: "rgb(230, 230, 230)"
1702         linecolor: "rgb(220, 220, 220)"
1703         linewidth: 1
1704         showgrid: True
1705         showline: True
1706         showticklabels: True
1707         tickcolor: "rgb(220, 220, 220)"
1708         tickmode: "linear"
1709         tickfont:
1710           size: 16
1711         zeroline: False
1712       yaxis:
1713         title: "<b>Requests Per Second [rps]</b>"
1714         titlefont:
1715           size: 16
1716         gridcolor: "rgb(230, 230, 230)"
1717         hoverformat: ".4s"
1718         linecolor: "rgb(220, 220, 220)"
1719         linewidth: 1
1720         rangemode: "tozero"
1721         showgrid: True
1722         showline: True
1723         showticklabels: True
1724         tickcolor: "rgb(230, 230, 230)"
1725         tickformat: ".3s"
1726         tickfont:
1727           size: 16
1728         zeroline: False
1729       boxmode: "group"
1730       boxgroupgap: 0.5
1731       autosize: False
1732       margin:
1733         t: 50
1734         b: 20
1735         l: 80
1736         r: 20
1737       showlegend: True
1738       legend:
1739         orientation: "h"
1740         font:
1741           size: 16
1742       width: 700
1743       height: 800
1744       paper_bgcolor: "#fff"
1745       plot_bgcolor: "#fff"
1746       hoverlabel:
1747         namelength: -1
1748
1749     plot-hoststack:
1750       titlefont:
1751         size: 16
1752       xaxis:
1753         title: "<b>Test Cases [Index]</b>"
1754         titlefont:
1755           size: 14
1756         autorange: True
1757         fixedrange: False
1758         gridcolor: "rgb(230, 230, 230)"
1759         linecolor: "rgb(220, 220, 220)"
1760         linewidth: 1
1761         showgrid: True
1762         showline: True
1763         showticklabels: True
1764         tickcolor: "rgb(220, 220, 220)"
1765         tickmode: "linear"
1766         tickfont:
1767           size: 14
1768         zeroline: False
1769       yaxis:
1770         title: "<b>Bandwidth [Gbps]</b>"
1771         titlefont:
1772           size: 14
1773         gridcolor: "rgb(230, 230, 230)"
1774         hoverformat: ".4s"
1775         linecolor: "rgb(220, 220, 220)"
1776         linewidth: 1
1777         rangemode: "tozero"
1778         showgrid: True
1779         showline: True
1780         showticklabels: True
1781         tickcolor: "rgb(230, 230, 230)"
1782         tickformat: ".3s"
1783         tickfont:
1784           size: 14
1785         zeroline: False
1786       boxmode: "group"
1787       boxgroupgap: 0.5
1788       autosize: False
1789       margin:
1790         t: 50
1791         b: 20
1792         l: 80
1793         r: 20
1794       showlegend: True
1795       legend:
1796         orientation: "h"
1797         font:
1798           size: 14
1799       width: 700
1800       height: 800
1801       paper_bgcolor: "#fff"
1802       plot_bgcolor: "#fff"
1803       hoverlabel:
1804         namelength: -1
1805
1806     plot-throughput:
1807       titlefont:
1808         size: 18
1809       xaxis:
1810         title: "<b>Test Cases [Index]</b>"
1811         titlefont:
1812           size: 16
1813         autorange: True
1814         fixedrange: False
1815         gridcolor: "rgb(230, 230, 230)"
1816         linecolor: "rgb(220, 220, 220)"
1817         linewidth: 1
1818         showgrid: True
1819         showline: True
1820         showticklabels: True
1821         tickcolor: "rgb(220, 220, 220)"
1822         tickmode: "linear"
1823         tickfont:
1824           size: 16
1825         zeroline: False
1826       yaxis:
1827         title: "<b>Packet Throughput [Mpps]</b>"
1828         titlefont:
1829           size: 16
1830         gridcolor: "rgb(230, 230, 230)"
1831         hoverformat: ".4r"
1832         tickformat: ".3r"
1833         linecolor: "rgb(220, 220, 220)"
1834         linewidth: 1
1835         showgrid: True
1836         showline: True
1837         showticklabels: True
1838         tickcolor: "rgb(220, 220, 220)"
1839         tickfont:
1840           size: 16
1841         zeroline: False
1842         range: [0,50]
1843       autosize: False
1844       margin:
1845         t: 50
1846         b: 0
1847         l: 80
1848         r: 20
1849       showlegend: True
1850       legend:
1851         orientation: "h"
1852         font:
1853           size: 16
1854       width: 700
1855       height: 900
1856       paper_bgcolor: "#fff"
1857       plot_bgcolor: "#fff"
1858       hoverlabel:
1859         namelength: -1
1860
1861     plot-throughput-speedup-analysis:
1862       titlefont:
1863         size: 18
1864       xaxis:
1865         title: "<b>Number of Cores [Qty]</b>"
1866         titlefont:
1867           size: 16
1868         autorange: True
1869         fixedrange: False
1870         gridcolor: "rgb(230, 230, 230)"
1871         linecolor: "rgb(220, 220, 220)"
1872         linewidth: 1
1873         showgrid: True
1874         showline: True
1875         showticklabels: True
1876         tickcolor: "rgb(238, 238, 238)"
1877         tickmode: "linear"
1878         tickfont:
1879           size: 16
1880         zeroline: False
1881       yaxis:
1882         title: "<b>Packet Throughput [Mpps]</b>"
1883         titlefont:
1884           size: 16
1885         type: "linear"
1886         gridcolor: "rgb(230, 230, 230)"
1887         hoverformat: ".4s"
1888         linecolor: "rgb(220, 220, 220)"
1889         linewidth: 1
1890         showgrid: True
1891         showline: True
1892         showticklabels: True
1893         tickcolor: "rgb(220, 220, 220)"
1894         tickformat: ".4s"
1895         tickfont:
1896           size: 16
1897         zeroline: True
1898         rangemode: "tozero"
1899         range: [0,100]
1900       legend:
1901         orientation: "h"
1902         font:
1903           size: 16
1904         xanchor: "left"
1905         yanchor: "top"
1906         x: 0
1907         y: -0.2
1908         bgcolor: "rgba(255, 255, 255, 0)"
1909         bordercolor: "rgba(255, 255, 255, 0)"
1910         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1911       autosize: False
1912       margin:
1913           't': 50
1914           'b': 150
1915           'l': 85
1916           'r': 10
1917       showlegend: True
1918       width: 700
1919       height: 700
1920       paper_bgcolor: "#fff"
1921       plot_bgcolor: "#fff"
1922       hoverlabel:
1923         namelength: -1
1924       annotations: [
1925         {
1926           text: "_ _          __          ...",
1927           align: "left",
1928           showarrow: False,
1929           xref: "paper",
1930           yref: "paper",
1931           xanchor: "left",
1932           yanchor: "top",
1933           x: 0,
1934           y: -0.13,
1935           font: {
1936             family: "Consolas, Courier New",
1937             size: 15
1938           },
1939         },
1940         {
1941           text: "    Perfect     Measured     Limit",
1942           align: "left",
1943           showarrow: False,
1944           xref: "paper",
1945           yref: "paper",
1946           xanchor: "left",
1947           yanchor: "top",
1948           x: 0,
1949           y: -0.15,
1950           font: {
1951             family: "Consolas, Courier New",
1952             size: 15
1953           },
1954         },
1955       ]
1956
1957     plot-latency:
1958       titlefont:
1959         size: 18
1960       xaxis:
1961         title: "<b>Direction</b>"
1962         titlefont:
1963           size: 16
1964         autorange: True
1965         fixedrange: False
1966         gridcolor: "rgb(230, 230, 230)"
1967         linecolor: "rgb(220, 220, 220)"
1968         linewidth: 1
1969         showgrid: True
1970         showline: True
1971         showticklabels: False
1972         tickcolor: "rgb(220, 220, 220)"
1973         tickmode: "linear"
1974         tickfont:
1975           size: 16
1976         zeroline: False
1977       yaxis:
1978         title: "<b>Packet Latency [uSec]</b>"
1979         titlefont:
1980           size: 16
1981         type: "linear"
1982         gridcolor: "rgb(230, 230, 230)"
1983         hoverformat: ".4s"
1984         linecolor: "rgb(220, 220, 220)"
1985         linewidth: 1
1986         showgrid: True
1987         showline: True
1988         showticklabels: True
1989         tickcolor: "rgb(220, 220, 220)"
1990         tickformat: ".4s"
1991         tickfont:
1992           size: 16
1993         zeroline: True
1994         rangemode: "tozero"
1995       legend:
1996         orientation: "h"
1997         font:
1998           size: 16
1999         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2000       autosize: False
2001       margin:
2002           't': 50
2003           'b': 150
2004           'l': 80
2005           'r': 10
2006       showlegend: True
2007       width: 700
2008       height: 700
2009       paper_bgcolor: "#fff"
2010       plot_bgcolor: "#fff"
2011       hoverlabel:
2012         namelength: -1
2013
2014     plot-hdrh-latency:
2015       title:
2016         text: ""
2017         xanchor: "center"
2018         x: 0.5
2019         font:
2020           size: 16
2021       width: 700
2022       plot_bgcolor: "white"
2023       annotations:
2024         - font:
2025             size: 14
2026           showarrow: False
2027           text: "<b>Packet Latency [uSec]</b>"
2028           x: 1
2029           xanchor: "right"
2030           xref: "paper"
2031           y: -0.045
2032           yanchor: "top"
2033           yref: "paper"
2034         - font:
2035             size: 14
2036           showarrow: False
2037           text: "<b>Probability [%]</b>"
2038           textangle: 270
2039           x: -0.06
2040           xanchor: "center"
2041           xref: "paper"
2042           y: 0.5
2043           yanchor: "middle"
2044           yref: "paper"
2045         - font:
2046             size: 14
2047           showarrow: False
2048           text: "<b>Direction: E-W</b>"
2049           x: 0.24
2050           xanchor: "center"
2051           xref: "paper"
2052           y: 1.05
2053           yanchor: "bottom"
2054           yref: "paper"
2055         - font:
2056             size: 14
2057           showarrow: False
2058           text: "<b>Direction: W-E</b>"
2059           x: 0.74
2060           xanchor: "center"
2061           xref: "paper"
2062           y: 1.05
2063           yanchor: "bottom"
2064           yref: "paper"
2065
2066     plot-hdrh-latency-percentile:
2067       title:
2068         text: ""
2069         xanchor: "center"
2070         x: 0.5
2071         font:
2072           size: 18
2073       xaxis:
2074         type: "log"
2075         title: "<b>Percentile [%]</b>"
2076         titlefont:
2077           size: 16
2078         autorange: True
2079         fixedrange: False
2080         gridcolor: "rgb(230, 230, 230)"
2081         linecolor: "rgb(220, 220, 220)"
2082         linewidth: 1
2083         showgrid: True
2084         showline: True
2085         showticklabels: True
2086         tickcolor: "rgb(220, 220, 220)"
2087         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2088         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2089         tickfont:
2090           size: 16
2091       yaxis:
2092         title: "<b>Packet Latency [uSec]</b>"
2093         titlefont:
2094           size: 16
2095         gridcolor: "rgb(230, 230, 230)"
2096         linecolor: "rgb(220, 220, 220)"
2097         linewidth: 1
2098         showgrid: True
2099         showline: True
2100         showticklabels: True
2101         tickcolor: "rgb(220, 220, 220)"
2102         tickfont:
2103           size: 16
2104       autosize: False
2105       showlegend: True
2106       legend:
2107         traceorder: "normal"
2108         orientation: "h"
2109         font:
2110           size: 16
2111         xanchor: "left"
2112         yanchor: "top"
2113         x: 0
2114         y: -0.15
2115         bgcolor: "rgba(255, 255, 255, 0)"
2116         bordercolor: "rgba(255, 255, 255, 0)"
2117       width: 700
2118       height: 700
2119       paper_bgcolor: "white"
2120       plot_bgcolor: "white"
2121
2122     plot-hdrh-latency-by-percentile:
2123       title:
2124         text: "<b>Latency by Percentile Distribution</b>"
2125         xanchor: "center"
2126         x: 0.5
2127         font:
2128           size: 18
2129       showlegend: True
2130       legend:
2131         traceorder: "normal"
2132         orientation: "h"
2133         font:
2134           size: 16
2135         xanchor: "left"
2136         yanchor: "top"
2137         x: 0
2138         y: -0.2
2139         bgcolor: "rgba(255, 255, 255, 0)"
2140         bordercolor: "rgba(255, 255, 255, 0)"
2141       xaxis:
2142         type: "linear"
2143         title: "<b>Percentile [%]</b>"
2144         titlefont:
2145           size: 14
2146         autorange: False
2147         fixedrange: False
2148         range: [0, 100]
2149         gridcolor: "rgb(230, 230, 230)"
2150         linecolor: "rgb(220, 220, 220)"
2151         linewidth: 1
2152         showgrid: True
2153         showline: True
2154         showticklabels: True
2155         tickcolor: "rgb(220, 220, 220)"
2156         tickvals: [0, 25, 50, 75, 100]
2157         ticktext: [0, 25, 50, 75, 100]
2158         tickfont:
2159           size: 14
2160       yaxis:
2161         title: "<b>One-Way Latency per Direction [uSec]</b>"
2162         titlefont:
2163           size: 14
2164         gridcolor: "rgb(230, 230, 230)"
2165         linecolor: "rgb(220, 220, 220)"
2166         linewidth: 1
2167         showgrid: True
2168         showline: True
2169         showticklabels: True
2170         tickcolor: "rgb(220, 220, 220)"
2171         tickfont:
2172           size: 14
2173       width: 700
2174       height: 700
2175       paper_bgcolor: "white"
2176       plot_bgcolor: "white"
2177
2178 - type: "static"
2179   src-path: "{DIR[RST]}"
2180   dst-path: "{DIR[WORKING,SRC]}"
2181
2182 - type: "input"
2183   general:
2184     file-name: "output_info.xml.gz"
2185     file-format: ".gz"
2186     arch-file-format:
2187       - ".gz"
2188       - ".zip"
2189     download-path: "{job}/{build}/archives/{filename}"
2190     extract: "output.xml"
2191
2192     zip-file-name: "robot-plugin.zip"
2193     zip-file-format: ".zip"
2194     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2195     zip-extract: "robot-plugin/output.xml"
2196
2197   builds:
2198
2199     csit-vpp-perf-verify-1904-3n-hsw:
2200       - 9   # MRR sel
2201       - 11  # NDRPDR sel
2202       - 12  # NDRPDR sel
2203       - 20  # NDRPDR sel
2204       - 21  # NDRPDR sel
2205       - 23  # NDRPDR sel
2206       - 24  # NDRPDR sel
2207       - 25  # NDRPDR sel
2208       - 26  # NDRPDR sel
2209       - 29  # NDRPDR sel
2210       - 30  # NDRPDR sel
2211     csit-vpp-perf-verify-1908-3n-hsw:
2212       - 12  # NDRPDR sel
2213       - 13  # NDRPDR sel
2214       - 14  # NDRPDR sel
2215       - 15  # NDRPDR sel
2216       - 16  # NDRPDR sel
2217       - 17  # NDRPDR sel
2218       - 18  # NDRPDR sel
2219       - 19  # NDRPDR sel
2220       - 20  # NDRPDR sel
2221       - 21  # NDRPDR sel
2222       - 48  # NDRPDR sel vhost
2223       - 49  # NDRPDR sel vhost
2224       - 52  # NDRPDR sel vhost
2225       - 53  # NDRPDR sel vhost
2226       - 54  # NDRPDR sel vhost
2227       - 55  # NDRPDR sel vhost
2228       - 56  # NDRPDR sel vhost
2229       - 57  # NDRPDR sel vhost
2230       - 58  # NDRPDR sel vhost
2231       - 59  # NDRPDR sel vhost
2232       - 39  # MRR sel
2233     csit-vpp-perf-verify-2001-3n-hsw:
2234       - 21  # NDRPDR sel
2235       - 22  # NDRPDR sel
2236       - 23  # NDRPDR sel
2237       - 24  # NDRPDR sel
2238       - 25  # NDRPDR sel
2239       - 29  # NDRPDR sel
2240       - 30  # NDRPDR sel
2241       - 31  # NDRPDR sel
2242       - 32  # NDRPDR sel
2243       - 34  # NDRPDR sel
2244       - 17  # MRR sel
2245       - 18  # NDRPDR full
2246       - 20  # NDRPDR full
2247       - 28  # NDRPDR full
2248       - 35  # NDRPDR full
2249       - 42  # NDRPDR full
2250       - 46  # NDRPDR full
2251       - 47  # NDRPDR full
2252       - 48  # NDRPDR full
2253       - 49  # NDRPDR full
2254       - 50  # NDRPDR full
2255       - 51  # NDRPDR full
2256       - 52  # NDRPDR full
2257       - 53  # NDRPDR full
2258       - 54  # NDRPDR full
2259       - 55  # NDRPDR full
2260       - 56  # NDRPDR full
2261       - 57  # NDRPDR full
2262       - 58  # NDRPDR full
2263       - 59  # NDRPDR full
2264       - 61  # NDRPDR full
2265       - 62  # NDRPDR full
2266       - 63  # NDRPDR full
2267       - 64  # NDRPDR full
2268       - 65  # NDRPDR full
2269       - 67  # NDRPDR full
2270       - 70  # NDRPDR full
2271       - 72  # NDRPDR full
2272       - 73  # NDRPDR full
2273       - 76  # NDRPDR full
2274       - 77  # NDRPDR full
2275       - 78  # NDRPDR full
2276       - 79  # NDRPDR full
2277       - 81  # NDRPDR full
2278       - 82  # NDRPDR full
2279       - 84  # NDRPDR full
2280       - 85  # NDRPDR full
2281       - 87  # hoststack
2282       - 88  # hoststack
2283       - 89  # hoststack
2284       - 90  # hoststack
2285       - 91  # hoststack
2286       - 92  # hoststack
2287       - 93  # hoststack
2288       - 94  # hoststack
2289       - 95  # hoststack
2290       - 96  # hoststack
2291
2292     csit-vpp-perf-verify-1904-3n-skx:
2293       - 7   # MRR sel
2294       - 8   # NDRPDR sel
2295       - 9   # NDRPDR sel
2296       - 10  # NDRPDR sel
2297       - 11  # NDRPDR sel
2298       - 12  # NDRPDR sel
2299       - 14  # NDRPDR sel
2300       - 16  # NDRPDR sel
2301       - 21  # NDRPDR sel
2302       - 23  # NDRPDR sel
2303       - 25  # NDRPDR sel
2304     csit-vpp-perf-verify-1908-3n-skx:
2305       - 14  # NDRPDR sel
2306       - 16  # NDRPDR sel
2307       - 19  # NDRPDR sel
2308       - 20  # NDRPDR sel
2309       - 22  # NDRPDR sel
2310       - 23  # NDRPDR sel
2311       - 24  # NDRPDR sel
2312       - 25  # NDRPDR sel
2313       - 26  # NDRPDR sel
2314       - 29  # NDRPDR sel
2315       - 52  # NDRPDR sel vhost
2316       - 53  # NDRPDR sel vhost
2317       - 55  # NDRPDR sel vhost
2318       - 61  # NDRPDR sel vhost
2319       - 62  # NDRPDR sel vhost
2320       - 63  # NDRPDR sel vhost
2321       - 64  # NDRPDR sel vhost
2322       - 65  # NDRPDR sel vhost
2323       - 66  # NDRPDR sel vhost
2324       - 67  # NDRPDR sel vhost
2325       - 36  # MRR sel
2326     csit-vpp-perf-verify-2001-3n-skx:
2327       - 45  # NDRPDR sel
2328       - 46  # NDRPDR sel
2329       - 47  # NDRPDR sel
2330       - 48  # NDRPDR sel
2331       - 50  # MRR sel
2332
2333     csit-vpp-perf-verify-1904-2n-skx:
2334       - 11  # MRR sel
2335       - 12  # NDRPDR sel
2336       - 14  # NDRPDR sel
2337       - 16  # NDRPDR sel
2338       - 17  # NDRPDR sel
2339       - 18  # NDRPDR sel
2340       - 21  # NDRPDR sel
2341       - 27  # NDRPDR sel
2342       - 30  # NDRPDR sel
2343       - 31  # NDRPDR sel
2344       - 32  # NDRPDR sel
2345     csit-vpp-perf-verify-1908-2n-skx:
2346       - 26  # NDRPDR sel
2347       - 27  # NDRPDR sel
2348       - 34  # NDRPDR sel
2349       - 35  # NDRPDR sel
2350       - 36  # NDRPDR sel
2351       - 42  # NDRPDR sel
2352       - 43  # NDRPDR sel
2353       - 44  # NDRPDR sel
2354       - 45  # NDRPDR sel
2355       - 46  # NDRPDR sel
2356       - 88  # NDRPDR sel vhost
2357       - 89  # NDRPDR sel vhost
2358       - 91  # NDRPDR sel vhost
2359       - 92  # NDRPDR sel vhost
2360       - 93  # NDRPDR sel vhost
2361       - 94  # NDRPDR sel vhost
2362       - 95  # NDRPDR sel vhost
2363       - 96  # NDRPDR sel vhost
2364       - 97  # NDRPDR sel vhost
2365       - 98  # NDRPDR sel vhost
2366       - 69  # MRR sel
2367       - 22  # NFV
2368       - 31  # NFV
2369       - 32  # NFV
2370       - 71  # NFV MRR
2371       - 113 # NFV reconf sel - to be removed
2372       - 114 # NFV reconf sel - to be removed
2373       - 115 # NFV reconf sel - to be removed
2374     csit-vpp-perf-verify-2001-2n-skx:
2375       - 92  # NDRPDR sel
2376       - 93  # NDRPDR sel
2377       - 94  # NDRPDR sel
2378       - 95  # NDRPDR sel
2379       - 96  # NDRPDR sel
2380       - 97  # NDRPDR sel
2381       - 98  # NDRPDR sel
2382       - 99  # NDRPDR sel
2383       - 100 # NDRPDR sel
2384       - 101 # MRR sel
2385
2386     csit-vpp-perf-verify-2001-2n-clx:
2387       - 28  # NDRPDR sel
2388       - 29  # NDRPDR sel
2389       - 32  # NDRPDR sel
2390       - 40  # NDRPDR sel
2391       - 43  # NDRPDR sel
2392       - 44  # NDRPDR sel
2393       - 45  # NDRPDR sel
2394       - 47  # NDRPDR sel
2395       - 48  # NDRPDR sel
2396       - 49  # NDRPDR sel
2397       - 39  # MRR
2398       - 53  # NDRPDR full
2399       - 54  # NDRPDR full
2400       - 55  # NDRPDR full
2401       - 56  # NDRPDR full
2402       - 57  # NDRPDR full
2403       - 58  # NDRPDR full
2404       - 59  # NDRPDR full
2405       - 60  # NDRPDR full
2406       - 61  # NDRPDR full
2407       - 62  # NDRPDR full
2408       - 63  # NDRPDR full
2409       - 64  # NDRPDR full
2410       - 65  # NDRPDR full
2411       - 66  # NDRPDR full
2412       - 67  # NDRPDR full
2413       - 68  # Reconf
2414       - 69  # Reconf
2415       - 70  # Reconf
2416       - 71  # Reconf
2417       - 72  # Reconf
2418       - 73  # Reconf
2419       - 74  # Reconf
2420       - 75  # Reconf
2421       - 76  # Reconf
2422       - 77  # Reconf
2423       - 80  # TCP
2424       - 82  # TCP
2425       - 83  # TCP
2426       - 85  # TCP
2427       - 86  # TCP
2428       - 87  # TCP
2429       - 88  # TCP
2430       - 89  # TCP
2431       - 90  # TCP
2432       - 91  # TCP
2433       - 93  # Soak
2434       - 94  # Soak
2435
2436     csit-vpp-perf-verify-1908-3n-tsh:
2437       - 7   # NDRPDR sel
2438       - 8   # NDRPDR sel
2439       - 9   # NDRPDR sel
2440       - 10  # NDRPDR sel
2441       - 11  # NDRPDR sel
2442       - 12  # NDRPDR sel
2443       - 13  # NDRPDR sel
2444       - 14  # NDRPDR sel
2445       - 15  # NDRPDR sel
2446       - 16  # NDRPDR sel
2447       - 17  # MRR sel
2448     csit-vpp-perf-verify-2001-3n-tsh:
2449       - 3   # NDRPDR sel
2450       - 4   # NDRPDR sel
2451       - 7   # NDRPDR sel
2452       - 8   # NDRPDR sel
2453       - 10  # NDRPDR sel
2454       - 12  # NDRPDR sel
2455       - 13  # NDRPDR sel
2456       - 14  # NDRPDR sel
2457       - 15  # NDRPDR sel
2458       - 21  # NDRPDR sel
2459       - 9   # MRR sel
2460
2461     csit-vpp-perf-verify-1908-3n-dnv:
2462       - 6   # NDRPDR sel
2463       - 7   # NDRPDR sel
2464       - 8   # NDRPDR sel
2465       - 9   # NDRPDR sel
2466       - 10  # NDRPDR sel
2467       - 12  # NDRPDR sel
2468       - 13  # NDRPDR sel
2469       - 14  # NDRPDR sel
2470       - 15  # NDRPDR sel
2471       - 16  # NDRPDR sel
2472       - 17  # MRR sel
2473     csit-vpp-perf-verify-2001-3n-dnv:
2474       - 5   # NDRPDR sel
2475       - 6   # NDRPDR sel
2476       - 7   # NDRPDR sel
2477       - 8   # NDRPDR sel
2478       - 9   # NDRPDR sel
2479       - 10  # NDRPDR sel
2480       - 12  # NDRPDR sel
2481       - 16  # NDRPDR sel
2482       - 17  # NDRPDR sel
2483       - 18  # NDRPDR sel
2484       - 11  # MRR sel
2485       - 19  # NDRPDR full
2486       - 20  # NDRPDR full
2487       - 21  # NDRPDR full
2488       - 22  # NDRPDR full
2489       - 23  # NDRPDR full
2490       - 24  # NDRPDR full
2491       - 25  # NDRPDR full
2492       - 26  # NDRPDR full
2493       - 37  # NDRPDR full
2494       - 38  # NDRPDR full
2495       - 39  # NDRPDR full
2496
2497     csit-vpp-perf-verify-1908-2n-dnv:
2498       - 1   # NDRPDR sel
2499       - 2   # NDRPDR sel
2500       - 3   # NDRPDR sel
2501       - 4   # NDRPDR sel
2502       - 5   # NDRPDR sel
2503       - 6   # NDRPDR sel
2504       - 7   # NDRPDR sel
2505       - 8   # NDRPDR sel
2506       - 9   # NDRPDR sel
2507       - 10  # NDRPDR sel
2508       - 11  # MRR sel
2509     csit-vpp-perf-verify-2001-2n-dnv:
2510       - 4   # NDRPDR sel
2511       - 5   # NDRPDR sel
2512       - 6   # NDRPDR sel
2513       - 7   # NDRPDR sel
2514       - 8   # NDRPDR sel
2515       - 9   # NDRPDR sel
2516       - 10  # NDRPDR sel
2517       - 11  # NDRPDR sel
2518       - 13  # NDRPDR sel
2519       - 16  # NDRPDR sel
2520       - 12  # MRR sel
2521       - 21  # NDRPDR full
2522       - 22  # NDRPDR full
2523       - 25  # NDRPDR full
2524       - 26  # NDRPDR full
2525       - 27  # NDRPDR full
2526       - 28  # NDRPDR full
2527
2528     csit-dpdk-perf-verify-1904-3n-hsw:
2529       - 2   # NDRPDR sel
2530       - 3   # NDRPDR sel
2531       - 5   # NDRPDR sel
2532       - 6   # NDRPDR sel
2533       - 13  # NDRPDR sel
2534       - 14  # NDRPDR sel
2535       - 15  # NDRPDR sel
2536       - 18  # NDRPDR sel
2537       - 19  # NDRPDR sel
2538       - 20  # NDRPDR sel
2539     csit-dpdk-perf-verify-1908-3n-hsw:
2540       - 2   # NDRPDR sel
2541       - 3   # NDRPDR sel
2542       - 4   # NDRPDR sel
2543       - 5   # NDRPDR sel
2544       - 6   # NDRPDR sel
2545       - 7   # NDRPDR sel
2546       - 8   # NDRPDR sel
2547       - 9   # NDRPDR sel
2548       - 10  # NDRPDR sel
2549       - 11  # NDRPDR sel
2550     csit-dpdk-perf-verify-2001-3n-hsw:
2551       - 4   # NDRPDR sel
2552       - 5   # NDRPDR sel
2553       - 6   # NDRPDR sel
2554       - 7   # NDRPDR sel
2555       - 8   # NDRPDR sel
2556       - 9   # NDRPDR sel
2557       - 10  # NDRPDR sel
2558       - 11  # NDRPDR sel
2559       - 12  # NDRPDR sel
2560       - 13  # NDRPDR sel
2561       - 15  # NDRPDR sel
2562       - 16  # NDRPDR sel
2563       - 17  # NDRPDR sel
2564       - 18  # NDRPDR sel
2565       - 19  # NDRPDR sel
2566       - 20  # NDRPDR sel
2567       - 21  # NDRPDR sel
2568       - 22  # NDRPDR sel
2569       - 23  # NDRPDR sel
2570       - 24  # NDRPDR sel
2571       - 25  # NDRPDR full
2572       - 26  # NDRPDR full
2573
2574 #    csit-dpdk-perf-verify-1904-3n-skx:
2575 #      - 2   # NDRPDR sel
2576 #      - 3   # NDRPDR sel
2577 #      - 4   # NDRPDR sel
2578 #      - 5   # NDRPDR sel
2579 #      - 6   # NDRPDR sel
2580 #      - 7   # NDRPDR sel
2581 #      - 11  # NDRPDR sel
2582 #      - 12  # NDRPDR sel
2583 #      - 13  # NDRPDR sel
2584 #      - 14  # NDRPDR sel
2585 #    csit-dpdk-perf-verify-1908-3n-skx:
2586 #      - 3   # NDRPDR sel
2587 #      - 4   # NDRPDR sel
2588 #      - 5   # NDRPDR sel
2589 #      - 6   # NDRPDR sel
2590 #      - 7   # NDRPDR sel
2591 #      - 8   # NDRPDR sel
2592 #      - 9   # NDRPDR sel
2593 #      - 10  # NDRPDR sel
2594 #      - 11  # NDRPDR sel
2595 #      - 12  # NDRPDR sel
2596 #    csit-dpdk-perf-verify-2001-3n-skx:
2597 #      - 1   # NDRPDR sel
2598 #      - 2   # NDRPDR sel
2599 #      - 3   # NDRPDR sel
2600 #      - 4   # NDRPDR sel
2601 #      - 5   # NDRPDR sel
2602 #      - 6   # NDRPDR sel
2603 #      - 7   # NDRPDR sel
2604 #      - 8   # NDRPDR sel
2605 #      - 9   # NDRPDR sel
2606 #      - 10  # NDRPDR sel
2607
2608 #    csit-dpdk-perf-verify-1904-2n-skx:
2609 #      - 2   # NDRPDR sel
2610 #      - 3   # NDRPDR sel
2611 #      - 4   # NDRPDR sel
2612 #      - 5   # NDRPDR sel
2613 #      - 7   # NDRPDR sel
2614 #      - 8   # NDRPDR sel
2615 #      - 9   # NDRPDR sel
2616 #      - 10  # NDRPDR sel
2617 #      - 11  # NDRPDR sel
2618 #      - 12  # NDRPDR sel
2619 #    csit-dpdk-perf-verify-1908-2n-skx:
2620 #      - 2   # NDRPDR sel
2621 #      - 3   # NDRPDR sel
2622 #      - 4   # NDRPDR sel
2623 #      - 5   # NDRPDR sel
2624 #      - 7   # NDRPDR sel
2625 #      - 8   # NDRPDR sel
2626 #      - 9   # NDRPDR sel
2627 #      - 10  # NDRPDR sel
2628 #      - 11  # NDRPDR sel
2629 #      - 12  # NDRPDR sel
2630 #    csit-dpdk-perf-verify-2001-2n-skx:
2631 #      - 1   # NDRPDR sel
2632 #      - 2   # NDRPDR sel
2633 #      - 3   # NDRPDR sel
2634 #      - 4   # NDRPDR sel
2635 #      - 5   # NDRPDR sel
2636 #      - 6   # NDRPDR sel
2637 #      - 7   # NDRPDR sel
2638 #      - 8   # NDRPDR sel
2639 #      - 9   # NDRPDR sel
2640 #      - 10  # NDRPDR sel
2641 #      - 11  # NDRPDR sel
2642 #      - 13  # NDRPDR sel
2643 #      - 26  # NDRPDR sel
2644 #      - 16  # NDRPDR sel
2645 #      - 17  # NDRPDR sel
2646 #      - 18  # NDRPDR sel
2647 #      - 19  # NDRPDR sel
2648 #      - 27  # NDRPDR sel
2649 #      - 21  # NDRPDR sel
2650 #      - 25  # NDRPDR sel
2651
2652     csit-dpdk-perf-verify-2001-2n-clx:
2653       - 15  # NDRPDR sel
2654       - 16  # NDRPDR sel
2655       - 17  # NDRPDR sel
2656       - 18  # NDRPDR sel
2657       - 19  # NDRPDR sel
2658       - 20  # NDRPDR sel
2659       - 21  # NDRPDR sel
2660       - 22  # NDRPDR sel
2661       - 23  # NDRPDR sel
2662       - 24  # NDRPDR sel
2663       - 25  # NDRPDR sel
2664       - 26  # NDRPDR sel
2665       - 27  # NDRPDR sel
2666       - 28  # NDRPDR sel
2667       - 29  # NDRPDR sel
2668       - 30  # NDRPDR sel
2669       - 31  # NDRPDR sel
2670       - 32  # NDRPDR sel
2671       - 33  # NDRPDR sel
2672       - 34  # NDRPDR sel
2673
2674     csit-dpdk-perf-verify-2001-2n-dnv:
2675       - 9   # NDRPDR sel
2676       - 10  # NDRPDR sel
2677       - 11  # NDRPDR sel
2678       - 12  # NDRPDR sel
2679       - 13  # NDRPDR sel
2680       - 14  # NDRPDR sel
2681       - 15  # NDRPDR sel
2682       - 16  # NDRPDR sel
2683       - 17  # NDRPDR sel
2684       - 18  # NDRPDR sel
2685
2686     csit-dpdk-perf-verify-2001-3n-dnv:
2687       - 12  # NDRPDR sel
2688       - 13  # NDRPDR sel
2689       - 14  # NDRPDR sel
2690       - 15  # NDRPDR sel
2691       - 16  # NDRPDR sel
2692       - 17  # NDRPDR sel
2693       - 18  # NDRPDR sel
2694       - 19  # NDRPDR sel
2695       - 20  # NDRPDR sel
2696       - 22  # NDRPDR sel
2697
2698     csit-dpdk-perf-verify-2001-3n-tsh:
2699       - 3   # NDRPDR sel
2700       - 4   # NDRPDR sel
2701       - 5   # NDRPDR sel
2702       - 9   # NDRPDR sel
2703       - 10  # NDRPDR sel
2704       - 11  # NDRPDR sel
2705       - 12  # NDRPDR sel
2706       - 14  # NDRPDR sel
2707       - 15  # NDRPDR sel
2708       - 18  # NDRPDR sel
2709
2710     csit-vpp-device-2001-ubuntu1804-1n-skx:
2711       - 57
2712
2713 - type: "output"
2714   output: "report"
2715   format:
2716     html:
2717     - full
2718 #    pdf:
2719 #    - minimal
2720
2721 ################################################################################
2722 ###                               T A B L E S                                ###
2723 ################################################################################
2724
2725 ## VPP Soak vs NDR - 2n-skx
2726 #- type: "table"
2727 #  title: "VPP Soak vs NDR 2n-skx"
2728 #  algorithm: "table_soak_vs_ndr"
2729 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2730 #  reference:
2731 #    title: "NDR"
2732 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2733 #  compare:
2734 #    title: "Soak"
2735 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2736 #  data: "vpp-soak-vs-ndr-2n-skx"
2737 #  include-tests: "NDR"
2738 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2739 #  parameters:
2740 #    - "throughput"
2741 #    - "name"
2742 #    - "parent"
2743
2744 # VPP Soak vs NDR - 2n-clx
2745 - type: "table"
2746   title: "VPP Soak vs NDR 2n-clx"
2747   algorithm: "table_soak_vs_ndr"
2748   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2749   reference:
2750     title: "NDR"
2751     data: "vpp-soak-vs-ndr-2n-clx-ref"
2752   compare:
2753     title: "Soak"
2754     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2755   data: "vpp-soak-vs-ndr-2n-clx"
2756   include-tests: "NDR"
2757   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2758   parameters:
2759     - "throughput"
2760     - "name"
2761     - "parent"
2762
2763 ################################################################################
2764
2765 # VPP Compare NICs 3n-skx 2t1c ndr
2766 - type: "table"
2767   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2768   algorithm: "table_nics_comparison"
2769   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2770   reference:
2771     title: "x710"
2772     nic: "NIC_Intel-X710"
2773   compare:
2774     title: "xxv710"
2775     nic: "NIC_Intel-XXV710"
2776   data: "vpp-nic-comparison-3n-skx"
2777   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2778   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2779   parameters:
2780   - "name"
2781   - "parent"
2782   - "throughput"
2783   - "tags"
2784
2785 # VPP Compare NICs 3n-skx 4t2c ndr
2786 - type: "table"
2787   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2788   algorithm: "table_nics_comparison"
2789   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2790   reference:
2791     title: "x710"
2792     nic: "NIC_Intel-X710"
2793   compare:
2794     title: "xxv710"
2795     nic: "NIC_Intel-XXV710"
2796   data: "vpp-nic-comparison-3n-skx"
2797   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2798   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2799   parameters:
2800   - "name"
2801   - "parent"
2802   - "throughput"
2803   - "tags"
2804
2805 # VPP Compare NICs 3n-skx 2t1c pdr
2806 - type: "table"
2807   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2808   algorithm: "table_nics_comparison"
2809   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2810   reference:
2811     title: "x710"
2812     nic: "NIC_Intel-X710"
2813   compare:
2814     title: "xxv710"
2815     nic: "NIC_Intel-XXV710"
2816   data: "vpp-nic-comparison-3n-skx"
2817   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2818   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2819   parameters:
2820   - "name"
2821   - "parent"
2822   - "throughput"
2823   - "tags"
2824
2825  # VPP Compare NICs 3n-skx 4t2c pdr
2826 - type: "table"
2827   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2828   algorithm: "table_nics_comparison"
2829   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2830   reference:
2831     title: "x710"
2832     nic: "NIC_Intel-X710"
2833   compare:
2834     title: "xxv710"
2835     nic: "NIC_Intel-XXV710"
2836   data: "vpp-nic-comparison-3n-skx"
2837   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2838   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2839   parameters:
2840   - "name"
2841   - "parent"
2842   - "throughput"
2843   - "tags"
2844
2845 # VPP Compare NICs 3n-skx 2t1c mrr
2846 - type: "table"
2847   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2848   algorithm: "table_nics_comparison"
2849   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2850   reference:
2851     title: "x710"
2852     nic: "NIC_Intel-X710"
2853   compare:
2854     title: "xxv710"
2855     nic: "NIC_Intel-XXV710"
2856   data: "vpp-nic-comparison-3n-skx-mrr"
2857   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2858   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2859   parameters:
2860   - "name"
2861   - "parent"
2862   - "result"
2863   - "tags"
2864
2865 # VPP Compare NICs 3n-skx 4t2c mrr
2866 - type: "table"
2867   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2868   algorithm: "table_nics_comparison"
2869   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2870   reference:
2871     title: "x710"
2872     nic: "NIC_Intel-X710"
2873   compare:
2874     title: "xxv710"
2875     nic: "NIC_Intel-XXV710"
2876   data: "vpp-nic-comparison-3n-skx-mrr"
2877   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2878   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2879   parameters:
2880   - "name"
2881   - "parent"
2882   - "result"
2883   - "tags"
2884
2885  # VPP Compare NICs 3n-skx 8t4c mrr
2886 - type: "table"
2887   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2888   algorithm: "table_nics_comparison"
2889   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2890   reference:
2891     title: "x710"
2892     nic: "NIC_Intel-X710"
2893   compare:
2894     title: "xxv710"
2895     nic: "NIC_Intel-XXV710"
2896   data: "vpp-nic-comparison-3n-skx-mrr"
2897   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2898   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2899   parameters:
2900   - "name"
2901   - "parent"
2902   - "result"
2903   - "tags"
2904
2905 # VPP Compare NICs 2n-skx 2t1c ndr
2906 - type: "table"
2907   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2908   algorithm: "table_nics_comparison"
2909   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2910   reference:
2911     title: "x710"
2912     nic: "NIC_Intel-X710"
2913   compare:
2914     title: "xxv710"
2915     nic: "NIC_Intel-XXV710"
2916   data: "vpp-nic-comparison-2n-skx"
2917   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2918   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2919   parameters:
2920   - "name"
2921   - "parent"
2922   - "throughput"
2923   - "tags"
2924
2925 # VPP Compare NICs 2n-skx 4t2c ndr
2926 - type: "table"
2927   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2928   algorithm: "table_nics_comparison"
2929   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2930   reference:
2931     title: "x710"
2932     nic: "NIC_Intel-X710"
2933   compare:
2934     title: "xxv710"
2935     nic: "NIC_Intel-XXV710"
2936   data: "vpp-nic-comparison-2n-skx"
2937   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2938   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2939   parameters:
2940   - "name"
2941   - "parent"
2942   - "throughput"
2943   - "tags"
2944
2945  # VPP Compare NICs 2n-skx 2t1c pdr
2946 - type: "table"
2947   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2948   algorithm: "table_nics_comparison"
2949   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2950   reference:
2951     title: "x710"
2952     nic: "NIC_Intel-X710"
2953   compare:
2954     title: "xxv710"
2955     nic: "NIC_Intel-XXV710"
2956   data: "vpp-nic-comparison-2n-skx"
2957   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2958   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2959   parameters:
2960   - "name"
2961   - "parent"
2962   - "throughput"
2963   - "tags"
2964
2965 # VPP Compare NICs 2n-skx 4t2c pdr
2966 - type: "table"
2967   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2968   algorithm: "table_nics_comparison"
2969   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2970   reference:
2971     title: "x710"
2972     nic: "NIC_Intel-X710"
2973   compare:
2974     title: "xxv710"
2975     nic: "NIC_Intel-XXV710"
2976   data: "vpp-nic-comparison-2n-skx"
2977   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2978   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2979   parameters:
2980   - "name"
2981   - "parent"
2982   - "throughput"
2983   - "tags"
2984
2985 # VPP Compare NICs 2n-skx 2t1c mrr
2986 - type: "table"
2987   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2988   algorithm: "table_nics_comparison"
2989   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2990   reference:
2991     title: "x710"
2992     nic: "NIC_Intel-X710"
2993   compare:
2994     title: "xxv710"
2995     nic: "NIC_Intel-XXV710"
2996   data: "vpp-nic-comparison-2n-skx-mrr"
2997   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2998   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2999   parameters:
3000   - "name"
3001   - "parent"
3002   - "result"
3003   - "tags"
3004
3005 # VPP Compare NICs 2n-skx 4t2c mrr
3006 - type: "table"
3007   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3008   algorithm: "table_nics_comparison"
3009   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3010   reference:
3011     title: "x710"
3012     nic: "NIC_Intel-X710"
3013   compare:
3014     title: "xxv710"
3015     nic: "NIC_Intel-XXV710"
3016   data: "vpp-nic-comparison-2n-skx-mrr"
3017   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3018   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3019   parameters:
3020   - "name"
3021   - "parent"
3022   - "result"
3023   - "tags"
3024
3025 # VPP Compare NICs 2n-skx 8t4c mrr
3026 - type: "table"
3027   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3028   algorithm: "table_nics_comparison"
3029   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3030   reference:
3031     title: "x710"
3032     nic: "NIC_Intel-X710"
3033   compare:
3034     title: "xxv710"
3035     nic: "NIC_Intel-XXV710"
3036   data: "vpp-nic-comparison-2n-skx-mrr"
3037   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3038   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3039   parameters:
3040   - "name"
3041   - "parent"
3042   - "result"
3043   - "tags"
3044
3045 ################################################################################
3046 # VPP
3047
3048 # VPP Performance Changes 3n-hsw 1t1c pdr
3049 - type: "table"
3050   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3051   algorithm: "table_perf_comparison"
3052   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3053   history:
3054     - title: "rls1904"
3055       data: "vpp-performance-changes-3n-hsw-h1"
3056   reference:
3057     title: "rls1908"
3058     data: "vpp-performance-changes-3n-hsw-ref"
3059     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3060   compare:
3061     title: "rls2001"
3062     data: "vpp-performance-changes-3n-hsw-cmp"
3063   data: "vpp-performance-changes-3n-hsw"
3064   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3065   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3066   parameters:
3067   - "name"
3068   - "parent"
3069   - "throughput"
3070
3071 # VPP Performance Changes 3n-hsw 2t2c pdr
3072 - type: "table"
3073   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3074   algorithm: "table_perf_comparison"
3075   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3076   history:
3077     - title: "rls1904"
3078       data: "vpp-performance-changes-3n-hsw-h1"
3079   reference:
3080     title: "rls1908"
3081     data: "vpp-performance-changes-3n-hsw-ref"
3082     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3083   compare:
3084     title: "rls2001"
3085     data: "vpp-performance-changes-3n-hsw-cmp"
3086   data: "vpp-performance-changes-3n-hsw"
3087   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3088   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3089   parameters:
3090   - "name"
3091   - "parent"
3092   - "throughput"
3093
3094 # VPP Performance Changes 3n-hsw 1t1c ndr
3095 - type: "table"
3096   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3097   algorithm: "table_perf_comparison"
3098   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3099   history:
3100     - title: "rls1904"
3101       data: "vpp-performance-changes-3n-hsw-h1"
3102   reference:
3103     title: "rls1908"
3104     data: "vpp-performance-changes-3n-hsw-ref"
3105     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3106   compare:
3107     title: "rls2001"
3108     data: "vpp-performance-changes-3n-hsw-cmp"
3109   data: "vpp-performance-changes-3n-hsw"
3110   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3111   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3112   parameters:
3113   - "name"
3114   - "parent"
3115   - "throughput"
3116
3117 # VPP Performance Changes 3n-hsw 2t2c ndr
3118 - type: "table"
3119   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3120   algorithm: "table_perf_comparison"
3121   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3122   history:
3123     - title: "rls1904"
3124       data: "vpp-performance-changes-3n-hsw-h1"
3125   reference:
3126     title: "rls1908"
3127     data: "vpp-performance-changes-3n-hsw-ref"
3128     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3129   compare:
3130     title: "rls2001"
3131     data: "vpp-performance-changes-3n-hsw-cmp"
3132   data: "vpp-performance-changes-3n-hsw"
3133   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3134   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3135   parameters:
3136   - "name"
3137   - "parent"
3138   - "throughput"
3139
3140 # VPP Performance Changes 3n-skx 2t1c pdr
3141 - type: "table"
3142   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3143   algorithm: "table_perf_comparison_nic"
3144   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3145   history:
3146     - title: "rls1904 x710"
3147       data: "vpp-performance-changes-3n-skx-h1"
3148       nic: "NIC_Intel-X710"
3149   reference:
3150     title: "rls1908 xxv710"
3151     data: "vpp-performance-changes-3n-skx-ref"
3152     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3153     nic: "NIC_Intel-XXV710"
3154   compare:
3155     title: "rls2001 xxv710"
3156     data: "vpp-performance-changes-3n-skx-cmp"
3157     nic: "NIC_Intel-XXV710"
3158   data: "vpp-performance-changes-3n-skx"
3159   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3160   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3161   parameters:
3162   - "name"
3163   - "parent"
3164   - "throughput"
3165   - "tags"
3166
3167 # VPP Performance Changes 3n-skx 4t2c pdr
3168 - type: "table"
3169   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3170   algorithm: "table_perf_comparison_nic"
3171   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3172   history:
3173     - title: "rls1904 x710"
3174       data: "vpp-performance-changes-3n-skx-h1"
3175       nic: "NIC_Intel-X710"
3176   reference:
3177     title: "rls1908 xxv710"
3178     data: "vpp-performance-changes-3n-skx-ref"
3179     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3180     nic: "NIC_Intel-XXV710"
3181   compare:
3182     title: "rls2001 xxv710"
3183     data: "vpp-performance-changes-3n-skx-cmp"
3184     nic: "NIC_Intel-XXV710"
3185   data: "vpp-performance-changes-3n-skx"
3186   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3187   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3188   parameters:
3189   - "name"
3190   - "parent"
3191   - "throughput"
3192   - "tags"
3193
3194 # VPP Performance Changes 3n-skx 2t1c ndr
3195 - type: "table"
3196   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3197   algorithm: "table_perf_comparison_nic"
3198   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3199   history:
3200     - title: "rls1904 x710"
3201       data: "vpp-performance-changes-3n-skx-h1"
3202       nic: "NIC_Intel-X710"
3203   reference:
3204     title: "rls1908 xxv710"
3205     data: "vpp-performance-changes-3n-skx-ref"
3206     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3207     nic: "NIC_Intel-XXV710"
3208   compare:
3209     title: "rls2001 xxv710"
3210     data: "vpp-performance-changes-3n-skx-cmp"
3211     nic: "NIC_Intel-XXV710"
3212   data: "vpp-performance-changes-3n-skx"
3213   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3214   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3215   parameters:
3216   - "name"
3217   - "parent"
3218   - "throughput"
3219   - "tags"
3220
3221 # VPP Performance Changes 3n-skx 4t2c ndr
3222 - type: "table"
3223   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3224   algorithm: "table_perf_comparison_nic"
3225   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3226   history:
3227     - title: "rls1904 x710"
3228       data: "vpp-performance-changes-3n-skx-h1"
3229       nic: "NIC_Intel-X710"
3230   reference:
3231     title: "rls1908 xxv710"
3232     data: "vpp-performance-changes-3n-skx-ref"
3233     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3234     nic: "NIC_Intel-XXV710"
3235   compare:
3236     title: "rls2001 xxv710"
3237     data: "vpp-performance-changes-3n-skx-cmp"
3238     nic: "NIC_Intel-XXV710"
3239   data: "vpp-performance-changes-3n-skx"
3240   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3241   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3242   parameters:
3243   - "name"
3244   - "parent"
3245   - "throughput"
3246   - "tags"
3247
3248 # VPP Performance Changes 2n-skx 2t1c pdr
3249 - type: "table"
3250   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3251   algorithm: "table_perf_comparison_nic"
3252   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3253   history:
3254     - title: "rls1904 x710"
3255       data: "vpp-performance-changes-2n-skx-h1"
3256       nic: "NIC_Intel-X710"
3257   reference:
3258     title: "rls1908 xxv710"
3259     data: "vpp-performance-changes-2n-skx-ref"
3260     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3261     nic: "NIC_Intel-XXV710"
3262   compare:
3263     title: "rls2001 xxv710"
3264     data: "vpp-performance-changes-2n-skx-cmp"
3265     nic: "NIC_Intel-XXV710"
3266   data: "vpp-performance-changes-2n-skx"
3267   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3268   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3269   parameters:
3270   - "name"
3271   - "parent"
3272   - "throughput"
3273   - "tags"
3274
3275 # VPP Performance Changes 2n-skx 4t2c pdr
3276 - type: "table"
3277   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3278   algorithm: "table_perf_comparison_nic"
3279   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3280   history:
3281     - title: "rls1904 x710"
3282       data: "vpp-performance-changes-2n-skx-h1"
3283       nic: "NIC_Intel-X710"
3284   reference:
3285     title: "rls1908 xxv710"
3286     data: "vpp-performance-changes-2n-skx-ref"
3287     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3288     nic: "NIC_Intel-XXV710"
3289   compare:
3290     title: "rls2001 xxv710"
3291     data: "vpp-performance-changes-2n-skx-cmp"
3292     nic: "NIC_Intel-XXV710"
3293   data: "vpp-performance-changes-2n-skx"
3294   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3295   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3296   parameters:
3297   - "name"
3298   - "parent"
3299   - "throughput"
3300   - "tags"
3301
3302 # VPP Performance Changes 2n-skx 2t1c ndr
3303 - type: "table"
3304   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3305   algorithm: "table_perf_comparison_nic"
3306   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3307   history:
3308     - title: "rls1904 x710"
3309       data: "vpp-performance-changes-2n-skx-h1"
3310       nic: "NIC_Intel-X710"
3311   reference:
3312     title: "rls1908 xxv710"
3313     data: "vpp-performance-changes-2n-skx-ref"
3314     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3315     nic: "NIC_Intel-XXV710"
3316   compare:
3317     title: "rls2001 xxv710"
3318     data: "vpp-performance-changes-2n-skx-cmp"
3319     nic: "NIC_Intel-XXV710"
3320   data: "vpp-performance-changes-2n-skx"
3321   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3322   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3323   parameters:
3324   - "name"
3325   - "parent"
3326   - "throughput"
3327   - "tags"
3328
3329 # VPP Performance Changes 2n-skx 4t2c ndr
3330 - type: "table"
3331   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3332   algorithm: "table_perf_comparison_nic"
3333   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3334   history:
3335     - title: "rls1904 x710"
3336       data: "vpp-performance-changes-2n-skx-h1"
3337       nic: "NIC_Intel-X710"
3338   reference:
3339     title: "rls1908 xxv710"
3340     data: "vpp-performance-changes-2n-skx-ref"
3341     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3342     nic: "NIC_Intel-XXV710"
3343   compare:
3344     title: "rls2001 xxv710"
3345     data: "vpp-performance-changes-2n-skx-cmp"
3346     nic: "NIC_Intel-XXV710"
3347   data: "vpp-performance-changes-2n-skx"
3348   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3349   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3350   parameters:
3351   - "name"
3352   - "parent"
3353   - "throughput"
3354   - "tags"
3355
3356 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3357 #- type: "table"
3358 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3359 #  algorithm: "table_perf_comparison"
3360 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3361 #  reference:
3362 #    title: "rls1908"
3363 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3364 #  compare:
3365 #    title: "rls2001"
3366 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3367 #  data: "vpp-performance-changes-nfv-2n-skx"
3368 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3369 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3370 #  parameters:
3371 #  - "name"
3372 #  - "parent"
3373 #  - "throughput"
3374 #  - "tags"
3375 #
3376 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3377 #- type: "table"
3378 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3379 #  algorithm: "table_perf_comparison"
3380 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3381 #  reference:
3382 #    title: "rls1908"
3383 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3384 #  compare:
3385 #    title: "rls2001"
3386 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3387 #  data: "vpp-performance-changes-nfv-2n-skx"
3388 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3389 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3390 #  parameters:
3391 #  - "name"
3392 #  - "parent"
3393 #  - "throughput"
3394 #  - "tags"
3395 #
3396 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3397 #- type: "table"
3398 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3399 #  algorithm: "table_perf_comparison"
3400 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3401 #  reference:
3402 #    title: "rls1908"
3403 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3404 #  compare:
3405 #    title: "rls2001"
3406 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3407 #  data: "vpp-performance-changes-nfv-2n-skx"
3408 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3409 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3410 #  parameters:
3411 #  - "name"
3412 #  - "parent"
3413 #  - "throughput"
3414 #  - "tags"
3415 #
3416 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3417 #- type: "table"
3418 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3419 #  algorithm: "table_perf_comparison"
3420 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3421 #  reference:
3422 #    title: "rls1908"
3423 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3424 #  compare:
3425 #    title: "rls2001"
3426 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3427 #  data: "vpp-performance-changes-nfv-2n-skx"
3428 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3429 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3430 #  parameters:
3431 #  - "name"
3432 #  - "parent"
3433 #  - "throughput"
3434 #  - "tags"
3435
3436 # VPP Performance Changes 2n-dnv 1t1c pdr
3437 - type: "table"
3438   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3439   algorithm: "table_perf_comparison"
3440   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3441   reference:
3442     title: "rls1908"
3443     data: "vpp-performance-changes-2n-dnv-ref"
3444   compare:
3445     title: "rls2001"
3446     data: "vpp-performance-changes-2n-dnv-cmp"
3447   data: "vpp-performance-changes-2n-dnv"
3448   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3449   filter: "'1T1C'"
3450   parameters:
3451   - "name"
3452   - "parent"
3453   - "throughput"
3454   - "tags"
3455
3456 # VPP Performance Changes 2n-dnv 2t2c pdr
3457 - type: "table"
3458   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3459   algorithm: "table_perf_comparison"
3460   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3461   reference:
3462     title: "rls1908"
3463     data: "vpp-performance-changes-2n-dnv-ref"
3464   compare:
3465     title: "rls2001"
3466     data: "vpp-performance-changes-2n-dnv-cmp"
3467   data: "vpp-performance-changes-2n-dnv"
3468   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3469   filter: "'2T2C'"
3470   parameters:
3471   - "name"
3472   - "parent"
3473   - "throughput"
3474   - "tags"
3475
3476 # VPP Performance Changes 2n-dnv 1t1c ndr
3477 - type: "table"
3478   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3479   algorithm: "table_perf_comparison"
3480   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3481   reference:
3482     title: "rls1908"
3483     data: "vpp-performance-changes-2n-dnv-ref"
3484   compare:
3485     title: "rls2001"
3486     data: "vpp-performance-changes-2n-dnv-cmp"
3487   data: "vpp-performance-changes-2n-dnv"
3488   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3489   filter: "'1T1C'"
3490   parameters:
3491   - "name"
3492   - "parent"
3493   - "throughput"
3494   - "tags"
3495
3496 # VPP Performance Changes 2n-dnv 2t2c ndr
3497 - type: "table"
3498   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3499   algorithm: "table_perf_comparison"
3500   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3501   reference:
3502     title: "rls1908 "
3503     data: "vpp-performance-changes-2n-dnv-ref"
3504   compare:
3505     title: "rls2001"
3506     data: "vpp-performance-changes-2n-dnv-cmp"
3507   data: "vpp-performance-changes-2n-dnv"
3508   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3509   filter: "'2T2C'"
3510   parameters:
3511   - "name"
3512   - "parent"
3513   - "throughput"
3514   - "tags"
3515
3516 # VPP Performance Changes 3n-dnv 1t1c pdr
3517 - type: "table"
3518   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3519   algorithm: "table_perf_comparison"
3520   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3521   reference:
3522     title: "rls1908"
3523     data: "vpp-performance-changes-3n-dnv-ref"
3524   compare:
3525     title: "rls2001"
3526     data: "vpp-performance-changes-3n-dnv-cmp"
3527   data: "vpp-performance-changes-3n-dnv"
3528   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3529   filter: "'1T1C'"
3530   parameters:
3531   - "name"
3532   - "parent"
3533   - "throughput"
3534   - "tags"
3535
3536 # VPP Performance Changes 3n-dnv 2t2c pdr
3537 - type: "table"
3538   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3539   algorithm: "table_perf_comparison"
3540   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3541   reference:
3542     title: "rls1908"
3543     data: "vpp-performance-changes-3n-dnv-ref"
3544   compare:
3545     title: "rls2001"
3546     data: "vpp-performance-changes-3n-dnv-cmp"
3547   data: "vpp-performance-changes-3n-dnv"
3548   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3549   filter: "'2T2C'"
3550   parameters:
3551   - "name"
3552   - "parent"
3553   - "throughput"
3554   - "tags"
3555
3556 # VPP Performance Changes 3n-dnv 1t1c ndr
3557 - type: "table"
3558   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3559   algorithm: "table_perf_comparison"
3560   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3561   reference:
3562     title: "rls1908"
3563     data: "vpp-performance-changes-3n-dnv-ref"
3564   compare:
3565     title: "rls2001"
3566     data: "vpp-performance-changes-3n-dnv-cmp"
3567   data: "vpp-performance-changes-3n-dnv"
3568   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3569   filter: "'1T1C'"
3570   parameters:
3571   - "name"
3572   - "parent"
3573   - "throughput"
3574   - "tags"
3575
3576 # VPP Performance Changes 3n-dnv 2t2c ndr
3577 - type: "table"
3578   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3579   algorithm: "table_perf_comparison"
3580   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3581   reference:
3582     title: "rls1908"
3583     data: "vpp-performance-changes-3n-dnv-ref"
3584   compare:
3585     title: "rls2001"
3586     data: "vpp-performance-changes-3n-dnv-cmp"
3587   data: "vpp-performance-changes-3n-dnv"
3588   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3589   filter: "'2T2C'"
3590   parameters:
3591   - "name"
3592   - "parent"
3593   - "throughput"
3594   - "tags"
3595
3596 # VPP Performance Changes 3n-tsh 1t1c pdr
3597 - type: "table"
3598   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3599   algorithm: "table_perf_comparison"
3600   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3601   reference:
3602     title: "rls1908"
3603     data: "vpp-performance-changes-3n-tsh-ref"
3604   compare:
3605     title: "rls2001"
3606     data: "vpp-performance-changes-3n-tsh-cmp"
3607   data: "vpp-performance-changes-3n-tsh"
3608   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3609   filter: "'1T1C'"
3610   parameters:
3611   - "name"
3612   - "parent"
3613   - "throughput"
3614   - "tags"
3615
3616 # VPP Performance Changes 3n-tsh 2t2c pdr
3617 - type: "table"
3618   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3619   algorithm: "table_perf_comparison"
3620   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3621   reference:
3622     title: "rls1908"
3623     data: "vpp-performance-changes-3n-tsh-ref"
3624   compare:
3625     title: "rls2001"
3626     data: "vpp-performance-changes-3n-tsh-cmp"
3627   data: "vpp-performance-changes-3n-tsh"
3628   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3629   filter: "'2T2C'"
3630   parameters:
3631   - "name"
3632   - "parent"
3633   - "throughput"
3634   - "tags"
3635
3636 # VPP Performance Changes 3n-tsh 1t1c ndr
3637 - type: "table"
3638   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3639   algorithm: "table_perf_comparison"
3640   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3641   reference:
3642     title: "rls1908"
3643     data: "vpp-performance-changes-3n-tsh-ref"
3644   compare:
3645     title: "rls2001"
3646     data: "vpp-performance-changes-3n-tsh-cmp"
3647   data: "vpp-performance-changes-3n-tsh"
3648   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3649   filter: "'1T1C'"
3650   parameters:
3651   - "name"
3652   - "parent"
3653   - "throughput"
3654   - "tags"
3655
3656 # VPP Performance Changes 3n-tsh 2t2c ndr
3657 - type: "table"
3658   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3659   algorithm: "table_perf_comparison"
3660   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3661   reference:
3662     title: "rls1908"
3663     data: "vpp-performance-changes-3n-tsh-ref"
3664   compare:
3665     title: "rls2001"
3666     data: "vpp-performance-changes-3n-tsh-cmp"
3667   data: "vpp-performance-changes-3n-tsh"
3668   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3669   filter: "'2T2C'"
3670   parameters:
3671   - "name"
3672   - "parent"
3673   - "throughput"
3674   - "tags"
3675
3676 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3677 - type: "table"
3678   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3679   algorithm: "table_perf_comparison_nic"
3680   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3681   reference:
3682     title: "3n-hsw xl710"
3683     data: "vpp-compare-testbeds-ref"
3684     nic: "NIC_Intel-XL710"
3685   compare:
3686     title: "3n-skx xxv710"
3687     data: "vpp-compare-testbeds-cmp"
3688     nic: "NIC_Intel-XXV710"
3689   data: "vpp-compare-testbeds"
3690   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3691   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3692   parameters:
3693   - "name"
3694   - "parent"
3695   - "throughput"
3696   - "tags"
3697
3698 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3699 - type: "table"
3700   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3701   algorithm: "table_perf_comparison_nic"
3702   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3703   reference:
3704     title: "3n-hsw xl710"
3705     data: "vpp-compare-testbeds-ref"
3706     nic: "NIC_Intel-XL710"
3707   compare:
3708     title: "3n-skx xxv710"
3709     data: "vpp-compare-testbeds-cmp"
3710     nic: "NIC_Intel-XXV710"
3711   data: "vpp-compare-testbeds"
3712   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3713   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3714   parameters:
3715   - "name"
3716   - "parent"
3717   - "throughput"
3718   - "tags"
3719
3720 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3721 - type: "table"
3722   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3723   algorithm: "table_perf_comparison_nic"
3724   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3725   reference:
3726     title: "3n-hsw xl710"
3727     data: "vpp-compare-testbeds-ref"
3728     nic: "NIC_Intel-XL710"
3729   compare:
3730     title: "3n-skx xxv710"
3731     data: "vpp-compare-testbeds-cmp"
3732     nic: "NIC_Intel-XXV710"
3733   data: "vpp-compare-testbeds"
3734   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3735   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3736   parameters:
3737   - "name"
3738   - "parent"
3739   - "throughput"
3740   - "tags"
3741
3742 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3743 - type: "table"
3744   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3745   algorithm: "table_perf_comparison_nic"
3746   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3747   reference:
3748     title: "3n-hsw xl710"
3749     data: "vpp-compare-testbeds-ref"
3750     nic: "NIC_Intel-XL710"
3751   compare:
3752     title: "3n-skx xxv710"
3753     data: "vpp-compare-testbeds-cmp"
3754     nic: "NIC_Intel-XXV710"
3755   data: "vpp-compare-testbeds"
3756   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3757   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3758   parameters:
3759   - "name"
3760   - "parent"
3761   - "throughput"
3762   - "tags"
3763
3764 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3765 - type: "table"
3766   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3767   algorithm: "table_perf_comparison"
3768   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3769   reference:
3770     title: "2n-skx"
3771     data: "vpp-compare-testbeds-skx-clx-ref"
3772   compare:
3773     title: "2n-clx"
3774     data: "vpp-compare-testbeds-skx-clx-cmp"
3775   data: "vpp-compare-testbeds-skx-clx"
3776   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3777   filter: "'2T1C'"
3778   parameters:
3779   - "name"
3780   - "parent"
3781   - "throughput"
3782   - "tags"
3783
3784 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3785 - type: "table"
3786   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3787   algorithm: "table_perf_comparison"
3788   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3789   reference:
3790     title: "2n-skx"
3791     data: "vpp-compare-testbeds-skx-clx-ref"
3792   compare:
3793     title: "2n-clx"
3794     data: "vpp-compare-testbeds-skx-clx-cmp"
3795   data: "vpp-compare-testbeds-skx-clx"
3796   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3797   filter: "'4T2C'"
3798   parameters:
3799   - "name"
3800   - "parent"
3801   - "throughput"
3802   - "tags"
3803
3804 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3805 - type: "table"
3806   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3807   algorithm: "table_perf_comparison"
3808   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3809   reference:
3810     title: "2n-skx"
3811     data: "vpp-compare-testbeds-skx-clx-ref"
3812   compare:
3813     title: "2n-clx"
3814     data: "vpp-compare-testbeds-skx-clx-cmp"
3815   data: "vpp-compare-testbeds-skx-clx"
3816   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3817   filter: "'2T1C'"
3818   parameters:
3819   - "name"
3820   - "parent"
3821   - "throughput"
3822   - "tags"
3823
3824 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3825 - type: "table"
3826   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3827   algorithm: "table_perf_comparison"
3828   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3829   reference:
3830     title: "2n-skx"
3831     data: "vpp-compare-testbeds-skx-clx-ref"
3832   compare:
3833     title: "2n-clx"
3834     data: "vpp-compare-testbeds-skx-clx-cmp"
3835   data: "vpp-compare-testbeds-skx-clx"
3836   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3837   filter: "'4T2C'"
3838   parameters:
3839   - "name"
3840   - "parent"
3841   - "throughput"
3842   - "tags"
3843
3844 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3845 - type: "table"
3846   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3847   algorithm: "table_perf_comparison_nic"
3848   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3849   reference:
3850     title: "3n-hsw xl710"
3851     data: "vpp-compare-testbeds-hsw-clx-ref"
3852     nic: "NIC_Intel-XL710"
3853   compare:
3854     title: "2n-clx xxv710"
3855     data: "vpp-compare-testbeds-hsw-clx-cmp"
3856     nic: "NIC_Intel-XXV710"
3857   data: "vpp-compare-testbeds-hsw-clx"
3858   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3859   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3860   parameters:
3861   - "name"
3862   - "parent"
3863   - "throughput"
3864   - "tags"
3865
3866 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3867 - type: "table"
3868   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3869   algorithm: "table_perf_comparison_nic"
3870   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3871   reference:
3872     title: "3n-hsw xl710"
3873     data: "vpp-compare-testbeds-hsw-clx-ref"
3874     nic: "NIC_Intel-XL710"
3875   compare:
3876     title: "2n-clx xxv710"
3877     data: "vpp-compare-testbeds-hsw-clx-cmp"
3878     nic: "NIC_Intel-XXV710"
3879   data: "vpp-compare-testbeds-hsw-clx"
3880   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3881   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3882   parameters:
3883   - "name"
3884   - "parent"
3885   - "throughput"
3886   - "tags"
3887
3888 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3889 - type: "table"
3890   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3891   algorithm: "table_perf_comparison_nic"
3892   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3893   reference:
3894     title: "3n-hsw xl710"
3895     data: "vpp-compare-testbeds-hsw-clx-ref"
3896     nic: "NIC_Intel-XL710"
3897   compare:
3898     title: "2n-clx xxv710"
3899     data: "vpp-compare-testbeds-hsw-clx-cmp"
3900     nic: "NIC_Intel-XXV710"
3901   data: "vpp-compare-testbeds-hsw-clx"
3902   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3903   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3904   parameters:
3905   - "name"
3906   - "parent"
3907   - "throughput"
3908   - "tags"
3909
3910 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3911 - type: "table"
3912   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3913   algorithm: "table_perf_comparison_nic"
3914   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3915   reference:
3916     title: "3n-hsw xl710"
3917     data: "vpp-compare-testbeds-hsw-clx-ref"
3918     nic: "NIC_Intel-XL710"
3919   compare:
3920     title: "2n-clx xxv710"
3921     data: "vpp-compare-testbeds-hsw-clx-cmp"
3922     nic: "NIC_Intel-XXV710"
3923   data: "vpp-compare-testbeds-hsw-clx"
3924   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3925   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3926   parameters:
3927   - "name"
3928   - "parent"
3929   - "throughput"
3930   - "tags"
3931
3932 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3933 - type: "table"
3934   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3935   algorithm: "table_perf_comparison"
3936   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3937   reference:
3938     title: "3-Node Skx"
3939     data: "vpp-compare-topologies-ref"
3940   compare:
3941     title: "2-Node Skx"
3942     data: "vpp-compare-topologies-cmp"
3943   data: "vpp-compare-topologies"
3944   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3945   filter: "'NDRPDR' and '1C'"
3946   parameters:
3947   - "name"
3948   - "parent"
3949   - "throughput"
3950
3951 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3952 - type: "table"
3953   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3954   algorithm: "table_perf_comparison"
3955   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3956   reference:
3957     title: "3-Node Skx"
3958     data: "vpp-compare-topologies-ref"
3959   compare:
3960     title: "2-Node Skx"
3961     data: "vpp-compare-topologies-cmp"
3962   data: "vpp-compare-topologies"
3963   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3964   filter: "'NDRPDR' and '2C'"
3965   parameters:
3966   - "name"
3967   - "parent"
3968   - "throughput"
3969
3970 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3971 - type: "table"
3972   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3973   algorithm: "table_perf_comparison"
3974   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3975   reference:
3976     title: "3-Node Skx"
3977     data: "vpp-compare-topologies-ref"
3978   compare:
3979     title: "2-Node Skx"
3980     data: "vpp-compare-topologies-cmp"
3981   data: "vpp-compare-topologies"
3982   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3983   filter: "'NDRPDR' and '1C'"
3984   parameters:
3985   - "name"
3986   - "parent"
3987   - "throughput"
3988
3989 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3990 - type: "table"
3991   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3992   algorithm: "table_perf_comparison"
3993   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3994   reference:
3995     title: "3-Node Skx"
3996     data: "vpp-compare-topologies-ref"
3997   compare:
3998     title: "2-Node Skx"
3999     data: "vpp-compare-topologies-cmp"
4000   data: "vpp-compare-topologies"
4001   include-tests: "PDR"
4002   filter: "'NDRPDR' and '2C'"
4003   parameters:
4004   - "name"
4005   - "parent"
4006   - "throughput"
4007
4008 # VPP Performance Changes 3n-hsw 1t1c MRR
4009 - type: "table"
4010   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4011   algorithm: "table_perf_comparison"
4012   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4013   history:
4014     - title: "rls1904"
4015       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4016   reference:
4017     title: "rls1908"
4018     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4019   compare:
4020     title: "rls2001"
4021     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4022   data: "vpp-performance-changes-3n-hsw-mrr"
4023   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4024   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
4025   parameters:
4026   - "name"
4027   - "parent"
4028   - "result"
4029
4030 # VPP Performance Changes 3n-hsw 2t2c MRR
4031 - type: "table"
4032   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4033   algorithm: "table_perf_comparison"
4034   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4035   history:
4036     - title: "rls1904"
4037       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4038   reference:
4039     title: "rls1908"
4040     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4041   compare:
4042     title: "rls2001"
4043     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4044   data: "vpp-performance-changes-3n-hsw-mrr"
4045   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4046   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4047   parameters:
4048   - "name"
4049   - "parent"
4050   - "result"
4051
4052 # VPP Performance Changes 3n-hsw 4t4c MRR
4053 - type: "table"
4054   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4055   algorithm: "table_perf_comparison"
4056   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4057   history:
4058     - title: "rls1904"
4059       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4060   reference:
4061     title: "rls1908"
4062     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4063   compare:
4064     title: "rls2001"
4065     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4066   data: "vpp-performance-changes-3n-hsw-mrr"
4067   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4068   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4069   parameters:
4070   - "name"
4071   - "parent"
4072   - "result"
4073
4074 # VPP Performance Changes 3n-skx 2t1c MRR
4075 - type: "table"
4076   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4077   algorithm: "table_perf_comparison"
4078   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4079   history:
4080     - title: "rls1904"
4081       data: "vpp-performance-changes-3n-skx-mrr-h1"
4082   reference:
4083     title: "rls1908"
4084     data: "vpp-performance-changes-3n-skx-mrr-ref"
4085   compare:
4086     title: "rls2001"
4087     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4088   data: "vpp-performance-changes-3n-skx-mrr"
4089   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4090   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4091   parameters:
4092   - "name"
4093   - "parent"
4094   - "result"
4095
4096 # VPP Performance Changes 3n-skx 4t2c MRR
4097 - type: "table"
4098   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4099   algorithm: "table_perf_comparison"
4100   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4101   history:
4102     - title: "rls1904"
4103       data: "vpp-performance-changes-3n-skx-mrr-h1"
4104   reference:
4105     title: "rls1908"
4106     data: "vpp-performance-changes-3n-skx-mrr-ref"
4107   compare:
4108     title: "rls2001"
4109     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4110   data: "vpp-performance-changes-3n-skx-mrr"
4111   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4112   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4113   parameters:
4114   - "name"
4115   - "parent"
4116   - "result"
4117
4118 # VPP Performance Changes 3n-skx 8t4c MRR
4119 - type: "table"
4120   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4121   algorithm: "table_perf_comparison"
4122   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4123   history:
4124     - title: "rls1904"
4125       data: "vpp-performance-changes-3n-skx-mrr-h1"
4126   reference:
4127     title: "rls1908"
4128     data: "vpp-performance-changes-3n-skx-mrr-ref"
4129   compare:
4130     title: "rls2001"
4131     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4132   data: "vpp-performance-changes-3n-skx-mrr"
4133   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4134   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4135   parameters:
4136   - "name"
4137   - "parent"
4138   - "result"
4139
4140 # VPP Performance Changes 2n-skx 2t1c MRR
4141 - type: "table"
4142   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4143   algorithm: "table_perf_comparison"
4144   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4145   history:
4146     - title: "rls1904"
4147       data: "vpp-performance-changes-2n-skx-mrr-h1"
4148   reference:
4149     title: "rls1908"
4150     data: "vpp-performance-changes-2n-skx-mrr-ref"
4151   compare:
4152     title: "rls2001"
4153     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4154   data: "vpp-performance-changes-2n-skx-mrr"
4155   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4156   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4157   parameters:
4158   - "name"
4159   - "parent"
4160   - "result"
4161
4162 # VPP Performance Changes 2n-skx 4t2c MRR
4163 - type: "table"
4164   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4165   algorithm: "table_perf_comparison"
4166   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4167   history:
4168     - title: "rls1904"
4169       data: "vpp-performance-changes-2n-skx-mrr-h1"
4170   reference:
4171     title: "rls1908"
4172     data: "vpp-performance-changes-2n-skx-mrr-ref"
4173   compare:
4174     title: "rls2001"
4175     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4176   data: "vpp-performance-changes-2n-skx-mrr"
4177   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4178   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4179   parameters:
4180   - "name"
4181   - "parent"
4182   - "result"
4183
4184 # VPP Performance Changes 2n-skx 8t4c MRR
4185 - type: "table"
4186   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4187   algorithm: "table_perf_comparison"
4188   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4189   history:
4190     - title: "rls1904"
4191       data: "vpp-performance-changes-2n-skx-mrr-h1"
4192   reference:
4193     title: "rls1908"
4194     data: "vpp-performance-changes-2n-skx-mrr-ref"
4195   compare:
4196     title: "rls2001"
4197     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4198   data: "vpp-performance-changes-2n-skx-mrr"
4199   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4200   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4201   parameters:
4202   - "name"
4203   - "parent"
4204   - "result"
4205
4206 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4207 #- type: "table"
4208 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4209 #  algorithm: "table_perf_comparison"
4210 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4211 #  reference:
4212 #    title: "rls1908"
4213 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4214 #  compare:
4215 #    title: "rls2001"
4216 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4217 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4218 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4219 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4220 #  parameters:
4221 #  - "name"
4222 #  - "parent"
4223 #  - "result"
4224 #
4225 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4226 #- type: "table"
4227 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4228 #  algorithm: "table_perf_comparison"
4229 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4230 #  reference:
4231 #    title: "rls1908"
4232 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4233 #  compare:
4234 #    title: "rls2001"
4235 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4236 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4237 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4238 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4239 #  parameters:
4240 #  - "name"
4241 #  - "parent"
4242 #  - "result"
4243 #
4244 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4245 #- type: "table"
4246 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4247 #  algorithm: "table_perf_comparison"
4248 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4249 #  reference:
4250 #    title: "rls1908"
4251 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4252 #  compare:
4253 #    title: "rls2001"
4254 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4255 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4256 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4257 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4258 #  parameters:
4259 #  - "name"
4260 #  - "parent"
4261 #  - "result"
4262
4263 # VPP Performance Changes 2n-dnv 1t1c MRR
4264 - type: "table"
4265   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4266   algorithm: "table_perf_comparison"
4267   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4268   reference:
4269     title: "rls1908"
4270     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4271   compare:
4272     title: "rls2001"
4273     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4274   data: "vpp-performance-changes-2n-dnv-mrr"
4275   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4276   filter: "'1T1C' and 'MRR'"
4277   parameters:
4278   - "name"
4279   - "parent"
4280   - "result"
4281
4282 # VPP Performance Changes 2n-dnv 2t2c MRR
4283 - type: "table"
4284   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4285   algorithm: "table_perf_comparison"
4286   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4287   reference:
4288     title: "rls1908"
4289     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4290   compare:
4291     title: "rls2001"
4292     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4293   data: "vpp-performance-changes-2n-dnv-mrr"
4294   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4295   filter: "'2T2C' and 'MRR'"
4296   parameters:
4297   - "name"
4298   - "parent"
4299   - "result"
4300
4301 # VPP Performance Changes 2n-dnv 4t4c MRR
4302 - type: "table"
4303   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4304   algorithm: "table_perf_comparison"
4305   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4306   reference:
4307     title: "rls1908"
4308     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4309   compare:
4310     title: "rls2001"
4311     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4312   data: "vpp-performance-changes-2n-dnv-mrr"
4313   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4314   filter: "'4T4C' and 'MRR'"
4315   parameters:
4316   - "name"
4317   - "parent"
4318   - "result"
4319
4320 # VPP Performance Changes 3n-dnv 1t1c MRR
4321 - type: "table"
4322   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4323   algorithm: "table_perf_comparison"
4324   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4325   reference:
4326     title: "rls1908"
4327     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4328   compare:
4329     title: "rls2001"
4330     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4331   data: "vpp-performance-changes-3n-dnv-mrr"
4332   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4333   filter: "'1T1C' and 'MRR'"
4334   parameters:
4335   - "name"
4336   - "parent"
4337   - "result"
4338
4339 # VPP Performance Changes 3n-dnv 2t2c MRR
4340 - type: "table"
4341   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4342   algorithm: "table_perf_comparison"
4343   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4344   reference:
4345     title: "rls1908"
4346     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4347   compare:
4348     title: "rls2001"
4349     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4350   data: "vpp-performance-changes-3n-dnv-mrr"
4351   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4352   filter: "'2T2C' and 'MRR'"
4353   parameters:
4354   - "name"
4355   - "parent"
4356   - "result"
4357
4358 # VPP Performance Changes 3n-dnv 4t4c MRR
4359 - type: "table"
4360   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4361   algorithm: "table_perf_comparison"
4362   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4363   reference:
4364     title: "rls1908"
4365     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4366   compare:
4367     title: "rls2001"
4368     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4369   data: "vpp-performance-changes-3n-dnv-mrr"
4370   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4371   filter: "'4T4C' and 'MRR'"
4372   parameters:
4373   - "name"
4374   - "parent"
4375   - "result"
4376
4377 # VPP Performance Changes 3n-tsh 1t1c MRR
4378 - type: "table"
4379   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4380   algorithm: "table_perf_comparison"
4381   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4382   reference:
4383     title: "rls1908"
4384     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4385   compare:
4386     title: "rls2001"
4387     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4388   data: "vpp-performance-changes-3n-tsh-mrr"
4389   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4390   filter: "'1T1C' and 'MRR'"
4391   parameters:
4392   - "name"
4393   - "parent"
4394   - "result"
4395
4396 # VPP Performance Changes 3n-tsh 2t2c MRR
4397 - type: "table"
4398   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4399   algorithm: "table_perf_comparison"
4400   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4401   reference:
4402     title: "rls1908"
4403     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4404   compare:
4405     title: "rls2001"
4406     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4407   data: "vpp-performance-changes-3n-tsh-mrr"
4408   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4409   filter: "'2T2C' and 'MRR'"
4410   parameters:
4411   - "name"
4412   - "parent"
4413   - "result"
4414
4415 # VPP Performance Changes 3n-tsh 4t4c MRR
4416 - type: "table"
4417   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4418   algorithm: "table_perf_comparison"
4419   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4420   reference:
4421     title: "rls1908"
4422     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4423   compare:
4424     title: "rls2001"
4425     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4426   data: "vpp-performance-changes-3n-tsh-mrr"
4427   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4428   filter: "'4T4C' and 'MRR'"
4429   parameters:
4430   - "name"
4431   - "parent"
4432   - "result"
4433
4434 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4435 - type: "table"
4436   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4437   algorithm: "table_perf_comparison_nic"
4438   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4439   reference:
4440     title: "3n-hsw xl710"
4441     data: "vpp-compare-testbeds-mrr-ref"
4442     nic: "NIC_Intel-XL710"
4443   compare:
4444     title: "3n-skx xxv710"
4445     data: "vpp-compare-testbeds-mrr-cmp"
4446     nic: "NIC_Intel-XXV710"
4447   data: "vpp-compare-testbeds-mrr"
4448   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4449   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4450   parameters:
4451   - "name"
4452   - "parent"
4453   - "result"
4454   - "tags"
4455
4456 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4457 - type: "table"
4458   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4459   algorithm: "table_perf_comparison_nic"
4460   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4461   reference:
4462     title: "3n-hsw xl710"
4463     data: "vpp-compare-testbeds-mrr-ref"
4464     nic: "NIC_Intel-XL710"
4465   compare:
4466     title: "3n-skx xxv710"
4467     data: "vpp-compare-testbeds-mrr-cmp"
4468     nic: "NIC_Intel-XXV710"
4469   data: "vpp-compare-testbeds-mrr"
4470   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4471   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4472   parameters:
4473   - "name"
4474   - "parent"
4475   - "result"
4476   - "tags"
4477
4478 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4479 - type: "table"
4480   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4481   algorithm: "table_perf_comparison_nic"
4482   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4483   reference:
4484     title: "3n-hsw xl710"
4485     data: "vpp-compare-testbeds-mrr-ref"
4486     nic: "NIC_Intel-XL710"
4487   compare:
4488     title: "3n-skx xxv710"
4489     data: "vpp-compare-testbeds-mrr-cmp"
4490     nic: "NIC_Intel-XXV710"
4491   data: "vpp-compare-testbeds-mrr"
4492   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4493   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4494   parameters:
4495   - "name"
4496   - "parent"
4497   - "result"
4498   - "tags"
4499
4500 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4501 - type: "table"
4502   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4503   algorithm: "table_perf_comparison"
4504   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4505   reference:
4506     title: "2n-skx"
4507     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4508   compare:
4509     title: "2n-clx"
4510     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4511   data: "vpp-compare-testbeds-mrr-skx-clx"
4512   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4513   filter: "'2T1C'"
4514   parameters:
4515   - "name"
4516   - "parent"
4517   - "result"
4518   - "tags"
4519
4520 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4521 - type: "table"
4522   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4523   algorithm: "table_perf_comparison"
4524   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4525   reference:
4526     title: "2n-skx"
4527     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4528   compare:
4529     title: "2n-clx"
4530     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4531   data: "vpp-compare-testbeds-mrr-skx-clx"
4532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4533   filter: "'4T2C'"
4534   parameters:
4535   - "name"
4536   - "parent"
4537   - "result"
4538   - "tags"
4539
4540 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4541 - type: "table"
4542   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4543   algorithm: "table_perf_comparison"
4544   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4545   reference:
4546     title: "2n-skx"
4547     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4548   compare:
4549     title: "2n-clx"
4550     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4551   data: "vpp-compare-testbeds-mrr-skx-clx"
4552   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4553   filter: "'8T4C'"
4554   parameters:
4555   - "name"
4556   - "parent"
4557   - "result"
4558   - "tags"
4559
4560 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4561 - type: "table"
4562   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4563   algorithm: "table_perf_comparison"
4564   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4565   reference:
4566     title: "3-Node Skx"
4567     data: "vpp-compare-topologies-mrr-ref"
4568   compare:
4569     title: "2-Node Skx"
4570     data: "vpp-compare-topologies-mrr-cmp"
4571   data: "vpp-compare-topologies-mrr"
4572   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4573   filter: "'MRR' and '1C'"
4574   parameters:
4575   - "name"
4576   - "parent"
4577   - "result"
4578
4579 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4580 - type: "table"
4581   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4582   algorithm: "table_perf_comparison"
4583   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4584   reference:
4585     title: "3-Node Skx"
4586     data: "vpp-compare-topologies-mrr-ref"
4587   compare:
4588     title: "2-Node Skx"
4589     data: "vpp-compare-topologies-mrr-cmp"
4590   data: "vpp-compare-topologies-mrr"
4591   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4592   filter: "'MRR' and '2C'"
4593   parameters:
4594   - "name"
4595   - "parent"
4596   - "result"
4597
4598 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4599 - type: "table"
4600   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4601   algorithm: "table_perf_comparison"
4602   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4603   reference:
4604     title: "3-Node Skx"
4605     data: "vpp-compare-topologies-mrr-ref"
4606   compare:
4607     title: "2-Node Skx"
4608     data: "vpp-compare-topologies-mrr-cmp"
4609   data: "vpp-compare-topologies-mrr"
4610   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4611   filter: "'MRR' and '4C'"
4612   parameters:
4613   - "name"
4614   - "parent"
4615   - "result"
4616
4617 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4618 - type: "table"
4619   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4620   algorithm: "table_perf_comparison_nic"
4621   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4622   reference:
4623     title: "3n-hsw xl710"
4624     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4625     nic: "NIC_Intel-XL710"
4626   compare:
4627     title: "2n-clx xxv710"
4628     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4629     nic: "NIC_Intel-XXV710"
4630   data: "vpp-compare-testbeds-mrr-hsw-clx"
4631   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4632   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4633   parameters:
4634   - "name"
4635   - "parent"
4636   - "result"
4637   - "tags"
4638
4639 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4640 - type: "table"
4641   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4642   algorithm: "table_perf_comparison_nic"
4643   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4644   reference:
4645     title: "3n-hsw xl710"
4646     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4647     nic: "NIC_Intel-XL710"
4648   compare:
4649     title: "2n-clx xxv710"
4650     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4651     nic: "NIC_Intel-XXV710"
4652   data: "vpp-compare-testbeds-mrr-hsw-clx"
4653   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4654   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4655   parameters:
4656   - "name"
4657   - "parent"
4658   - "result"
4659   - "tags"
4660
4661 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4662 - type: "table"
4663   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4664   algorithm: "table_perf_comparison_nic"
4665   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4666   reference:
4667     title: "3n-hsw xl710"
4668     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4669     nic: "NIC_Intel-XL710"
4670   compare:
4671     title: "2n-clx xxv710"
4672     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4673     nic: "NIC_Intel-XXV710"
4674   data: "vpp-compare-testbeds-mrr-hsw-clx"
4675   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4676   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4677   parameters:
4678   - "name"
4679   - "parent"
4680   - "result"
4681   - "tags"
4682
4683 # Detailed Test Results - VPP Performance Results 3n-hsw
4684 - type: "table"
4685   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4686   algorithm: "table_merged_details"
4687   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4688   columns:
4689   - title: " |prein| Test Name |preout| "
4690     data: "data name"
4691   - 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| "
4692     data: "data msg"
4693   data: "vpp-perf-results-3n-hsw"
4694   filter: "all"
4695   parameters:
4696   - "name"
4697   - "parent"
4698   - "msg"
4699
4700 # Detailed Test Results - VPP Performance Results 3n-skx
4701 - type: "table"
4702   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4703   algorithm: "table_merged_details"
4704   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4705   columns:
4706   - title: " |prein| Test Name |preout| "
4707     data: "data name"
4708   - 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| "
4709     data: "data msg"
4710   data: "vpp-perf-results-3n-skx"
4711   filter: "all"
4712   remove-ndr: True  # Temporary solution: remove NDR results from test message
4713   parameters:
4714   - "name"
4715   - "parent"
4716   - "msg"
4717
4718 # Detailed Test Results - VPP Performance Results 2n-skx
4719 - type: "table"
4720   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4721   algorithm: "table_merged_details"
4722   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4723   columns:
4724   - title: " |prein| Test Name |preout| "
4725     data: "data name"
4726   - 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| "
4727     data: "data msg"
4728   data: "vpp-perf-results-2n-skx"
4729   filter: "all"
4730   remove-ndr: True  # Temporary solution: remove NDR results from test message
4731   parameters:
4732   - "name"
4733   - "parent"
4734   - "msg"
4735
4736 # Detailed Test Results - VPP Performance Results 2n-clx
4737 - type: "table"
4738   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4739   algorithm: "table_merged_details"
4740   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4741   columns:
4742   - title: " |prein| Test Name |preout| "
4743     data: "data name"
4744   - 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| "
4745     data: "data msg"
4746   data: "vpp-perf-results-2n-clx"
4747   filter: "all"
4748   parameters:
4749   - "name"
4750   - "parent"
4751   - "msg"
4752
4753 # Detailed Test Results - VPP Performance Results 3n-tsh
4754 - type: "table"
4755   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4756   algorithm: "table_merged_details"
4757   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4758   columns:
4759   - title: " |prein| Test Name |preout| "
4760     data: "data name"
4761   - 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| "
4762     data: "data msg"
4763   data: "vpp-perf-results-3n-tsh"
4764   filter: "all"
4765   parameters:
4766   - "name"
4767   - "parent"
4768   - "msg"
4769
4770 # Detailed Test Results - VPP Performance Results 3n-dnv
4771 - type: "table"
4772   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4773   algorithm: "table_merged_details"
4774   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4775   columns:
4776   - title: " |prein| Test Name |preout| "
4777     data: "data name"
4778   - 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| "
4779     data: "data msg"
4780   data: "vpp-perf-results-3n-dnv"
4781   filter: "all"
4782   parameters:
4783   - "name"
4784   - "parent"
4785   - "msg"
4786
4787 # Detailed Test Results - VPP Performance Results 2n-dnv
4788 - type: "table"
4789   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4790   algorithm: "table_merged_details"
4791   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4792   columns:
4793   - title: " |prein| Test Name |preout| "
4794     data: "data name"
4795   - 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| "
4796     data: "data msg"
4797   data: "vpp-perf-results-2n-dnv"
4798   filter: "all"
4799   parameters:
4800   - "name"
4801   - "parent"
4802   - "msg"
4803
4804 # Test configuration - VPP Performance Test Configs 3n-hsw
4805 - type: "table"
4806   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4807   algorithm: "table_merged_details"
4808   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4809   columns:
4810   - title: " |prein| Test Name |preout| "
4811     data: "data name"
4812   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4813     data: "data conf-history"
4814   data: "vpp-perf-results-3n-hsw"
4815   filter: "all"
4816   parameters:
4817   - "parent"
4818   - "name"
4819   - "conf-history"
4820
4821 # Test configuration - VPP Performance Test Configs 3n-skx
4822 - type: "table"
4823   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4824   algorithm: "table_merged_details"
4825   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4826   columns:
4827   - title: " |prein| Test Name |preout| "
4828     data: "data name"
4829   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4830     data: "data conf-history"
4831   data: "vpp-perf-results-3n-skx"
4832   filter: "all"
4833   parameters:
4834   - "parent"
4835   - "name"
4836   - "conf-history"
4837
4838 # Test configuration - VPP Performance Test Configs 2n-skx
4839 - type: "table"
4840   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4841   algorithm: "table_merged_details"
4842   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
4843   columns:
4844   - title: " |prein| Test Name |preout| "
4845     data: "data name"
4846   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4847     data: "data conf-history"
4848   data: "vpp-perf-results-2n-skx"
4849   filter: "all"
4850   parameters:
4851   - "parent"
4852   - "name"
4853   - "conf-history"
4854
4855 # Test configuration - VPP Performance Test Configs 2n-clx
4856 - type: "table"
4857   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4858   algorithm: "table_merged_details"
4859   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
4860   columns:
4861   - title: " |prein| Test Name |preout| "
4862     data: "data name"
4863   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4864     data: "data conf-history"
4865   data: "vpp-perf-results-2n-clx"
4866   filter: "all"
4867   parameters:
4868   - "parent"
4869   - "name"
4870   - "conf-history"
4871
4872 # Test configuration - VPP Performance Test Configs 3n-tsh
4873 - type: "table"
4874   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4875   algorithm: "table_merged_details"
4876   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
4877   columns:
4878   - title: " |prein| Test Name |preout| "
4879     data: "data name"
4880   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4881     data: "data conf-history"
4882   data: "vpp-perf-results-3n-tsh"
4883   filter: "all"
4884   parameters:
4885   - "parent"
4886   - "name"
4887   - "conf-history"
4888
4889 # Test configuration - VPP Performance Test Configs 3n-dnv
4890 - type: "table"
4891   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4892   algorithm: "table_merged_details"
4893   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
4894   columns:
4895   - title: " |prein| Test Name |preout| "
4896     data: "data name"
4897   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4898     data: "data conf-history"
4899   data: "vpp-perf-results-3n-dnv"
4900   filter: "all"
4901   parameters:
4902   - "parent"
4903   - "name"
4904   - "conf-history"
4905
4906 # Test configuration - VPP Performance Test Configs 2n-dnv
4907 - type: "table"
4908   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4909   algorithm: "table_merged_details"
4910   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
4911   columns:
4912   - title: " |prein| Test Name |preout| "
4913     data: "data name"
4914   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4915     data: "data conf-history"
4916   data: "vpp-perf-results-2n-dnv"
4917   filter: "all"
4918   parameters:
4919   - "parent"
4920   - "name"
4921   - "conf-history"
4922
4923 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4924 - type: "table"
4925   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4926   algorithm: "table_oper_data_html"
4927   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
4928   data: "vpp-perf-results-3n-hsw"
4929   filter: "all"
4930
4931 # Test Operational Data - VPP Performance Operational Data 3n-skx
4932 - type: "table"
4933   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4934   algorithm: "table_oper_data_html"
4935   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
4936   data: "vpp-perf-results-3n-skx"
4937   filter: "all"
4938
4939 # Test Operational Data - VPP Performance Operational Data 2n-skx
4940 - type: "table"
4941   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4942   algorithm: "table_oper_data_html"
4943   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
4944   data: "vpp-perf-results-2n-skx"
4945   filter: "all"
4946
4947 # Test Operational Data - VPP Performance Operational Data 2n-clx
4948 - type: "table"
4949   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4950   algorithm: "table_oper_data_html"
4951   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
4952   data: "vpp-perf-results-2n-clx"
4953   filter: "all"
4954
4955 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4956 - type: "table"
4957   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4958   algorithm: "table_oper_data_html"
4959   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
4960   data: "vpp-perf-results-3n-tsh"
4961   filter: "all"
4962
4963 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4964 - type: "table"
4965   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4966   algorithm: "table_oper_data_html"
4967   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
4968   data: "vpp-perf-results-3n-dnv"
4969   filter: "all"
4970
4971 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4972 - type: "table"
4973   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4974   algorithm: "table_oper_data_html"
4975   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
4976   data: "vpp-perf-results-2n-dnv"
4977   filter: "all"
4978
4979 # Detailed Test Results - VPP MRR Results 3n-hsw
4980 - type: "table"
4981   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4982   algorithm: "table_merged_details"
4983   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
4984   columns:
4985   - title: " |prein| Test Name |preout| "
4986     data: "data name"
4987   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4988     data: "data msg"
4989   data: "vpp-mrr-results-3n-hsw"
4990   filter: "all"
4991   parameters:
4992   - "name"
4993   - "parent"
4994   - "msg"
4995
4996 # Detailed Test Results - VPP MRR Results 3n-skx
4997 - type: "table"
4998   title: "Detailed Test Results - VPP MRR Results 3n-skx"
4999   algorithm: "table_merged_details"
5000   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5001   columns:
5002   - title: " |prein| Test Name |preout| "
5003     data: "data name"
5004   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5005     data: "data msg"
5006   data: "vpp-mrr-results-3n-skx"
5007   filter: "all"
5008   parameters:
5009   - "name"
5010   - "parent"
5011   - "msg"
5012
5013 # Detailed Test Results - VPP MRR Results 2n-skx
5014 - type: "table"
5015   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5016   algorithm: "table_merged_details"
5017   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5018   columns:
5019   - title: " |prein| Test Name |preout| "
5020     data: "data name"
5021   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5022     data: "data msg"
5023   data: "vpp-mrr-results-2n-skx"
5024   filter: "all"
5025   parameters:
5026   - "name"
5027   - "parent"
5028   - "msg"
5029
5030 # Detailed Test Results - VPP MRR Results 2n-clx
5031 - type: "table"
5032   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5033   algorithm: "table_merged_details"
5034   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5035   columns:
5036   - title: " |prein| Test Name |preout| "
5037     data: "data name"
5038   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5039     data: "data msg"
5040   data: "vpp-mrr-results-2n-clx"
5041   filter: "all"
5042   parameters:
5043   - "name"
5044   - "parent"
5045   - "msg"
5046
5047 # Detailed Test Results - VPP MRR Results 3n-tsh
5048 - type: "table"
5049   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5050   algorithm: "table_merged_details"
5051   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5052   columns:
5053   - title: " |prein| Test Name |preout| "
5054     data: "data name"
5055   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5056     data: "data msg"
5057   data: "vpp-mrr-results-3n-tsh"
5058   filter: "all"
5059   parameters:
5060   - "name"
5061   - "parent"
5062   - "msg"
5063
5064 # Detailed Test Results - VPP MRR Results 3n-dnv
5065 - type: "table"
5066   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5067   algorithm: "table_merged_details"
5068   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5069   columns:
5070   - title: " |prein| Test Name |preout| "
5071     data: "data name"
5072   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5073     data: "data msg"
5074   data: "vpp-mrr-results-3n-dnv"
5075   filter: "all"
5076   parameters:
5077   - "name"
5078   - "parent"
5079   - "msg"
5080
5081 # Detailed Test Results - VPP MRR Results 2n-dnv
5082 - type: "table"
5083   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5084   algorithm: "table_merged_details"
5085   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5086   columns:
5087   - title: " |prein| Test Name |preout| "
5088     data: "data name"
5089   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5090     data: "data msg"
5091   data: "vpp-mrr-results-2n-dnv"
5092   filter: "all"
5093   parameters:
5094   - "name"
5095   - "parent"
5096   - "msg"
5097
5098 # Test configuration - VPP MRR Test Configs 3n-hsw
5099 - type: "table"
5100   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5101   algorithm: "table_merged_details"
5102   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5103   columns:
5104   - title: " |prein| Test Name |preout| "
5105     data: "data name"
5106   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5107     data: "data conf-history"
5108   data: "vpp-mrr-results-3n-hsw"
5109   filter: "all"
5110   parameters:
5111   - "parent"
5112   - "name"
5113   - "conf-history"
5114
5115 # Test configuration - VPP MRR Test Configs 3n-skx
5116 - type: "table"
5117   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5118   algorithm: "table_merged_details"
5119   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5120   columns:
5121   - title: " |prein| Test Name |preout| "
5122     data: "data name"
5123   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5124     data: "data conf-history"
5125   data: "vpp-mrr-results-3n-skx"
5126   filter: "all"
5127   parameters:
5128   - "parent"
5129   - "name"
5130   - "conf-history"
5131
5132 # Test configuration - VPP MRR Test Configs 2n-skx
5133 - type: "table"
5134   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5135   algorithm: "table_merged_details"
5136   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5137   columns:
5138   - title: " |prein| Test Name |preout| "
5139     data: "data name"
5140   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5141     data: "data conf-history"
5142   data: "vpp-mrr-results-2n-skx"
5143   filter: "all"
5144   parameters:
5145   - "parent"
5146   - "name"
5147   - "conf-history"
5148
5149 # Test configuration - VPP MRR Test Configs 2n-clx
5150 - type: "table"
5151   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5152   algorithm: "table_merged_details"
5153   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5154   columns:
5155   - title: " |prein| Test Name |preout| "
5156     data: "data name"
5157   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5158     data: "data conf-history"
5159   data: "vpp-mrr-results-2n-clx"
5160   filter: "all"
5161   parameters:
5162   - "parent"
5163   - "name"
5164   - "conf-history"
5165
5166 # Test configuration - VPP MRR Test Configs 3n-tsh
5167 - type: "table"
5168   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5169   algorithm: "table_merged_details"
5170   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5171   columns:
5172   - title: " |prein| Test Name |preout| "
5173     data: "data name"
5174   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5175     data: "data conf-history"
5176   data: "vpp-mrr-results-3n-tsh"
5177   filter: "all"
5178   parameters:
5179   - "parent"
5180   - "name"
5181   - "conf-history"
5182
5183 # Test configuration - VPP MRR Test Configs 3n-dnv
5184 - type: "table"
5185   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5186   algorithm: "table_merged_details"
5187   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5188   columns:
5189   - title: " |prein| Test Name |preout| "
5190     data: "data name"
5191   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5192     data: "data conf-history"
5193   data: "vpp-mrr-results-3n-dnv"
5194   filter: "all"
5195   parameters:
5196   - "parent"
5197   - "name"
5198   - "conf-history"
5199
5200 # Test configuration - VPP MRR Test Configs 2n-dnv
5201 - type: "table"
5202   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5203   algorithm: "table_merged_details"
5204   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5205   columns:
5206   - title: " |prein| Test Name |preout| "
5207     data: "data name"
5208   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5209     data: "data conf-history"
5210   data: "vpp-mrr-results-2n-dnv"
5211   filter: "all"
5212   parameters:
5213   - "parent"
5214   - "name"
5215   - "conf-history"
5216
5217 # Detailed Test Results - VPP Device Results - Ubuntu
5218 - type: "table"
5219   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5220   algorithm: "table_merged_details"
5221   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5222   columns:
5223   - title: " |prein| Test Name |preout| "
5224     data: "data name"
5225   - title: " |prein| Status |preout| "
5226     data: "data status"
5227   data: "vpp-device-results-ubuntu"
5228   filter: "all"
5229   parameters:
5230   - "name"
5231   - "parent"
5232   - "doc"
5233   - "status"
5234
5235 # Test configuration - VPP Device Test Configs - Ubuntu
5236 - type: "table"
5237   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5238   algorithm: "table_merged_details"
5239   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5240   columns:
5241   - title: " |prein| Test Name |preout| "
5242     data: "data name"
5243   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5244     data: "data conf-history"
5245   data: "vpp-device-results-ubuntu"
5246   filter: "all"
5247   parameters:
5248   - "parent"
5249   - "name"
5250   - "conf-history"
5251
5252 ################################################################################
5253
5254 # DPDK Performance Changes 3n-hsw 1t1c pdr
5255 - type: "table"
5256   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5257   algorithm: "table_perf_comparison"
5258   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5259   history:
5260     - title: "rls1904"
5261       data: "dpdk-performance-changes-3n-hsw-h1"
5262   reference:
5263     title: "rls1908"
5264     data: "dpdk-performance-changes-3n-hsw-ref"
5265   compare:
5266     title: "rls2001"
5267     data: "dpdk-performance-changes-3n-hsw-cmp"
5268   data: "dpdk-performance-changes-3n-hsw"
5269   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5270   filter: "'1T1C' and 'NDRPDR'"
5271   parameters:
5272   - "name"
5273   - "parent"
5274   - "throughput"
5275
5276 # DPDK Performance Changes 3n-hsw 2t2c pdr
5277 - type: "table"
5278   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5279   algorithm: "table_perf_comparison"
5280   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5281   history:
5282     - title: "rls1904"
5283       data: "dpdk-performance-changes-3n-hsw-h1"
5284   reference:
5285     title: "rls1908"
5286     data: "dpdk-performance-changes-3n-hsw-ref"
5287   compare:
5288     title: "rls2001"
5289     data: "dpdk-performance-changes-3n-hsw-cmp"
5290   data: "dpdk-performance-changes-3n-hsw"
5291   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5292   filter: "'2T2C' and 'NDRPDR'"
5293   parameters:
5294   - "name"
5295   - "parent"
5296   - "throughput"
5297
5298 # DPDK Performance Changes 3n-hsw 1t1c ndr
5299 - type: "table"
5300   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5301   algorithm: "table_perf_comparison"
5302   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5303   history:
5304     - title: "rls1904"
5305       data: "dpdk-performance-changes-3n-hsw-h1"
5306   reference:
5307     title: "rls1908"
5308     data: "dpdk-performance-changes-3n-hsw-ref"
5309   compare:
5310     title: "rls2001"
5311     data: "dpdk-performance-changes-3n-hsw-cmp"
5312   data: "dpdk-performance-changes-3n-hsw"
5313   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5314   filter: "'1T1C' and 'NDRPDR'"
5315   parameters:
5316   - "name"
5317   - "parent"
5318   - "throughput"
5319
5320 # DPDK Performance Changes 3n-hsw 2t2c ndr
5321 - type: "table"
5322   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5323   algorithm: "table_perf_comparison"
5324   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5325   history:
5326     - title: "rls1904"
5327       data: "dpdk-performance-changes-3n-hsw-h1"
5328   reference:
5329     title: "rls1908"
5330     data: "dpdk-performance-changes-3n-hsw-ref"
5331   compare:
5332     title: "rls2001"
5333     data: "dpdk-performance-changes-3n-hsw-cmp"
5334   data: "dpdk-performance-changes-3n-hsw"
5335   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5336   filter: "'2T2C' and 'NDRPDR'"
5337   parameters:
5338   - "name"
5339   - "parent"
5340   - "throughput"
5341
5342 ## DPDK Performance Changes 3n-skx 2t1c pdr
5343 #- type: "table"
5344 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5345 #  algorithm: "table_perf_comparison"
5346 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5347 #  history:
5348 #    - title: "rls1904"
5349 #      data: "dpdk-performance-changes-3n-skx-h1"
5350 #  reference:
5351 #    title: "rls1908"
5352 #    data: "dpdk-performance-changes-3n-skx-ref"
5353 #  compare:
5354 #    title: "rls2001"
5355 #    data: "dpdk-performance-changes-3n-skx-cmp"
5356 #  data: "dpdk-performance-changes-3n-skx"
5357 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5358 #  filter: "'2T1C' and 'NDRPDR'"
5359 #  parameters:
5360 #  - "name"
5361 #  - "parent"
5362 #  - "throughput"
5363 #
5364 ## DPDK Performance Changes 3n-skx 4t2c pdr
5365 #- type: "table"
5366 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5367 #  algorithm: "table_perf_comparison"
5368 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5369 #  history:
5370 #    - title: "rls1904"
5371 #      data: "dpdk-performance-changes-3n-skx-h1"
5372 #  reference:
5373 #    title: "rls1908"
5374 #    data: "dpdk-performance-changes-3n-skx-ref"
5375 #  compare:
5376 #    title: "rls2001"
5377 #    data: "dpdk-performance-changes-3n-skx-cmp"
5378 #  data: "dpdk-performance-changes-3n-skx"
5379 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5380 #  filter: "'4T2C' and 'NDRPDR'"
5381 #  parameters:
5382 #  - "name"
5383 #  - "parent"
5384 #  - "throughput"
5385 #
5386 ## DPDK Performance Changes 3n-skx 2t1c ndr
5387 #- type: "table"
5388 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5389 #  algorithm: "table_perf_comparison"
5390 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5391 #  history:
5392 #    - title: "rls1904"
5393 #      data: "dpdk-performance-changes-3n-skx-h1"
5394 #  reference:
5395 #    title: "rls1908"
5396 #    data: "dpdk-performance-changes-3n-skx-ref"
5397 #  compare:
5398 #    title: "rls2001"
5399 #    data: "dpdk-performance-changes-3n-skx-cmp"
5400 #  data: "dpdk-performance-changes-3n-skx"
5401 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5402 #  filter: "'2T1C' and 'NDRPDR'"
5403 #  parameters:
5404 #  - "name"
5405 #  - "parent"
5406 #  - "throughput"
5407 #
5408 ## DPDK Performance Changes 3n-skx 4t2c ndr
5409 #- type: "table"
5410 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5411 #  algorithm: "table_perf_comparison"
5412 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5413 #  history:
5414 #    - title: "rls1904"
5415 #      data: "dpdk-performance-changes-3n-skx-h1"
5416 #  reference:
5417 #    title: "rls1908"
5418 #    data: "dpdk-performance-changes-3n-skx-ref"
5419 #  compare:
5420 #    title: "rls2001"
5421 #    data: "dpdk-performance-changes-3n-skx-cmp"
5422 #  data: "dpdk-performance-changes-3n-skx"
5423 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5424 #  filter: "'4T2C' and 'NDRPDR'"
5425 #  parameters:
5426 #  - "name"
5427 #  - "parent"
5428 #  - "throughput"
5429 #
5430 ## DPDK Performance Changes 2n-skx 2t1c pdr
5431 #- type: "table"
5432 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5433 #  algorithm: "table_perf_comparison"
5434 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5435 #  history:
5436 #    - title: "rls1904"
5437 #      data: "dpdk-performance-changes-2n-skx-h1"
5438 #  reference:
5439 #    title: "rls1908"
5440 #    data: "dpdk-performance-changes-2n-skx-ref"
5441 #  compare:
5442 #    title: "rls2001"
5443 #    data: "dpdk-performance-changes-2n-skx-cmp"
5444 #  data: "dpdk-performance-changes-2n-skx"
5445 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5446 #  filter: "'2T1C' and 'NDRPDR'"
5447 #  parameters:
5448 #  - "name"
5449 #  - "parent"
5450 #  - "throughput"
5451 #
5452 ## DPDK Performance Changes 2n-skx 4t2c pdr
5453 #- type: "table"
5454 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5455 #  algorithm: "table_perf_comparison"
5456 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5457 #  history:
5458 #    - title: "rls1904"
5459 #      data: "dpdk-performance-changes-2n-skx-h1"
5460 #  reference:
5461 #    title: "rls1908"
5462 #    data: "dpdk-performance-changes-2n-skx-ref"
5463 #  compare:
5464 #    title: "rls2001"
5465 #    data: "dpdk-performance-changes-2n-skx-cmp"
5466 #  data: "dpdk-performance-changes-2n-skx"
5467 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5468 #  filter: "'4T2C' and 'NDRPDR'"
5469 #  parameters:
5470 #  - "name"
5471 #  - "parent"
5472 #  - "throughput"
5473 #
5474 ## DPDK Performance Changes 2n-skx 2t1c ndr
5475 #- type: "table"
5476 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5477 #  algorithm: "table_perf_comparison"
5478 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5479 #  history:
5480 #    - title: "rls1904"
5481 #      data: "dpdk-performance-changes-2n-skx-h1"
5482 #  reference:
5483 #    title: "rls1908"
5484 #    data: "dpdk-performance-changes-2n-skx-ref"
5485 #  compare:
5486 #    title: "rls2001"
5487 #    data: "dpdk-performance-changes-2n-skx-cmp"
5488 #  data: "dpdk-performance-changes-2n-skx"
5489 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5490 #  filter: "'2T1C' and 'NDRPDR'"
5491 #  parameters:
5492 #  - "name"
5493 #  - "parent"
5494 #  - "throughput"
5495 #
5496 ## DPDK Performance Changes 2n-skx 4t2c ndr
5497 #- type: "table"
5498 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5499 #  algorithm: "table_perf_comparison"
5500 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5501 #  history:
5502 #    - title: "rls1904"
5503 #      data: "dpdk-performance-changes-2n-skx-h1"
5504 #  reference:
5505 #    title: "rls1908"
5506 #    data: "dpdk-performance-changes-2n-skx-ref"
5507 #  compare:
5508 #    title: "rls2001"
5509 #    data: "dpdk-performance-changes-2n-skx-cmp"
5510 #  data: "dpdk-performance-changes-2n-skx"
5511 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5512 #  filter: "'4T2C' and 'NDRPDR'"
5513 #  parameters:
5514 #  - "name"
5515 #  - "parent"
5516 #  - "throughput"
5517 #
5518 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5519 #- type: "table"
5520 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5521 #  algorithm: "table_perf_comparison"
5522 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5523 #  reference:
5524 #    title: "3-Node Hsw"
5525 #    data: "dpdk-compare-testbeds-ref"
5526 #  compare:
5527 #    title: "3-Node Skx"
5528 #    data: "dpdk-compare-testbeds-cmp"
5529 #  data: "dpdk-compare-testbeds"
5530 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5531 #  filter: "'NIC_Intel-X710'"
5532 #  parameters:
5533 #  - "name"
5534 #  - "parent"
5535 #  - "throughput"
5536 #
5537 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5538 #- type: "table"
5539 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5540 #  algorithm: "table_perf_comparison"
5541 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5542 #  reference:
5543 #    title: "3-Node Hsw"
5544 #    data: "dpdk-compare-testbeds-ref"
5545 #  compare:
5546 #    title: "3-Node Skx"
5547 #    data: "dpdk-compare-testbeds-cmp"
5548 #  data: "dpdk-compare-testbeds"
5549 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5550 #  filter: "'NIC_Intel-X710'"
5551 #  parameters:
5552 #  - "name"
5553 #  - "parent"
5554 #  - "throughput"
5555 #
5556 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5557 #- type: "table"
5558 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5559 #  algorithm: "table_perf_comparison"
5560 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5561 #  reference:
5562 #    title: "2-Node Skx"
5563 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5564 #  compare:
5565 #    title: "2-Node Clx"
5566 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5567 #  data: "dpdk-compare-testbeds-skx-clx"
5568 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5569 #  filter: "all"
5570 #  parameters:
5571 #  - "name"
5572 #  - "parent"
5573 #  - "throughput"
5574 #
5575 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5576 #- type: "table"
5577 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5578 #  algorithm: "table_perf_comparison"
5579 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5580 #  reference:
5581 #    title: "2-Node Skx"
5582 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5583 #  compare:
5584 #    title: "2-Node Clx"
5585 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5586 #  data: "dpdk-compare-testbeds-skx-clx"
5587 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5588 #  filter: "all"
5589 #  parameters:
5590 #  - "name"
5591 #  - "parent"
5592 #  - "throughput"
5593 #
5594 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5595 #- type: "table"
5596 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5597 #  algorithm: "table_perf_comparison"
5598 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5599 #  reference:
5600 #    title: "3-Node Skx"
5601 #    data: "dpdk-compare-topologies-ref"
5602 #  compare:
5603 #    title: "2-Node Skx"
5604 #    data: "dpdk-compare-topologies-cmp"
5605 #  data: "dpdk-compare-topologies"
5606 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5607 #  filter: "all"
5608 #  parameters:
5609 #  - "name"
5610 #  - "parent"
5611 #  - "throughput"
5612 #
5613 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5614 #- type: "table"
5615 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5616 #  algorithm: "table_perf_comparison"
5617 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5618 #  reference:
5619 #    title: "3-Node Skx"
5620 #    data: "dpdk-compare-topologies-ref"
5621 #  compare:
5622 #    title: "2-Node Skx"
5623 #    data: "dpdk-compare-topologies-cmp"
5624 #  data: "dpdk-compare-topologies"
5625 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5626 #  filter: "all"
5627 #  parameters:
5628 #  - "name"
5629 #  - "parent"
5630 #  - "throughput"
5631
5632 # Detailed Test Results - DPDK Performance Results 3n-hsw
5633 - type: "table"
5634   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5635   algorithm: "table_merged_details"
5636   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5637   columns:
5638   - title: " |prein| Test Name |preout| "
5639     data: "data name"
5640   - 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| "
5641     data: "data msg"
5642   data: "dpdk-perf-results-3n-hsw"
5643   filter: "all"
5644   parameters:
5645   - "name"
5646   - "parent"
5647   - "msg"
5648
5649 ## Detailed Test Results - DPDK Performance Results 3n-skx
5650 #- type: "table"
5651 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5652 #  algorithm: "table_merged_details"
5653 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5654 #  columns:
5655 #  - title: " |prein| Test Name |preout| "
5656 #    data: "data name"
5657 #  - 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| "
5658 #    data: "data msg"
5659 #  data: "dpdk-perf-results-3n-skx"
5660 #  filter: "all"
5661 #  remove-ndr: True  # Temporary solution: remove NDR results from test message
5662 #  parameters:
5663 #  - "name"
5664 #  - "parent"
5665 #  - "msg"
5666 #
5667 ## Detailed Test Results - DPDK Performance Results 2n-skx
5668 #- type: "table"
5669 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5670 #  algorithm: "table_merged_details"
5671 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5672 #  columns:
5673 #  - title: " |prein| Test Name |preout| "
5674 #    data: "data name"
5675 #  - 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| "
5676 #    data: "data msg"
5677 #  data: "dpdk-perf-results-2n-skx"
5678 #  filter: "all"
5679 #  remove-ndr: True  # Temporary solution: remove NDR results from test message
5680 #  parameters:
5681 #  - "name"
5682 #  - "parent"
5683 #  - "msg"
5684
5685 # Detailed Test Results - DPDK Performance Results 2n-clx
5686 - type: "table"
5687   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5688   algorithm: "table_merged_details"
5689   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5690   columns:
5691   - title: " |prein| Test Name |preout| "
5692     data: "data name"
5693   - 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| "
5694     data: "data msg"
5695   data: "dpdk-perf-results-2n-clx"
5696   filter: "all"
5697   parameters:
5698   - "name"
5699   - "parent"
5700   - "msg"
5701
5702 # Detailed Test Results - DPDK Performance Results 2n-dnv
5703 - type: "table"
5704   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5705   algorithm: "table_merged_details"
5706   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5707   columns:
5708   - title: " |prein| Test Name |preout| "
5709     data: "data name"
5710   - 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| "
5711     data: "data msg"
5712   data: "dpdk-perf-results-2n-dnv"
5713   filter: "all"
5714   parameters:
5715   - "name"
5716   - "parent"
5717   - "msg"
5718
5719 # Detailed Test Results - DPDK Performance Results 3n-dnv
5720 - type: "table"
5721   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5722   algorithm: "table_merged_details"
5723   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5724   columns:
5725   - title: " |prein| Test Name |preout| "
5726     data: "data name"
5727   - 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| "
5728     data: "data msg"
5729   data: "dpdk-perf-results-3n-dnv"
5730   filter: "all"
5731   parameters:
5732   - "name"
5733   - "parent"
5734   - "msg"
5735
5736 # Detailed Test Results - DPDK Performance Results 3n-tsh
5737 - type: "table"
5738   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5739   algorithm: "table_merged_details"
5740   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5741   columns:
5742   - title: " |prein| Test Name |preout| "
5743     data: "data name"
5744   - 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| "
5745     data: "data msg"
5746   data: "dpdk-perf-results-3n-tsh"
5747   filter: "all"
5748   parameters:
5749   - "name"
5750   - "parent"
5751   - "msg"
5752
5753 ################################################################################
5754 ###                                F I L E S                                 ###
5755 ################################################################################
5756
5757 # VPP Performance Results
5758 - type: "file"
5759   title: "VPP Performance Results"
5760   algorithm: "file_details_split"
5761   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5762   dir-tables:
5763     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5764     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5765     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5766     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5767     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5768     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5769     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5770   data:
5771     - "vpp-perf-results-2n-skx"
5772     - "vpp-perf-results-3n-skx"
5773     - "vpp-perf-results-2n-clx"
5774     - "vpp-perf-results-3n-hsw"
5775     - "vpp-perf-results-3n-tsh"
5776     - "vpp-perf-results-2n-dnv"
5777     - "vpp-perf-results-3n-dnv"
5778   filter: "all"
5779   data-start-level: 4
5780   order-chapters:
5781     level-1:
5782       - "l2"
5783       - "ip4"
5784       - "ip6"
5785       - "srv6"
5786       - "ip4_tunnels"
5787       - "ip6_tunnels"
5788       - "vm_vhost"
5789       - "container_memif"
5790       - "crypto"
5791       - "vts"
5792       - "lb"
5793       - "nfv_density"
5794       - "hoststack"
5795     level-2:
5796       - "2n-skx"
5797       - "3n-skx"
5798       - "2n-clx"
5799       - "3n-hsw"
5800       - "3n-tsh"
5801       - "2n-dnv"
5802       - "3n-dnv"
5803     level-3:
5804       - "xl710"
5805       - "x520"
5806       - "xxv710"
5807       - "x710"
5808       - "x553"
5809       - "cx556a"
5810       - "vic1227"
5811       - "vic1385"
5812
5813 # VPP Performance Configuration
5814 - type: "file"
5815   title: "VPP Performance Configuration"
5816   algorithm: "file_details_split"
5817   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5818   dir-tables:
5819     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5820     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5821     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5822     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5823     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5824     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5825     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5826   data:
5827     - "vpp-perf-results-2n-skx"
5828     - "vpp-perf-results-3n-skx"
5829     - "vpp-perf-results-2n-clx"
5830     - "vpp-perf-results-3n-hsw"
5831     - "vpp-perf-results-3n-tsh"
5832     - "vpp-perf-results-2n-dnv"
5833     - "vpp-perf-results-3n-dnv"
5834   filter: "all"
5835   data-start-level: 4
5836   order-chapters:
5837     level-1:
5838       - "l2"
5839       - "ip4"
5840       - "ip6"
5841       - "srv6"
5842       - "ip4_tunnels"
5843       - "ip6_tunnels"
5844       - "vm_vhost"
5845       - "container_memif"
5846       - "crypto"
5847       - "vts"
5848       - "lb"
5849       - "nfv_density"
5850       - "hoststack"
5851     level-2:
5852       - "2n-skx"
5853       - "3n-skx"
5854       - "2n-clx"
5855       - "3n-hsw"
5856       - "3n-tsh"
5857       - "2n-dnv"
5858       - "3n-dnv"
5859     level-3:
5860       - "xl710"
5861       - "x520"
5862       - "xxv710"
5863       - "x710"
5864       - "x553"
5865       - "cx556a"
5866       - "vic1227"
5867       - "vic1385"
5868
5869 # VPP Performance Operational
5870 - type: "file"
5871   title: "VPP Performance Operational"
5872   algorithm: "file_details_split_html"
5873   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5874   dir-tables:
5875     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5876     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5877     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5878     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5879     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5880     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5881     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5882   data:
5883     - "vpp-perf-results-2n-skx"
5884     - "vpp-perf-results-3n-skx"
5885     - "vpp-perf-results-2n-clx"
5886     - "vpp-perf-results-3n-hsw"
5887     - "vpp-perf-results-3n-tsh"
5888     - "vpp-perf-results-2n-dnv"
5889     - "vpp-perf-results-3n-dnv"
5890   filter: "all"
5891   data-start-level: 4
5892   order-chapters:
5893     level-1:
5894       - "l2"
5895       - "ip4"
5896       - "ip6"
5897       - "srv6"
5898       - "ip4_tunnels"
5899       - "ip6_tunnels"
5900       - "vm_vhost"
5901       - "container_memif"
5902       - "crypto"
5903       - "vts"
5904       - "lb"
5905       - "nfv_density"
5906       - "hoststack"
5907     level-2:
5908       - "2n-skx"
5909       - "3n-skx"
5910       - "2n-clx"
5911       - "3n-hsw"
5912       - "3n-tsh"
5913       - "2n-dnv"
5914       - "3n-dnv"
5915     level-3:
5916       - "xl710"
5917       - "x520"
5918       - "xxv710"
5919       - "x710"
5920       - "x553"
5921       - "cx556a"
5922       - "vic1227"
5923       - "vic1385"
5924
5925 # VPP MRR Results
5926 - type: "file"
5927   title: "VPP MRR Results"
5928   algorithm: "file_details_split"
5929   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5930   dir-tables:
5931     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5932     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5933     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
5934     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
5935     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
5936     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
5937     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
5938   data:
5939     - "vpp-mrr-results-2n-skx"
5940     - "vpp-mrr-results-3n-skx"
5941     - "vpp-mrr-results-2n-clx"
5942     - "vpp-mrr-results-3n-hsw"
5943     - "vpp-mrr-results-3n-tsh"
5944     - "vpp-mrr-results-2n-dnv"
5945     - "vpp-mrr-results-3n-dnv"
5946   filter: "all"
5947   data-start-level: 4
5948   order-chapters:
5949     level-1:
5950       - "l2"
5951       - "ip4"
5952       - "ip6"
5953       - "srv6"
5954       - "ip4_tunnels"
5955       - "ip6_tunnels"
5956       - "vm_vhost"
5957       - "container_memif"
5958       - "crypto"
5959       - "vts"
5960       - "lb"
5961       - "nfv_density"
5962       - "hoststack"
5963     level-2:
5964       - "2n-skx"
5965       - "3n-skx"
5966       - "2n-clx"
5967       - "3n-hsw"
5968       - "3n-tsh"
5969       - "2n-dnv"
5970       - "3n-dnv"
5971     level-3:
5972       - "xl710"
5973       - "x520"
5974       - "xxv710"
5975       - "x710"
5976       - "x553"
5977       - "cx556a"
5978       - "vic1227"
5979       - "vic1385"
5980
5981 # VPP MRR Configuration
5982 - type: "file"
5983   title: "VPP MRR Configuration"
5984   algorithm: "file_details_split"
5985   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
5986   dir-tables:
5987     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
5988     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
5989     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
5990     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
5991     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
5992     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
5993     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
5994   data:
5995     - "vpp-mrr-results-2n-skx"
5996     - "vpp-mrr-results-3n-skx"
5997     - "vpp-mrr-results-2n-clx"
5998     - "vpp-mrr-results-3n-hsw"
5999     - "vpp-mrr-results-3n-tsh"
6000     - "vpp-mrr-results-2n-dnv"
6001     - "vpp-mrr-results-3n-dnv"
6002   filter: "all"
6003   data-start-level: 4
6004   order-chapters:
6005     level-1:
6006       - "l2"
6007       - "ip4"
6008       - "ip6"
6009       - "srv6"
6010       - "ip4_tunnels"
6011       - "ip6_tunnels"
6012       - "vm_vhost"
6013       - "container_memif"
6014       - "crypto"
6015       - "vts"
6016       - "lb"
6017       - "nfv_density"
6018       - "hoststack"
6019     level-2:
6020       - "2n-skx"
6021       - "3n-skx"
6022       - "2n-clx"
6023       - "3n-hsw"
6024       - "3n-tsh"
6025       - "2n-dnv"
6026       - "3n-dnv"
6027     level-3:
6028       - "xl710"
6029       - "x520"
6030       - "xxv710"
6031       - "x710"
6032       - "x553"
6033       - "cx556a"
6034       - "vic1227"
6035       - "vic1385"
6036
6037 # VPP Device Results - Ubuntu
6038 - type: "file"
6039   title: "VPP Device Results - Ubuntu"
6040   algorithm: "file_test_results"
6041   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6042   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6043   data: "vpp-device-results-ubuntu"
6044   filter: "all"
6045   data-start-level: 4
6046
6047 # VPP Device Configuration - Ubuntu
6048 - type: "file"
6049   title: "VPP Device Configuration - Ubuntu"
6050   algorithm: "file_test_results"
6051   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6052   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6053   data: "vpp-device-results-ubuntu"
6054   filter: "all"
6055   data-start-level: 4
6056
6057 # DPDK Performance Results 3n-hsw
6058 - type: "file"
6059   title: "DPDK Performance Results 3n-hsw"
6060   algorithm: "file_test_results"
6061   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6062   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6063   data: "dpdk-perf-results-3n-hsw"
6064   filter: "all"
6065   data-start-level: 4
6066
6067 ## DPDK Performance Results 3n-skx
6068 #- type: "file"
6069 #  title: "DPDK Performance Results 3n-skx"
6070 #  algorithm: "file_test_results"
6071 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6072 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6073 #  data: "dpdk-perf-results-3n-skx"
6074 #  filter: "all"
6075 #  data-start-level: 4
6076 #
6077 ## DPDK Performance Results 2n-skx
6078 #- type: "file"
6079 #  title: "DPDK Performance Results 2n-skx"
6080 #  algorithm: "file_test_results"
6081 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6082 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6083 #  data: "dpdk-perf-results-2n-skx"
6084 #  filter: "all"
6085 #  data-start-level: 4
6086
6087 # DPDK Performance Results 2n-clx
6088 - type: "file"
6089   title: "DPDK Performance Results 2n-clx"
6090   algorithm: "file_test_results"
6091   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6092   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6093   data: "dpdk-perf-results-2n-clx"
6094   filter: "all"
6095   data-start-level: 4
6096
6097 # DPDK Performance Results 2n-dnv
6098 - type: "file"
6099   title: "DPDK Performance Results 2n-dnv"
6100   algorithm: "file_test_results"
6101   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6102   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6103   data: "dpdk-perf-results-2n-dnv"
6104   filter: "all"
6105   data-start-level: 4
6106
6107 # DPDK Performance Results 3n-dnv
6108 - type: "file"
6109   title: "DPDK Performance Results 3n-dnv"
6110   algorithm: "file_test_results"
6111   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6112   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6113   data: "dpdk-perf-results-3n-dnv"
6114   filter: "all"
6115   data-start-level: 4
6116
6117 # DPDK Performance Results 3n-tsh
6118 - type: "file"
6119   title: "DPDK Performance Results 3n-tsh"
6120   algorithm: "file_test_results"
6121   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6122   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6123   data: "dpdk-perf-results-3n-tsh"
6124   filter: "all"
6125   data-start-level: 4
6126
6127 ################################################################################
6128 ###                                P L O T S                                 ###
6129 ################################################################################
6130
6131 # Hoststack tests 3n-hsw
6132
6133 - type: "plot"
6134   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6135   algorithm: "plot_perf_box_name"
6136   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6137   data: "plot-vpp-hoststack-3n-hsw"
6138   include:
6139     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6140     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6141   layout:
6142     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6143     layout: "plot-hoststack"
6144
6145 - type: "plot"
6146   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6147   algorithm: "plot_perf_box_name"
6148   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6149   data: "plot-vpp-hoststack-3n-hsw"
6150   include:
6151     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6152     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6153   layout:
6154     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6155     layout: "plot-hoststack"
6156
6157 - type: "plot"
6158   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6159   algorithm: "plot_perf_box_name"
6160   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6161   data: "plot-vpp-hoststack-3n-hsw"
6162   include:
6163     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6164     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6165     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6166     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6167   layout:
6168     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6169     layout: "plot-hoststack"
6170
6171 # Plots VPP HTTP Server Performance
6172 - type: "plot"
6173   title: "VPP HTTP Server Performance"
6174   algorithm: "plot_http_server_perf_box"
6175   output-file-type: ".html"
6176   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6177   data:
6178     "plot-vpp-http-server-performance"
6179   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6180   parameters:
6181   - "result"
6182   - "name"
6183   traces:
6184     hoverinfo: "y+name"
6185     boxpoints: "outliers"
6186     whiskerwidth: 0
6187   layout:
6188     title: "VPP HTTP Server Performance"
6189     layout:
6190       "plot-cps"
6191
6192 - type: "plot"
6193   title: "VPP HTTP Server Performance"
6194   algorithm: "plot_http_server_perf_box"
6195   output-file-type: ".html"
6196   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6197   data:
6198     "plot-vpp-http-server-performance"
6199   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6200   parameters:
6201   - "result"
6202   - "name"
6203   traces:
6204     hoverinfo: "y+name"
6205     boxpoints: "outliers"
6206     whiskerwidth: 0
6207   layout:
6208     title: "VPP HTTP Server Performance"
6209     layout:
6210       "plot-rps"
6211
6212 ################################################################################
6213
6214 # Soak Test (PLRsearch), boxes - 2n-clx
6215 - type: "plot"
6216   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6217   algorithm: "plot_perf_box_name"
6218   output-file-type: ".html"
6219   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6220   data: "plot-vpp-soak-2n-clx"
6221   include:
6222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6228   layout:
6229     title: "30 Minutes Soak Test (PLRsearch)"
6230     layout: "plot-soak-throughput"
6231
6232 # Soak Test (PLRsearch), boxes - 2n-clx
6233 - type: "plot"
6234   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6235   algorithm: "plot_perf_box_name"
6236   output-file-type: ".html"
6237   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6238   data: "plot-vpp-soak-2n-clx"
6239   include:
6240     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6241     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6242     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6243     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6245     - "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"
6246   layout:
6247     title: "30 Minutes Soak Test (PLRsearch)"
6248     layout: "plot-soak-throughput"
6249
6250 ###############################################################################
6251
6252 # Reconf tests 2n-skx
6253
6254 #- type: "plot"
6255 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6256 #  algorithm: "plot_nf_reconf_box_name"
6257 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6258 #  data: "plot-vpp-nfv-reconf-2n-skx"
6259 #  include:
6260 #    - "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"
6261 #    - "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"
6262 #    - "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"
6263 #    - "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"
6264 #    - "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"
6265 #    - "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"
6266 #  layout:
6267 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6268 #    layout: "plot-throughput"
6269 #
6270 #- type: "plot"
6271 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6272 #  algorithm: "plot_nf_reconf_box_name"
6273 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6274 #  data: "plot-vpp-nfv-reconf-2n-skx"
6275 #  include:
6276 #    - "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"
6277 #    - "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"
6278 #    - "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"
6279 #    - "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"
6280 #    - "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"
6281 #    - "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"
6282 #  layout:
6283 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6284 #    layout: "plot-throughput"
6285 #
6286 #- type: "plot"
6287 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6288 #  algorithm: "plot_nf_reconf_box_name"
6289 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6290 #  data: "plot-vpp-nfv-reconf-2n-skx"
6291 #  include:
6292 #    - "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"
6293 #    - "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"
6294 #    - "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"
6295 #    - "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"
6296 #    - "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"
6297 #    - "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"
6298 #  layout:
6299 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6300 #    layout: "plot-throughput"
6301
6302 ###############################################################################
6303
6304 # Reconf tests 2n-clx
6305
6306 - type: "plot"
6307   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6308   algorithm: "plot_nf_reconf_box_name"
6309   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6310   data: "plot-vpp-nfv-reconf-2n-clx"
6311   include:
6312     - "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"
6313     - "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"
6314     - "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"
6315     - "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"
6316   layout:
6317     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6318     layout: "plot-throughput"
6319
6320 - type: "plot"
6321   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6322   algorithm: "plot_nf_reconf_box_name"
6323   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6324   data: "plot-vpp-nfv-reconf-2n-clx"
6325   include:
6326     - "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"
6327     - "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"
6328     - "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"
6329     - "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"
6330   layout:
6331     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6332     layout: "plot-throughput"
6333
6334 - type: "plot"
6335   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6336   algorithm: "plot_nf_reconf_box_name"
6337   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6338   data: "plot-vpp-nfv-reconf-2n-clx"
6339   include:
6340     - "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"
6341     - "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"
6342     - "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"
6343     - "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"
6344   layout:
6345     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6346     layout: "plot-throughput"
6347
6348 ################################################################################
6349 ## Plots - NF Density - VSC - MRR 64b
6350 #- type: "plot"
6351 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6352 #  algorithm: "plot_nf_heatmap"
6353 #  output-file-type: ".html"
6354 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6355 #  data: "plot-vpp-nfv-2n-skx-mrr"
6356 #  filter: "'NIC_Intel-XXV710' and
6357 #           'NF_DENSITY' and
6358 #           'VHOST' and
6359 #           not 'VXLAN' and
6360 #           'CHAIN' and
6361 #           'NF_VPPIP4' and
6362 #           '64B' and
6363 #           '2T1C' and
6364 #           'MRR'"
6365 #  parameters:
6366 #  - "result"
6367 #  - "name"
6368 #  - "tags"
6369 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6370 #  x-axis: "X = VNFs per Service Chain"
6371 #  y-axis: "Y = Number of Service Chains"
6372 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6373 #  layout:
6374 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6375 #    layout: "plot-service-density"
6376 #
6377 #- type: "plot"
6378 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6379 #  algorithm: "plot_nf_heatmap"
6380 #  output-file-type: ".html"
6381 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6382 #  data: "plot-vpp-nfv-2n-skx-mrr"
6383 #  filter: "'NIC_Intel-XXV710' and
6384 #           'NF_DENSITY' and
6385 #           'VHOST' and
6386 #           not 'VXLAN' and
6387 #           'CHAIN' and
6388 #           'NF_VPPIP4' and
6389 #           '64B' and
6390 #           '4T2C' and
6391 #           'MRR'"
6392 #  parameters:
6393 #  - "result"
6394 #  - "name"
6395 #  - "tags"
6396 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6397 #  x-axis: "X = VNFs per Service Chain"
6398 #  y-axis: "Y = Number of Service Chains"
6399 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6400 #  layout:
6401 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6402 #    layout: "plot-service-density"
6403 #
6404 #- type: "plot"
6405 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6406 #  algorithm: "plot_nf_heatmap"
6407 #  output-file-type: ".html"
6408 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6409 #  data: "plot-vpp-nfv-2n-skx-mrr"
6410 #  filter: "'NIC_Intel-XXV710' and
6411 #           'NF_DENSITY' and
6412 #           'VHOST' and
6413 #           not 'VXLAN' and
6414 #           'CHAIN' and
6415 #           'NF_VPPIP4' and
6416 #           '64B' and
6417 #           '8T4C' and
6418 #           'MRR'"
6419 #  parameters:
6420 #  - "result"
6421 #  - "name"
6422 #  - "tags"
6423 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6424 #  x-axis: "X = VNFs per Service Chain"
6425 #  y-axis: "Y = Number of Service Chains"
6426 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6427 #  layout:
6428 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6429 #    layout: "plot-service-density"
6430 #
6431 ## Plots - NF Density - VSC - MRR IMIX
6432 #- type: "plot"
6433 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6434 #  algorithm: "plot_nf_heatmap"
6435 #  output-file-type: ".html"
6436 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6437 #  data: "plot-vpp-nfv-2n-skx-mrr"
6438 #  filter: "'NIC_Intel-XXV710' and
6439 #           'NF_DENSITY' and
6440 #           'VHOST' and
6441 #           not 'VXLAN' and
6442 #           'CHAIN' and
6443 #           'NF_VPPIP4' and
6444 #           'IMIX' and
6445 #           '2T1C' and
6446 #           'MRR'"
6447 #  parameters:
6448 #  - "result"
6449 #  - "name"
6450 #  - "tags"
6451 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6452 #  x-axis: "X = VNFs per Service Chain"
6453 #  y-axis: "Y = Number of Service Chains"
6454 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6455 #  layout:
6456 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6457 #    layout: "plot-service-density"
6458 #
6459 #- type: "plot"
6460 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6461 #  algorithm: "plot_nf_heatmap"
6462 #  output-file-type: ".html"
6463 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6464 #  data: "plot-vpp-nfv-2n-skx-mrr"
6465 #  filter: "'NIC_Intel-XXV710' and
6466 #           'NF_DENSITY' and
6467 #           'VHOST' and
6468 #           not 'VXLAN' and
6469 #           'CHAIN' and
6470 #           'NF_VPPIP4' and
6471 #           'IMIX' and
6472 #           '4T2C' and
6473 #           'MRR'"
6474 #  parameters:
6475 #  - "result"
6476 #  - "name"
6477 #  - "tags"
6478 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6479 #  x-axis: "X = VNFs per Service Chain"
6480 #  y-axis: "Y = Number of Service Chains"
6481 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6482 #  layout:
6483 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6484 #    layout: "plot-service-density"
6485 #
6486 #- type: "plot"
6487 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6488 #  algorithm: "plot_nf_heatmap"
6489 #  output-file-type: ".html"
6490 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6491 #  data: "plot-vpp-nfv-2n-skx-mrr"
6492 #  filter: "'NIC_Intel-XXV710' and
6493 #           'NF_DENSITY' and
6494 #           'VHOST' and
6495 #           not 'VXLAN' and
6496 #           'CHAIN' and
6497 #           'NF_VPPIP4' and
6498 #           'IMIX' and
6499 #           '8T4C' and
6500 #           'MRR'"
6501 #  parameters:
6502 #  - "result"
6503 #  - "name"
6504 #  - "tags"
6505 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6506 #  x-axis: "X = VNFs per Service Chain"
6507 #  y-axis: "Y = Number of Service Chains"
6508 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6509 #  layout:
6510 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6511 #    layout: "plot-service-density"
6512 #
6513 ## Plots - NF Density - VSC - NDR 64b
6514 #- type: "plot"
6515 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6516 #  algorithm: "plot_nf_heatmap"
6517 #  output-file-type: ".html"
6518 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6519 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6520 #  filter: "'NIC_Intel-XXV710' and
6521 #           'NF_DENSITY' and
6522 #           'VHOST' and
6523 #           not 'VXLAN' and
6524 #           'CHAIN' and
6525 #           'NF_VPPIP4' and
6526 #           '64B' and
6527 #           '2T1C' and
6528 #           'NDRPDR'"
6529 #  parameters:
6530 #  - "throughput"
6531 #  - "name"
6532 #  - "tags"
6533 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6534 #  x-axis: "X = VNFs per Service Chain"
6535 #  y-axis: "Y = Number of Service Chains"
6536 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6537 #  layout:
6538 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6539 #    layout: "plot-service-density"
6540 #
6541 #- type: "plot"
6542 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6543 #  algorithm: "plot_nf_heatmap"
6544 #  output-file-type: ".html"
6545 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6546 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6547 #  filter: "'NIC_Intel-XXV710' and
6548 #           'NF_DENSITY' and
6549 #           'VHOST' and
6550 #           not 'VXLAN' and
6551 #           'CHAIN' and
6552 #           'NF_VPPIP4' and
6553 #           '64B' and
6554 #           '4T2C' and
6555 #           'NDRPDR'"
6556 #  parameters:
6557 #  - "throughput"
6558 #  - "name"
6559 #  - "tags"
6560 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6561 #  x-axis: "X = VNFs per Service Chain"
6562 #  y-axis: "Y = Number of Service Chains"
6563 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6564 #  layout:
6565 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6566 #    layout: "plot-service-density"
6567 #
6568 #- type: "plot"
6569 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6570 #  algorithm: "plot_nf_heatmap"
6571 #  output-file-type: ".html"
6572 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6573 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6574 #  filter: "'NIC_Intel-XXV710' and
6575 #           'NF_DENSITY' and
6576 #           'VHOST' and
6577 #           not 'VXLAN' and
6578 #           'CHAIN' and
6579 #           'NF_VPPIP4' and
6580 #           '64B' and
6581 #           '8T4C' and
6582 #           'NDRPDR'"
6583 #  parameters:
6584 #  - "throughput"
6585 #  - "name"
6586 #  - "tags"
6587 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6588 #  x-axis: "X = VNFs per Service Chain"
6589 #  y-axis: "Y = Number of Service Chains"
6590 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6591 #  layout:
6592 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6593 #    layout: "plot-service-density"
6594 #
6595 ## Plots - NF Density - VSC - NDR IMIX
6596 #- type: "plot"
6597 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6598 #  algorithm: "plot_nf_heatmap"
6599 #  output-file-type: ".html"
6600 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6601 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6602 #  filter: "'NIC_Intel-XXV710' and
6603 #           'NF_DENSITY' and
6604 #           'VHOST' and
6605 #           not 'VXLAN' and
6606 #           'CHAIN' and
6607 #           'NF_VPPIP4' and
6608 #           'IMIX' and
6609 #           '2T1C' and
6610 #           'NDRPDR'"
6611 #  parameters:
6612 #  - "throughput"
6613 #  - "name"
6614 #  - "tags"
6615 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6616 #  x-axis: "X = VNFs per Service Chain"
6617 #  y-axis: "Y = Number of Service Chains"
6618 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6619 #  layout:
6620 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6621 #    layout: "plot-service-density"
6622 #
6623 #- type: "plot"
6624 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6625 #  algorithm: "plot_nf_heatmap"
6626 #  output-file-type: ".html"
6627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6628 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6629 #  filter: "'NIC_Intel-XXV710' and
6630 #           'NF_DENSITY' and
6631 #           'VHOST' and
6632 #           not 'VXLAN' and
6633 #           'CHAIN' and
6634 #           'NF_VPPIP4' and
6635 #           'IMIX' and
6636 #           '4T2C' and
6637 #           'NDRPDR'"
6638 #  parameters:
6639 #  - "throughput"
6640 #  - "name"
6641 #  - "tags"
6642 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6643 #  x-axis: "X = VNFs per Service Chain"
6644 #  y-axis: "Y = Number of Service Chains"
6645 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6646 #  layout:
6647 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6648 #    layout: "plot-service-density"
6649 #
6650 #- type: "plot"
6651 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6652 #  algorithm: "plot_nf_heatmap"
6653 #  output-file-type: ".html"
6654 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6655 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6656 #  filter: "'NIC_Intel-XXV710' and
6657 #           'NF_DENSITY' and
6658 #           'VHOST' and
6659 #           not 'VXLAN' and
6660 #           'CHAIN' and
6661 #           'NF_VPPIP4' and
6662 #           'IMIX' and
6663 #           '8T4C' and
6664 #           'NDRPDR'"
6665 #  parameters:
6666 #  - "throughput"
6667 #  - "name"
6668 #  - "tags"
6669 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6670 #  x-axis: "X = VNFs per Service Chain"
6671 #  y-axis: "Y = Number of Service Chains"
6672 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6673 #  layout:
6674 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6675 #    layout: "plot-service-density"
6676 #
6677 ## Plots - NF Density - VSC - PDR 64b
6678 #- type: "plot"
6679 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6680 #  algorithm: "plot_nf_heatmap"
6681 #  output-file-type: ".html"
6682 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6683 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6684 #  filter: "'NIC_Intel-XXV710' and
6685 #           'NF_DENSITY' and
6686 #           'VHOST' and
6687 #           not 'VXLAN' and
6688 #           'CHAIN' and
6689 #           'NF_VPPIP4' and
6690 #           '64B' and
6691 #           '2T1C' and
6692 #           'NDRPDR'"
6693 #  parameters:
6694 #  - "throughput"
6695 #  - "name"
6696 #  - "tags"
6697 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6698 #  x-axis: "X = VNFs per Service Chain"
6699 #  y-axis: "Y = Number of Service Chains"
6700 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6701 #  layout:
6702 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6703 #    layout: "plot-service-density"
6704 #
6705 #- type: "plot"
6706 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6707 #  algorithm: "plot_nf_heatmap"
6708 #  output-file-type: ".html"
6709 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6710 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6711 #  filter: "'NIC_Intel-XXV710' and
6712 #           'NF_DENSITY' and
6713 #           'VHOST' and
6714 #           not 'VXLAN' and
6715 #           'CHAIN' and
6716 #           'NF_VPPIP4' and
6717 #           '64B' and
6718 #           '4T2C' and
6719 #           'NDRPDR'"
6720 #  parameters:
6721 #  - "throughput"
6722 #  - "name"
6723 #  - "tags"
6724 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6725 #  x-axis: "X = VNFs per Service Chain"
6726 #  y-axis: "Y = Number of Service Chains"
6727 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6728 #  layout:
6729 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6730 #    layout: "plot-service-density"
6731 #
6732 #- type: "plot"
6733 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6734 #  algorithm: "plot_nf_heatmap"
6735 #  output-file-type: ".html"
6736 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6737 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6738 #  filter: "'NIC_Intel-XXV710' and
6739 #           'NF_DENSITY' and
6740 #           'VHOST' and
6741 #           not 'VXLAN' and
6742 #           'CHAIN' and
6743 #           'NF_VPPIP4' and
6744 #           '64B' and
6745 #           '8T4C' and
6746 #           'NDRPDR'"
6747 #  parameters:
6748 #  - "throughput"
6749 #  - "name"
6750 #  - "tags"
6751 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6752 #  x-axis: "X = VNFs per Service Chain"
6753 #  y-axis: "Y = Number of Service Chains"
6754 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6755 #  layout:
6756 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6757 #    layout: "plot-service-density"
6758 #
6759 ## Plots - NF Density - VSC - PDR IMIX
6760 #- type: "plot"
6761 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6762 #  algorithm: "plot_nf_heatmap"
6763 #  output-file-type: ".html"
6764 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6765 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6766 #  filter: "'NIC_Intel-XXV710' and
6767 #           'NF_DENSITY' and
6768 #           'VHOST' and
6769 #           not 'VXLAN' and
6770 #           'CHAIN' and
6771 #           'NF_VPPIP4' and
6772 #           'IMIX' and
6773 #           '2T1C' and
6774 #           'NDRPDR'"
6775 #  parameters:
6776 #  - "throughput"
6777 #  - "name"
6778 #  - "tags"
6779 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6780 #  x-axis: "X = VNFs per Service Chain"
6781 #  y-axis: "Y = Number of Service Chains"
6782 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6783 #  layout:
6784 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6785 #    layout: "plot-service-density"
6786 #
6787 #- type: "plot"
6788 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6789 #  algorithm: "plot_nf_heatmap"
6790 #  output-file-type: ".html"
6791 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6792 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6793 #  filter: "'NIC_Intel-XXV710' and
6794 #           'NF_DENSITY' and
6795 #           'VHOST' and
6796 #           not 'VXLAN' and
6797 #           'CHAIN' and
6798 #           'NF_VPPIP4' and
6799 #           'IMIX' and
6800 #           '4T2C' and
6801 #           'NDRPDR'"
6802 #  parameters:
6803 #  - "throughput"
6804 #  - "name"
6805 #  - "tags"
6806 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6807 #  x-axis: "X = VNFs per Service Chain"
6808 #  y-axis: "Y = Number of Service Chains"
6809 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6810 #  layout:
6811 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6812 #    layout: "plot-service-density"
6813 #
6814 #- type: "plot"
6815 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6816 #  algorithm: "plot_nf_heatmap"
6817 #  output-file-type: ".html"
6818 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6819 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6820 #  filter: "'NIC_Intel-XXV710' and
6821 #           'NF_DENSITY' and
6822 #           'VHOST' and
6823 #           not 'VXLAN' and
6824 #           'CHAIN' and
6825 #           'NF_VPPIP4' and
6826 #           'IMIX' and
6827 #           '8T4C' and
6828 #           'NDRPDR'"
6829 #  parameters:
6830 #  - "throughput"
6831 #  - "name"
6832 #  - "tags"
6833 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6834 #  x-axis: "X = VNFs per Service Chain"
6835 #  y-axis: "Y = Number of Service Chains"
6836 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6837 #  layout:
6838 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6839 #    layout: "plot-service-density"
6840 #
6841 ################################################################################
6842 ## Plots - NF Density - VSC - MRR 64b
6843 #- type: "plot"
6844 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6845 #  algorithm: "plot_nf_heatmap"
6846 #  output-file-type: ".html"
6847 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6848 #  data: "plot-vpp-nfv-2n-skx-mrr"
6849 #  filter: "'NIC_Intel-XXV710' and
6850 #           'NF_DENSITY' and
6851 #           'VHOST' and
6852 #           'VXLAN' and
6853 #           'CHAIN' and
6854 #           '118' and
6855 #           '2T1C' and
6856 #           'MRR'"
6857 #  parameters:
6858 #  - "result"
6859 #  - "name"
6860 #  - "tags"
6861 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6862 #  x-axis: "X = VNFs per Service Chain"
6863 #  y-axis: "Y = Number of Service Chains"
6864 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6865 #  layout:
6866 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6867 #    layout: "plot-service-density"
6868 #
6869 #- type: "plot"
6870 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6871 #  algorithm: "plot_nf_heatmap"
6872 #  output-file-type: ".html"
6873 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6874 #  data: "plot-vpp-nfv-2n-skx-mrr"
6875 #  filter: "'NIC_Intel-XXV710' and
6876 #           'NF_DENSITY' and
6877 #           'VHOST' and
6878 #           'VXLAN' and
6879 #           'CHAIN' and
6880 #           '118' and
6881 #           '4T2C' and
6882 #           'MRR'"
6883 #  parameters:
6884 #  - "result"
6885 #  - "name"
6886 #  - "tags"
6887 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6888 #  x-axis: "X = VNFs per Service Chain"
6889 #  y-axis: "Y = Number of Service Chains"
6890 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6891 #  layout:
6892 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6893 #    layout: "plot-service-density"
6894 #
6895 #- type: "plot"
6896 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6897 #  algorithm: "plot_nf_heatmap"
6898 #  output-file-type: ".html"
6899 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6900 #  data: "plot-vpp-nfv-2n-skx-mrr"
6901 #  filter: "'NIC_Intel-XXV710' and
6902 #           'NF_DENSITY' and
6903 #           'VHOST' and
6904 #           'VXLAN' and
6905 #           'CHAIN' and
6906 #           '118' and
6907 #           '8T4C' and
6908 #           'MRR'"
6909 #  parameters:
6910 #  - "result"
6911 #  - "name"
6912 #  - "tags"
6913 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6914 #  x-axis: "X = VNFs per Service Chain"
6915 #  y-axis: "Y = Number of Service Chains"
6916 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6917 #  layout:
6918 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6919 #    layout: "plot-service-density"
6920 #
6921 ## Plots - NF Density - VSC - MRR IMIX
6922 #- type: "plot"
6923 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6924 #  algorithm: "plot_nf_heatmap"
6925 #  output-file-type: ".html"
6926 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6927 #  data: "plot-vpp-nfv-2n-skx-mrr"
6928 #  filter: "'NIC_Intel-XXV710' and
6929 #           'NF_DENSITY' and
6930 #           'VHOST' and
6931 #           'VXLAN' and
6932 #           'CHAIN' and
6933 #           'IMIX' and
6934 #           '2T1C' and
6935 #           'MRR'"
6936 #  parameters:
6937 #  - "result"
6938 #  - "name"
6939 #  - "tags"
6940 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6941 #  x-axis: "X = VNFs per Service Chain"
6942 #  y-axis: "Y = Number of Service Chains"
6943 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6944 #  layout:
6945 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6946 #    layout: "plot-service-density"
6947 #
6948 #- type: "plot"
6949 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6950 #  algorithm: "plot_nf_heatmap"
6951 #  output-file-type: ".html"
6952 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6953 #  data: "plot-vpp-nfv-2n-skx-mrr"
6954 #  filter: "'NIC_Intel-XXV710' and
6955 #           'NF_DENSITY' and
6956 #           'VHOST' and
6957 #           'VXLAN' and
6958 #           'CHAIN' and
6959 #           'IMIX' and
6960 #           '4T2C' and
6961 #           'MRR'"
6962 #  parameters:
6963 #  - "result"
6964 #  - "name"
6965 #  - "tags"
6966 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6967 #  x-axis: "X = VNFs per Service Chain"
6968 #  y-axis: "Y = Number of Service Chains"
6969 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6970 #  layout:
6971 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6972 #    layout: "plot-service-density"
6973 #
6974 #- type: "plot"
6975 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6976 #  algorithm: "plot_nf_heatmap"
6977 #  output-file-type: ".html"
6978 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6979 #  data: "plot-vpp-nfv-2n-skx-mrr"
6980 #  filter: "'NIC_Intel-XXV710' and
6981 #           'NF_DENSITY' and
6982 #           'VHOST' and
6983 #           'VXLAN' and
6984 #           'CHAIN' and
6985 #           'IMIX' and
6986 #           '8T4C' and
6987 #           'MRR'"
6988 #  parameters:
6989 #  - "result"
6990 #  - "name"
6991 #  - "tags"
6992 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6993 #  x-axis: "X = VNFs per Service Chain"
6994 #  y-axis: "Y = Number of Service Chains"
6995 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6996 #  layout:
6997 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6998 #    layout: "plot-service-density"
6999 #
7000 ## Plots - NF Density - VSC - NDR 64b
7001 #- type: "plot"
7002 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7003 #  algorithm: "plot_nf_heatmap"
7004 #  output-file-type: ".html"
7005 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7006 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7007 #  filter: "'NIC_Intel-XXV710' and
7008 #           'NF_DENSITY' and
7009 #           'VHOST' and
7010 #           'VXLAN' and
7011 #           'CHAIN' and
7012 #           '118' and
7013 #           '2T1C' and
7014 #           'NDRPDR'"
7015 #  parameters:
7016 #  - "throughput"
7017 #  - "name"
7018 #  - "tags"
7019 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7020 #  x-axis: "X = VNFs per Service Chain"
7021 #  y-axis: "Y = Number of Service Chains"
7022 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7023 #  layout:
7024 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7025 #    layout: "plot-service-density"
7026 #
7027 #- type: "plot"
7028 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7029 #  algorithm: "plot_nf_heatmap"
7030 #  output-file-type: ".html"
7031 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7032 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7033 #  filter: "'NIC_Intel-XXV710' and
7034 #           'NF_DENSITY' and
7035 #           'VHOST' and
7036 #           'VXLAN' and
7037 #           'CHAIN' and
7038 #           '118' and
7039 #           '4T2C' and
7040 #           'NDRPDR'"
7041 #  parameters:
7042 #  - "throughput"
7043 #  - "name"
7044 #  - "tags"
7045 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7046 #  x-axis: "X = VNFs per Service Chain"
7047 #  y-axis: "Y = Number of Service Chains"
7048 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7049 #  layout:
7050 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7051 #    layout: "plot-service-density"
7052 #
7053 #- type: "plot"
7054 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7055 #  algorithm: "plot_nf_heatmap"
7056 #  output-file-type: ".html"
7057 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7058 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7059 #  filter: "'NIC_Intel-XXV710' and
7060 #           'NF_DENSITY' and
7061 #           'VHOST' and
7062 #           'VXLAN' and
7063 #           'CHAIN' and
7064 #           '118' and
7065 #           '8T4C' and
7066 #           'NDRPDR'"
7067 #  parameters:
7068 #  - "throughput"
7069 #  - "name"
7070 #  - "tags"
7071 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7072 #  x-axis: "X = VNFs per Service Chain"
7073 #  y-axis: "Y = Number of Service Chains"
7074 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7075 #  layout:
7076 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7077 #    layout: "plot-service-density"
7078 #
7079 ## Plots - NF Density - VSC - NDR IMIX
7080 #- type: "plot"
7081 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7082 #  algorithm: "plot_nf_heatmap"
7083 #  output-file-type: ".html"
7084 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7085 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7086 #  filter: "'NIC_Intel-XXV710' and
7087 #           'NF_DENSITY' and
7088 #           'VHOST' and
7089 #           'VXLAN' and
7090 #           'CHAIN' and
7091 #           'IMIX' and
7092 #           '2T1C' and
7093 #           'NDRPDR'"
7094 #  parameters:
7095 #  - "throughput"
7096 #  - "name"
7097 #  - "tags"
7098 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7099 #  x-axis: "X = VNFs per Service Chain"
7100 #  y-axis: "Y = Number of Service Chains"
7101 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7102 #  layout:
7103 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7104 #    layout: "plot-service-density"
7105 #
7106 #- type: "plot"
7107 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7108 #  algorithm: "plot_nf_heatmap"
7109 #  output-file-type: ".html"
7110 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7111 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7112 #  filter: "'NIC_Intel-XXV710' and
7113 #           'NF_DENSITY' and
7114 #           'VHOST' and
7115 #           'VXLAN' and
7116 #           'CHAIN' and
7117 #           'IMIX' and
7118 #           '4T2C' and
7119 #           'NDRPDR'"
7120 #  parameters:
7121 #  - "throughput"
7122 #  - "name"
7123 #  - "tags"
7124 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7125 #  x-axis: "X = VNFs per Service Chain"
7126 #  y-axis: "Y = Number of Service Chains"
7127 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7128 #  layout:
7129 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7130 #    layout: "plot-service-density"
7131 #
7132 #- type: "plot"
7133 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7134 #  algorithm: "plot_nf_heatmap"
7135 #  output-file-type: ".html"
7136 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7137 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7138 #  filter: "'NIC_Intel-XXV710' and
7139 #           'NF_DENSITY' and
7140 #           'VHOST' and
7141 #           'VXLAN' and
7142 #           'CHAIN' and
7143 #           'IMIX' and
7144 #           '8T4C' and
7145 #           'NDRPDR'"
7146 #  parameters:
7147 #  - "throughput"
7148 #  - "name"
7149 #  - "tags"
7150 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7151 #  x-axis: "X = VNFs per Service Chain"
7152 #  y-axis: "Y = Number of Service Chains"
7153 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7154 #  layout:
7155 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7156 #    layout: "plot-service-density"
7157 #
7158 ## Plots - NF Density - VSC - PDR 64b
7159 #- type: "plot"
7160 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7161 #  algorithm: "plot_nf_heatmap"
7162 #  output-file-type: ".html"
7163 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7164 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7165 #  filter: "'NIC_Intel-XXV710' and
7166 #           'NF_DENSITY' and
7167 #           'VHOST' and
7168 #           'VXLAN' and
7169 #           'CHAIN' and
7170 #           '118' and
7171 #           '2T1C' and
7172 #           'NDRPDR'"
7173 #  parameters:
7174 #  - "throughput"
7175 #  - "name"
7176 #  - "tags"
7177 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7178 #  x-axis: "X = VNFs per Service Chain"
7179 #  y-axis: "Y = Number of Service Chains"
7180 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7181 #  layout:
7182 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7183 #    layout: "plot-service-density"
7184 #
7185 #- type: "plot"
7186 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7187 #  algorithm: "plot_nf_heatmap"
7188 #  output-file-type: ".html"
7189 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7190 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7191 #  filter: "'NIC_Intel-XXV710' and
7192 #           'NF_DENSITY' and
7193 #           'VHOST' and
7194 #           'VXLAN' and
7195 #           'CHAIN' and
7196 #           '118' and
7197 #           '4T2C' and
7198 #           'NDRPDR'"
7199 #  parameters:
7200 #  - "throughput"
7201 #  - "name"
7202 #  - "tags"
7203 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7204 #  x-axis: "X = VNFs per Service Chain"
7205 #  y-axis: "Y = Number of Service Chains"
7206 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7207 #  layout:
7208 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7209 #    layout: "plot-service-density"
7210 #
7211 #- type: "plot"
7212 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7213 #  algorithm: "plot_nf_heatmap"
7214 #  output-file-type: ".html"
7215 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7216 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7217 #  filter: "'NIC_Intel-XXV710' and
7218 #           'NF_DENSITY' and
7219 #           'VHOST' and
7220 #           'VXLAN' and
7221 #           'CHAIN' and
7222 #           '118' and
7223 #           '8T4C' and
7224 #           'NDRPDR'"
7225 #  parameters:
7226 #  - "throughput"
7227 #  - "name"
7228 #  - "tags"
7229 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7230 #  x-axis: "X = VNFs per Service Chain"
7231 #  y-axis: "Y = Number of Service Chains"
7232 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7233 #  layout:
7234 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7235 #    layout: "plot-service-density"
7236 #
7237 ## Plots - NF Density - VSC - PDR IMIX
7238 #- type: "plot"
7239 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7240 #  algorithm: "plot_nf_heatmap"
7241 #  output-file-type: ".html"
7242 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7243 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7244 #  filter: "'NIC_Intel-XXV710' and
7245 #           'NF_DENSITY' and
7246 #           'VHOST' and
7247 #           'VXLAN' and
7248 #           'CHAIN' and
7249 #           'IMIX' and
7250 #           '2T1C' and
7251 #           'NDRPDR'"
7252 #  parameters:
7253 #  - "throughput"
7254 #  - "name"
7255 #  - "tags"
7256 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7257 #  x-axis: "X = VNFs per Service Chain"
7258 #  y-axis: "Y = Number of Service Chains"
7259 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7260 #  layout:
7261 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7262 #    layout: "plot-service-density"
7263 #
7264 #- type: "plot"
7265 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7266 #  algorithm: "plot_nf_heatmap"
7267 #  output-file-type: ".html"
7268 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7269 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7270 #  filter: "'NIC_Intel-XXV710' and
7271 #           'NF_DENSITY' and
7272 #           'VHOST' and
7273 #           'VXLAN' and
7274 #           'CHAIN' and
7275 #           'IMIX' and
7276 #           '4T2C' and
7277 #           'NDRPDR'"
7278 #  parameters:
7279 #  - "throughput"
7280 #  - "name"
7281 #  - "tags"
7282 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7283 #  x-axis: "X = VNFs per Service Chain"
7284 #  y-axis: "Y = Number of Service Chains"
7285 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7286 #  layout:
7287 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7288 #    layout: "plot-service-density"
7289 #
7290 #- type: "plot"
7291 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7292 #  algorithm: "plot_nf_heatmap"
7293 #  output-file-type: ".html"
7294 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7295 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7296 #  filter: "'NIC_Intel-XXV710' and
7297 #           'NF_DENSITY' and
7298 #           'VHOST' and
7299 #           'VXLAN' and
7300 #           'CHAIN' and
7301 #           'IMIX' and
7302 #           '8T4C' and
7303 #           'NDRPDR'"
7304 #  parameters:
7305 #  - "throughput"
7306 #  - "name"
7307 #  - "tags"
7308 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7309 #  x-axis: "X = VNFs per Service Chain"
7310 #  y-axis: "Y = Number of Service Chains"
7311 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7312 #  layout:
7313 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7314 #    layout: "plot-service-density"
7315 #
7316 ################################################################################
7317 ## Plots - NF Density - CSC - MRR 64b
7318 #- type: "plot"
7319 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7320 #  algorithm: "plot_nf_heatmap"
7321 #  output-file-type: ".html"
7322 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7323 #  data: "plot-vpp-nfv-2n-skx-mrr"
7324 #  filter: "'NIC_Intel-XXV710' and
7325 #           'NF_DENSITY' and
7326 #           'DOCKER' and
7327 #           'CHAIN' and
7328 #           'NF_VPPIP4' and
7329 #           '64B' and
7330 #           '2T1C' and
7331 #           'MRR'"
7332 #  parameters:
7333 #  - "result"
7334 #  - "name"
7335 #  - "tags"
7336 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7337 #  x-axis: "X = CNFs per Service Chain"
7338 #  y-axis: "Y = Number of Service Chains"
7339 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7340 #  layout:
7341 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7342 #    layout: "plot-service-density"
7343 #
7344 #- type: "plot"
7345 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7346 #  algorithm: "plot_nf_heatmap"
7347 #  output-file-type: ".html"
7348 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7349 #  data: "plot-vpp-nfv-2n-skx-mrr"
7350 #  filter: "'NIC_Intel-XXV710' and
7351 #           'NF_DENSITY' and
7352 #           'DOCKER' and
7353 #           'CHAIN' and
7354 #           'NF_VPPIP4' and
7355 #           '64B' and
7356 #           '4T2C' and
7357 #           'MRR'"
7358 #  parameters:
7359 #  - "result"
7360 #  - "name"
7361 #  - "tags"
7362 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7363 #  x-axis: "X = CNFs per Service Chain"
7364 #  y-axis: "Y = Number of Service Chains"
7365 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7366 #  layout:
7367 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7368 #    layout: "plot-service-density"
7369 #
7370 #- type: "plot"
7371 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7372 #  algorithm: "plot_nf_heatmap"
7373 #  output-file-type: ".html"
7374 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7375 #  data: "plot-vpp-nfv-2n-skx-mrr"
7376 #  filter: "'NIC_Intel-XXV710' and
7377 #           'NF_DENSITY' and
7378 #           'DOCKER' and
7379 #           'CHAIN' and
7380 #           'NF_VPPIP4' and
7381 #           '64B' and
7382 #           '8T4C' and
7383 #           'MRR'"
7384 #  parameters:
7385 #  - "result"
7386 #  - "name"
7387 #  - "tags"
7388 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7389 #  x-axis: "X = CNFs per Service Chain"
7390 #  y-axis: "Y = Number of Service Chains"
7391 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7392 #  layout:
7393 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7394 #    layout: "plot-service-density"
7395 #
7396 ## Plots - NF Density - CSC - MRR IMIX
7397 #- type: "plot"
7398 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7399 #  algorithm: "plot_nf_heatmap"
7400 #  output-file-type: ".html"
7401 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7402 #  data: "plot-vpp-nfv-2n-skx-mrr"
7403 #  filter: "'NIC_Intel-XXV710' and
7404 #           'NF_DENSITY' and
7405 #           'DOCKER' and
7406 #           'CHAIN' and
7407 #           'NF_VPPIP4' and
7408 #           'IMIX' and
7409 #           '2T1C' and
7410 #           'MRR'"
7411 #  parameters:
7412 #  - "result"
7413 #  - "name"
7414 #  - "tags"
7415 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7416 #  x-axis: "X = CNFs per Service Chain"
7417 #  y-axis: "Y = Number of Service Chains"
7418 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7419 #  layout:
7420 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7421 #    layout: "plot-service-density"
7422 #
7423 #- type: "plot"
7424 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7425 #  algorithm: "plot_nf_heatmap"
7426 #  output-file-type: ".html"
7427 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7428 #  data: "plot-vpp-nfv-2n-skx-mrr"
7429 #  filter: "'NIC_Intel-XXV710' and
7430 #           'NF_DENSITY' and
7431 #           'DOCKER' and
7432 #           'CHAIN' and
7433 #           'NF_VPPIP4' and
7434 #           'IMIX' and
7435 #           '4T2C' and
7436 #           'MRR'"
7437 #  parameters:
7438 #  - "result"
7439 #  - "name"
7440 #  - "tags"
7441 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7442 #  x-axis: "X = CNFs per Service Chain"
7443 #  y-axis: "Y = Number of Service Chains"
7444 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7445 #  layout:
7446 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7447 #    layout: "plot-service-density"
7448 #
7449 #- type: "plot"
7450 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7451 #  algorithm: "plot_nf_heatmap"
7452 #  output-file-type: ".html"
7453 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7454 #  data: "plot-vpp-nfv-2n-skx-mrr"
7455 #  filter: "'NIC_Intel-XXV710' and
7456 #           'NF_DENSITY' and
7457 #           'DOCKER' and
7458 #           'CHAIN' and
7459 #           'NF_VPPIP4' and
7460 #           'IMIX' and
7461 #           '8T4C' and
7462 #           'MRR'"
7463 #  parameters:
7464 #  - "result"
7465 #  - "name"
7466 #  - "tags"
7467 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7468 #  x-axis: "X = CNFs per Service Chain"
7469 #  y-axis: "Y = Number of Service Chains"
7470 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7471 #  layout:
7472 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7473 #    layout: "plot-service-density"
7474 #
7475 ## Plots - NF Density - CSC - NDR 64b
7476 #- type: "plot"
7477 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7478 #  algorithm: "plot_nf_heatmap"
7479 #  output-file-type: ".html"
7480 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7481 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7482 #  filter: "'NIC_Intel-XXV710' and
7483 #           'NF_DENSITY' and
7484 #           'DOCKER' and
7485 #           'CHAIN' and
7486 #           'NF_VPPIP4' and
7487 #           '64B' and
7488 #           '2T1C' and
7489 #           'NDRPDR'"
7490 #  parameters:
7491 #  - "throughput"
7492 #  - "name"
7493 #  - "tags"
7494 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7495 #  x-axis: "X = CNFs per Service Chain"
7496 #  y-axis: "Y = Number of Service Chains"
7497 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7498 #  layout:
7499 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7500 #    layout: "plot-service-density"
7501 #
7502 #- type: "plot"
7503 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7504 #  algorithm: "plot_nf_heatmap"
7505 #  output-file-type: ".html"
7506 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7507 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7508 #  filter: "'NIC_Intel-XXV710' and
7509 #           'NF_DENSITY' and
7510 #           'DOCKER' and
7511 #           'CHAIN' and
7512 #           'NF_VPPIP4' and
7513 #           '64B' and
7514 #           '4T2C' and
7515 #           'NDRPDR'"
7516 #  parameters:
7517 #  - "throughput"
7518 #  - "name"
7519 #  - "tags"
7520 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7521 #  x-axis: "X = CNFs per Service Chain"
7522 #  y-axis: "Y = Number of Service Chains"
7523 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7524 #  layout:
7525 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7526 #    layout: "plot-service-density"
7527 #
7528 #- type: "plot"
7529 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7530 #  algorithm: "plot_nf_heatmap"
7531 #  output-file-type: ".html"
7532 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7533 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7534 #  filter: "'NIC_Intel-XXV710' and
7535 #           'NF_DENSITY' and
7536 #           'DOCKER' and
7537 #           'CHAIN' and
7538 #           'NF_VPPIP4' and
7539 #           '64B' and
7540 #           '8T4C' and
7541 #           'NDRPDR'"
7542 #  parameters:
7543 #  - "throughput"
7544 #  - "name"
7545 #  - "tags"
7546 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7547 #  x-axis: "X = CNFs per Service Chain"
7548 #  y-axis: "Y = Number of Service Chains"
7549 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7550 #  layout:
7551 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7552 #    layout: "plot-service-density"
7553 #
7554 ## Plots - NF Density - CSC - NDR IMIX
7555 #- type: "plot"
7556 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7557 #  algorithm: "plot_nf_heatmap"
7558 #  output-file-type: ".html"
7559 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7560 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7561 #  filter: "'NIC_Intel-XXV710' and
7562 #           'NF_DENSITY' and
7563 #           'DOCKER' and
7564 #           'CHAIN' and
7565 #           'NF_VPPIP4' and
7566 #           'IMIX' and
7567 #           '2T1C' and
7568 #           'NDRPDR'"
7569 #  parameters:
7570 #  - "throughput"
7571 #  - "name"
7572 #  - "tags"
7573 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7574 #  x-axis: "X = CNFs per Service Chain"
7575 #  y-axis: "Y = Number of Service Chains"
7576 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7577 #  layout:
7578 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7579 #    layout: "plot-service-density"
7580 #
7581 #- type: "plot"
7582 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7583 #  algorithm: "plot_nf_heatmap"
7584 #  output-file-type: ".html"
7585 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7586 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7587 #  filter: "'NIC_Intel-XXV710' and
7588 #           'NF_DENSITY' and
7589 #           'DOCKER' and
7590 #           'CHAIN' and
7591 #           'NF_VPPIP4' and
7592 #           'IMIX' and
7593 #           '4T2C' and
7594 #           'NDRPDR'"
7595 #  parameters:
7596 #  - "throughput"
7597 #  - "name"
7598 #  - "tags"
7599 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7600 #  x-axis: "X = CNFs per Service Chain"
7601 #  y-axis: "Y = Number of Service Chains"
7602 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7603 #  layout:
7604 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7605 #    layout: "plot-service-density"
7606 #
7607 #- type: "plot"
7608 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7609 #  algorithm: "plot_nf_heatmap"
7610 #  output-file-type: ".html"
7611 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7612 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7613 #  filter: "'NIC_Intel-XXV710' and
7614 #           'NF_DENSITY' and
7615 #           'DOCKER' and
7616 #           'CHAIN' and
7617 #           'NF_VPPIP4' and
7618 #           'IMIX' and
7619 #           '8T4C' and
7620 #           'NDRPDR'"
7621 #  parameters:
7622 #  - "throughput"
7623 #  - "name"
7624 #  - "tags"
7625 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7626 #  x-axis: "X = CNFs per Service Chain"
7627 #  y-axis: "Y = Number of Service Chains"
7628 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7629 #  layout:
7630 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7631 #    layout: "plot-service-density"
7632 #
7633 ## Plots - NF Density - CSC - PDR 64b
7634 #- type: "plot"
7635 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7636 #  algorithm: "plot_nf_heatmap"
7637 #  output-file-type: ".html"
7638 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7639 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7640 #  filter: "'NIC_Intel-XXV710' and
7641 #           'NF_DENSITY' and
7642 #           'DOCKER' and
7643 #           'CHAIN' and
7644 #           'NF_VPPIP4' and
7645 #           '64B' and
7646 #           '2T1C' and
7647 #           'NDRPDR'"
7648 #  parameters:
7649 #  - "throughput"
7650 #  - "name"
7651 #  - "tags"
7652 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7653 #  x-axis: "X = CNFs per Service Chain"
7654 #  y-axis: "Y = Number of Service Chains"
7655 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7656 #  layout:
7657 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7658 #    layout: "plot-service-density"
7659 #
7660 #- type: "plot"
7661 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7662 #  algorithm: "plot_nf_heatmap"
7663 #  output-file-type: ".html"
7664 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7665 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7666 #  filter: "'NIC_Intel-XXV710' and
7667 #           'NF_DENSITY' and
7668 #           'DOCKER' and
7669 #           'CHAIN' and
7670 #           'NF_VPPIP4' and
7671 #           '64B' and
7672 #           '4T2C' and
7673 #           'NDRPDR'"
7674 #  parameters:
7675 #  - "throughput"
7676 #  - "name"
7677 #  - "tags"
7678 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7679 #  x-axis: "X = CNFs per Service Chain"
7680 #  y-axis: "Y = Number of Service Chains"
7681 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7682 #  layout:
7683 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7684 #    layout: "plot-service-density"
7685 #
7686 #- type: "plot"
7687 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7688 #  algorithm: "plot_nf_heatmap"
7689 #  output-file-type: ".html"
7690 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7691 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7692 #  filter: "'NIC_Intel-XXV710' and
7693 #           'NF_DENSITY' and
7694 #           'DOCKER' and
7695 #           'CHAIN' and
7696 #           'NF_VPPIP4' and
7697 #           '64B' and
7698 #           '8T4C' and
7699 #           'NDRPDR'"
7700 #  parameters:
7701 #  - "throughput"
7702 #  - "name"
7703 #  - "tags"
7704 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7705 #  x-axis: "X = CNFs per Service Chain"
7706 #  y-axis: "Y = Number of Service Chains"
7707 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7708 #  layout:
7709 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7710 #    layout: "plot-service-density"
7711 #
7712 ## Plots - NF Density - CSC - PDR IMIX
7713 #- type: "plot"
7714 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7715 #  algorithm: "plot_nf_heatmap"
7716 #  output-file-type: ".html"
7717 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7718 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7719 #  filter: "'NIC_Intel-XXV710' and
7720 #           'NF_DENSITY' and
7721 #           'DOCKER' and
7722 #           'CHAIN' and
7723 #           'NF_VPPIP4' and
7724 #           'IMIX' and
7725 #           '2T1C' and
7726 #           'NDRPDR'"
7727 #  parameters:
7728 #  - "throughput"
7729 #  - "name"
7730 #  - "tags"
7731 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7732 #  x-axis: "X = CNFs per Service Chain"
7733 #  y-axis: "Y = Number of Service Chains"
7734 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7735 #  layout:
7736 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7737 #    layout: "plot-service-density"
7738 #
7739 #- type: "plot"
7740 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7741 #  algorithm: "plot_nf_heatmap"
7742 #  output-file-type: ".html"
7743 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7744 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7745 #  filter: "'NIC_Intel-XXV710' and
7746 #           'NF_DENSITY' and
7747 #           'DOCKER' and
7748 #           'CHAIN' and
7749 #           'NF_VPPIP4' and
7750 #           'IMIX' and
7751 #           '4T2C' and
7752 #           'NDRPDR'"
7753 #  parameters:
7754 #  - "throughput"
7755 #  - "name"
7756 #  - "tags"
7757 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7758 #  x-axis: "X = CNFs per Service Chain"
7759 #  y-axis: "Y = Number of Service Chains"
7760 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7761 #  layout:
7762 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7763 #    layout: "plot-service-density"
7764 #
7765 #- type: "plot"
7766 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7767 #  algorithm: "plot_nf_heatmap"
7768 #  output-file-type: ".html"
7769 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7770 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7771 #  filter: "'NIC_Intel-XXV710' and
7772 #           'NF_DENSITY' and
7773 #           'DOCKER' and
7774 #           'CHAIN' and
7775 #           'NF_VPPIP4' and
7776 #           'IMIX' and
7777 #           '8T4C' and
7778 #           'NDRPDR'"
7779 #  parameters:
7780 #  - "throughput"
7781 #  - "name"
7782 #  - "tags"
7783 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7784 #  x-axis: "X = CNFs per Service Chain"
7785 #  y-axis: "Y = Number of Service Chains"
7786 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7787 #  layout:
7788 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7789 #    layout: "plot-service-density"
7790 #
7791 ################################################################################
7792 #
7793 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7794 #- type: "plot"
7795 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7796 #  algorithm: "plot_nf_heatmap"
7797 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7798 #  data: "plot-vpp-nfv-3n-skx-mrr"
7799 #  filter: "'NIC_Intel-XXV710' and
7800 #           'NF_DENSITY' and
7801 #           'DOCKER' and
7802 #           'CHAIN' and
7803 #           'NF_VPPIP4' and
7804 #           'IPSEC' and
7805 #           'TNL_4' and
7806 #           'IMIX' and
7807 #           '2T1C' and
7808 #           'MRR'"
7809 #  parameters:
7810 #  - "result"
7811 #  - "name"
7812 #  - "tags"
7813 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7814 #  x-axis: "X = CNFs per Service Chain"
7815 #  y-axis: "Y = Number of Service Chains"
7816 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7817 #  layout:
7818 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7819 #    layout: "plot-service-density"
7820 #
7821 #- type: "plot"
7822 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7823 #  algorithm: "plot_nf_heatmap"
7824 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7825 #  data: "plot-vpp-nfv-3n-skx-mrr"
7826 #  filter: "'NIC_Intel-XXV710' and
7827 #           'NF_DENSITY' and
7828 #           'DOCKER' and
7829 #           'CHAIN' and
7830 #           'NF_VPPIP4' and
7831 #           'IPSEC' and
7832 #           'TNL_4' and
7833 #           'IMIX' and
7834 #           '4T2C' and
7835 #           'MRR'"
7836 #  parameters:
7837 #  - "result"
7838 #  - "name"
7839 #  - "tags"
7840 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7841 #  x-axis: "X = CNFs per Service Chain"
7842 #  y-axis: "Y = Number of Service Chains"
7843 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7844 #  layout:
7845 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7846 #    layout: "plot-service-density"
7847 #
7848 #- type: "plot"
7849 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7850 #  algorithm: "plot_nf_heatmap"
7851 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7852 #  data: "plot-vpp-nfv-3n-skx-mrr"
7853 #  filter: "'NIC_Intel-XXV710' and
7854 #           'NF_DENSITY' and
7855 #           'DOCKER' and
7856 #           'CHAIN' and
7857 #           'NF_VPPIP4' and
7858 #           'IPSEC' and
7859 #           'TNL_4' and
7860 #           'IMIX' and
7861 #           '8T4C' and
7862 #           'MRR'"
7863 #  parameters:
7864 #  - "result"
7865 #  - "name"
7866 #  - "tags"
7867 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7868 #  x-axis: "X = CNFs per Service Chain"
7869 #  y-axis: "Y = Number of Service Chains"
7870 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7871 #  layout:
7872 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7873 #    layout: "plot-service-density"
7874
7875 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7876 - type: "plot"
7877   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7878   algorithm: "plot_nf_heatmap"
7879   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7880   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7881   filter: "'NIC_Intel-XXV710' and
7882            'NF_DENSITY' and
7883            'DOCKER' and
7884            'CHAIN' and
7885            'NF_VPPIP4' and
7886            'IPSEC' and
7887            'TNL_4' and
7888            'IMIX' and
7889            '2T1C' and
7890            'NDRPDR'"
7891   parameters:
7892   - "throughput"
7893   - "name"
7894   - "tags"
7895   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7896   x-axis: "X = CNFs per Service Chain"
7897   y-axis: "Y = Number of Service Chains"
7898   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7899   layout:
7900     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7901     layout: "plot-service-density"
7902
7903 - type: "plot"
7904   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7905   algorithm: "plot_nf_heatmap"
7906   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7907   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7908   filter: "'NIC_Intel-XXV710' and
7909            'NF_DENSITY' and
7910            'DOCKER' and
7911            'CHAIN' and
7912            'NF_VPPIP4' and
7913            'IPSEC' and
7914            'TNL_4' and
7915            'IMIX' and
7916            '4T2C' and
7917            'NDRPDR'"
7918   parameters:
7919   - "throughput"
7920   - "name"
7921   - "tags"
7922   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7923   x-axis: "X = CNFs per Service Chain"
7924   y-axis: "Y = Number of Service Chains"
7925   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7926   layout:
7927     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7928     layout: "plot-service-density"
7929
7930 - type: "plot"
7931   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7932   algorithm: "plot_nf_heatmap"
7933   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7934   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7935   filter: "'NIC_Intel-XXV710' and
7936            'NF_DENSITY' and
7937            'DOCKER' and
7938            'CHAIN' and
7939            'NF_VPPIP4' and
7940            'IPSEC' and
7941            'TNL_4' and
7942            'IMIX' and
7943            '8T4C' and
7944            'NDRPDR'"
7945   parameters:
7946   - "throughput"
7947   - "name"
7948   - "tags"
7949   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7950   x-axis: "X = CNFs per Service Chain"
7951   y-axis: "Y = Number of Service Chains"
7952   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7953   layout:
7954     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7955     layout: "plot-service-density"
7956
7957 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7958 - type: "plot"
7959   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7960   algorithm: "plot_nf_heatmap"
7961   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7962   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7963   filter: "'NIC_Intel-XXV710' and
7964            'NF_DENSITY' and
7965            'DOCKER' and
7966            'CHAIN' and
7967            'NF_VPPIP4' and
7968            'IPSEC' and
7969            'TNL_4' and
7970            'IMIX' and
7971            '2T1C' 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-4tnl-vppip4-pdr"
7983     layout: "plot-service-density"
7984
7985 - type: "plot"
7986   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7987   algorithm: "plot_nf_heatmap"
7988   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7989   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7990   filter: "'NIC_Intel-XXV710' and
7991            'NF_DENSITY' and
7992            'DOCKER' and
7993            'CHAIN' and
7994            'NF_VPPIP4' and
7995            'IPSEC' and
7996            'TNL_4' and
7997            'IMIX' and
7998            '4T2C' and
7999            'NDRPDR'"
8000   parameters:
8001   - "throughput"
8002   - "name"
8003   - "tags"
8004   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8005   x-axis: "X = CNFs per Service Chain"
8006   y-axis: "Y = Number of Service Chains"
8007   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8008   layout:
8009     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8010     layout: "plot-service-density"
8011
8012 - type: "plot"
8013   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8014   algorithm: "plot_nf_heatmap"
8015   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8016   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8017   filter: "'NIC_Intel-XXV710' and
8018            'NF_DENSITY' and
8019            'DOCKER' and
8020            'CHAIN' and
8021            'NF_VPPIP4' and
8022            'IPSEC' and
8023            'TNL_4' and
8024            'IMIX' and
8025            '8T4C' and
8026            'NDRPDR'"
8027   parameters:
8028   - "throughput"
8029   - "name"
8030   - "tags"
8031   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8032   x-axis: "X = CNFs per Service Chain"
8033   y-axis: "Y = Number of Service Chains"
8034   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8035   layout:
8036     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8037     layout: "plot-service-density"
8038
8039 ###############################################################################
8040
8041 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
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-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8046   data: "plot-vpp-nfv-3n-hsw-mrr"
8047   filter: "'NIC_Intel-XL710' and
8048            'NF_DENSITY' and
8049            'DOCKER' and
8050            'CHAIN' and
8051            'NF_VPPIP4' and
8052            'IMIX' and
8053            'TNL_4' and
8054            '1T1C' and
8055            'MRR'"
8056   parameters:
8057   - "result"
8058   - "name"
8059   - "tags"
8060   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8061   x-axis: "X = CNFs per Service Chain"
8062   y-axis: "Y = Number of Service Chains"
8063   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8064   layout:
8065     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8066     layout: "plot-service-density"
8067
8068 - type: "plot"
8069   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8070   algorithm: "plot_nf_heatmap"
8071   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8072   data: "plot-vpp-nfv-3n-hsw-mrr"
8073   filter: "'NIC_Intel-XL710' and
8074            'NF_DENSITY' and
8075            'DOCKER' and
8076            'CHAIN' and
8077            'NF_VPPIP4' and
8078            'IPSEC' and
8079            'TNL_4' and
8080            'IMIX' and
8081            '2T2C' and
8082            'MRR'"
8083   parameters:
8084   - "result"
8085   - "name"
8086   - "tags"
8087   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8088   x-axis: "X = CNFs per Service Chain"
8089   y-axis: "Y = Number of Service Chains"
8090   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8091   layout:
8092     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8093     layout: "plot-service-density"
8094
8095 - type: "plot"
8096   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8097   algorithm: "plot_nf_heatmap"
8098   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8099   data: "plot-vpp-nfv-3n-hsw-mrr"
8100   filter: "'NIC_Intel-XL710' and
8101            'NF_DENSITY' and
8102            'DOCKER' and
8103            'CHAIN' and
8104            'NF_VPPIP4' and
8105            'IPSEC' and
8106            'TNL_4' and
8107            'IMIX' and
8108            '4T4C' and
8109            'MRR'"
8110   parameters:
8111   - "result"
8112   - "name"
8113   - "tags"
8114   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8115   x-axis: "X = CNFs per Service Chain"
8116   y-axis: "Y = Number of Service Chains"
8117   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8118   layout:
8119     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8120     layout: "plot-service-density"
8121
8122 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8123 - type: "plot"
8124   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8125   algorithm: "plot_nf_heatmap"
8126   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8127   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8128   filter: "'NIC_Intel-XL710' and
8129            'NF_DENSITY' and
8130            'DOCKER' and
8131            'CHAIN' and
8132            'NF_VPPIP4' and
8133            'IPSEC' and
8134            'TNL_4' and
8135            'IMIX' and
8136            '1T1C' and
8137            'NDRPDR'"
8138   parameters:
8139   - "throughput"
8140   - "name"
8141   - "tags"
8142   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8143   x-axis: "X = CNFs per Service Chain"
8144   y-axis: "Y = Number of Service Chains"
8145   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8146   layout:
8147     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8148     layout: "plot-service-density"
8149
8150 - type: "plot"
8151   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8152   algorithm: "plot_nf_heatmap"
8153   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8154   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8155   filter: "'NIC_Intel-XL710' and
8156            'NF_DENSITY' and
8157            'DOCKER' and
8158            'CHAIN' and
8159            'NF_VPPIP4' and
8160            'IPSEC' and
8161            'TNL_4' and
8162            'IMIX' and
8163            '2T2C' and
8164            'NDRPDR'"
8165   parameters:
8166   - "throughput"
8167   - "name"
8168   - "tags"
8169   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8170   x-axis: "X = CNFs per Service Chain"
8171   y-axis: "Y = Number of Service Chains"
8172   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8173   layout:
8174     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8175     layout: "plot-service-density"
8176
8177 - type: "plot"
8178   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8179   algorithm: "plot_nf_heatmap"
8180   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8181   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8182   filter: "'NIC_Intel-XL710' and
8183            'NF_DENSITY' and
8184            'DOCKER' and
8185            'CHAIN' and
8186            'NF_VPPIP4' and
8187            'IPSEC' and
8188            'TNL_4' and
8189            'IMIX' and
8190            '4T4C' and
8191            'NDRPDR'"
8192   parameters:
8193   - "throughput"
8194   - "name"
8195   - "tags"
8196   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8197   x-axis: "X = CNFs per Service Chain"
8198   y-axis: "Y = Number of Service Chains"
8199   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8200   layout:
8201     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8202     layout: "plot-service-density"
8203
8204 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8205 - type: "plot"
8206   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8207   algorithm: "plot_nf_heatmap"
8208   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8209   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8210   filter: "'NIC_Intel-XL710' and
8211            'NF_DENSITY' and
8212            'DOCKER' and
8213            'CHAIN' and
8214            'NF_VPPIP4' and
8215            'IPSEC' and
8216            'TNL_4' and
8217            'IMIX' and
8218            '1T1C' and
8219            'NDRPDR'"
8220   parameters:
8221   - "throughput"
8222   - "name"
8223   - "tags"
8224   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8225   x-axis: "X = CNFs per Service Chain"
8226   y-axis: "Y = Number of Service Chains"
8227   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8228   layout:
8229     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8230     layout: "plot-service-density"
8231
8232 - type: "plot"
8233   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8234   algorithm: "plot_nf_heatmap"
8235   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8236   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8237   filter: "'NIC_Intel-XL710' and
8238            'NF_DENSITY' and
8239            'DOCKER' and
8240            'CHAIN' and
8241            'NF_VPPIP4' and
8242            'IPSEC' and
8243            'TNL_4' and
8244            'IMIX' and
8245            '2T2C' and
8246            'NDRPDR'"
8247   parameters:
8248   - "throughput"
8249   - "name"
8250   - "tags"
8251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8252   x-axis: "X = CNFs per Service Chain"
8253   y-axis: "Y = Number of Service Chains"
8254   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8255   layout:
8256     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8257     layout: "plot-service-density"
8258
8259 - type: "plot"
8260   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8261   algorithm: "plot_nf_heatmap"
8262   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8263   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8264   filter: "'NIC_Intel-XL710' and
8265            'NF_DENSITY' and
8266            'DOCKER' and
8267            'CHAIN' and
8268            'NF_VPPIP4' and
8269            'IPSEC' and
8270            'TNL_4' and
8271            'IMIX' and
8272            '4T4C' and
8273            'NDRPDR'"
8274   parameters:
8275   - "throughput"
8276   - "name"
8277   - "tags"
8278   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8279   x-axis: "X = CNFs per Service Chain"
8280   y-axis: "Y = Number of Service Chains"
8281   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8282   layout:
8283     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8284     layout: "plot-service-density"
8285
8286 ###############################################################################
8287
8288 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8289 #- type: "plot"
8290 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8291 #  algorithm: "plot_nf_heatmap"
8292 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8293 #  data: "plot-vpp-nfv-3n-skx-mrr"
8294 #  filter: "'NIC_Intel-XXV710' and
8295 #           'NF_DENSITY' and
8296 #           'DOCKER' and
8297 #           'CHAIN' and
8298 #           'NF_VPPIP4' and
8299 #           'IPSEC' and
8300 #           'TNL_1000' and
8301 #           'IMIX' and
8302 #           '2T1C' 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-1000tnl-vppip4-mrr"
8314 #    layout: "plot-service-density"
8315 #
8316 #- type: "plot"
8317 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8318 #  algorithm: "plot_nf_heatmap"
8319 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8320 #  data: "plot-vpp-nfv-3n-skx-mrr"
8321 #  filter: "'NIC_Intel-XXV710' and
8322 #           'NF_DENSITY' and
8323 #           'DOCKER' and
8324 #           'CHAIN' and
8325 #           'NF_VPPIP4' and
8326 #           'IPSEC' and
8327 #           'TNL_1000' and
8328 #           'IMIX' and
8329 #           '4T2C' and
8330 #           'MRR'"
8331 #  parameters:
8332 #  - "result"
8333 #  - "name"
8334 #  - "tags"
8335 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8336 #  x-axis: "X = CNFs per Service Chain"
8337 #  y-axis: "Y = Number of Service Chains"
8338 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8339 #  layout:
8340 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8341 #    layout: "plot-service-density"
8342 #
8343 #- type: "plot"
8344 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8345 #  algorithm: "plot_nf_heatmap"
8346 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8347 #  data: "plot-vpp-nfv-3n-skx-mrr"
8348 #  filter: "'NIC_Intel-XXV710' and
8349 #           'NF_DENSITY' and
8350 #           'DOCKER' and
8351 #           'CHAIN' and
8352 #           'NF_VPPIP4' and
8353 #           'IPSEC' and
8354 #           'TNL_1000' and
8355 #           'IMIX' and
8356 #           '8T4C' and
8357 #           'MRR'"
8358 #  parameters:
8359 #  - "result"
8360 #  - "name"
8361 #  - "tags"
8362 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8363 #  x-axis: "X = CNFs per Service Chain"
8364 #  y-axis: "Y = Number of Service Chains"
8365 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8366 #  layout:
8367 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8368 #    layout: "plot-service-density"
8369
8370 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8371 - type: "plot"
8372   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8373   algorithm: "plot_nf_heatmap"
8374   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8375   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8376   filter: "'NIC_Intel-XXV710' and
8377            'NF_DENSITY' and
8378            'DOCKER' and
8379            'CHAIN' and
8380            'NF_VPPIP4' and
8381            'IPSEC' and
8382            'TNL_1000' and
8383            'IMIX' and
8384            '2T1C' 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-1000tnl-vppip4-ndr"
8396     layout: "plot-service-density"
8397
8398 - type: "plot"
8399   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8400   algorithm: "plot_nf_heatmap"
8401   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8402   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8403   filter: "'NIC_Intel-XXV710' and
8404            'NF_DENSITY' and
8405            'DOCKER' and
8406            'CHAIN' and
8407            'NF_VPPIP4' and
8408            'IPSEC' and
8409            'TNL_1000' and
8410            'IMIX' and
8411            '4T2C' and
8412            'NDRPDR'"
8413   parameters:
8414   - "throughput"
8415   - "name"
8416   - "tags"
8417   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8418   x-axis: "X = CNFs per Service Chain"
8419   y-axis: "Y = Number of Service Chains"
8420   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8421   layout:
8422     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8423     layout: "plot-service-density"
8424
8425 - type: "plot"
8426   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8427   algorithm: "plot_nf_heatmap"
8428   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8429   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8430   filter: "'NIC_Intel-XXV710' and
8431            'NF_DENSITY' and
8432            'DOCKER' and
8433            'CHAIN' and
8434            'NF_VPPIP4' and
8435            'IPSEC' and
8436            'TNL_1000' and
8437            'IMIX' and
8438            '8T4C' and
8439            'NDRPDR'"
8440   parameters:
8441   - "throughput"
8442   - "name"
8443   - "tags"
8444   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8445   x-axis: "X = CNFs per Service Chain"
8446   y-axis: "Y = Number of Service Chains"
8447   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8448   layout:
8449     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8450     layout: "plot-service-density"
8451
8452 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8453 - type: "plot"
8454   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8455   algorithm: "plot_nf_heatmap"
8456   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8457   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8458   filter: "'NIC_Intel-XXV710' and
8459            'NF_DENSITY' and
8460            'DOCKER' and
8461            'CHAIN' and
8462            'NF_VPPIP4' and
8463            'IPSEC' and
8464            'TNL_1000' and
8465            'IMIX' and
8466            '2T1C' 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-1000tnl-vppip4-pdr"
8478     layout: "plot-service-density"
8479
8480 - type: "plot"
8481   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8482   algorithm: "plot_nf_heatmap"
8483   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8484   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8485   filter: "'NIC_Intel-XXV710' and
8486            'NF_DENSITY' and
8487            'DOCKER' and
8488            'CHAIN' and
8489            'NF_VPPIP4' and
8490            'IPSEC' and
8491            'TNL_1000' and
8492            'IMIX' and
8493            '4T2C' and
8494            'NDRPDR'"
8495   parameters:
8496   - "throughput"
8497   - "name"
8498   - "tags"
8499   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8500   x-axis: "X = CNFs per Service Chain"
8501   y-axis: "Y = Number of Service Chains"
8502   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8503   layout:
8504     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8505     layout: "plot-service-density"
8506
8507 - type: "plot"
8508   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8509   algorithm: "plot_nf_heatmap"
8510   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8511   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8512   filter: "'NIC_Intel-XXV710' and
8513            'NF_DENSITY' and
8514            'DOCKER' and
8515            'CHAIN' and
8516            'NF_VPPIP4' and
8517            'IPSEC' and
8518            'TNL_1000' and
8519            'IMIX' and
8520            '8T4C' and
8521            'NDRPDR'"
8522   parameters:
8523   - "throughput"
8524   - "name"
8525   - "tags"
8526   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8527   x-axis: "X = CNFs per Service Chain"
8528   y-axis: "Y = Number of Service Chains"
8529   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8530   layout:
8531     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8532     layout: "plot-service-density"
8533
8534 ###############################################################################
8535
8536 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
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-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8541   data: "plot-vpp-nfv-3n-hsw-mrr"
8542   filter: "'NIC_Intel-XL710' and
8543            'NF_DENSITY' and
8544            'DOCKER' and
8545            'CHAIN' and
8546            'NF_VPPIP4' and
8547            'IMIX' and
8548            'TNL_1000' and
8549            '1T1C' and
8550            'MRR'"
8551   parameters:
8552   - "result"
8553   - "name"
8554   - "tags"
8555   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8556   x-axis: "X = CNFs per Service Chain"
8557   y-axis: "Y = Number of Service Chains"
8558   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8559   layout:
8560     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8561     layout: "plot-service-density"
8562
8563 - type: "plot"
8564   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8565   algorithm: "plot_nf_heatmap"
8566   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8567   data: "plot-vpp-nfv-3n-hsw-mrr"
8568   filter: "'NIC_Intel-XL710' and
8569            'NF_DENSITY' and
8570            'DOCKER' and
8571            'CHAIN' and
8572            'NF_VPPIP4' and
8573            'IPSEC' and
8574            'TNL_1000' and
8575            'IMIX' and
8576            '2T2C' and
8577            'MRR'"
8578   parameters:
8579   - "result"
8580   - "name"
8581   - "tags"
8582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8583   x-axis: "X = CNFs per Service Chain"
8584   y-axis: "Y = Number of Service Chains"
8585   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8586   layout:
8587     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8588     layout: "plot-service-density"
8589
8590 - type: "plot"
8591   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8592   algorithm: "plot_nf_heatmap"
8593   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8594   data: "plot-vpp-nfv-3n-hsw-mrr"
8595   filter: "'NIC_Intel-XL710' and
8596            'NF_DENSITY' and
8597            'DOCKER' and
8598            'CHAIN' and
8599            'NF_VPPIP4' and
8600            'IPSEC' and
8601            'TNL_1000' and
8602            'IMIX' and
8603            '4T4C' and
8604            'MRR'"
8605   parameters:
8606   - "result"
8607   - "name"
8608   - "tags"
8609   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8610   x-axis: "X = CNFs per Service Chain"
8611   y-axis: "Y = Number of Service Chains"
8612   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8613   layout:
8614     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8615     layout: "plot-service-density"
8616
8617 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8618 - type: "plot"
8619   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8620   algorithm: "plot_nf_heatmap"
8621   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8622   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8623   filter: "'NIC_Intel-XL710' and
8624            'NF_DENSITY' and
8625            'DOCKER' and
8626            'CHAIN' and
8627            'NF_VPPIP4' and
8628            'IPSEC' and
8629            'TNL_1000' and
8630            'IMIX' and
8631            '1T1C' and
8632            'NDRPDR'"
8633   parameters:
8634   - "throughput"
8635   - "name"
8636   - "tags"
8637   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8638   x-axis: "X = CNFs per Service Chain"
8639   y-axis: "Y = Number of Service Chains"
8640   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8641   layout:
8642     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8643     layout: "plot-service-density"
8644
8645 - type: "plot"
8646   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8647   algorithm: "plot_nf_heatmap"
8648   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8649   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8650   filter: "'NIC_Intel-XL710' and
8651            'NF_DENSITY' and
8652            'DOCKER' and
8653            'CHAIN' and
8654            'NF_VPPIP4' and
8655            'IPSEC' and
8656            'TNL_1000' and
8657            'IMIX' and
8658            '2T2C' and
8659            'NDRPDR'"
8660   parameters:
8661   - "throughput"
8662   - "name"
8663   - "tags"
8664   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8665   x-axis: "X = CNFs per Service Chain"
8666   y-axis: "Y = Number of Service Chains"
8667   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8668   layout:
8669     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8670     layout: "plot-service-density"
8671
8672 - type: "plot"
8673   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8674   algorithm: "plot_nf_heatmap"
8675   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8676   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8677   filter: "'NIC_Intel-XL710' and
8678            'NF_DENSITY' and
8679            'DOCKER' and
8680            'CHAIN' and
8681            'NF_VPPIP4' and
8682            'IPSEC' and
8683            'TNL_1000' and
8684            'IMIX' and
8685            '4T4C' and
8686            'NDRPDR'"
8687   parameters:
8688   - "throughput"
8689   - "name"
8690   - "tags"
8691   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8692   x-axis: "X = CNFs per Service Chain"
8693   y-axis: "Y = Number of Service Chains"
8694   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8695   layout:
8696     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8697     layout: "plot-service-density"
8698
8699 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8700 - type: "plot"
8701   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8702   algorithm: "plot_nf_heatmap"
8703   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8704   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8705   filter: "'NIC_Intel-XL710' and
8706            'NF_DENSITY' and
8707            'DOCKER' and
8708            'CHAIN' and
8709            'NF_VPPIP4' and
8710            'IPSEC' and
8711            'TNL_1000' and
8712            'IMIX' and
8713            '1T1C' and
8714            'NDRPDR'"
8715   parameters:
8716   - "throughput"
8717   - "name"
8718   - "tags"
8719   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8720   x-axis: "X = CNFs per Service Chain"
8721   y-axis: "Y = Number of Service Chains"
8722   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8723   layout:
8724     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8725     layout: "plot-service-density"
8726
8727 - type: "plot"
8728   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8729   algorithm: "plot_nf_heatmap"
8730   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8731   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8732   filter: "'NIC_Intel-XL710' and
8733            'NF_DENSITY' and
8734            'DOCKER' and
8735            'CHAIN' and
8736            'NF_VPPIP4' and
8737            'IPSEC' and
8738            'TNL_1000' and
8739            'IMIX' and
8740            '2T2C' and
8741            'NDRPDR'"
8742   parameters:
8743   - "throughput"
8744   - "name"
8745   - "tags"
8746   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8747   x-axis: "X = CNFs per Service Chain"
8748   y-axis: "Y = Number of Service Chains"
8749   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8750   layout:
8751     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8752     layout: "plot-service-density"
8753
8754 - type: "plot"
8755   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8756   algorithm: "plot_nf_heatmap"
8757   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8758   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8759   filter: "'NIC_Intel-XL710' and
8760            'NF_DENSITY' and
8761            'DOCKER' and
8762            'CHAIN' and
8763            'NF_VPPIP4' and
8764            'IPSEC' and
8765            'TNL_1000' and
8766            'IMIX' and
8767            '4T4C' and
8768            'NDRPDR'"
8769   parameters:
8770   - "throughput"
8771   - "name"
8772   - "tags"
8773   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8774   x-axis: "X = CNFs per Service Chain"
8775   y-axis: "Y = Number of Service Chains"
8776   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8777   layout:
8778     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8779     layout: "plot-service-density"
8780
8781 ###############################################################################
8782
8783 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8784 #- type: "plot"
8785 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8786 #  algorithm: "plot_nf_heatmap"
8787 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8788 #  data: "plot-vpp-nfv-3n-skx-mrr"
8789 #  filter: "'NIC_Intel-XXV710' and
8790 #           'NF_DENSITY' and
8791 #           'DOCKER' and
8792 #           'CHAIN' and
8793 #           'NF_VPPIP4' and
8794 #           'IPSEC' and
8795 #           'TNL_10000' and
8796 #           'IMIX' and
8797 #           '2T1C' 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-10000tnl-vppip4-mrr"
8809 #    layout: "plot-service-density"
8810 #
8811 #- type: "plot"
8812 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8813 #  algorithm: "plot_nf_heatmap"
8814 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8815 #  data: "plot-vpp-nfv-3n-skx-mrr"
8816 #  filter: "'NIC_Intel-XXV710' and
8817 #           'NF_DENSITY' and
8818 #           'DOCKER' and
8819 #           'CHAIN' and
8820 #           'NF_VPPIP4' and
8821 #           'IPSEC' and
8822 #           'TNL_10000' and
8823 #           'IMIX' and
8824 #           '4T2C' and
8825 #           'MRR'"
8826 #  parameters:
8827 #  - "result"
8828 #  - "name"
8829 #  - "tags"
8830 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8831 #  x-axis: "X = CNFs per Service Chain"
8832 #  y-axis: "Y = Number of Service Chains"
8833 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8834 #  layout:
8835 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8836 #    layout: "plot-service-density"
8837 #
8838 #- type: "plot"
8839 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8840 #  algorithm: "plot_nf_heatmap"
8841 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8842 #  data: "plot-vpp-nfv-3n-skx-mrr"
8843 #  filter: "'NIC_Intel-XXV710' and
8844 #           'NF_DENSITY' and
8845 #           'DOCKER' and
8846 #           'CHAIN' and
8847 #           'NF_VPPIP4' and
8848 #           'IPSEC' and
8849 #           'TNL_10000' and
8850 #           'IMIX' and
8851 #           '8T4C' and
8852 #           'MRR'"
8853 #  parameters:
8854 #  - "result"
8855 #  - "name"
8856 #  - "tags"
8857 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8858 #  x-axis: "X = CNFs per Service Chain"
8859 #  y-axis: "Y = Number of Service Chains"
8860 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8861 #  layout:
8862 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8863 #    layout: "plot-service-density"
8864
8865 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8866 - type: "plot"
8867   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8868   algorithm: "plot_nf_heatmap"
8869   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8870   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8871   filter: "'NIC_Intel-XXV710' and
8872            'NF_DENSITY' and
8873            'DOCKER' and
8874            'CHAIN' and
8875            'NF_VPPIP4' and
8876            'IPSEC' and
8877            'TNL_10000' and
8878            'IMIX' and
8879            '2T1C' 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-10000tnl-vppip4-ndr"
8891     layout: "plot-service-density"
8892
8893 - type: "plot"
8894   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8895   algorithm: "plot_nf_heatmap"
8896   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8897   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8898   filter: "'NIC_Intel-XXV710' and
8899            'NF_DENSITY' and
8900            'DOCKER' and
8901            'CHAIN' and
8902            'NF_VPPIP4' and
8903            'IPSEC' and
8904            'TNL_10000' and
8905            'IMIX' and
8906            '4T2C' and
8907            'NDRPDR'"
8908   parameters:
8909   - "throughput"
8910   - "name"
8911   - "tags"
8912   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8913   x-axis: "X = CNFs per Service Chain"
8914   y-axis: "Y = Number of Service Chains"
8915   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8916   layout:
8917     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8918     layout: "plot-service-density"
8919
8920 - type: "plot"
8921   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8922   algorithm: "plot_nf_heatmap"
8923   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8924   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8925   filter: "'NIC_Intel-XXV710' and
8926            'NF_DENSITY' and
8927            'DOCKER' and
8928            'CHAIN' and
8929            'NF_VPPIP4' and
8930            'IPSEC' and
8931            'TNL_10000' and
8932            'IMIX' and
8933            '8T4C' and
8934            'NDRPDR'"
8935   parameters:
8936   - "throughput"
8937   - "name"
8938   - "tags"
8939   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8940   x-axis: "X = CNFs per Service Chain"
8941   y-axis: "Y = Number of Service Chains"
8942   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8943   layout:
8944     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8945     layout: "plot-service-density"
8946
8947 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8948 - type: "plot"
8949   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8950   algorithm: "plot_nf_heatmap"
8951   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8952   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8953   filter: "'NIC_Intel-XXV710' and
8954            'NF_DENSITY' and
8955            'DOCKER' and
8956            'CHAIN' and
8957            'NF_VPPIP4' and
8958            'IPSEC' and
8959            'TNL_10000' and
8960            'IMIX' and
8961            '2T1C' 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-10000tnl-vppip4-pdr"
8973     layout: "plot-service-density"
8974
8975 - type: "plot"
8976   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8977   algorithm: "plot_nf_heatmap"
8978   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8979   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8980   filter: "'NIC_Intel-XXV710' and
8981            'NF_DENSITY' and
8982            'DOCKER' and
8983            'CHAIN' and
8984            'NF_VPPIP4' and
8985            'IPSEC' and
8986            'TNL_10000' and
8987            'IMIX' and
8988            '4T2C' and
8989            'NDRPDR'"
8990   parameters:
8991   - "throughput"
8992   - "name"
8993   - "tags"
8994   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8995   x-axis: "X = CNFs per Service Chain"
8996   y-axis: "Y = Number of Service Chains"
8997   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8998   layout:
8999     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9000     layout: "plot-service-density"
9001
9002 - type: "plot"
9003   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9004   algorithm: "plot_nf_heatmap"
9005   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9006   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9007   filter: "'NIC_Intel-XXV710' and
9008            'NF_DENSITY' and
9009            'DOCKER' and
9010            'CHAIN' and
9011            'NF_VPPIP4' and
9012            'IPSEC' and
9013            'TNL_10000' and
9014            'IMIX' and
9015            '8T4C' and
9016            'NDRPDR'"
9017   parameters:
9018   - "throughput"
9019   - "name"
9020   - "tags"
9021   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9022   x-axis: "X = CNFs per Service Chain"
9023   y-axis: "Y = Number of Service Chains"
9024   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9025   layout:
9026     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9027     layout: "plot-service-density"
9028
9029 ###############################################################################
9030
9031 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
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-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9036   data: "plot-vpp-nfv-3n-hsw-mrr"
9037   filter: "'NIC_Intel-XL710' and
9038            'NF_DENSITY' and
9039            'DOCKER' and
9040            'CHAIN' and
9041            'NF_VPPIP4' and
9042            'IMIX' and
9043            'TNL_10000' and
9044            '1T1C' and
9045            'MRR'"
9046   parameters:
9047   - "result"
9048   - "name"
9049   - "tags"
9050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9051   x-axis: "X = CNFs per Service Chain"
9052   y-axis: "Y = Number of Service Chains"
9053   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9054   layout:
9055     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9056     layout: "plot-service-density"
9057
9058 - type: "plot"
9059   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9060   algorithm: "plot_nf_heatmap"
9061   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9062   data: "plot-vpp-nfv-3n-hsw-mrr"
9063   filter: "'NIC_Intel-XL710' and
9064            'NF_DENSITY' and
9065            'DOCKER' and
9066            'CHAIN' and
9067            'NF_VPPIP4' and
9068            'IPSEC' and
9069            'TNL_10000' and
9070            'IMIX' and
9071            '2T2C' and
9072            'MRR'"
9073   parameters:
9074   - "result"
9075   - "name"
9076   - "tags"
9077   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9078   x-axis: "X = CNFs per Service Chain"
9079   y-axis: "Y = Number of Service Chains"
9080   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9081   layout:
9082     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9083     layout: "plot-service-density"
9084
9085 - type: "plot"
9086   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9087   algorithm: "plot_nf_heatmap"
9088   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9089   data: "plot-vpp-nfv-3n-hsw-mrr"
9090   filter: "'NIC_Intel-XL710' and
9091            'NF_DENSITY' and
9092            'DOCKER' and
9093            'CHAIN' and
9094            'NF_VPPIP4' and
9095            'IPSEC' and
9096            'TNL_10000' and
9097            'IMIX' and
9098            '4T4C' and
9099            'MRR'"
9100   parameters:
9101   - "result"
9102   - "name"
9103   - "tags"
9104   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9105   x-axis: "X = CNFs per Service Chain"
9106   y-axis: "Y = Number of Service Chains"
9107   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9108   layout:
9109     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9110     layout: "plot-service-density"
9111
9112 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9113 - type: "plot"
9114   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9115   algorithm: "plot_nf_heatmap"
9116   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9117   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9118   filter: "'NIC_Intel-XL710' and
9119            'NF_DENSITY' and
9120            'DOCKER' and
9121            'CHAIN' and
9122            'NF_VPPIP4' and
9123            'IPSEC' and
9124            'TNL_10000' and
9125            'IMIX' and
9126            '1T1C' and
9127            'NDRPDR'"
9128   parameters:
9129   - "throughput"
9130   - "name"
9131   - "tags"
9132   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9133   x-axis: "X = CNFs per Service Chain"
9134   y-axis: "Y = Number of Service Chains"
9135   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9136   layout:
9137     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9138     layout: "plot-service-density"
9139
9140 - type: "plot"
9141   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9142   algorithm: "plot_nf_heatmap"
9143   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9144   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9145   filter: "'NIC_Intel-XL710' and
9146            'NF_DENSITY' and
9147            'DOCKER' and
9148            'CHAIN' and
9149            'NF_VPPIP4' and
9150            'IPSEC' and
9151            'TNL_10000' and
9152            'IMIX' and
9153            '2T2C' and
9154            'NDRPDR'"
9155   parameters:
9156   - "throughput"
9157   - "name"
9158   - "tags"
9159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9160   x-axis: "X = CNFs per Service Chain"
9161   y-axis: "Y = Number of Service Chains"
9162   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9163   layout:
9164     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9165     layout: "plot-service-density"
9166
9167 - type: "plot"
9168   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9169   algorithm: "plot_nf_heatmap"
9170   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9171   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9172   filter: "'NIC_Intel-XL710' and
9173            'NF_DENSITY' and
9174            'DOCKER' and
9175            'CHAIN' and
9176            'NF_VPPIP4' and
9177            'IPSEC' and
9178            'TNL_10000' and
9179            'IMIX' and
9180            '4T4C' and
9181            'NDRPDR'"
9182   parameters:
9183   - "throughput"
9184   - "name"
9185   - "tags"
9186   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9187   x-axis: "X = CNFs per Service Chain"
9188   y-axis: "Y = Number of Service Chains"
9189   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9190   layout:
9191     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9192     layout: "plot-service-density"
9193
9194 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9195 - type: "plot"
9196   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9197   algorithm: "plot_nf_heatmap"
9198   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9199   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9200   filter: "'NIC_Intel-XL710' and
9201            'NF_DENSITY' and
9202            'DOCKER' and
9203            'CHAIN' and
9204            'NF_VPPIP4' and
9205            'IPSEC' and
9206            'TNL_10000' and
9207            'IMIX' and
9208            '1T1C' and
9209            'NDRPDR'"
9210   parameters:
9211   - "throughput"
9212   - "name"
9213   - "tags"
9214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9215   x-axis: "X = CNFs per Service Chain"
9216   y-axis: "Y = Number of Service Chains"
9217   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9218   layout:
9219     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9220     layout: "plot-service-density"
9221
9222 - type: "plot"
9223   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9224   algorithm: "plot_nf_heatmap"
9225   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9226   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9227   filter: "'NIC_Intel-XL710' and
9228            'NF_DENSITY' and
9229            'DOCKER' and
9230            'CHAIN' and
9231            'NF_VPPIP4' and
9232            'IPSEC' and
9233            'TNL_10000' and
9234            'IMIX' and
9235            '2T2C' and
9236            'NDRPDR'"
9237   parameters:
9238   - "throughput"
9239   - "name"
9240   - "tags"
9241   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9242   x-axis: "X = CNFs per Service Chain"
9243   y-axis: "Y = Number of Service Chains"
9244   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9245   layout:
9246     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9247     layout: "plot-service-density"
9248
9249 - type: "plot"
9250   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9251   algorithm: "plot_nf_heatmap"
9252   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9253   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9254   filter: "'NIC_Intel-XL710' and
9255            'NF_DENSITY' and
9256            'DOCKER' and
9257            'CHAIN' and
9258            'NF_VPPIP4' and
9259            'IPSEC' and
9260            'TNL_10000' and
9261            'IMIX' and
9262            '4T4C' and
9263            'NDRPDR'"
9264   parameters:
9265   - "throughput"
9266   - "name"
9267   - "tags"
9268   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9269   x-axis: "X = CNFs per Service Chain"
9270   y-axis: "Y = Number of Service Chains"
9271   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9272   layout:
9273     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9274     layout: "plot-service-density"
9275
9276 ###############################################################################
9277
9278 # Plots - NF Density - CSP - MRR 64b
9279
9280 #- type: "plot"
9281 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9282 #  algorithm: "plot_nf_heatmap"
9283 #  output-file-type: ".html"
9284 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9285 #  data: "plot-vpp-nfv-2n-skx-mrr"
9286 #  filter: "'NIC_Intel-XXV710' and
9287 #           'NF_DENSITY' and
9288 #           'DOCKER' and
9289 #           'PIPELINE' and
9290 #           'NF_VPPIP4' and
9291 #           '64B' and
9292 #           '2T1C' 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 Pipeline"
9300 #  y-axis: "Y = Number of Service Pipelines"
9301 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9302 #  layout:
9303 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9304 #    layout: "plot-service-density"
9305 #
9306 #- type: "plot"
9307 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9308 #  algorithm: "plot_nf_heatmap"
9309 #  output-file-type: ".html"
9310 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9311 #  data: "plot-vpp-nfv-2n-skx-mrr"
9312 #  filter: "'NIC_Intel-XXV710' and
9313 #           'NF_DENSITY' and
9314 #           'DOCKER' and
9315 #           'PIPELINE' and
9316 #           'NF_VPPIP4' and
9317 #           '64B' and
9318 #           '4T2C' and
9319 #           'MRR'"
9320 #  parameters:
9321 #  - "result"
9322 #  - "name"
9323 #  - "tags"
9324 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9325 #  x-axis: "X = CNFs per Service Pipeline"
9326 #  y-axis: "Y = Number of Service Pipelines"
9327 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9328 #  layout:
9329 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9330 #    layout: "plot-service-density"
9331 #
9332 #- type: "plot"
9333 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9334 #  algorithm: "plot_nf_heatmap"
9335 #  output-file-type: ".html"
9336 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9337 #  data: "plot-vpp-nfv-2n-skx-mrr"
9338 #  filter: "'NIC_Intel-XXV710' and
9339 #           'NF_DENSITY' and
9340 #           'DOCKER' and
9341 #           'PIPELINE' and
9342 #           'NF_VPPIP4' and
9343 #           '64B' and
9344 #           '8T4C' and
9345 #           'MRR'"
9346 #  parameters:
9347 #  - "result"
9348 #  - "name"
9349 #  - "tags"
9350 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9351 #  x-axis: "X = CNFs per Service Pipeline"
9352 #  y-axis: "Y = Number of Service Pipelines"
9353 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9354 #  layout:
9355 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9356 #    layout: "plot-service-density"
9357 #
9358 ## Plots - NF Density - CSP - MRR IMIX
9359 #- type: "plot"
9360 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9361 #  algorithm: "plot_nf_heatmap"
9362 #  output-file-type: ".html"
9363 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9364 #  data: "plot-vpp-nfv-2n-skx-mrr"
9365 #  filter: "'NIC_Intel-XXV710' and
9366 #           'NF_DENSITY' and
9367 #           'DOCKER' and
9368 #           'PIPELINE' and
9369 #           'NF_VPPIP4' and
9370 #           'IMIX' and
9371 #           '2T1C' and
9372 #           'MRR'"
9373 #  parameters:
9374 #  - "result"
9375 #  - "name"
9376 #  - "tags"
9377 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9378 #  x-axis: "X = CNFs per Service Pipeline"
9379 #  y-axis: "Y = Number of Service Pipelines"
9380 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9381 #  layout:
9382 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9383 #    layout: "plot-service-density"
9384 #
9385 #- type: "plot"
9386 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9387 #  algorithm: "plot_nf_heatmap"
9388 #  output-file-type: ".html"
9389 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9390 #  data: "plot-vpp-nfv-2n-skx-mrr"
9391 #  filter: "'NIC_Intel-XXV710' and
9392 #           'NF_DENSITY' and
9393 #           'DOCKER' and
9394 #           'PIPELINE' and
9395 #           'NF_VPPIP4' and
9396 #           'IMIX' and
9397 #           '4T2C' and
9398 #           'MRR'"
9399 #  parameters:
9400 #  - "result"
9401 #  - "name"
9402 #  - "tags"
9403 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9404 #  x-axis: "X = CNFs per Service Pipeline"
9405 #  y-axis: "Y = Number of Service Pipelines"
9406 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9407 #  layout:
9408 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9409 #    layout: "plot-service-density"
9410 #
9411 #- type: "plot"
9412 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9413 #  algorithm: "plot_nf_heatmap"
9414 #  output-file-type: ".html"
9415 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9416 #  data: "plot-vpp-nfv-2n-skx-mrr"
9417 #  filter: "'NIC_Intel-XXV710' and
9418 #           'NF_DENSITY' and
9419 #           'DOCKER' and
9420 #           'PIPELINE' and
9421 #           'NF_VPPIP4' and
9422 #           'IMIX' and
9423 #           '8T4C' and
9424 #           'MRR'"
9425 #  parameters:
9426 #  - "result"
9427 #  - "name"
9428 #  - "tags"
9429 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9430 #  x-axis: "X = CNFs per Service Pipeline"
9431 #  y-axis: "Y = Number of Service Pipelines"
9432 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9433 #  layout:
9434 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9435 #    layout: "plot-service-density"
9436 #
9437 ## Plots - NF Density - CSP - NDR 64b
9438 #- type: "plot"
9439 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9440 #  algorithm: "plot_nf_heatmap"
9441 #  output-file-type: ".html"
9442 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9443 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9444 #  filter: "'NIC_Intel-XXV710' and
9445 #           'NF_DENSITY' and
9446 #           'DOCKER' and
9447 #           'PIPELINE' and
9448 #           'NF_VPPIP4' and
9449 #           '64B' and
9450 #           '2T1C' and
9451 #           'NDRPDR'"
9452 #  parameters:
9453 #  - "throughput"
9454 #  - "name"
9455 #  - "tags"
9456 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9457 #  x-axis: "X = CNFs per Service Pipeline"
9458 #  y-axis: "Y = Number of Service Pipelines"
9459 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9460 #  layout:
9461 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9462 #    layout: "plot-service-density"
9463 #
9464 #- type: "plot"
9465 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9466 #  algorithm: "plot_nf_heatmap"
9467 #  output-file-type: ".html"
9468 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9469 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9470 #  filter: "'NIC_Intel-XXV710' and
9471 #           'NF_DENSITY' and
9472 #           'DOCKER' and
9473 #           'PIPELINE' and
9474 #           'NF_VPPIP4' and
9475 #           '64B' and
9476 #           '4T2C' and
9477 #           'NDRPDR'"
9478 #  parameters:
9479 #  - "throughput"
9480 #  - "name"
9481 #  - "tags"
9482 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9483 #  x-axis: "X = CNFs per Service Pipeline"
9484 #  y-axis: "Y = Number of Service Pipelines"
9485 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9486 #  layout:
9487 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9488 #    layout: "plot-service-density"
9489 #
9490 #- type: "plot"
9491 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9492 #  algorithm: "plot_nf_heatmap"
9493 #  output-file-type: ".html"
9494 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9495 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9496 #  filter: "'NIC_Intel-XXV710' and
9497 #           'NF_DENSITY' and
9498 #           'DOCKER' and
9499 #           'PIPELINE' and
9500 #           'NF_VPPIP4' and
9501 #           '64B' and
9502 #           '8T4C' and
9503 #           'NDRPDR'"
9504 #  parameters:
9505 #  - "throughput"
9506 #  - "name"
9507 #  - "tags"
9508 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9509 #  x-axis: "X = CNFs per Service Pipeline"
9510 #  y-axis: "Y = Number of Service Pipelines"
9511 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9512 #  layout:
9513 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9514 #    layout: "plot-service-density"
9515 #
9516 ## Plots - NF Density - CSP - NDR IMIX
9517 #- type: "plot"
9518 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9519 #  algorithm: "plot_nf_heatmap"
9520 #  output-file-type: ".html"
9521 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9522 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9523 #  filter: "'NIC_Intel-XXV710' and
9524 #           'NF_DENSITY' and
9525 #           'DOCKER' and
9526 #           'PIPELINE' and
9527 #           'NF_VPPIP4' and
9528 #           'IMIX' and
9529 #           '2T1C' and
9530 #           'NDRPDR'"
9531 #  parameters:
9532 #  - "throughput"
9533 #  - "name"
9534 #  - "tags"
9535 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9536 #  x-axis: "X = CNFs per Service Pipeline"
9537 #  y-axis: "Y = Number of Service Pipelines"
9538 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9539 #  layout:
9540 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9541 #    layout: "plot-service-density"
9542 #
9543 #- type: "plot"
9544 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9545 #  algorithm: "plot_nf_heatmap"
9546 #  output-file-type: ".html"
9547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9548 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9549 #  filter: "'NIC_Intel-XXV710' and
9550 #           'NF_DENSITY' and
9551 #           'DOCKER' and
9552 #           'PIPELINE' and
9553 #           'NF_VPPIP4' and
9554 #           'IMIX' and
9555 #           '4T2C' and
9556 #           'NDRPDR'"
9557 #  parameters:
9558 #  - "throughput"
9559 #  - "name"
9560 #  - "tags"
9561 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9562 #  x-axis: "X = CNFs per Service Pipeline"
9563 #  y-axis: "Y = Number of Service Pipelines"
9564 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9565 #  layout:
9566 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9567 #    layout: "plot-service-density"
9568 #
9569 #- type: "plot"
9570 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9571 #  algorithm: "plot_nf_heatmap"
9572 #  output-file-type: ".html"
9573 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9574 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9575 #  filter: "'NIC_Intel-XXV710' and
9576 #           'NF_DENSITY' and
9577 #           'DOCKER' and
9578 #           'PIPELINE' and
9579 #           'NF_VPPIP4' and
9580 #           'IMIX' and
9581 #           '8T4C' and
9582 #           'NDRPDR'"
9583 #  parameters:
9584 #  - "throughput"
9585 #  - "name"
9586 #  - "tags"
9587 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9588 #  x-axis: "X = CNFs per Service Pipeline"
9589 #  y-axis: "Y = Number of Service Pipelines"
9590 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9591 #  layout:
9592 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9593 #    layout: "plot-service-density"
9594 #
9595 ## Plots - NF Density - CSP - PDR 64b
9596 #- type: "plot"
9597 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9598 #  algorithm: "plot_nf_heatmap"
9599 #  output-file-type: ".html"
9600 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9601 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9602 #  filter: "'NIC_Intel-XXV710' and
9603 #           'NF_DENSITY' and
9604 #           'DOCKER' and
9605 #           'PIPELINE' and
9606 #           'NF_VPPIP4' and
9607 #           '64B' and
9608 #           '2T1C' and
9609 #           'NDRPDR'"
9610 #  parameters:
9611 #  - "throughput"
9612 #  - "name"
9613 #  - "tags"
9614 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9615 #  x-axis: "X = CNFs per Service Pipeline"
9616 #  y-axis: "Y = Number of Service Pipelines"
9617 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9618 #  layout:
9619 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9620 #    layout: "plot-service-density"
9621 #
9622 #- type: "plot"
9623 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9624 #  algorithm: "plot_nf_heatmap"
9625 #  output-file-type: ".html"
9626 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9627 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9628 #  filter: "'NIC_Intel-XXV710' and
9629 #           'NF_DENSITY' and
9630 #           'DOCKER' and
9631 #           'PIPELINE' and
9632 #           'NF_VPPIP4' and
9633 #           '64B' and
9634 #           '4T2C' and
9635 #           'NDRPDR'"
9636 #  parameters:
9637 #  - "throughput"
9638 #  - "name"
9639 #  - "tags"
9640 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9641 #  x-axis: "X = CNFs per Service Pipeline"
9642 #  y-axis: "Y = Number of Service Pipelines"
9643 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9644 #  layout:
9645 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9646 #    layout: "plot-service-density"
9647 #
9648 #- type: "plot"
9649 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9650 #  algorithm: "plot_nf_heatmap"
9651 #  output-file-type: ".html"
9652 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9653 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9654 #  filter: "'NIC_Intel-XXV710' and
9655 #           'NF_DENSITY' and
9656 #           'DOCKER' and
9657 #           'PIPELINE' and
9658 #           'NF_VPPIP4' and
9659 #           '64B' and
9660 #           '8T4C' and
9661 #           'NDRPDR'"
9662 #  parameters:
9663 #  - "throughput"
9664 #  - "name"
9665 #  - "tags"
9666 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9667 #  x-axis: "X = CNFs per Service Pipeline"
9668 #  y-axis: "Y = Number of Service Pipelines"
9669 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9670 #  layout:
9671 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9672 #    layout: "plot-service-density"
9673 #
9674 ## Plots - NF Density - CSP - PDR IMIX
9675 #- type: "plot"
9676 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9677 #  algorithm: "plot_nf_heatmap"
9678 #  output-file-type: ".html"
9679 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9680 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9681 #  filter: "'NIC_Intel-XXV710' and
9682 #           'NF_DENSITY' and
9683 #           'DOCKER' and
9684 #           'PIPELINE' and
9685 #           'NF_VPPIP4' and
9686 #           'IMIX' and
9687 #           '2T1C' and
9688 #           'NDRPDR'"
9689 #  parameters:
9690 #  - "throughput"
9691 #  - "name"
9692 #  - "tags"
9693 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9694 #  x-axis: "X = CNFs per Service Pipeline"
9695 #  y-axis: "Y = Number of Service Pipelines"
9696 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9697 #  layout:
9698 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9699 #    layout: "plot-service-density"
9700 #
9701 #- type: "plot"
9702 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9703 #  algorithm: "plot_nf_heatmap"
9704 #  output-file-type: ".html"
9705 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9706 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9707 #  filter: "'NIC_Intel-XXV710' and
9708 #           'NF_DENSITY' and
9709 #           'DOCKER' and
9710 #           'PIPELINE' and
9711 #           'NF_VPPIP4' and
9712 #           'IMIX' and
9713 #           '4T2C' and
9714 #           'NDRPDR'"
9715 #  parameters:
9716 #  - "throughput"
9717 #  - "name"
9718 #  - "tags"
9719 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9720 #  x-axis: "X = CNFs per Service Pipeline"
9721 #  y-axis: "Y = Number of Service Pipelines"
9722 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9723 #  layout:
9724 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9725 #    layout: "plot-service-density"
9726 #
9727 #- type: "plot"
9728 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9729 #  algorithm: "plot_nf_heatmap"
9730 #  output-file-type: ".html"
9731 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9732 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9733 #  filter: "'NIC_Intel-XXV710' and
9734 #           'NF_DENSITY' and
9735 #           'DOCKER' and
9736 #           'PIPELINE' and
9737 #           'NF_VPPIP4' and
9738 #           'IMIX' and
9739 #           '8T4C' and
9740 #           'NDRPDR'"
9741 #  parameters:
9742 #  - "throughput"
9743 #  - "name"
9744 #  - "tags"
9745 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9746 #  x-axis: "X = CNFs per Service Pipeline"
9747 #  y-axis: "Y = Number of Service Pipelines"
9748 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9749 #  layout:
9750 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9751 #    layout: "plot-service-density"
9752
9753 ###############################################################################
9754 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9755
9756 - type: "plot"
9757   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9758   algorithm: "plot_nf_heatmap"
9759   output-file-type: ".html"
9760   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9761   data: "plot-vpp-nfv-2n-clx-mrr"
9762   filter: "'NIC_Intel-XXV710' and
9763            'NF_DENSITY' and
9764            'VHOST' and
9765            not 'VXLAN' and
9766            'CHAIN' and
9767            'NF_VPPIP4' and
9768            'IMIX' and
9769            '2T1C' and
9770            'MRR'"
9771   parameters:
9772   - "result"
9773   - "name"
9774   - "tags"
9775   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9776   x-axis: "X = VNFs per Service Chain"
9777   y-axis: "Y = Number of Service Chains"
9778   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9779   layout:
9780     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9781     layout: "plot-service-density"
9782
9783 - type: "plot"
9784   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9785   algorithm: "plot_nf_heatmap"
9786   output-file-type: ".html"
9787   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9788   data: "plot-vpp-nfv-2n-clx-mrr"
9789   filter: "'NIC_Intel-XXV710' and
9790            'NF_DENSITY' and
9791            'VHOST' and
9792            not 'VXLAN' and
9793            'CHAIN' and
9794            'NF_VPPIP4' and
9795            'IMIX' and
9796            '4T2C' and
9797            'MRR'"
9798   parameters:
9799   - "result"
9800   - "name"
9801   - "tags"
9802   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9803   x-axis: "X = VNFs per Service Chain"
9804   y-axis: "Y = Number of Service Chains"
9805   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9806   layout:
9807     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9808     layout: "plot-service-density"
9809
9810 - type: "plot"
9811   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9812   algorithm: "plot_nf_heatmap"
9813   output-file-type: ".html"
9814   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9815   data: "plot-vpp-nfv-2n-clx-mrr"
9816   filter: "'NIC_Intel-XXV710' and
9817            'NF_DENSITY' and
9818            'VHOST' and
9819            not 'VXLAN' and
9820            'CHAIN' and
9821            'NF_VPPIP4' and
9822            'IMIX' and
9823            '8T4C' and
9824            'MRR'"
9825   parameters:
9826   - "result"
9827   - "name"
9828   - "tags"
9829   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9830   x-axis: "X = VNFs per Service Chain"
9831   y-axis: "Y = Number of Service Chains"
9832   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9833   layout:
9834     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9835     layout: "plot-service-density"
9836
9837 # Plots - NF Density - VSC - NDR IMIX
9838 - type: "plot"
9839   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9840   algorithm: "plot_nf_heatmap"
9841   output-file-type: ".html"
9842   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9843   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9844   filter: "'NIC_Intel-XXV710' and
9845            'NF_DENSITY' and
9846            'VHOST' and
9847            not 'VXLAN' and
9848            'CHAIN' and
9849            'NF_VPPIP4' and
9850            'IMIX' and
9851            '2T1C' and
9852            'NDRPDR'"
9853   parameters:
9854   - "throughput"
9855   - "name"
9856   - "tags"
9857   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9858   x-axis: "X = VNFs per Service Chain"
9859   y-axis: "Y = Number of Service Chains"
9860   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9861   layout:
9862     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9863     layout: "plot-service-density"
9864
9865 - type: "plot"
9866   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9867   algorithm: "plot_nf_heatmap"
9868   output-file-type: ".html"
9869   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9870   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9871   filter: "'NIC_Intel-XXV710' and
9872            'NF_DENSITY' and
9873            'VHOST' and
9874            not 'VXLAN' and
9875            'CHAIN' and
9876            'NF_VPPIP4' and
9877            'IMIX' and
9878            '4T2C' and
9879            'NDRPDR'"
9880   parameters:
9881   - "throughput"
9882   - "name"
9883   - "tags"
9884   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9885   x-axis: "X = VNFs per Service Chain"
9886   y-axis: "Y = Number of Service Chains"
9887   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9888   layout:
9889     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9890     layout: "plot-service-density"
9891
9892 - type: "plot"
9893   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9894   algorithm: "plot_nf_heatmap"
9895   output-file-type: ".html"
9896   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9897   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9898   filter: "'NIC_Intel-XXV710' and
9899            'NF_DENSITY' and
9900            'VHOST' and
9901            not 'VXLAN' and
9902            'CHAIN' and
9903            'NF_VPPIP4' and
9904            'IMIX' and
9905            '8T4C' and
9906            'NDRPDR'"
9907   parameters:
9908   - "throughput"
9909   - "name"
9910   - "tags"
9911   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9912   x-axis: "X = VNFs per Service Chain"
9913   y-axis: "Y = Number of Service Chains"
9914   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9915   layout:
9916     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9917     layout: "plot-service-density"
9918
9919 # Plots - NF Density - VSC - PDR IMIX
9920 - type: "plot"
9921   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9922   algorithm: "plot_nf_heatmap"
9923   output-file-type: ".html"
9924   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9925   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9926   filter: "'NIC_Intel-XXV710' and
9927            'NF_DENSITY' and
9928            'VHOST' and
9929            not 'VXLAN' and
9930            'CHAIN' and
9931            'NF_VPPIP4' and
9932            'IMIX' and
9933            '2T1C' and
9934            'NDRPDR'"
9935   parameters:
9936   - "throughput"
9937   - "name"
9938   - "tags"
9939   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9940   x-axis: "X = VNFs per Service Chain"
9941   y-axis: "Y = Number of Service Chains"
9942   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9943   layout:
9944     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9945     layout: "plot-service-density"
9946
9947 - type: "plot"
9948   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9949   algorithm: "plot_nf_heatmap"
9950   output-file-type: ".html"
9951   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9952   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9953   filter: "'NIC_Intel-XXV710' and
9954            'NF_DENSITY' and
9955            'VHOST' and
9956            not 'VXLAN' and
9957            'CHAIN' and
9958            'NF_VPPIP4' and
9959            'IMIX' and
9960            '4T2C' and
9961            'NDRPDR'"
9962   parameters:
9963   - "throughput"
9964   - "name"
9965   - "tags"
9966   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9967   x-axis: "X = VNFs per Service Chain"
9968   y-axis: "Y = Number of Service Chains"
9969   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9970   layout:
9971     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9972     layout: "plot-service-density"
9973
9974 - type: "plot"
9975   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9976   algorithm: "plot_nf_heatmap"
9977   output-file-type: ".html"
9978   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9979   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9980   filter: "'NIC_Intel-XXV710' and
9981            'NF_DENSITY' and
9982            'VHOST' and
9983            not 'VXLAN' and
9984            'CHAIN' and
9985            'NF_VPPIP4' and
9986            'IMIX' and
9987            '8T4C' and
9988            'NDRPDR'"
9989   parameters:
9990   - "throughput"
9991   - "name"
9992   - "tags"
9993   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9994   x-axis: "X = VNFs per Service Chain"
9995   y-axis: "Y = Number of Service Chains"
9996   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9997   layout:
9998     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9999     layout: "plot-service-density"
10000
10001 # Plots - NF Density - VSC - MRR IMIX
10002 - type: "plot"
10003   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10004   algorithm: "plot_nf_heatmap"
10005   output-file-type: ".html"
10006   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10007   data: "plot-vpp-nfv-2n-clx-mrr"
10008   filter: "'NIC_Intel-XXV710' and
10009            'NF_DENSITY' and
10010            'VHOST' and
10011            'VXLAN' and
10012            'CHAIN' and
10013            'IMIX' and
10014            '2T1C' and
10015            'MRR'"
10016   parameters:
10017   - "result"
10018   - "name"
10019   - "tags"
10020   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10021   x-axis: "X = VNFs per Service Chain"
10022   y-axis: "Y = Number of Service Chains"
10023   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10024   layout:
10025     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10026     layout: "plot-service-density"
10027
10028 - type: "plot"
10029   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10030   algorithm: "plot_nf_heatmap"
10031   output-file-type: ".html"
10032   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10033   data: "plot-vpp-nfv-2n-clx-mrr"
10034   filter: "'NIC_Intel-XXV710' and
10035            'NF_DENSITY' and
10036            'VHOST' and
10037            'VXLAN' and
10038            'CHAIN' and
10039            'IMIX' and
10040            '4T2C' and
10041            'MRR'"
10042   parameters:
10043   - "result"
10044   - "name"
10045   - "tags"
10046   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10047   x-axis: "X = VNFs per Service Chain"
10048   y-axis: "Y = Number of Service Chains"
10049   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10050   layout:
10051     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10052     layout: "plot-service-density"
10053
10054 - type: "plot"
10055   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10056   algorithm: "plot_nf_heatmap"
10057   output-file-type: ".html"
10058   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10059   data: "plot-vpp-nfv-2n-clx-mrr"
10060   filter: "'NIC_Intel-XXV710' and
10061            'NF_DENSITY' and
10062            'VHOST' and
10063            'VXLAN' and
10064            'CHAIN' and
10065            'IMIX' and
10066            '8T4C' and
10067            'MRR'"
10068   parameters:
10069   - "result"
10070   - "name"
10071   - "tags"
10072   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10073   x-axis: "X = VNFs per Service Chain"
10074   y-axis: "Y = Number of Service Chains"
10075   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10076   layout:
10077     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10078     layout: "plot-service-density"
10079
10080 # Plots - NF Density - VSC - NDR IMIX
10081 - type: "plot"
10082   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10083   algorithm: "plot_nf_heatmap"
10084   output-file-type: ".html"
10085   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10086   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10087   filter: "'NIC_Intel-XXV710' and
10088            'NF_DENSITY' and
10089            'VHOST' and
10090            'VXLAN' and
10091            'CHAIN' a
10092            'IMIX' and
10093            '2T1C' and
10094            'NDRPDR'"
10095   parameters:
10096   - "throughput"
10097   - "name"
10098   - "tags"
10099   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10100   x-axis: "X = VNFs per Service Chain"
10101   y-axis: "Y = Number of Service Chains"
10102   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10103   layout:
10104     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10105     layout: "plot-service-density"
10106
10107 - type: "plot"
10108   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10109   algorithm: "plot_nf_heatmap"
10110   output-file-type: ".html"
10111   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10112   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10113   filter: "'NIC_Intel-XXV710' and
10114            'NF_DENSITY' and
10115            'VHOST' and
10116            'VXLAN' and
10117            'CHAIN' and
10118            'IMIX' and
10119            '4T2C' and
10120            'NDRPDR'"
10121   parameters:
10122   - "throughput"
10123   - "name"
10124   - "tags"
10125   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10126   x-axis: "X = VNFs per Service Chain"
10127   y-axis: "Y = Number of Service Chains"
10128   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10129   layout:
10130     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10131     layout: "plot-service-density"
10132
10133 - type: "plot"
10134   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10135   algorithm: "plot_nf_heatmap"
10136   output-file-type: ".html"
10137   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10138   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10139   filter: "'NIC_Intel-XXV710' and
10140            'NF_DENSITY' and
10141            'VHOST' and
10142            'VXLAN' and
10143            'CHAIN' and
10144            'IMIX' and
10145            '8T4C' and
10146            'NDRPDR'"
10147   parameters:
10148   - "throughput"
10149   - "name"
10150   - "tags"
10151   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10152   x-axis: "X = VNFs per Service Chain"
10153   y-axis: "Y = Number of Service Chains"
10154   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10155   layout:
10156     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10157     layout: "plot-service-density"
10158
10159 # Plots - NF Density - VSC - PDR IMIX
10160 - type: "plot"
10161   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10162   algorithm: "plot_nf_heatmap"
10163   output-file-type: ".html"
10164   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10165   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10166   filter: "'NIC_Intel-XXV710' and
10167            'NF_DENSITY' and
10168            'VHOST' and
10169            'VXLAN' and
10170            'CHAIN' and
10171            'IMIX' and
10172            '2T1C' and
10173            'NDRPDR'"
10174   parameters:
10175   - "throughput"
10176   - "name"
10177   - "tags"
10178   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10179   x-axis: "X = VNFs per Service Chain"
10180   y-axis: "Y = Number of Service Chains"
10181   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10182   layout:
10183     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10184     layout: "plot-service-density"
10185
10186 - type: "plot"
10187   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10188   algorithm: "plot_nf_heatmap"
10189   output-file-type: ".html"
10190   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10191   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10192   filter: "'NIC_Intel-XXV710' and
10193            'NF_DENSITY' and
10194            'VHOST' and
10195            'VXLAN' and
10196            'CHAIN' and
10197            'IMIX' and
10198            '4T2C' and
10199            'NDRPDR'"
10200   parameters:
10201   - "throughput"
10202   - "name"
10203   - "tags"
10204   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10205   x-axis: "X = VNFs per Service Chain"
10206   y-axis: "Y = Number of Service Chains"
10207   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10208   layout:
10209     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10210     layout: "plot-service-density"
10211
10212 - type: "plot"
10213   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10214   algorithm: "plot_nf_heatmap"
10215   output-file-type: ".html"
10216   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10217   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10218   filter: "'NIC_Intel-XXV710' and
10219            'NF_DENSITY' and
10220            'VHOST' and
10221            'VXLAN' and
10222            'CHAIN' and
10223            'IMIX' and
10224            '8T4C' and
10225            'NDRPDR'"
10226   parameters:
10227   - "throughput"
10228   - "name"
10229   - "tags"
10230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10231   x-axis: "X = VNFs per Service Chain"
10232   y-axis: "Y = Number of Service Chains"
10233   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10234   layout:
10235     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10236     layout: "plot-service-density"
10237
10238 # Plots - NF Density - CSC - MRR IMIX
10239 - type: "plot"
10240   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10241   algorithm: "plot_nf_heatmap"
10242   output-file-type: ".html"
10243   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10244   data: "plot-vpp-nfv-2n-clx-mrr"
10245   filter: "'NIC_Intel-XXV710' and
10246            'NF_DENSITY' and
10247            'DOCKER' and
10248            'CHAIN' and
10249            'NF_VPPIP4' and
10250            'IMIX' and
10251            '2T1C' and
10252            'MRR'"
10253   parameters:
10254   - "result"
10255   - "name"
10256   - "tags"
10257   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10258   x-axis: "X = CNFs per Service Chain"
10259   y-axis: "Y = Number of Service Chains"
10260   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10261   layout:
10262     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10263     layout: "plot-service-density"
10264
10265 - type: "plot"
10266   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10267   algorithm: "plot_nf_heatmap"
10268   output-file-type: ".html"
10269   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10270   data: "plot-vpp-nfv-2n-clx-mrr"
10271   filter: "'NIC_Intel-XXV710' and
10272            'NF_DENSITY' and
10273            'DOCKER' and
10274            'CHAIN' and
10275            'NF_VPPIP4' and
10276            'IMIX' and
10277            '4T2C' and
10278            'MRR'"
10279   parameters:
10280   - "result"
10281   - "name"
10282   - "tags"
10283   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10284   x-axis: "X = CNFs per Service Chain"
10285   y-axis: "Y = Number of Service Chains"
10286   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10287   layout:
10288     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10289     layout: "plot-service-density"
10290
10291 - type: "plot"
10292   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10293   algorithm: "plot_nf_heatmap"
10294   output-file-type: ".html"
10295   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10296   data: "plot-vpp-nfv-2n-clx-mrr"
10297   filter: "'NIC_Intel-XXV710' and
10298            'NF_DENSITY' and
10299            'DOCKER' and
10300            'CHAIN' and
10301            'NF_VPPIP4' and
10302            'IMIX' and
10303            '8T4C' and
10304            'MRR'"
10305   parameters:
10306   - "result"
10307   - "name"
10308   - "tags"
10309   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10310   x-axis: "X = CNFs per Service Chain"
10311   y-axis: "Y = Number of Service Chains"
10312   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10313   layout:
10314     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10315     layout: "plot-service-density"
10316
10317 # Plots - NF Density - CSC - NDR IMIX
10318 - type: "plot"
10319   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10320   algorithm: "plot_nf_heatmap"
10321   output-file-type: ".html"
10322   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10323   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10324   filter: "'NIC_Intel-XXV710' and
10325            'NF_DENSITY' and
10326            'DOCKER' and
10327            'CHAIN' and
10328            'NF_VPPIP4' and
10329            'IMIX' and
10330            '2T1C' and
10331            'NDRPDR'"
10332   parameters:
10333   - "throughput"
10334   - "name"
10335   - "tags"
10336   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10337   x-axis: "X = CNFs per Service Chain"
10338   y-axis: "Y = Number of Service Chains"
10339   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10340   layout:
10341     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10342     layout: "plot-service-density"
10343
10344 - type: "plot"
10345   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10346   algorithm: "plot_nf_heatmap"
10347   output-file-type: ".html"
10348   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10349   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10350   filter: "'NIC_Intel-XXV710' and
10351            'NF_DENSITY' and
10352            'DOCKER' and
10353            'CHAIN' and
10354            'NF_VPPIP4' and
10355            'IMIX' and
10356            '4T2C' and
10357            'NDRPDR'"
10358   parameters:
10359   - "throughput"
10360   - "name"
10361   - "tags"
10362   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10363   x-axis: "X = CNFs per Service Chain"
10364   y-axis: "Y = Number of Service Chains"
10365   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10366   layout:
10367     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10368     layout: "plot-service-density"
10369
10370 - type: "plot"
10371   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10372   algorithm: "plot_nf_heatmap"
10373   output-file-type: ".html"
10374   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10375   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10376   filter: "'NIC_Intel-XXV710' and
10377            'NF_DENSITY' and
10378            'DOCKER' and
10379            'CHAIN' and
10380            'NF_VPPIP4' and
10381            'IMIX' and
10382            '8T4C' and
10383            'NDRPDR'"
10384   parameters:
10385   - "throughput"
10386   - "name"
10387   - "tags"
10388   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10389   x-axis: "X = CNFs per Service Chain"
10390   y-axis: "Y = Number of Service Chains"
10391   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10392   layout:
10393     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10394     layout: "plot-service-density"
10395
10396 # Plots - NF Density - CSC - PDR IMIX
10397 - type: "plot"
10398   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10399   algorithm: "plot_nf_heatmap"
10400   output-file-type: ".html"
10401   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10402   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10403   filter: "'NIC_Intel-XXV710' and
10404            'NF_DENSITY' and
10405            'DOCKER' and
10406            'CHAIN' and
10407            'NF_VPPIP4' and
10408            'IMIX' and
10409            '2T1C' and
10410            'NDRPDR'"
10411   parameters:
10412   - "throughput"
10413   - "name"
10414   - "tags"
10415   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10416   x-axis: "X = CNFs per Service Chain"
10417   y-axis: "Y = Number of Service Chains"
10418   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10419   layout:
10420     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10421     layout: "plot-service-density"
10422
10423 - type: "plot"
10424   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10425   algorithm: "plot_nf_heatmap"
10426   output-file-type: ".html"
10427   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10428   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10429   filter: "'NIC_Intel-XXV710' and
10430            'NF_DENSITY' and
10431            'DOCKER' and
10432            'CHAIN' and
10433            'NF_VPPIP4' and
10434            'IMIX' and
10435            '4T2C' and
10436            'NDRPDR'"
10437   parameters:
10438   - "throughput"
10439   - "name"
10440   - "tags"
10441   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10442   x-axis: "X = CNFs per Service Chain"
10443   y-axis: "Y = Number of Service Chains"
10444   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10445   layout:
10446     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10447     layout: "plot-service-density"
10448
10449 - type: "plot"
10450   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10451   algorithm: "plot_nf_heatmap"
10452   output-file-type: ".html"
10453   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10454   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10455   filter: "'NIC_Intel-XXV710' and
10456            'NF_DENSITY' and
10457            'DOCKER' and
10458            'CHAIN' and
10459            'NF_VPPIP4' and
10460            'IMIX' and
10461            '8T4C' and
10462            'NDRPDR'"
10463   parameters:
10464   - "throughput"
10465   - "name"
10466   - "tags"
10467   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10468   x-axis: "X = CNFs per Service Chain"
10469   y-axis: "Y = Number of Service Chains"
10470   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10471   layout:
10472     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10473     layout: "plot-service-density"
10474
10475 # Plots - NF Density - CSP - MRR IMIX
10476 - type: "plot"
10477   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10478   algorithm: "plot_nf_heatmap"
10479   output-file-type: ".html"
10480   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10481   data: "plot-vpp-nfv-2n-clx-mrr"
10482   filter: "'NIC_Intel-XXV710' and
10483            'NF_DENSITY' and
10484            'DOCKER' and
10485            'PIPELINE' and
10486            'NF_VPPIP4' and
10487            'IMIX' and
10488            '2T1C' and
10489            'MRR'"
10490   parameters:
10491   - "result"
10492   - "name"
10493   - "tags"
10494   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10495   x-axis: "X = CNFs per Service Pipeline"
10496   y-axis: "Y = Number of Service Pipelines"
10497   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10498   layout:
10499     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10500     layout: "plot-service-density"
10501
10502 - type: "plot"
10503   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10504   algorithm: "plot_nf_heatmap"
10505   output-file-type: ".html"
10506   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10507   data: "plot-vpp-nfv-2n-clx-mrr"
10508   filter: "'NIC_Intel-XXV710' and
10509            'NF_DENSITY' and
10510            'DOCKER' and
10511            'PIPELINE' and
10512            'NF_VPPIP4' and
10513            'IMIX' and
10514            '4T2C' and
10515            'MRR'"
10516   parameters:
10517   - "result"
10518   - "name"
10519   - "tags"
10520   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10521   x-axis: "X = CNFs per Service Pipeline"
10522   y-axis: "Y = Number of Service Pipelines"
10523   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10524   layout:
10525     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10526     layout: "plot-service-density"
10527
10528 - type: "plot"
10529   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10530   algorithm: "plot_nf_heatmap"
10531   output-file-type: ".html"
10532   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10533   data: "plot-vpp-nfv-2n-clx-mrr"
10534   filter: "'NIC_Intel-XXV710' and
10535            'NF_DENSITY' and
10536            'DOCKER' and
10537            'PIPELINE' and
10538            'NF_VPPIP4' and
10539            'IMIX' and
10540            '8T4C' and
10541            'MRR'"
10542   parameters:
10543   - "result"
10544   - "name"
10545   - "tags"
10546   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10547   x-axis: "X = CNFs per Service Pipeline"
10548   y-axis: "Y = Number of Service Pipelines"
10549   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10550   layout:
10551     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10552     layout: "plot-service-density"
10553
10554 # Plots - NF Density - CSP - NDR IMIX
10555 - type: "plot"
10556   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10557   algorithm: "plot_nf_heatmap"
10558   output-file-type: ".html"
10559   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10560   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10561   filter: "'NIC_Intel-XXV710' and
10562            'NF_DENSITY' and
10563            'DOCKER' and
10564            'PIPELINE' and
10565            'NF_VPPIP4' and
10566            'IMIX' and
10567            '2T1C' and
10568            'NDRPDR'"
10569   parameters:
10570   - "throughput"
10571   - "name"
10572   - "tags"
10573   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10574   x-axis: "X = CNFs per Service Pipeline"
10575   y-axis: "Y = Number of Service Pipelines"
10576   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10577   layout:
10578     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10579     layout: "plot-service-density"
10580
10581 - type: "plot"
10582   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10583   algorithm: "plot_nf_heatmap"
10584   output-file-type: ".html"
10585   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10586   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10587   filter: "'NIC_Intel-XXV710' and
10588            'NF_DENSITY' and
10589            'DOCKER' and
10590            'PIPELINE' and
10591            'NF_VPPIP4' and
10592            'IMIX' and
10593            '4T2C' and
10594            'NDRPDR'"
10595   parameters:
10596   - "throughput"
10597   - "name"
10598   - "tags"
10599   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10600   x-axis: "X = CNFs per Service Pipeline"
10601   y-axis: "Y = Number of Service Pipelines"
10602   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10603   layout:
10604     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10605     layout: "plot-service-density"
10606
10607 - type: "plot"
10608   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10609   algorithm: "plot_nf_heatmap"
10610   output-file-type: ".html"
10611   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10612   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10613   filter: "'NIC_Intel-XXV710' and
10614            'NF_DENSITY' and
10615            'DOCKER' and
10616            'PIPELINE' and
10617            'NF_VPPIP4' and
10618            'IMIX' and
10619            '8T4C' and
10620            'NDRPDR'"
10621   parameters:
10622   - "throughput"
10623   - "name"
10624   - "tags"
10625   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10626   x-axis: "X = CNFs per Service Pipeline"
10627   y-axis: "Y = Number of Service Pipelines"
10628   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10629   layout:
10630     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10631     layout: "plot-service-density"
10632
10633 # Plots - NF Density - CSP - PDR IMIX
10634 - type: "plot"
10635   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10636   algorithm: "plot_nf_heatmap"
10637   output-file-type: ".html"
10638   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10639   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10640   filter: "'NIC_Intel-XXV710' and
10641            'NF_DENSITY' and
10642            'DOCKER' and
10643            'PIPELINE' and
10644            'NF_VPPIP4' and
10645            'IMIX' and
10646            '2T1C' and
10647            'NDRPDR'"
10648   parameters:
10649   - "throughput"
10650   - "name"
10651   - "tags"
10652   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10653   x-axis: "X = CNFs per Service Pipeline"
10654   y-axis: "Y = Number of Service Pipelines"
10655   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10656   layout:
10657     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10658     layout: "plot-service-density"
10659
10660 - type: "plot"
10661   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10662   algorithm: "plot_nf_heatmap"
10663   output-file-type: ".html"
10664   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10665   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10666   filter: "'NIC_Intel-XXV710' and
10667            'NF_DENSITY' and
10668            'DOCKER' and
10669            'PIPELINE' and
10670            'NF_VPPIP4' and
10671            'IMIX' and
10672            '4T2C' and
10673            'NDRPDR'"
10674   parameters:
10675   - "throughput"
10676   - "name"
10677   - "tags"
10678   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10679   x-axis: "X = CNFs per Service Pipeline"
10680   y-axis: "Y = Number of Service Pipelines"
10681   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10682   layout:
10683     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10684     layout: "plot-service-density"
10685
10686 - type: "plot"
10687   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10688   algorithm: "plot_nf_heatmap"
10689   output-file-type: ".html"
10690   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10691   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10692   filter: "'NIC_Intel-XXV710' and
10693            'NF_DENSITY' and
10694            'DOCKER' and
10695            'PIPELINE' and
10696            'NF_VPPIP4' and
10697            'IMIX' and
10698            '8T4C' and
10699            'NDRPDR'"
10700   parameters:
10701   - "throughput"
10702   - "name"
10703   - "tags"
10704   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10705   x-axis: "X = CNFs per Service Pipeline"
10706   y-axis: "Y = Number of Service Pipelines"
10707   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10708   layout:
10709     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10710     layout: "plot-service-density"
10711
10712 ################################################################################
10713
10714 # Packet Throughput
10715
10716 - type: "plot"
10717   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10718   algorithm: "plot_perf_box_name"
10719   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10720   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10721   include:
10722     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10723     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10724     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10725     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10726   layout:
10727     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10728     layout: "plot-throughput"
10729
10730 - type: "plot"
10731   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10732   algorithm: "plot_perf_box_name"
10733   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10734   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10735   include:
10736     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10737     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10738     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10739     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10740   layout:
10741     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10742     layout: "plot-throughput"
10743
10744 - type: "plot"
10745   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10746   algorithm: "plot_perf_box_name"
10747   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10748   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10749   include:
10750     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10751     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10752     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10753     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10754   layout:
10755     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10756     layout: "plot-throughput"
10757
10758 - type: "plot"
10759   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10760   algorithm: "plot_perf_box_name"
10761   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10762   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10763   include:
10764     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10765     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10766     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10767     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10768   layout:
10769     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10770     layout: "plot-throughput"
10771
10772 - type: "plot"
10773   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10774   algorithm: "plot_perf_box_name"
10775   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10777   include:
10778     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
10779     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
10780     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10781     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10782     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10783   layout:
10784     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10785     layout: "plot-throughput"
10786
10787 - type: "plot"
10788   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10789   algorithm: "plot_perf_box_name"
10790   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10792   include:
10793     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10794     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10795     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10796     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10797     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10798   layout:
10799     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10800     layout: "plot-throughput"
10801
10802 - type: "plot"
10803   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10804   algorithm: "plot_perf_box_name"
10805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10807   include:
10808     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10809     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10810     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10811     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10812     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10813   layout:
10814     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10815     layout: "plot-throughput"
10816
10817 - type: "plot"
10818   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10819   algorithm: "plot_perf_box_name"
10820   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10822   include:
10823     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10824     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10825     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10826     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10827     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10828   layout:
10829     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10830     layout: "plot-throughput"
10831
10832 - type: "plot"
10833   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10834   algorithm: "plot_perf_box_name"
10835   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10836   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10837   include:
10838     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10839     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10840     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10841     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10842     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10843   layout:
10844     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10845     layout: "plot-throughput"
10846
10847 - type: "plot"
10848   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10849   algorithm: "plot_perf_box_name"
10850   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10851   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10852   include:
10853     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10854     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10855     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10856     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10857     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10858   layout:
10859     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10860     layout: "plot-throughput"
10861
10862 - type: "plot"
10863   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10864   algorithm: "plot_perf_box_name"
10865   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10866   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10867   include:
10868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10874   layout:
10875     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10876     layout: "plot-throughput"
10877
10878 - type: "plot"
10879   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10880   algorithm: "plot_perf_box_name"
10881   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10882   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10883   include:
10884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10890   layout:
10891     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10892     layout: "plot-throughput"
10893
10894 - type: "plot"
10895   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10896   algorithm: "plot_perf_box_name"
10897   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10899   include:
10900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10905   layout:
10906     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10907     layout: "plot-throughput"
10908
10909 - type: "plot"
10910   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10911   algorithm: "plot_perf_box_name"
10912   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10913   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10914   include:
10915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10920   layout:
10921     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10922     layout: "plot-throughput"
10923
10924 - type: "plot"
10925   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10926   algorithm: "plot_perf_box_name"
10927   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10928   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10929   include:
10930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10933   layout:
10934     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10935     layout: "plot-throughput"
10936
10937 - type: "plot"
10938   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10939   algorithm: "plot_perf_box_name"
10940   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10942   include:
10943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10946   layout:
10947     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10948     layout: "plot-throughput"
10949
10950 - type: "plot"
10951   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10952   algorithm: "plot_perf_box_name"
10953   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10954   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10955   include:
10956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10961   layout:
10962     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10963     layout: "plot-throughput"
10964
10965 - type: "plot"
10966   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10967   algorithm: "plot_perf_box_name"
10968   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10970   include:
10971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10976   layout:
10977     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10978     layout: "plot-throughput"
10979
10980 - type: "plot"
10981   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10982   algorithm: "plot_perf_box_name"
10983   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10985   include:
10986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10989   layout:
10990     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10991     layout: "plot-throughput"
10992
10993 - type: "plot"
10994   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10995   algorithm: "plot_perf_box_name"
10996   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10997   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10998   include:
10999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11002   layout:
11003     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11004     layout: "plot-throughput"
11005
11006 - type: "plot"
11007   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11008   algorithm: "plot_perf_box_name"
11009   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11010   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11011   include:
11012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11018   layout:
11019     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11020     layout: "plot-throughput"
11021
11022 - type: "plot"
11023   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11024   algorithm: "plot_perf_box_name"
11025   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11026   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11027   include:
11028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11034   layout:
11035     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11036     layout: "plot-throughput"
11037
11038 - type: "plot"
11039   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11040   algorithm: "plot_perf_box_name"
11041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11043   include:
11044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11050   layout:
11051     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11052     layout: "plot-throughput"
11053
11054 - type: "plot"
11055   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11056   algorithm: "plot_perf_box_name"
11057   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11058   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11059   include:
11060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11066   layout:
11067     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11068     layout: "plot-throughput"
11069
11070 - type: "plot"
11071   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11072   algorithm: "plot_perf_box_name"
11073   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11074   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11075   include:
11076     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11077     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11078     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11079   layout:
11080     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11081     layout: "plot-throughput"
11082
11083 - type: "plot"
11084   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11085   algorithm: "plot_perf_box_name"
11086   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11087   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11088   include:
11089     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11091     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11092   layout:
11093     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11094     layout: "plot-throughput"
11095
11096 - type: "plot"
11097   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11098   algorithm: "plot_perf_box_name"
11099   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11101   include:
11102     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11105 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11106 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11107   layout:
11108     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11109     layout: "plot-throughput"
11110
11111 - type: "plot"
11112   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11113   algorithm: "plot_perf_box_name"
11114   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11116   include:
11117     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11118     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11119     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11120 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11121 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11122   layout:
11123     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11124     layout: "plot-throughput"
11125
11126 - type: "plot"
11127   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11128   algorithm: "plot_perf_box_name"
11129   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11130   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11131   include:
11132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11134     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11137   layout:
11138     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11139     layout: "plot-throughput"
11140
11141 - type: "plot"
11142   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11143   algorithm: "plot_perf_box_name"
11144   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11146   include:
11147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11149     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11152   layout:
11153     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11154     layout: "plot-throughput"
11155
11156 - type: "plot"
11157   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11158   algorithm: "plot_perf_box_name"
11159   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11161   include:
11162     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11164     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11165     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11167   layout:
11168     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11169     layout: "plot-throughput"
11170
11171 - type: "plot"
11172   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11173   algorithm: "plot_perf_box_name"
11174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11176   include:
11177     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11178     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11179     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11182   layout:
11183     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11184     layout: "plot-throughput"
11185
11186 - type: "plot"
11187   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11188   algorithm: "plot_perf_box_name"
11189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11191   include:
11192     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11193     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11198   layout:
11199     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11200     layout: "plot-throughput"
11201
11202 - type: "plot"
11203   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11204   algorithm: "plot_perf_box_name"
11205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11207   include:
11208     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11211     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11214   layout:
11215     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11216     layout: "plot-throughput"
11217
11218 - type: "plot"
11219   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11220   algorithm: "plot_perf_box_name"
11221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11223   include:
11224     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11227     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11230   layout:
11231     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11232     layout: "plot-throughput"
11233
11234 - type: "plot"
11235   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11236   algorithm: "plot_perf_box_name"
11237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11239   include:
11240     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11242     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11243     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11245     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11246   layout:
11247     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11248     layout: "plot-throughput"
11249
11250 - type: "plot"
11251   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11252   algorithm: "plot_perf_box_name"
11253   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11254   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11255   include:
11256     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11257     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11258     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11259     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11260     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11261   layout:
11262     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11263     layout: "plot-throughput"
11264
11265 - type: "plot"
11266   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11267   algorithm: "plot_perf_box_name"
11268   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11269   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11270   include:
11271     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11272     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11273     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11274     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11275     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11276   layout:
11277     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11278     layout: "plot-throughput"
11279
11280 - type: "plot"
11281   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11282   algorithm: "plot_perf_box_name"
11283   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11284   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11285   include:
11286     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11287     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11292   layout:
11293     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11294     layout: "plot-throughput"
11295
11296 - type: "plot"
11297   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11298   algorithm: "plot_perf_box_name"
11299   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11300   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11301   include:
11302     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11308   layout:
11309     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11310     layout: "plot-throughput"
11311
11312 - type: "plot"
11313   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11314   algorithm: "plot_perf_box_name"
11315   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11316   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11317   include:
11318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11322     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11323   layout:
11324     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11325     layout: "plot-throughput"
11326
11327 - type: "plot"
11328   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11329   algorithm: "plot_perf_box_name"
11330   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11331   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11332   include:
11333     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11336     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11337     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11338   layout:
11339     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11340     layout: "plot-throughput"
11341
11342 - type: "plot"
11343   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11344   algorithm: "plot_perf_box_name"
11345   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11346   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11347   include:
11348     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11349     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11350     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11351     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11352     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11353     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11354   layout:
11355     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11356     layout: "plot-throughput"
11357
11358 - type: "plot"
11359   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11360   algorithm: "plot_perf_box_name"
11361   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11362   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11363   include:
11364     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11367     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11368     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11369     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11370   layout:
11371     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11372     layout: "plot-throughput"
11373
11374 - type: "plot"
11375   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11376   algorithm: "plot_perf_box_name"
11377   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11378   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11379   include:
11380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11385   layout:
11386     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11387     layout: "plot-throughput"
11388
11389 - type: "plot"
11390   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11391   algorithm: "plot_perf_box_name"
11392   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11393   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11394   include:
11395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11400   layout:
11401     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11402     layout: "plot-throughput"
11403
11404 - type: "plot"
11405   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11406   algorithm: "plot_perf_box_name"
11407   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11408   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11409   include:
11410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11416   layout:
11417     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11418     layout: "plot-throughput"
11419
11420 - type: "plot"
11421   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11422   algorithm: "plot_perf_box_name"
11423   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11424   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11425   include:
11426     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11428     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11432   layout:
11433     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11434     layout: "plot-throughput"
11435
11436 - type: "plot"
11437   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11438   algorithm: "plot_perf_box_name"
11439   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11440   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11441   include:
11442     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11443     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11444   layout:
11445     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11446     layout: "plot-throughput"
11447
11448 - type: "plot"
11449   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11450   algorithm: "plot_perf_box_name"
11451   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11452   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11453   include:
11454     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11456   layout:
11457     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11458     layout: "plot-throughput"
11459
11460 - type: "plot"
11461   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11462   algorithm: "plot_perf_box_name"
11463   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11464   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11465   include:
11466     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11467     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11468     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11470   layout:
11471     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11472     layout: "plot-throughput"
11473
11474 - type: "plot"
11475   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11476   algorithm: "plot_perf_box_name"
11477   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11479   include:
11480     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11481     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11482     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11483     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11484   layout:
11485     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11486     layout: "plot-throughput"
11487
11488 - type: "plot"
11489   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11490   algorithm: "plot_perf_box_name"
11491   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11492   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11493   include:
11494     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11495     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11496     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11497     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11498   layout:
11499     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11500     layout: "plot-throughput"
11501
11502 - type: "plot"
11503   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11504   algorithm: "plot_perf_box_name"
11505   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11506   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11507   include:
11508     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11509     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11510     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11511     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11512   layout:
11513     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11514     layout: "plot-throughput"
11515
11516 - type: "plot"
11517   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11518   algorithm: "plot_perf_box_name"
11519   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11520   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11521   include:
11522     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11523     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11524     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11525     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11526   layout:
11527     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11528     layout: "plot-throughput"
11529
11530 - type: "plot"
11531   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11532   algorithm: "plot_perf_box_name"
11533   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11534   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11535   include:
11536     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11537     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11538     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11539     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11540   layout:
11541     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11542     layout: "plot-throughput"
11543
11544 - type: "plot"
11545   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11546   algorithm: "plot_perf_box_name"
11547   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11548   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11549   include:
11550     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11551     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11553     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11554   layout:
11555     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11556     layout: "plot-throughput"
11557
11558 - type: "plot"
11559   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11560   algorithm: "plot_perf_box_name"
11561   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11562   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11563   include:
11564     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11568   layout:
11569     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11570     layout: "plot-throughput"
11571
11572 - type: "plot"
11573   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11574   algorithm: "plot_perf_box_name"
11575   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11577   include:
11578     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11584   layout:
11585     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11586     layout: "plot-throughput"
11587
11588 - type: "plot"
11589   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11590   algorithm: "plot_perf_box_name"
11591   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11592   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11593   include:
11594     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11595     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11600   layout:
11601     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11602     layout: "plot-throughput"
11603
11604 - type: "plot"
11605   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11606   algorithm: "plot_perf_box_name"
11607   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11608   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11609   include:
11610     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11611     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11615   layout:
11616     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11617     layout: "plot-throughput"
11618
11619 - type: "plot"
11620   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11621   algorithm: "plot_perf_box_name"
11622   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11623   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11624   include:
11625     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11626     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11628     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11630   layout:
11631     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11632     layout: "plot-throughput"
11633
11634 - type: "plot"
11635   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11636   algorithm: "plot_perf_box_name"
11637   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11638   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11639   include:
11640     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11641     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11642     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11643     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11644     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11645   layout:
11646     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11647     layout: "plot-throughput"
11648
11649 - type: "plot"
11650   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11651   algorithm: "plot_perf_box_name"
11652   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11653   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11654   include:
11655     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11656     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11657     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11660   layout:
11661     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11662     layout: "plot-throughput"
11663
11664 - type: "plot"
11665   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11666   algorithm: "plot_perf_box_name"
11667   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11668   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11669   include:
11670     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11673   layout:
11674     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11675     layout: "plot-throughput"
11676
11677 - type: "plot"
11678   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11679   algorithm: "plot_perf_box_name"
11680   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11681   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11682   include:
11683     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11684     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11685     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11686   layout:
11687     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11688     layout: "plot-throughput"
11689
11690 - type: "plot"
11691   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11692   algorithm: "plot_perf_box_name"
11693   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11694   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11695   include:
11696     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11697     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11698     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11699   layout:
11700     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11701     layout: "plot-throughput"
11702
11703 - type: "plot"
11704   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11705   algorithm: "plot_perf_box_name"
11706   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11708   include:
11709     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11712   layout:
11713     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11714     layout: "plot-throughput"
11715
11716 - type: "plot"
11717   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11718   algorithm: "plot_perf_box_name"
11719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11721   include:
11722     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11727   layout:
11728     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11729     layout: "plot-throughput"
11730
11731 - type: "plot"
11732   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11733   algorithm: "plot_perf_box_name"
11734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11736   include:
11737     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11739     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11742   layout:
11743     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11744     layout: "plot-throughput"
11745
11746 - type: "plot"
11747   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11748   algorithm: "plot_perf_box_name"
11749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11751   include:
11752     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11753     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11754     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11757   layout:
11758     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11759     layout: "plot-throughput"
11760
11761 - type: "plot"
11762   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11763   algorithm: "plot_perf_box_name"
11764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11766   include:
11767     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11768     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11772   layout:
11773     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11774     layout: "plot-throughput"
11775
11776 - type: "plot"
11777   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11778   algorithm: "plot_perf_box_name"
11779   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11780   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11781   include:
11782     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11784     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11787   layout:
11788     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11789     layout: "plot-throughput"
11790
11791 - type: "plot"
11792   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11793   algorithm: "plot_perf_box_name"
11794   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11795   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11796   include:
11797     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11802   layout:
11803     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11804     layout: "plot-throughput"
11805
11806 - type: "plot"
11807   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11808   algorithm: "plot_perf_box_name"
11809   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11810   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11811   include:
11812     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11815     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11816     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11817   layout:
11818     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11819     layout: "plot-throughput"
11820
11821 - type: "plot"
11822   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11823   algorithm: "plot_perf_box_name"
11824   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11825   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11826   include:
11827     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11829     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11830     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11831     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11832   layout:
11833     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11834     layout: "plot-throughput"
11835
11836 - type: "plot"
11837   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11838   algorithm: "plot_perf_box_name"
11839   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11840   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11841   include:
11842     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11844     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11845     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11847   layout:
11848     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11849     layout: "plot-throughput"
11850
11851 - type: "plot"
11852   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11853   algorithm: "plot_perf_box_name"
11854   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11855   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11856   include:
11857     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11860     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11862   layout:
11863     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11864     layout: "plot-throughput"
11865
11866 - type: "plot"
11867   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11868   algorithm: "plot_perf_box_name"
11869   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11871   include:
11872     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11876     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11877     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11878   layout:
11879     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11880     layout: "plot-throughput"
11881
11882 - type: "plot"
11883   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11884   algorithm: "plot_perf_box_name"
11885   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11886   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11887   include:
11888     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11890     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11891     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11892     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11893     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11894   layout:
11895     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11896     layout: "plot-throughput"
11897
11898 - type: "plot"
11899   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11900   algorithm: "plot_perf_box_name"
11901   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11902   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11903   include:
11904     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11905     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11906     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11907     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11908   layout:
11909     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11910     layout: "plot-throughput"
11911
11912 - type: "plot"
11913   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11914   algorithm: "plot_perf_box_name"
11915   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11916   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11917   include:
11918     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11919     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11920     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11921     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11922   layout:
11923     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11924     layout: "plot-throughput"
11925
11926 - type: "plot"
11927   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11928   algorithm: "plot_perf_box_name"
11929   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11931   include:
11932     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11933     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11934     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11935     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11936     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11937     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11938   layout:
11939     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11940     layout: "plot-throughput"
11941
11942 - type: "plot"
11943   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11944   algorithm: "plot_perf_box_name"
11945   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11947   include:
11948     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11949     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11950     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11951     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11952     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11953     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11954   layout:
11955     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11956     layout: "plot-throughput"
11957
11958 - type: "plot"
11959   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11960   algorithm: "plot_perf_box_name"
11961   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11963   include:
11964     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11965     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11966     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11967     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11968     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11969     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11970   layout:
11971     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11972     layout: "plot-throughput"
11973
11974 - type: "plot"
11975   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11976   algorithm: "plot_perf_box_name"
11977   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11979   include:
11980     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11981     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11982     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11983     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11984     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11985     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11986   layout:
11987     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11988     layout: "plot-throughput"
11989
11990 - type: "plot"
11991   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11992   algorithm: "plot_perf_box_name"
11993   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11994   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11995   include:
11996     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11997 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11998     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11999 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12000     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12001 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12002   layout:
12003     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12004     layout: "plot-throughput"
12005
12006 - type: "plot"
12007   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12008   algorithm: "plot_perf_box_name"
12009   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12010   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12011   include:
12012     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12013 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12014     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12015 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12016     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12017 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12018   layout:
12019     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12020     layout: "plot-throughput"
12021
12022 - type: "plot"
12023   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12024   algorithm: "plot_perf_box_name"
12025   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12026   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12027   include:
12028     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12029     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12030     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12031     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12034   layout:
12035     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12036     layout: "plot-throughput"
12037
12038 - type: "plot"
12039   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12040   algorithm: "plot_perf_box_name"
12041   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12042   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12043   include:
12044     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12045     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12046     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12047     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12048     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12049     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12050   layout:
12051     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12052     layout: "plot-throughput"
12053
12054 - type: "plot"
12055   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12056   algorithm: "plot_perf_box_name"
12057   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12058   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12059   include:
12060     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12061     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12062     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12063     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12064     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12066   layout:
12067     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12068     layout: "plot-throughput"
12069
12070 - type: "plot"
12071   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12072   algorithm: "plot_perf_box_name"
12073   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12074   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12075   include:
12076     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12077     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12078     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12082   layout:
12083     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12084     layout: "plot-throughput"
12085
12086 - type: "plot"
12087   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12088   algorithm: "plot_perf_box_name"
12089   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12090   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12091   include:
12092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12098   layout:
12099     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12100     layout: "plot-throughput"
12101
12102 - type: "plot"
12103   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12104   algorithm: "plot_perf_box_name"
12105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12107   include:
12108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12114   layout:
12115     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12116     layout: "plot-throughput"
12117
12118 - type: "plot"
12119   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12120   algorithm: "plot_perf_box_name"
12121   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12123   include:
12124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12130   layout:
12131     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12132     layout: "plot-throughput"
12133
12134 - type: "plot"
12135   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12136   algorithm: "plot_perf_box_name"
12137   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12138   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12139   include:
12140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12146   layout:
12147     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12148     layout: "plot-throughput"
12149
12150 - type: "plot"
12151   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12152   algorithm: "plot_perf_box_name"
12153   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12154   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12155   include:
12156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12160   layout:
12161     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12162     layout: "plot-throughput"
12163
12164 - type: "plot"
12165   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12166   algorithm: "plot_perf_box_name"
12167   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12169   include:
12170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12174   layout:
12175     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12176     layout: "plot-throughput"
12177
12178 - type: "plot"
12179   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12180   algorithm: "plot_perf_box_name"
12181   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12182   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12183   include:
12184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12188   layout:
12189     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12190     layout: "plot-throughput"
12191
12192 - type: "plot"
12193   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12194   algorithm: "plot_perf_box_name"
12195   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12196   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12197   include:
12198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12202   layout:
12203     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12204     layout: "plot-throughput"
12205
12206 - type: "plot"
12207   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12208   algorithm: "plot_perf_box_name"
12209   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12210   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12211   include:
12212     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12213     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12214     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12215     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12216     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12217     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12218   layout:
12219     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12220     layout: "plot-throughput"
12221
12222 - type: "plot"
12223   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12224   algorithm: "plot_perf_box_name"
12225   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12226   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12227   include:
12228     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12229     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12230     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12231     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12232     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12233     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12234   layout:
12235     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12236     layout: "plot-throughput"
12237
12238 - type: "plot"
12239   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12240   algorithm: "plot_perf_box_name"
12241   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12243   include:
12244     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12245     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12246     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12247     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12248     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12249   layout:
12250     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12251     layout: "plot-throughput"
12252
12253 - type: "plot"
12254   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12255   algorithm: "plot_perf_box_name"
12256   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12258   include:
12259     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12260     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12261     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12262     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12263     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12264   layout:
12265     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12266     layout: "plot-throughput"
12267
12268 - type: "plot"
12269   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12270   algorithm: "plot_perf_box_name"
12271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12273   include:
12274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12279   layout:
12280     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12281     layout: "plot-throughput"
12282
12283 - type: "plot"
12284   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12285   algorithm: "plot_perf_box_name"
12286   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12288   include:
12289     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12294   layout:
12295     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12296     layout: "plot-throughput"
12297
12298 - type: "plot"
12299   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12300   algorithm: "plot_perf_box_name"
12301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12303   include:
12304     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12305     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12308   layout:
12309     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12310     layout: "plot-throughput"
12311
12312 - type: "plot"
12313   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12314   algorithm: "plot_perf_box_name"
12315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12317   include:
12318     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12319     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12320     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12321     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12322   layout:
12323     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12324     layout: "plot-throughput"
12325
12326 - type: "plot"
12327   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12328   algorithm: "plot_perf_box_name"
12329   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12331   include:
12332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12334     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12335     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12336     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12337     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12338   layout:
12339     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12340     layout: "plot-throughput"
12341
12342 - type: "plot"
12343   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12344   algorithm: "plot_perf_box_name"
12345   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12346   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12347   include:
12348     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12349     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12350     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12351     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12352     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12353     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12354   layout:
12355     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12356     layout: "plot-throughput"
12357
12358 - type: "plot"
12359   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12360   algorithm: "plot_perf_box_name"
12361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12363   include:
12364     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12365     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12366     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12368     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12369     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12370   layout:
12371     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12372     layout: "plot-throughput"
12373
12374 - type: "plot"
12375   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12376   algorithm: "plot_perf_box_name"
12377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12379   include:
12380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12386   layout:
12387     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12388     layout: "plot-throughput"
12389
12390 - type: "plot"
12391   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12392   algorithm: "plot_perf_box_name"
12393   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12395   include:
12396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12402   layout:
12403     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12404     layout: "plot-throughput"
12405
12406 - type: "plot"
12407   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12408   algorithm: "plot_perf_box_name"
12409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12411   include:
12412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12418   layout:
12419     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12420     layout: "plot-throughput"
12421
12422 - type: "plot"
12423   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12424   algorithm: "plot_perf_box_name"
12425   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12426   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12427   include:
12428     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12429     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12430     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12431     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12432   layout:
12433     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12434     layout: "plot-throughput"
12435
12436 - type: "plot"
12437   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12438   algorithm: "plot_perf_box_name"
12439   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12440   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12441   include:
12442     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12443     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12444     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12445     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12446   layout:
12447     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12448     layout: "plot-throughput"
12449
12450 - type: "plot"
12451   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12452   algorithm: "plot_perf_box_name"
12453   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12454   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12455   include:
12456     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12457     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12458     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12459     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12460     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12461     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12462   layout:
12463     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12464     layout: "plot-throughput"
12465
12466 - type: "plot"
12467   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12468   algorithm: "plot_perf_box_name"
12469   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12470   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12471   include:
12472     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12473     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12474     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12475     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12476     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12477     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12478   layout:
12479     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12480     layout: "plot-throughput"
12481
12482 - type: "plot"
12483   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12484   algorithm: "plot_perf_box_name"
12485   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12486   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12487   include:
12488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12489     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12490     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12492     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12493     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12494   layout:
12495     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12496     layout: "plot-throughput"
12497
12498 - type: "plot"
12499   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12500   algorithm: "plot_perf_box_name"
12501   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12502   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12503   include:
12504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12508     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12510   layout:
12511     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12512     layout: "plot-throughput"
12513
12514 - type: "plot"
12515   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12516   algorithm: "plot_perf_box_name"
12517   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12518   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12519   include:
12520     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12521     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12522     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12523     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12524   layout:
12525     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12526     layout: "plot-throughput"
12527
12528 - type: "plot"
12529   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12530   algorithm: "plot_perf_box_name"
12531   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12532   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12533   include:
12534     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12535     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12536     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12537     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12538   layout:
12539     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12540     layout: "plot-throughput"
12541
12542 - type: "plot"
12543   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12544   algorithm: "plot_perf_box_name"
12545   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12546   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12547   include:
12548     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12550     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12551     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12552     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12553     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12554   layout:
12555     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12556     layout: "plot-throughput"
12557
12558 - type: "plot"
12559   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12560   algorithm: "plot_perf_box_name"
12561   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12562   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12563   include:
12564     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12566     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12567     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12568     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12569     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12570   layout:
12571     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12572     layout: "plot-throughput"
12573
12574 - type: "plot"
12575   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12576   algorithm: "plot_perf_box_name"
12577   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12578   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12579   include:
12580     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12581     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12582     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12583     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12584   layout:
12585     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12586     layout: "plot-throughput"
12587
12588 - type: "plot"
12589   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12590   algorithm: "plot_perf_box_name"
12591   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12592   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12593   include:
12594     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12595     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12596     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12598   layout:
12599     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12600     layout: "plot-throughput"
12601
12602 - type: "plot"
12603   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12604   algorithm: "plot_perf_box_name"
12605   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12606   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12607   include:
12608     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12609     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12610     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12614   layout:
12615     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12616     layout: "plot-throughput"
12617
12618 - type: "plot"
12619   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12620   algorithm: "plot_perf_box_name"
12621   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12622   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12623   include:
12624     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12625     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12626     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12630   layout:
12631     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12632     layout: "plot-throughput"
12633
12634 - type: "plot"
12635   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12636   algorithm: "plot_perf_box_name"
12637   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12638   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12639   include:
12640     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12642     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12643     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12644     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12645     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12646   layout:
12647     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12648     layout: "plot-throughput"
12649
12650 - type: "plot"
12651   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12652   algorithm: "plot_perf_box_name"
12653   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12654   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12655   include:
12656     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12658     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12659     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12660     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12661     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12662   layout:
12663     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12664     layout: "plot-throughput"
12665
12666 - type: "plot"
12667   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12668   algorithm: "plot_perf_box_name"
12669   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12670   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12671   include:
12672     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12673     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12674     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12675     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12676     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12677     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12678   layout:
12679     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12680     layout: "plot-throughput"
12681
12682 - type: "plot"
12683   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12684   algorithm: "plot_perf_box_name"
12685   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12686   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12687   include:
12688     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12689     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12690     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12691     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12692     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12693     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12694   layout:
12695     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12696     layout: "plot-throughput"
12697
12698 - type: "plot"
12699   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12700   algorithm: "plot_perf_box_name"
12701   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12703   include:
12704     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12705     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12706     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12707     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12708     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12709     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12710   layout:
12711     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12712     layout: "plot-throughput"
12713
12714 - type: "plot"
12715   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12716   algorithm: "plot_perf_box_name"
12717   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12719   include:
12720     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12721     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12722     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12723     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12724     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12725     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12726   layout:
12727     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12728     layout: "plot-throughput"
12729
12730 - type: "plot"
12731   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12732   algorithm: "plot_perf_box_name"
12733   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12734   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12735   include:
12736     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12737     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12738     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12739     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12740     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12741     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12742   layout:
12743     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12744     layout: "plot-throughput"
12745
12746 - type: "plot"
12747   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12748   algorithm: "plot_perf_box_name"
12749   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12750   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12751   include:
12752     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12753     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12754     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12755     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12756     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12757     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12758   layout:
12759     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12760     layout: "plot-throughput"
12761
12762 #- type: "plot"
12763 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12764 #  algorithm: "plot_perf_box_name"
12765 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12766 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12767 #  include:
12768 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12769 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12770 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12771 #  layout:
12772 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12773 #    layout: "plot-throughput"
12774 #
12775 #- type: "plot"
12776 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12777 #  algorithm: "plot_perf_box_name"
12778 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12779 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12780 #  include:
12781 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12782 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12783 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12784 #  layout:
12785 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12786 #    layout: "plot-throughput"
12787
12788 - type: "plot"
12789   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12790   algorithm: "plot_perf_box_name"
12791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12793   include:
12794     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12795     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12796     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12797     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12798     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12799   layout:
12800     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12801     layout: "plot-throughput"
12802
12803 - type: "plot"
12804   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12805   algorithm: "plot_perf_box_name"
12806   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12807   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12808   include:
12809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12811     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12812     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12814   layout:
12815     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12816     layout: "plot-throughput"
12817
12818 - type: "plot"
12819   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12820   algorithm: "plot_perf_box_name"
12821   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12822   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12823   include:
12824     - "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"
12825     - "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"
12826     - "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"
12827     - "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"
12828     - "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"
12829   layout:
12830     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12831     layout: "plot-throughput"
12832
12833 - type: "plot"
12834   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12835   algorithm: "plot_perf_box_name"
12836   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12837   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12838   include:
12839     - "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"
12840     - "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"
12841     - "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"
12842     - "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"
12843     - "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"
12844   layout:
12845     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12846     layout: "plot-throughput"
12847
12848 - type: "plot"
12849   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12850   algorithm: "plot_perf_box_name"
12851   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12852   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12853   include:
12854     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12859   layout:
12860     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12861     layout: "plot-throughput"
12862
12863 - type: "plot"
12864   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12865   algorithm: "plot_perf_box_name"
12866   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12867   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12868   include:
12869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12874   layout:
12875     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12876     layout: "plot-throughput"
12877
12878 - type: "plot"
12879   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12880   algorithm: "plot_perf_box_name"
12881   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12882   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12883   include:
12884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12889   layout:
12890     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12891     layout: "plot-throughput"
12892
12893 - type: "plot"
12894   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12895   algorithm: "plot_perf_box_name"
12896   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12897   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12898   include:
12899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12904   layout:
12905     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12906     layout: "plot-throughput"
12907
12908 - type: "plot"
12909   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12910   algorithm: "plot_perf_box_name"
12911   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12912   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12913   include:
12914     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12915     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12916     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12917     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12918   layout:
12919     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12920     layout: "plot-throughput"
12921
12922 - type: "plot"
12923   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12924   algorithm: "plot_perf_box_name"
12925   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12926   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12927   include:
12928     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12929     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12930     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12931     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12932   layout:
12933     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12934     layout: "plot-throughput"
12935
12936 - type: "plot"
12937   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12938   algorithm: "plot_perf_box_name"
12939   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12940   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12941   include:
12942     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12943     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12944     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12945     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12946   layout:
12947     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12948     layout: "plot-throughput"
12949
12950 - type: "plot"
12951   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12952   algorithm: "plot_perf_box_name"
12953   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12955   include:
12956     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12957     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12958     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12959     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12960   layout:
12961     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12962     layout: "plot-throughput"
12963
12964 - type: "plot"
12965   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12966   algorithm: "plot_perf_box_name"
12967   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12969   include:
12970     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12971     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12972     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12973     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12974   layout:
12975     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12976     layout: "plot-throughput"
12977
12978 - type: "plot"
12979   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12980   algorithm: "plot_perf_box_name"
12981   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12982   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12983   include:
12984     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12985     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12986     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12987     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12988   layout:
12989     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12990     layout: "plot-throughput"
12991
12992 - type: "plot"
12993   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12994   algorithm: "plot_perf_box_name"
12995   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12996   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12997   include:
12998     - "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"
12999     - "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"
13000     - "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"
13001     - "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"
13002   layout:
13003     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13004     layout: "plot-throughput"
13005
13006 - type: "plot"
13007   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13008   algorithm: "plot_perf_box_name"
13009   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13011   include:
13012     - "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"
13013     - "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"
13014     - "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"
13015     - "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"
13016   layout:
13017     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13018     layout: "plot-throughput"
13019
13020 - type: "plot"
13021   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13022   algorithm: "plot_perf_box_name"
13023   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13025   include:
13026     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13027     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13028     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13029     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13030     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13031     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13032   layout:
13033     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13034     layout: "plot-throughput"
13035
13036 - type: "plot"
13037   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13038   algorithm: "plot_perf_box_name"
13039   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13041   include:
13042     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13043     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13044     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13045     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13046     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13047     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13048   layout:
13049     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13050     layout: "plot-throughput"
13051
13052 - type: "plot"
13053   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13054   algorithm: "plot_perf_box_name"
13055   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13056   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13057   include:
13058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13059     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13060     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13061     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13062     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13063     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13064   layout:
13065     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13066     layout: "plot-throughput"
13067
13068 - type: "plot"
13069   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13070   algorithm: "plot_perf_box_name"
13071   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13073   include:
13074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13075     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13076     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13077     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13078     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13079     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13080   layout:
13081     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13082     layout: "plot-throughput"
13083
13084 - type: "plot"
13085   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13086   algorithm: "plot_perf_box_name"
13087   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13089   include:
13090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13091     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13092     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13093     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13094     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13095     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13096   layout:
13097     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13098     layout: "plot-throughput"
13099
13100 - type: "plot"
13101   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13102   algorithm: "plot_perf_box_name"
13103   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13105   include:
13106     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13107     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13108     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13109     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13110     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13111     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13112   layout:
13113     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13114     layout: "plot-throughput"
13115
13116 - type: "plot"
13117   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13118   algorithm: "plot_perf_box_name"
13119   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13121   include:
13122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13127   layout:
13128     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13129     layout: "plot-throughput"
13130
13131 - type: "plot"
13132   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13133   algorithm: "plot_perf_box_name"
13134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13136   include:
13137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13142   layout:
13143     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13144     layout: "plot-throughput"
13145
13146 - type: "plot"
13147   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13148   algorithm: "plot_perf_box_name"
13149   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13151   include:
13152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13154   layout:
13155     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13156     layout: "plot-throughput"
13157
13158 - type: "plot"
13159   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13160   algorithm: "plot_perf_box_name"
13161   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13163   include:
13164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13166   layout:
13167     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13168     layout: "plot-throughput"
13169
13170 - type: "plot"
13171   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13172   algorithm: "plot_perf_box_name"
13173   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13175   include:
13176     - "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"
13177     - "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"
13178   layout:
13179     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13180     layout: "plot-throughput"
13181
13182 - type: "plot"
13183   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13184   algorithm: "plot_perf_box_name"
13185   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13187   include:
13188     - "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"
13189     - "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"
13190   layout:
13191     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13192     layout: "plot-throughput"
13193
13194 - type: "plot"
13195   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13196   algorithm: "plot_perf_box_name"
13197   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13198   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13199   include:
13200     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13201     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13202     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13203     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13204     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13205   layout:
13206     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13207     layout: "plot-throughput"
13208
13209 - type: "plot"
13210   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13211   algorithm: "plot_perf_box_name"
13212   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13213   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13214   include:
13215     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13216     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13217     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13218     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13219     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13220   layout:
13221     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13222     layout: "plot-throughput"
13223
13224 #- type: "plot"
13225 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13226 #  algorithm: "plot_perf_box_name"
13227 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13228 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13229 #  include:
13230 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13231 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13232 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13233 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13234 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13235 #  layout:
13236 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13237 #    layout: "plot-throughput"
13238 #
13239 #- type: "plot"
13240 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13241 #  algorithm: "plot_perf_box_name"
13242 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13243 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13244 #  include:
13245 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13246 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13247 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13248 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13249 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13250 #  layout:
13251 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13252 #    layout: "plot-throughput"
13253
13254 #- type: "plot"
13255 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13256 #  algorithm: "plot_perf_box_name"
13257 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13258 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13259 #  include:
13260 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13261 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13262 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13263 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13264 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13265 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13266 #  layout:
13267 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13268 #    layout: "plot-throughput"
13269 #
13270 #- type: "plot"
13271 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13272 #  algorithm: "plot_perf_box_name"
13273 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13274 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13275 #  include:
13276 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13277 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13278 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13279 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13280 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13281 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13282 #  layout:
13283 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13284 #    layout: "plot-throughput"
13285
13286 - type: "plot"
13287   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13288   algorithm: "plot_perf_box_name"
13289   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13290   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13291   include:
13292     - "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"
13293     - "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"
13294     - "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"
13295     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13296     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13297     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13298   layout:
13299     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13300     layout: "plot-throughput"
13301
13302 - type: "plot"
13303   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13304   algorithm: "plot_perf_box_name"
13305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13307   include:
13308     - "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"
13309     - "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"
13310     - "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"
13311     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13312     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13313     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13314   layout:
13315     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13316     layout: "plot-throughput"
13317
13318 ################################################################################
13319
13320 # Packet Speedup
13321
13322 - type: "plot"
13323   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13324   algorithm: "plot_tsa_name"
13325   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13326   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13327   include:
13328     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13329     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13330     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13331     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13332   layout:
13333     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13334     layout: "plot-throughput-speedup-analysis"
13335
13336 - type: "plot"
13337   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13338   algorithm: "plot_tsa_name"
13339   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13341   include:
13342     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13343     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13344     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13345     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13346   layout:
13347     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13348     layout: "plot-throughput-speedup-analysis"
13349
13350 - type: "plot"
13351   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13352   algorithm: "plot_tsa_name"
13353   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13354   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13355   include:
13356     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13357     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13358     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13359     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13360   layout:
13361     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13362     layout: "plot-throughput-speedup-analysis"
13363
13364 - type: "plot"
13365   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13366   algorithm: "plot_tsa_name"
13367   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13368   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13369   include:
13370     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13371     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13372     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13373     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13374   layout:
13375     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13376     layout: "plot-throughput-speedup-analysis"
13377
13378 - type: "plot"
13379   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13380   algorithm: "plot_tsa_name"
13381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13383   include:
13384     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13385     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13386     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13387     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13388     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13389   layout:
13390     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13391     layout: "plot-throughput-speedup-analysis"
13392
13393 - type: "plot"
13394   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13395   algorithm: "plot_tsa_name"
13396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13398   include:
13399     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13400     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13401     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13402     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13403     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13404   layout:
13405     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13406     layout: "plot-throughput-speedup-analysis"
13407
13408 - type: "plot"
13409   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13410   algorithm: "plot_tsa_name"
13411   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13412   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13413   include:
13414     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13415     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13416     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13417     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13418     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13419   layout:
13420     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13421     layout: "plot-throughput-speedup-analysis"
13422
13423 - type: "plot"
13424   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13425   algorithm: "plot_tsa_name"
13426   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13427   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13428   include:
13429     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13430     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13431     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13432     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13433     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13434   layout:
13435     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13436     layout: "plot-throughput-speedup-analysis"
13437
13438 - type: "plot"
13439   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13440   algorithm: "plot_tsa_name"
13441   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13443   include:
13444     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13445     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13446     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13447     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13448     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13449     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13450   layout:
13451     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13452     layout: "plot-throughput-speedup-analysis"
13453
13454 - type: "plot"
13455   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13456   algorithm: "plot_tsa_name"
13457   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13459   include:
13460     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13461     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13462     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13463     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13464     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13465     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13466   layout:
13467     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13468     layout: "plot-throughput-speedup-analysis"
13469
13470 - type: "plot"
13471   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13472   algorithm: "plot_tsa_name"
13473   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13475   include:
13476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13481   layout:
13482     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13483     layout: "plot-throughput-speedup-analysis"
13484
13485 - type: "plot"
13486   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13487   algorithm: "plot_tsa_name"
13488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13490   include:
13491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13496   layout:
13497     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13498     layout: "plot-throughput-speedup-analysis"
13499
13500 - type: "plot"
13501   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13502   algorithm: "plot_tsa_name"
13503   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13504   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13505   include:
13506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13509   layout:
13510     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13511     layout: "plot-throughput-speedup-analysis"
13512
13513 - type: "plot"
13514   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13515   algorithm: "plot_tsa_name"
13516   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13517   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13518   include:
13519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13522   layout:
13523     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13524     layout: "plot-throughput-speedup-analysis"
13525
13526 - type: "plot"
13527   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13528   algorithm: "plot_tsa_name"
13529   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13530   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13531   include:
13532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13537   layout:
13538     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13539     layout: "plot-throughput-speedup-analysis"
13540
13541 - type: "plot"
13542   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13543   algorithm: "plot_tsa_name"
13544   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13545   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13546   include:
13547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13552   layout:
13553     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13554     layout: "plot-throughput-speedup-analysis"
13555
13556 - type: "plot"
13557   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13558   algorithm: "plot_tsa_name"
13559   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13560   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13561   include:
13562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13565   layout:
13566     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13567     layout: "plot-throughput-speedup-analysis"
13568
13569 - type: "plot"
13570   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13571   algorithm: "plot_tsa_name"
13572   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13573   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13574   include:
13575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13578   layout:
13579     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13580     layout: "plot-throughput-speedup-analysis"
13581
13582 - type: "plot"
13583   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13584   algorithm: "plot_tsa_name"
13585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13587   include:
13588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13594   layout:
13595     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13596     layout: "plot-throughput-speedup-analysis"
13597
13598 - type: "plot"
13599   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13600   algorithm: "plot_tsa_name"
13601   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13603   include:
13604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13610   layout:
13611     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13612     layout: "plot-throughput-speedup-analysis"
13613
13614 - type: "plot"
13615   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13616   algorithm: "plot_tsa_name"
13617   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13618   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13619   include:
13620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13626   layout:
13627     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13628     layout: "plot-throughput-speedup-analysis"
13629
13630 - type: "plot"
13631   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13632   algorithm: "plot_tsa_name"
13633   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13634   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13635   include:
13636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13642   layout:
13643     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13644     layout: "plot-throughput-speedup-analysis"
13645
13646 - type: "plot"
13647   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13648   algorithm: "plot_tsa_name"
13649   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13650   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13651   include:
13652     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13653     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13654     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13655   layout:
13656     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13657     layout: "plot-throughput-speedup-analysis"
13658
13659 - type: "plot"
13660   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13661   algorithm: "plot_tsa_name"
13662   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13663   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13664   include:
13665     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13666     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13667     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13668   layout:
13669     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13670     layout: "plot-throughput-speedup-analysis"
13671
13672 - type: "plot"
13673   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13674   algorithm: "plot_tsa_name"
13675   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13677   include:
13678     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13679     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13680     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13681 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13682 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13683   layout:
13684     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13685     layout: "plot-throughput-speedup-analysis"
13686
13687 - type: "plot"
13688   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13689   algorithm: "plot_tsa_name"
13690   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13691   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13692   include:
13693     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13694     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13695     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13696 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13697 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13698   layout:
13699     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13700     layout: "plot-throughput-speedup-analysis"
13701
13702 - type: "plot"
13703   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13704   algorithm: "plot_tsa_name"
13705   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13706   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13707   include:
13708     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13709     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13710     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13711     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13712     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13713   layout:
13714     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13715     layout: "plot-throughput-speedup-analysis"
13716
13717 - type: "plot"
13718   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13719   algorithm: "plot_tsa_name"
13720   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13721   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13722   include:
13723     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13724     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13725     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13726     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13727     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13728   layout:
13729     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13730     layout: "plot-throughput-speedup-analysis"
13731
13732 - type: "plot"
13733   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13734   algorithm: "plot_tsa_name"
13735   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13736   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13737   include:
13738     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13739     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13740     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13741     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13742     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13743   layout:
13744     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13745     layout: "plot-throughput-speedup-analysis"
13746
13747 - type: "plot"
13748   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13749   algorithm: "plot_tsa_name"
13750   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13752   include:
13753     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13754     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13755     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13756     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13757     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13758   layout:
13759     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13760     layout: "plot-throughput-speedup-analysis"
13761
13762 - type: "plot"
13763   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13764   algorithm: "plot_tsa_name"
13765   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13767   include:
13768     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13769     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13770     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13771     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13772     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13773     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13774   layout:
13775     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13776     layout: "plot-throughput-speedup-analysis"
13777
13778 - type: "plot"
13779   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13780   algorithm: "plot_tsa_name"
13781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13783   include:
13784     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13785     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13786     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13787     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13788     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13789     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13790   layout:
13791     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13792     layout: "plot-throughput-speedup-analysis"
13793
13794 - type: "plot"
13795   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13796   algorithm: "plot_tsa_name"
13797   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13799   include:
13800     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13801     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13802     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13803     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13804     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13805     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13806   layout:
13807     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13808     layout: "plot-throughput-speedup-analysis"
13809
13810 - type: "plot"
13811   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13812   algorithm: "plot_tsa_name"
13813   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13814   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13815   include:
13816     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13817     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13818     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13819     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13820     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13821     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13822   layout:
13823     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13824     layout: "plot-throughput-speedup-analysis"
13825
13826 - type: "plot"
13827   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13828   algorithm: "plot_tsa_name"
13829   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13830   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13831   include:
13832     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13833     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13834   layout:
13835     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13836     layout: "plot-throughput-speedup-analysis"
13837
13838 - type: "plot"
13839   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13840   algorithm: "plot_tsa_name"
13841   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13842   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13843   include:
13844     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13845     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13846   layout:
13847     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13848     layout: "plot-throughput-speedup-analysis"
13849
13850 - type: "plot"
13851   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13852   algorithm: "plot_tsa_name"
13853   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13855   include:
13856     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13857     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13858     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13859     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13860   layout:
13861     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
13862     layout: "plot-throughput-speedup-analysis"
13863
13864 - type: "plot"
13865   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13866   algorithm: "plot_tsa_name"
13867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13869   include:
13870     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13871     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13872     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13873     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13874   layout:
13875     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
13876     layout: "plot-throughput-speedup-analysis"
13877
13878 - type: "plot"
13879   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13880   algorithm: "plot_tsa_name"
13881   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13883   include:
13884     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13885     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13886     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13887     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13888   layout:
13889     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13890     layout: "plot-throughput-speedup-analysis"
13891
13892 - type: "plot"
13893   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13894   algorithm: "plot_tsa_name"
13895   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13897   include:
13898     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13899     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13900     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13901     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13902   layout:
13903     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13904     layout: "plot-throughput-speedup-analysis"
13905
13906 - type: "plot"
13907   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13908   algorithm: "plot_tsa_name"
13909   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13910   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13911   include:
13912     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13913     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13914     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13915     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13916     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13917     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13918   layout:
13919     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
13920     layout: "plot-throughput-speedup-analysis"
13921
13922 - type: "plot"
13923   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13924   algorithm: "plot_tsa_name"
13925   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13927   include:
13928     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13929     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13930     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13931     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13932     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13933     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13934   layout:
13935     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
13936     layout: "plot-throughput-speedup-analysis"
13937
13938 - type: "plot"
13939   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13940   algorithm: "plot_tsa_name"
13941   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13942   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13943   include:
13944     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13945     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13946     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13947     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13948     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13949   layout:
13950     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13951     layout: "plot-throughput-speedup-analysis"
13952
13953 - type: "plot"
13954   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13955   algorithm: "plot_tsa_name"
13956   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13957   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13958   include:
13959     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13960     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13962     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13963     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13964   layout:
13965     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13966     layout: "plot-throughput-speedup-analysis"
13967
13968 - type: "plot"
13969   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13970   algorithm: "plot_tsa_name"
13971   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13973   include:
13974     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13975     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13976     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13977     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13978     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13979   layout:
13980     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
13981     layout: "plot-throughput-speedup-analysis"
13982
13983 - type: "plot"
13984   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13985   algorithm: "plot_tsa_name"
13986   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13987   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13988   include:
13989     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13990     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13991     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13992     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13993     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13994   layout:
13995     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
13996     layout: "plot-throughput-speedup-analysis"
13997
13998 - type: "plot"
13999   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14000   algorithm: "plot_tsa_name"
14001   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14002   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14003   include:
14004     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14005     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14006     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14007   layout:
14008     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14009     layout: "plot-throughput-speedup-analysis"
14010
14011 - type: "plot"
14012   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14013   algorithm: "plot_tsa_name"
14014   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14015   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14016   include:
14017     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14018     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14019     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14020   layout:
14021     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14022     layout: "plot-throughput-speedup-analysis"
14023
14024 - type: "plot"
14025   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14026   algorithm: "plot_tsa_name"
14027   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14029   include:
14030     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14031     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14032     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14033   layout:
14034     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14035     layout: "plot-throughput-speedup-analysis"
14036
14037 - type: "plot"
14038   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14039   algorithm: "plot_tsa_name"
14040   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14042   include:
14043     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14044     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14045     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14046   layout:
14047     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14048     layout: "plot-throughput-speedup-analysis"
14049
14050 - type: "plot"
14051   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14052   algorithm: "plot_tsa_name"
14053   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14054   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14055   include:
14056     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14057     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14058     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14059     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14060     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14061   layout:
14062     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14063     layout: "plot-throughput-speedup-analysis"
14064
14065 - type: "plot"
14066   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14067   algorithm: "plot_tsa_name"
14068   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14070   include:
14071     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14072     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14073     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14074     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14075     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14076   layout:
14077     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14078     layout: "plot-throughput-speedup-analysis"
14079
14080 - type: "plot"
14081   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14082   algorithm: "plot_tsa_name"
14083   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14084   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14085   include:
14086     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14087     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14088     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14089     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14090     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14091   layout:
14092     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14093     layout: "plot-throughput-speedup-analysis"
14094
14095 - type: "plot"
14096   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14097   algorithm: "plot_tsa_name"
14098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14100   include:
14101     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14102     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14103     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14104     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14105     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14106   layout:
14107     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14108     layout: "plot-throughput-speedup-analysis"
14109
14110 - type: "plot"
14111   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14112   algorithm: "plot_tsa_name"
14113   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14114   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14115   include:
14116     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14117     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14118     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14119     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14120     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14121     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14122   layout:
14123     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14124     layout: "plot-throughput-speedup-analysis"
14125
14126 - type: "plot"
14127   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14128   algorithm: "plot_tsa_name"
14129   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14130   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14131   include:
14132     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14133     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14134     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14135     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14136     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14137     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14138   layout:
14139     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14140     layout: "plot-throughput-speedup-analysis"
14141
14142 - type: "plot"
14143   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14144   algorithm: "plot_tsa_name"
14145   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14146   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14147   include:
14148     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14149     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14150     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14151     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14152   layout:
14153     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14154     layout: "plot-throughput-speedup-analysis"
14155
14156 - type: "plot"
14157   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14158   algorithm: "plot_tsa_name"
14159   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14160   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14161   include:
14162     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14163     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14164     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14165     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14166   layout:
14167     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14168     layout: "plot-throughput-speedup-analysis"
14169
14170 - type: "plot"
14171   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14172   algorithm: "plot_tsa_name"
14173   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14175   include:
14176     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14177     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14178     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14179     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14180     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14181     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14182   layout:
14183     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14184     layout: "plot-throughput-speedup-analysis"
14185
14186 - type: "plot"
14187   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14188   algorithm: "plot_tsa_name"
14189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14191   include:
14192     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14193     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14194     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14195     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14196     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14197     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14198   layout:
14199     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14200     layout: "plot-throughput-speedup-analysis"
14201
14202 - type: "plot"
14203   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14204   algorithm: "plot_tsa_name"
14205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14207   include:
14208     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14209     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14210     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14211     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14212     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14213     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14214   layout:
14215     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14216     layout: "plot-throughput-speedup-analysis"
14217
14218 - type: "plot"
14219   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14220   algorithm: "plot_tsa_name"
14221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14223   include:
14224     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14225     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14226     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14227     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14228     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14229     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14230   layout:
14231     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14232     layout: "plot-throughput-speedup-analysis"
14233
14234 - type: "plot"
14235   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14236   algorithm: "plot_tsa_name"
14237   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14238   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14239   include:
14240     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14241     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14242     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14243     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14244     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14245     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14246   layout:
14247     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14248     layout: "plot-throughput-speedup-analysis"
14249
14250 - type: "plot"
14251   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14252   algorithm: "plot_tsa_name"
14253   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14254   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14255   include:
14256     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14257     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14258     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14259     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14260     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14261     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14262   layout:
14263     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14264     layout: "plot-throughput-speedup-analysis"
14265
14266 - type: "plot"
14267   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14268   algorithm: "plot_tsa_name"
14269   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14270   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14271   include:
14272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14278   layout:
14279     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14280     layout: "plot-throughput-speedup-analysis"
14281
14282 - type: "plot"
14283   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14284   algorithm: "plot_tsa_name"
14285   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14286   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14287   include:
14288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14294   layout:
14295     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14296     layout: "plot-throughput-speedup-analysis"
14297
14298 - type: "plot"
14299   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14300   algorithm: "plot_tsa_name"
14301   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14302   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14303   include:
14304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14309     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14310   layout:
14311     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14312     layout: "plot-throughput-speedup-analysis"
14313
14314 - type: "plot"
14315   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14316   algorithm: "plot_tsa_name"
14317   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14318   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14319   include:
14320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14322     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14323     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14324     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14326   layout:
14327     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14328     layout: "plot-throughput-speedup-analysis"
14329
14330 - type: "plot"
14331   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14332   algorithm: "plot_tsa_name"
14333   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14334   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14335   include:
14336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14340   layout:
14341     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14342     layout: "plot-throughput-speedup-analysis"
14343
14344 - type: "plot"
14345   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14346   algorithm: "plot_tsa_name"
14347   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14349   include:
14350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14352     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14354   layout:
14355     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14356     layout: "plot-throughput-speedup-analysis"
14357
14358 - type: "plot"
14359   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14360   algorithm: "plot_tsa_name"
14361   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14362   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14363   include:
14364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14368   layout:
14369     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14370     layout: "plot-throughput-speedup-analysis"
14371
14372 - type: "plot"
14373   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14374   algorithm: "plot_tsa_name"
14375   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14376   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14377   include:
14378     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14379     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14381     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14382   layout:
14383     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14384     layout: "plot-throughput-speedup-analysis"
14385
14386 - type: "plot"
14387   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14388   algorithm: "plot_tsa_name"
14389   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14390   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14391   include:
14392     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14393     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14394     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14395     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14396     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14397     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14398   layout:
14399     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14400     layout: "plot-throughput-speedup-analysis"
14401
14402 - type: "plot"
14403   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14404   algorithm: "plot_tsa_name"
14405   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14406   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14407   include:
14408     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14409     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14410     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14411     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14412     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14413     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14414   layout:
14415     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14416     layout: "plot-throughput-speedup-analysis"
14417
14418 - type: "plot"
14419   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14420   algorithm: "plot_tsa_name"
14421   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14423   include:
14424     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14425     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14426     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14427     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14428     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14429   layout:
14430     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14431     layout: "plot-throughput-speedup-analysis"
14432
14433 - type: "plot"
14434   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14435   algorithm: "plot_tsa_name"
14436   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14438   include:
14439     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14440     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14441     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14442     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14443     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14444   layout:
14445     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14446     layout: "plot-throughput-speedup-analysis"
14447
14448 - type: "plot"
14449   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14450   algorithm: "plot_tsa_name"
14451   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14453   include:
14454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14459   layout:
14460     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14461     layout: "plot-throughput-speedup-analysis"
14462
14463 - type: "plot"
14464   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14465   algorithm: "plot_tsa_name"
14466   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14468   include:
14469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14474   layout:
14475     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14476     layout: "plot-throughput-speedup-analysis"
14477
14478 - type: "plot"
14479   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14480   algorithm: "plot_tsa_name"
14481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14483   include:
14484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14485     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14486     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14487     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14488   layout:
14489     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14490     layout: "plot-throughput-speedup-analysis"
14491
14492 - type: "plot"
14493   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14494   algorithm: "plot_tsa_name"
14495   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14497   include:
14498     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14499     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14500     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14501     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14502   layout:
14503     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14504     layout: "plot-throughput-speedup-analysis"
14505
14506 - type: "plot"
14507   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14508   algorithm: "plot_tsa_name"
14509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14511   include:
14512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14513     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14514     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14515     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14516     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14517     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14518   layout:
14519     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14520     layout: "plot-throughput-speedup-analysis"
14521
14522 - type: "plot"
14523   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14524   algorithm: "plot_tsa_name"
14525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14527   include:
14528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14529     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14530     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14531     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14532     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14534   layout:
14535     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14536     layout: "plot-throughput-speedup-analysis"
14537
14538 - type: "plot"
14539   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14540   algorithm: "plot_tsa_name"
14541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14543   include:
14544     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14545     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14546     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14547     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14548     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14549     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14550   layout:
14551     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14552     layout: "plot-throughput-speedup-analysis"
14553
14554 - type: "plot"
14555   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14556   algorithm: "plot_tsa_name"
14557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14559   include:
14560     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14561     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14562     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14563     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14564     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14565     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14566   layout:
14567     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14568     layout: "plot-throughput-speedup-analysis"
14569
14570 - type: "plot"
14571   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14572   algorithm: "plot_tsa_name"
14573   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14575   include:
14576     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14577     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14578     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14579     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14580     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14581     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14582   layout:
14583     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14584     layout: "plot-throughput-speedup-analysis"
14585
14586 - type: "plot"
14587   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14588   algorithm: "plot_tsa_name"
14589   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14590   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14591   include:
14592     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14593     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14594     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14595     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14596     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14598   layout:
14599     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14600     layout: "plot-throughput-speedup-analysis"
14601
14602 - type: "plot"
14603   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14604   algorithm: "plot_tsa_name"
14605   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14606   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14607   include:
14608     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14609     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14610     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14611     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14612     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14613     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14614   layout:
14615     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14616     layout: "plot-throughput-speedup-analysis"
14617
14618 - type: "plot"
14619   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14620   algorithm: "plot_tsa_name"
14621   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14622   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14623   include:
14624     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14625     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14626     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14627     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14628     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14629     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14630   layout:
14631     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14632     layout: "plot-throughput-speedup-analysis"
14633
14634 - type: "plot"
14635   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14636   algorithm: "plot_tsa_name"
14637   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14638   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14639   include:
14640     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14641     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14642     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14643     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14644     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14645     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14646   layout:
14647     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14648     layout: "plot-throughput-speedup-analysis"
14649
14650 - type: "plot"
14651   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14652   algorithm: "plot_tsa_name"
14653   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14655   include:
14656     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14657     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14658     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14659     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14660     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14661     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14662   layout:
14663     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14664     layout: "plot-throughput-speedup-analysis"
14665
14666 - type: "plot"
14667   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14668   algorithm: "plot_tsa_name"
14669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14671   include:
14672     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14673     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14674     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14675     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14676     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14677   layout:
14678     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14679     layout: "plot-throughput-speedup-analysis"
14680
14681 - type: "plot"
14682   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14683   algorithm: "plot_tsa_name"
14684   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14685   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14686   include:
14687     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14688     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14689     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14690     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14691     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14692   layout:
14693     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14694     layout: "plot-throughput-speedup-analysis"
14695
14696 - type: "plot"
14697   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14698   algorithm: "plot_tsa_name"
14699   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14700   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14701   include:
14702     - "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"
14703     - "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"
14704     - "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"
14705     - "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"
14706     - "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"
14707   layout:
14708     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14709     layout: "plot-throughput-speedup-analysis"
14710
14711 - type: "plot"
14712   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14713   algorithm: "plot_tsa_name"
14714   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14715   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14716   include:
14717     - "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"
14718     - "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"
14719     - "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"
14720     - "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"
14721     - "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"
14722   layout:
14723     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14724     layout: "plot-throughput-speedup-analysis"
14725
14726 - type: "plot"
14727   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14728   algorithm: "plot_tsa_name"
14729   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14730   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14731   include:
14732     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14733     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14734     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14735     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14737   layout:
14738     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14739     layout: "plot-throughput-speedup-analysis"
14740
14741 - type: "plot"
14742   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14743   algorithm: "plot_tsa_name"
14744   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14746   include:
14747     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14748     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14752   layout:
14753     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14754     layout: "plot-throughput-speedup-analysis"
14755
14756 - type: "plot"
14757   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14758   algorithm: "plot_tsa_name"
14759   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14761   include:
14762     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14763     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14764     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14765     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14766     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14767   layout:
14768     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14769     layout: "plot-throughput-speedup-analysis"
14770
14771 - type: "plot"
14772   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14773   algorithm: "plot_tsa_name"
14774   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14775   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14776   include:
14777     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14778     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14779     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14780     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14781     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14782   layout:
14783     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14784     layout: "plot-throughput-speedup-analysis"
14785
14786 - type: "plot"
14787   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14788   algorithm: "plot_tsa_name"
14789   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
14790   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14791   include:
14792     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14793     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14794     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14795     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14796   layout:
14797     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14798     layout: "plot-throughput-speedup-analysis"
14799
14800 - type: "plot"
14801   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14802   algorithm: "plot_tsa_name"
14803   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
14804   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14805   include:
14806     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14807     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14808     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14809     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14810   layout:
14811     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14812     layout: "plot-throughput-speedup-analysis"
14813
14814 - type: "plot"
14815   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14816   algorithm: "plot_tsa_name"
14817   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14818   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14819   include:
14820     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14821     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14822     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14823     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14824   layout:
14825     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14826     layout: "plot-throughput-speedup-analysis"
14827
14828 - type: "plot"
14829   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14830   algorithm: "plot_tsa_name"
14831   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14832   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14833   include:
14834     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14835     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14836     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14837     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14838   layout:
14839     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14840     layout: "plot-throughput-speedup-analysis"
14841
14842 - type: "plot"
14843   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14844   algorithm: "plot_tsa_name"
14845   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14847   include:
14848     - "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"
14849     - "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"
14850     - "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"
14851     - "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"
14852   layout:
14853     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14854     layout: "plot-throughput-speedup-analysis"
14855
14856 - type: "plot"
14857   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14858   algorithm: "plot_tsa_name"
14859   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14860   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14861   include:
14862     - "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"
14863     - "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"
14864     - "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"
14865     - "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"
14866   layout:
14867     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14868     layout: "plot-throughput-speedup-analysis"
14869
14870 - type: "plot"
14871   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14872   algorithm: "plot_tsa_name"
14873   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14875   include:
14876     - "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"
14877     - "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"
14878     - "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"
14879     - "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"
14880   layout:
14881     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14882     layout: "plot-throughput-speedup-analysis"
14883
14884 - type: "plot"
14885   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14886   algorithm: "plot_tsa_name"
14887   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14888   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14889   include:
14890     - "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"
14891     - "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"
14892     - "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"
14893     - "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"
14894   layout:
14895     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14896     layout: "plot-throughput-speedup-analysis"
14897
14898 - type: "plot"
14899   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
14900   algorithm: "plot_tsa_name"
14901   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14902   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14903   include:
14904     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14905     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14906     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14907     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14908     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14909     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14910   layout:
14911     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
14912     layout: "plot-throughput-speedup-analysis"
14913
14914 - type: "plot"
14915   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
14916   algorithm: "plot_tsa_name"
14917   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14918   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14919   include:
14920     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14921     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14922     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14923     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14924     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14925     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14926   layout:
14927     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
14928     layout: "plot-throughput-speedup-analysis"
14929
14930 - type: "plot"
14931   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14932   algorithm: "plot_tsa_name"
14933   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14934   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14935   include:
14936     - "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"
14937     - "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"
14938     - "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"
14939     - "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"
14940     - "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"
14941     - "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"
14942   layout:
14943     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14944     layout: "plot-throughput-speedup-analysis"
14945
14946 - type: "plot"
14947   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14948   algorithm: "plot_tsa_name"
14949   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14951   include:
14952     - "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"
14953     - "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"
14954     - "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"
14955     - "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"
14956     - "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"
14957     - "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"
14958   layout:
14959     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14960     layout: "plot-throughput-speedup-analysis"
14961
14962 - type: "plot"
14963   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14964   algorithm: "plot_tsa_name"
14965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14967   include:
14968     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14969     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14970     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14971     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14972     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14973     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14974   layout:
14975     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14976     layout: "plot-throughput-speedup-analysis"
14977
14978 - type: "plot"
14979   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14980   algorithm: "plot_tsa_name"
14981   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14982   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14983   include:
14984     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14985     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14986     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14987     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14988     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14989     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14990   layout:
14991     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14992     layout: "plot-throughput-speedup-analysis"
14993
14994 - type: "plot"
14995   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14996   algorithm: "plot_tsa_name"
14997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14999   include:
15000     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15001     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15002     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15003     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15004     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15005   layout:
15006     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15007     layout: "plot-throughput-speedup-analysis"
15008
15009 - type: "plot"
15010   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15011   algorithm: "plot_tsa_name"
15012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15014   include:
15015     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15016     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15017     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15018     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15019     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15020   layout:
15021     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15022     layout: "plot-throughput-speedup-analysis"
15023
15024 - type: "plot"
15025   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15026   algorithm: "plot_tsa_name"
15027   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15029   include:
15030     - "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"
15031     - "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"
15032   layout:
15033     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15034     layout: "plot-throughput-speedup-analysis"
15035
15036 - type: "plot"
15037   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15038   algorithm: "plot_tsa_name"
15039   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15041   include:
15042     - "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"
15043     - "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"
15044   layout:
15045     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15046     layout: "plot-throughput-speedup-analysis"
15047
15048 - type: "plot"
15049   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15050   algorithm: "plot_tsa_name"
15051   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15053   include:
15054     - "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"
15055     - "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"
15056   layout:
15057     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15058     layout: "plot-throughput-speedup-analysis"
15059
15060 - type: "plot"
15061   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15062   algorithm: "plot_tsa_name"
15063   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15064   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15065   include:
15066     - "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"
15067     - "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"
15068   layout:
15069     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15070     layout: "plot-throughput-speedup-analysis"
15071
15072 - type: "plot"
15073   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15074   algorithm: "plot_tsa_name"
15075   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15076   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15077   include:
15078     - "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"
15079     - "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"
15080     - "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"
15081     - "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"
15082     - "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"
15083     - "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"
15084   layout:
15085     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15086     layout: "plot-throughput-speedup-analysis"
15087
15088 - type: "plot"
15089   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15090   algorithm: "plot_tsa_name"
15091   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15092   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15093   include:
15094     - "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"
15095     - "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"
15096     - "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"
15097     - "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"
15098     - "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"
15099     - "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"
15100   layout:
15101     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15102     layout: "plot-throughput-speedup-analysis"
15103
15104 - type: "plot"
15105   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15106   algorithm: "plot_tsa_name"
15107   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15108   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15109   include:
15110     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15111     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15112     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15113     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15114     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15115   layout:
15116     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15117     layout: "plot-throughput-speedup-analysis"
15118
15119 - type: "plot"
15120   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15121   algorithm: "plot_tsa_name"
15122   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15123   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15124   include:
15125     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15126     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15127     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15128     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15129     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15130   layout:
15131     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15132     layout: "plot-throughput-speedup-analysis"
15133
15134 - type: "plot"
15135   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15136   algorithm: "plot_tsa_name"
15137   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15138   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15139   include:
15140     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15141     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15142     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15143     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15144     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15145   layout:
15146     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15147     layout: "plot-throughput-speedup-analysis"
15148
15149 - type: "plot"
15150   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15151   algorithm: "plot_tsa_name"
15152   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15153   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15154   include:
15155     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15156     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15157     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15158     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15159     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15160   layout:
15161     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15162     layout: "plot-throughput-speedup-analysis"
15163
15164 - type: "plot"
15165   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15166   algorithm: "plot_tsa_name"
15167   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15168   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15169   include:
15170     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15171     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15172     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15173     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15175     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15176   layout:
15177     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15178     layout: "plot-throughput-speedup-analysis"
15179
15180 - type: "plot"
15181   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15182   algorithm: "plot_tsa_name"
15183   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15184   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15185   include:
15186     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15187     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15188     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15189     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15190     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15191     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15192   layout:
15193     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15194     layout: "plot-throughput-speedup-analysis"
15195
15196 - type: "plot"
15197   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15198   algorithm: "plot_tsa_name"
15199   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15200   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15201   include:
15202     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15203     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15205     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15206   layout:
15207     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15208     layout: "plot-throughput-speedup-analysis"
15209
15210 - type: "plot"
15211   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15212   algorithm: "plot_tsa_name"
15213   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15214   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15215   include:
15216     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15217     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15220   layout:
15221     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15222     layout: "plot-throughput-speedup-analysis"
15223
15224 - type: "plot"
15225   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15226   algorithm: "plot_tsa_name"
15227   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15228   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15229   include:
15230     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15231     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15233     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15234     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15235   layout:
15236     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15237     layout: "plot-throughput-speedup-analysis"
15238
15239 - type: "plot"
15240   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15241   algorithm: "plot_tsa_name"
15242   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15243   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15244   include:
15245     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15247     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15249     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15250   layout:
15251     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15252     layout: "plot-throughput-speedup-analysis"
15253
15254 - type: "plot"
15255   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15256   algorithm: "plot_tsa_name"
15257   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15258   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15259   include:
15260     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15261     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15262     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15263     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15264     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15265     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15266   layout:
15267     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15268     layout: "plot-throughput-speedup-analysis"
15269
15270 - type: "plot"
15271   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15272   algorithm: "plot_tsa_name"
15273   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15274   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15275   include:
15276     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15277     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15278     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15279     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15280     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15281     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15282   layout:
15283     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15284     layout: "plot-throughput-speedup-analysis"
15285
15286 - type: "plot"
15287   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15288   algorithm: "plot_tsa_name"
15289   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15290   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15291   include:
15292     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15293     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15294     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15295     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15296   layout:
15297     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15298     layout: "plot-throughput-speedup-analysis"
15299
15300 - type: "plot"
15301   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15302   algorithm: "plot_tsa_name"
15303   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15304   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15305   include:
15306     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15307     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15308     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15309     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15310   layout:
15311     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15312     layout: "plot-throughput-speedup-analysis"
15313
15314 - type: "plot"
15315   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15316   algorithm: "plot_tsa_name"
15317   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15318   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15319   include:
15320     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15321     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15322     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15323     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15324     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15325     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15326   layout:
15327     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15328     layout: "plot-throughput-speedup-analysis"
15329
15330 - type: "plot"
15331   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15332   algorithm: "plot_tsa_name"
15333   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15334   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15335   include:
15336     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15337     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15338     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15339     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15340     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15341     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15342   layout:
15343     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15344     layout: "plot-throughput-speedup-analysis"
15345
15346 - type: "plot"
15347   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15348   algorithm: "plot_tsa_name"
15349   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15350   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15351   include:
15352     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15353     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15354     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15355     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15356     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15357     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15358   layout:
15359     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15360     layout: "plot-throughput-speedup-analysis"
15361
15362 - type: "plot"
15363   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15364   algorithm: "plot_tsa_name"
15365   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15366   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15367   include:
15368     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15369     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15370     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15371     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15372     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15373     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15374   layout:
15375     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15376     layout: "plot-throughput-speedup-analysis"
15377
15378 - type: "plot"
15379   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15380   algorithm: "plot_tsa_name"
15381   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15382   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15383   include:
15384     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15385     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15386     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15387     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15388     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15389     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15390   layout:
15391     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15392     layout: "plot-throughput-speedup-analysis"
15393
15394 - type: "plot"
15395   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15396   algorithm: "plot_tsa_name"
15397   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15398   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15399   include:
15400     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15401     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15402     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15403     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15404     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15405     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15406   layout:
15407     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15408     layout: "plot-throughput-speedup-analysis"
15409
15410 - type: "plot"
15411   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15412   algorithm: "plot_tsa_name"
15413   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15414   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15415   include:
15416     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15417     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15418     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15419     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15420     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15421   layout:
15422     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15423     layout: "plot-throughput-speedup-analysis"
15424
15425 - type: "plot"
15426   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15427   algorithm: "plot_tsa_name"
15428   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15429   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15430   include:
15431     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15432     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15433     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15434     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15435     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15436   layout:
15437     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15438     layout: "plot-throughput-speedup-analysis"
15439
15440 #- type: "plot"
15441 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15442 #  algorithm: "plot_tsa_name"
15443 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15444 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15445 #  include:
15446 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15447 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15448 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15449 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15450 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15451 #  layout:
15452 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15453 #    layout: "plot-throughput-speedup-analysis"
15454 #
15455 #- type: "plot"
15456 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15457 #  algorithm: "plot_tsa_name"
15458 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15459 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15460 #  include:
15461 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15462 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15463 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15464 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15465 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15466 #  layout:
15467 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15468 #    layout: "plot-throughput-speedup-analysis"
15469
15470 #- type: "plot"
15471 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15472 #  algorithm: "plot_tsa_name"
15473 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15474 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15475 #  include:
15476 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15477 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15478 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15479 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15480 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15481 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15482 #  layout:
15483 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15484 #    layout: "plot-throughput-speedup-analysis"
15485 #
15486 #- type: "plot"
15487 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15488 #  algorithm: "plot_tsa_name"
15489 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15490 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15491 #  include:
15492 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15493 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15494 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15495 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15496 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15497 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15498 #  layout:
15499 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15500 #    layout: "plot-throughput-speedup-analysis"
15501
15502 - type: "plot"
15503   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15504   algorithm: "plot_tsa_name"
15505   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15506   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15507   include:
15508     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15509     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15510     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15511     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15512     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15513   layout:
15514     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15515     layout: "plot-throughput-speedup-analysis"
15516
15517 - type: "plot"
15518   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15519   algorithm: "plot_tsa_name"
15520   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15521   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15522   include:
15523     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15524     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15525     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15526     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15527     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15528   layout:
15529     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15530     layout: "plot-throughput-speedup-analysis"
15531
15532 - type: "plot"
15533   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15534   algorithm: "plot_tsa_name"
15535   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15536   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15537   include:
15538     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15539     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15540     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15541     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15542     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15543     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15544   layout:
15545     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15546     layout: "plot-throughput-speedup-analysis"
15547
15548 - type: "plot"
15549   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15550   algorithm: "plot_tsa_name"
15551   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15552   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15553   include:
15554     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15555     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15556     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15557     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15558     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15559     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15560   layout:
15561     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15562     layout: "plot-throughput-speedup-analysis"
15563
15564 - type: "plot"
15565   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15566   algorithm: "plot_tsa_name"
15567   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15568   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15569   include:
15570     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15571     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15572     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15573     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15574     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15575   layout:
15576     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15577     layout: "plot-throughput-speedup-analysis"
15578
15579 - type: "plot"
15580   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15581   algorithm: "plot_tsa_name"
15582   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15583   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15584   include:
15585     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15586     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15587     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15588     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15589     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15590   layout:
15591     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15592     layout: "plot-throughput-speedup-analysis"
15593
15594 - type: "plot"
15595   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15596   algorithm: "plot_tsa_name"
15597   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15598   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15599   include:
15600     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15601     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15604   layout:
15605     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15606     layout: "plot-throughput-speedup-analysis"
15607
15608 - type: "plot"
15609   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15610   algorithm: "plot_tsa_name"
15611   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15612   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15613   include:
15614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15615     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15618   layout:
15619     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15620     layout: "plot-throughput-speedup-analysis"
15621
15622 - type: "plot"
15623   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15624   algorithm: "plot_tsa_name"
15625   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15626   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15627   include:
15628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15629     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15630     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15634   layout:
15635     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15636     layout: "plot-throughput-speedup-analysis"
15637
15638 - type: "plot"
15639   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15640   algorithm: "plot_tsa_name"
15641   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15642   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15643   include:
15644     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15645     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15650   layout:
15651     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15652     layout: "plot-throughput-speedup-analysis"
15653
15654 - type: "plot"
15655   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15656   algorithm: "plot_tsa_name"
15657   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15658   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15659   include:
15660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15665   layout:
15666     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15667     layout: "plot-throughput-speedup-analysis"
15668
15669 - type: "plot"
15670   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15671   algorithm: "plot_tsa_name"
15672   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15673   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15674   include:
15675     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15676     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15677     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15678     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15679     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15680   layout:
15681     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15682     layout: "plot-throughput-speedup-analysis"
15683
15684 - type: "plot"
15685   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15686   algorithm: "plot_tsa_name"
15687   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15688   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15689   include:
15690     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15691     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15692     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15693     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15694     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15695     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15696   layout:
15697     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15698     layout: "plot-throughput-speedup-analysis"
15699
15700 - type: "plot"
15701   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15702   algorithm: "plot_tsa_name"
15703   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15704   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15705   include:
15706     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15707     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15708     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15709     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15710     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15711     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15712   layout:
15713     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15714     layout: "plot-throughput-speedup-analysis"
15715
15716 - type: "plot"
15717   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15718   algorithm: "plot_tsa_name"
15719   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15720   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15721   include:
15722     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15723     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15724     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15725     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15726   layout:
15727     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15728     layout: "plot-throughput-speedup-analysis"
15729
15730 - type: "plot"
15731   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15732   algorithm: "plot_tsa_name"
15733   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15734   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15735   include:
15736     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15737     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15738     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15739     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15740   layout:
15741     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15742     layout: "plot-throughput-speedup-analysis"
15743
15744 - type: "plot"
15745   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15746   algorithm: "plot_tsa_name"
15747   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15748   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15749   include:
15750     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15751     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15752     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15753     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15754     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15755   layout:
15756     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15757     layout: "plot-throughput-speedup-analysis"
15758
15759 - type: "plot"
15760   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15761   algorithm: "plot_tsa_name"
15762   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15763   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15764   include:
15765     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15766     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15767     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15768     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15769     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15770   layout:
15771     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15772     layout: "plot-throughput-speedup-analysis"
15773
15774 - type: "plot"
15775   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15776   algorithm: "plot_tsa_name"
15777   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15778   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15779   include:
15780     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15781     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15782     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15783     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15784     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15785     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15786   layout:
15787     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15788     layout: "plot-throughput-speedup-analysis"
15789
15790 - type: "plot"
15791   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15792   algorithm: "plot_tsa_name"
15793   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15794   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15795   include:
15796     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15797     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15798     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15799     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15800     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15801     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15802   layout:
15803     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15804     layout: "plot-throughput-speedup-analysis"
15805
15806 - type: "plot"
15807   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15808   algorithm: "plot_tsa_name"
15809   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15810   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15811   include:
15812     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15813     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15814     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15815     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15816   layout:
15817     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15818     layout: "plot-throughput-speedup-analysis"
15819
15820 - type: "plot"
15821   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15822   algorithm: "plot_tsa_name"
15823   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15824   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15825   include:
15826     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15827     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15828     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15829     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15830   layout:
15831     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15832     layout: "plot-throughput-speedup-analysis"
15833
15834 - type: "plot"
15835   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15836   algorithm: "plot_tsa_name"
15837   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15838   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15839   include:
15840     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15841     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15842     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15843     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15844     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15845     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15846   layout:
15847     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15848     layout: "plot-throughput-speedup-analysis"
15849
15850 - type: "plot"
15851   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15852   algorithm: "plot_tsa_name"
15853   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15854   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15855   include:
15856     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15857     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15858     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15859     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15860     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15861     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15862   layout:
15863     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15864     layout: "plot-throughput-speedup-analysis"
15865
15866 - type: "plot"
15867   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15868   algorithm: "plot_tsa_name"
15869   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15870   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15871   include:
15872     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15873     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15874     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15875     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15876     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15877     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15878   layout:
15879     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15880     layout: "plot-throughput-speedup-analysis"
15881
15882 - type: "plot"
15883   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15884   algorithm: "plot_tsa_name"
15885   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15886   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15887   include:
15888     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15889     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15890     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15891     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15892     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15893     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15894   layout:
15895     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15896     layout: "plot-throughput-speedup-analysis"
15897
15898 #- type: "plot"
15899 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15900 #  algorithm: "plot_tsa_name"
15901 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15902 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15903 #  include:
15904 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15905 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15906 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15907 #  layout:
15908 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15909 #    layout: "plot-throughput-speedup-analysis"
15910 #
15911 #- type: "plot"
15912 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15913 #  algorithm: "plot_tsa_name"
15914 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15915 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15916 #  include:
15917 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15918 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15919 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15920 #  layout:
15921 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15922 #    layout: "plot-throughput-speedup-analysis"
15923
15924 ################################################################################
15925
15926 # Packet Throughput - DPDK
15927
15928 # 2n-skx-xxv710
15929
15930 #- type: "plot"
15931 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
15932 #  algorithm: "plot_perf_box_name"
15933 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
15934 #  data: "plot-dpdk-throughput-latency-2n-skx"
15935 #  include:
15936 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15937 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15938 #  layout:
15939 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
15940 #    layout: "plot-throughput"
15941 #
15942 #- type: "plot"
15943 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
15944 #  algorithm: "plot_perf_box_name"
15945 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
15946 #  data: "plot-dpdk-throughput-latency-2n-skx"
15947 #  include:
15948 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15949 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15950 #  layout:
15951 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
15952 #    layout: "plot-throughput"
15953 #
15954 #- type: "plot"
15955 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
15956 #  algorithm: "plot_perf_box_name"
15957 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
15958 #  data: "plot-dpdk-throughput-latency-2n-skx"
15959 #  include:
15960 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15961 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15962 #  layout:
15963 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
15964 #    layout: "plot-throughput"
15965 #
15966 #- type: "plot"
15967 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
15968 #  algorithm: "plot_perf_box_name"
15969 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
15970 #  data: "plot-dpdk-throughput-latency-2n-skx"
15971 #  include:
15972 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15973 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15974 #  layout:
15975 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
15976 #    layout: "plot-throughput"
15977 #
15978 ## 2n-skx-x710
15979 #
15980 #- type: "plot"
15981 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
15982 #  algorithm: "plot_perf_box_name"
15983 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
15984 #  data: "plot-dpdk-throughput-latency-2n-skx"
15985 #  include:
15986 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15987 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15988 #  layout:
15989 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
15990 #    layout: "plot-throughput"
15991 #
15992 #- type: "plot"
15993 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
15994 #  algorithm: "plot_perf_box_name"
15995 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
15996 #  data: "plot-dpdk-throughput-latency-2n-skx"
15997 #  include:
15998 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15999 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16000 #  layout:
16001 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
16002 #    layout: "plot-throughput"
16003 #
16004 #- type: "plot"
16005 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16006 #  algorithm: "plot_perf_box_name"
16007 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16008 #  data: "plot-dpdk-throughput-latency-2n-skx"
16009 #  include:
16010 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16011 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16012 #  layout:
16013 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
16014 #    layout: "plot-throughput"
16015 #
16016 #- type: "plot"
16017 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16018 #  algorithm: "plot_perf_box_name"
16019 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16020 #  data: "plot-dpdk-throughput-latency-2n-skx"
16021 #  include:
16022 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16023 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16024 #  layout:
16025 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
16026 #    layout: "plot-throughput"
16027 #
16028 ## 3n-skx-xxv710
16029 #
16030 #- type: "plot"
16031 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16032 #  algorithm: "plot_perf_box_name"
16033 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16034 #  data: "plot-dpdk-throughput-latency-3n-skx"
16035 #  include:
16036 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16037 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16038 #  layout:
16039 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16040 #    layout: "plot-throughput"
16041 #
16042 #- type: "plot"
16043 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16044 #  algorithm: "plot_perf_box_name"
16045 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16046 #  data: "plot-dpdk-throughput-latency-3n-skx"
16047 #  include:
16048 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16049 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16050 #  layout:
16051 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16052 #    layout: "plot-throughput"
16053 #
16054 #- type: "plot"
16055 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16056 #  algorithm: "plot_perf_box_name"
16057 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16058 #  data: "plot-dpdk-throughput-latency-3n-skx"
16059 #  include:
16060 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16061 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16062 #  layout:
16063 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16064 #    layout: "plot-throughput"
16065 #
16066 #- type: "plot"
16067 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16068 #  algorithm: "plot_perf_box_name"
16069 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16070 #  data: "plot-dpdk-throughput-latency-3n-skx"
16071 #  include:
16072 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16073 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16074 #  layout:
16075 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16076 #    layout: "plot-throughput"
16077 #
16078 ## 3n-skx-x710
16079 #
16080 #- type: "plot"
16081 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16082 #  algorithm: "plot_perf_box_name"
16083 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16084 #  data: "plot-dpdk-throughput-latency-3n-skx"
16085 #  include:
16086 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16087 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16088 #  layout:
16089 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
16090 #    layout: "plot-throughput"
16091 #
16092 #- type: "plot"
16093 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16094 #  algorithm: "plot_perf_box_name"
16095 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16096 #  data: "plot-dpdk-throughput-latency-3n-skx"
16097 #  include:
16098 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16099 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16100 #  layout:
16101 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
16102 #    layout: "plot-throughput"
16103 #
16104 #- type: "plot"
16105 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16106 #  algorithm: "plot_perf_box_name"
16107 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16108 #  data: "plot-dpdk-throughput-latency-3n-skx"
16109 #  include:
16110 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16111 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16112 #  layout:
16113 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
16114 #    layout: "plot-throughput"
16115 #
16116 #- type: "plot"
16117 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16118 #  algorithm: "plot_perf_box_name"
16119 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16120 #  data: "plot-dpdk-throughput-latency-3n-skx"
16121 #  include:
16122 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16123 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16124 #  layout:
16125 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
16126 #    layout: "plot-throughput"
16127
16128 # 3n-hsw-xl710
16129
16130 - type: "plot"
16131   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16132   algorithm: "plot_perf_box_name"
16133   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16134   data: "plot-dpdk-throughput-latency-3n-hsw"
16135   include:
16136     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16137     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16138   layout:
16139     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16140     layout: "plot-throughput"
16141
16142 - type: "plot"
16143   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16144   algorithm: "plot_perf_box_name"
16145   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16146   data: "plot-dpdk-throughput-latency-3n-hsw"
16147   include:
16148     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16149     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16150   layout:
16151     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16152     layout: "plot-throughput"
16153
16154 - type: "plot"
16155   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16156   algorithm: "plot_perf_box_name"
16157   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16158   data: "plot-dpdk-throughput-latency-3n-hsw"
16159   include:
16160     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16161     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16162   layout:
16163     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16164     layout: "plot-throughput"
16165
16166 - type: "plot"
16167   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16168   algorithm: "plot_perf_box_name"
16169   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16170   data: "plot-dpdk-throughput-latency-3n-hsw"
16171   include:
16172     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16173     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16174   layout:
16175     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16176     layout: "plot-throughput"
16177
16178 # 3n-hsw-x710
16179
16180 - type: "plot"
16181   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16182   algorithm: "plot_perf_box_name"
16183   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16184   data: "plot-dpdk-throughput-latency-3n-hsw"
16185   include:
16186     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16187     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16188   layout:
16189     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16190     layout: "plot-throughput"
16191
16192 - type: "plot"
16193   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16194   algorithm: "plot_perf_box_name"
16195   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16196   data: "plot-dpdk-throughput-latency-3n-hsw"
16197   include:
16198     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16199     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16200   layout:
16201     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16202     layout: "plot-throughput"
16203
16204 - type: "plot"
16205   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16206   algorithm: "plot_perf_box_name"
16207   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16208   data: "plot-dpdk-throughput-latency-3n-hsw"
16209   include:
16210     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16211     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16212   layout:
16213     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16214     layout: "plot-throughput"
16215
16216 - type: "plot"
16217   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16218   algorithm: "plot_perf_box_name"
16219   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16220   data: "plot-dpdk-throughput-latency-3n-hsw"
16221   include:
16222     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16223     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16224   layout:
16225     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16226     layout: "plot-throughput"
16227
16228 # 2n-dnv-x553
16229
16230 - type: "plot"
16231   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16232   algorithm: "plot_perf_box_name"
16233   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16234   data: "plot-dpdk-throughput-latency-2n-dnv"
16235   include:
16236     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16237     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16238   layout:
16239     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16240     layout: "plot-throughput"
16241
16242 - type: "plot"
16243   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16244   algorithm: "plot_perf_box_name"
16245   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16246   data: "plot-dpdk-throughput-latency-2n-dnv"
16247   include:
16248     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16249     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16250   layout:
16251     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16252     layout: "plot-throughput"
16253
16254 - type: "plot"
16255   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16256   algorithm: "plot_perf_box_name"
16257   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16258   data: "plot-dpdk-throughput-latency-2n-dnv"
16259   include:
16260     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16261     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16262   layout:
16263     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16264     layout: "plot-throughput"
16265
16266 - type: "plot"
16267   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16268   algorithm: "plot_perf_box_name"
16269   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16270   data: "plot-dpdk-throughput-latency-2n-dnv"
16271   include:
16272     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16273     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16274   layout:
16275     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16276     layout: "plot-throughput"
16277
16278 # 3n-dnv-x553
16279
16280 - type: "plot"
16281   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16282   algorithm: "plot_perf_box_name"
16283   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16284   data: "plot-dpdk-throughput-latency-3n-dnv"
16285   include:
16286     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16287     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16288   layout:
16289     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16290     layout: "plot-throughput"
16291
16292 - type: "plot"
16293   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16294   algorithm: "plot_perf_box_name"
16295   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16296   data: "plot-dpdk-throughput-latency-3n-dnv"
16297   include:
16298     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16299     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16300   layout:
16301     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16302     layout: "plot-throughput"
16303
16304 - type: "plot"
16305   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16306   algorithm: "plot_perf_box_name"
16307   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16308   data: "plot-dpdk-throughput-latency-3n-dnv"
16309   include:
16310     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16311     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16312   layout:
16313     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16314     layout: "plot-throughput"
16315
16316 - type: "plot"
16317   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16318   algorithm: "plot_perf_box_name"
16319   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16320   data: "plot-dpdk-throughput-latency-3n-dnv"
16321   include:
16322     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16323     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16324   layout:
16325     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16326     layout: "plot-throughput"
16327
16328 # 3n-tsh-x520
16329
16330 - type: "plot"
16331   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16332   algorithm: "plot_perf_box_name"
16333   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16334   data: "plot-dpdk-throughput-latency-3n-tsh"
16335   include:
16336     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16337     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16338   layout:
16339     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16340     layout: "plot-throughput"
16341
16342 - type: "plot"
16343   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16344   algorithm: "plot_perf_box_name"
16345   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16346   data: "plot-dpdk-throughput-latency-3n-tsh"
16347   include:
16348     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16349     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16350   layout:
16351     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16352     layout: "plot-throughput"
16353
16354 - type: "plot"
16355   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16356   algorithm: "plot_perf_box_name"
16357   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16358   data: "plot-dpdk-throughput-latency-3n-tsh"
16359   include:
16360     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16361     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16362   layout:
16363     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16364     layout: "plot-throughput"
16365
16366 - type: "plot"
16367   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16368   algorithm: "plot_perf_box_name"
16369   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16370   data: "plot-dpdk-throughput-latency-3n-tsh"
16371   include:
16372     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16373     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16374   layout:
16375     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16376     layout: "plot-throughput"
16377
16378 ################################################################################
16379 ###   2n-clx                                                                 ###
16380 ################################################################################
16381
16382 # Packet Throughput
16383
16384 - type: "plot"
16385   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16386   algorithm: "plot_perf_box_name"
16387   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16389   include:
16390     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16391     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16392     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16393     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16394   layout:
16395     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16396     layout: "plot-throughput"
16397
16398 - type: "plot"
16399   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16400   algorithm: "plot_perf_box_name"
16401   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16402   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16403   include:
16404     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16405     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16406     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16407     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16408   layout:
16409     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16410     layout: "plot-throughput"
16411
16412 - type: "plot"
16413   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16414   algorithm: "plot_perf_box_name"
16415   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16417   include:
16418     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16419     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16420     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16421     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16422   layout:
16423     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16424     layout: "plot-throughput"
16425
16426 - type: "plot"
16427   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16428   algorithm: "plot_perf_box_name"
16429   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16431   include:
16432     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16433     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16434     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16435     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16436   layout:
16437     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16438     layout: "plot-throughput"
16439
16440 - type: "plot"
16441   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16442   algorithm: "plot_perf_box_name"
16443   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16445   include:
16446     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16447     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16448     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16449     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16452   layout:
16453     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16454     layout: "plot-throughput"
16455
16456 - type: "plot"
16457   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16458   algorithm: "plot_perf_box_name"
16459   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16461   include:
16462     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16463     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16464     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16465     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16466     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16467     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16468   layout:
16469     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16470     layout: "plot-throughput"
16471
16472 - type: "plot"
16473   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16474   algorithm: "plot_perf_box_name"
16475   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16476   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16477   include:
16478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16482   layout:
16483     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16484     layout: "plot-throughput"
16485
16486 - type: "plot"
16487   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16488   algorithm: "plot_perf_box_name"
16489   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16490   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16491   include:
16492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16496   layout:
16497     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16498     layout: "plot-throughput"
16499
16500 - type: "plot"
16501   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16502   algorithm: "plot_perf_box_name"
16503   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16505   include:
16506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16509   layout:
16510     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16511     layout: "plot-throughput"
16512
16513 - type: "plot"
16514   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16515   algorithm: "plot_perf_box_name"
16516   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16517   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16518   include:
16519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16522   layout:
16523     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16524     layout: "plot-throughput"
16525
16526 - type: "plot"
16527   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16528   algorithm: "plot_perf_box_name"
16529   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16530   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16531   include:
16532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16537   layout:
16538     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16539     layout: "plot-throughput"
16540
16541 - type: "plot"
16542   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16543   algorithm: "plot_perf_box_name"
16544   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16545   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16546   include:
16547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16552   layout:
16553     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16554     layout: "plot-throughput"
16555
16556 - type: "plot"
16557   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16558   algorithm: "plot_perf_box_name"
16559   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16560   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16561   include:
16562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16565   layout:
16566     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16567     layout: "plot-throughput"
16568
16569 - type: "plot"
16570   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16571   algorithm: "plot_perf_box_name"
16572   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16574   include:
16575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16578   layout:
16579     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16580     layout: "plot-throughput"
16581
16582 - type: "plot"
16583   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16584   algorithm: "plot_perf_box_name"
16585   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16587   include:
16588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16594   layout:
16595     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16596     layout: "plot-throughput"
16597
16598 - type: "plot"
16599   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16600   algorithm: "plot_perf_box_name"
16601   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16602   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16603   include:
16604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16610   layout:
16611     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16612     layout: "plot-throughput"
16613
16614 - type: "plot"
16615   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16616   algorithm: "plot_perf_box_name"
16617   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16618   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16619   include:
16620     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16621     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16622   layout:
16623     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16624     layout: "plot-throughput"
16625
16626 - type: "plot"
16627   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16628   algorithm: "plot_perf_box_name"
16629   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16631   include:
16632     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16633     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16634   layout:
16635     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16636     layout: "plot-throughput"
16637
16638 - type: "plot"
16639   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16640   algorithm: "plot_perf_box_name"
16641   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16642   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16643   include:
16644     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16645     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16646     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16647     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16648     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16649     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16650   layout:
16651     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16652     layout: "plot-throughput"
16653
16654 - type: "plot"
16655   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16656   algorithm: "plot_perf_box_name"
16657   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16659   include:
16660     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16661     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16662     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16663     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16664     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16665     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16666   layout:
16667     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16668     layout: "plot-throughput"
16669
16670 - type: "plot"
16671   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16672   algorithm: "plot_perf_box_name"
16673   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16675   include:
16676     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16677     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16678     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16679     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16680     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16681     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16682   layout:
16683     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16684     layout: "plot-throughput"
16685
16686 - type: "plot"
16687   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16688   algorithm: "plot_perf_box_name"
16689   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16691   include:
16692     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16693     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16694     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16695     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16696     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16697     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16698   layout:
16699     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16700     layout: "plot-throughput"
16701
16702 - type: "plot"
16703   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16704   algorithm: "plot_perf_box_name"
16705   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16707   include:
16708     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16709     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16710     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16711   layout:
16712     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16713     layout: "plot-throughput"
16714
16715 - type: "plot"
16716   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16717   algorithm: "plot_perf_box_name"
16718   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16720   include:
16721     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16722     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16723     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16724   layout:
16725     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16726     layout: "plot-throughput"
16727
16728 - type: "plot"
16729   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16730   algorithm: "plot_perf_box_name"
16731   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16733   include:
16734     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16735     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16736     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16737     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16738     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16739   layout:
16740     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16741     layout: "plot-throughput"
16742
16743 - type: "plot"
16744   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16745   algorithm: "plot_perf_box_name"
16746   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16748   include:
16749     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16750     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16751     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16752     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16753     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16754   layout:
16755     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16756     layout: "plot-throughput"
16757
16758 - type: "plot"
16759   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16760   algorithm: "plot_perf_box_name"
16761   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16763   include:
16764     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16765     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16766     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16767     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16768     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16769   layout:
16770     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16771     layout: "plot-throughput"
16772
16773 - type: "plot"
16774   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16775   algorithm: "plot_perf_box_name"
16776   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16778   include:
16779     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16780     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16781     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16782     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16783     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16784   layout:
16785     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16786     layout: "plot-throughput"
16787
16788 - type: "plot"
16789   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
16790   algorithm: "plot_perf_box_name"
16791   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
16792   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16793   include:
16794     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16795     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16796     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16797     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16798     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16799     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16800   layout:
16801     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
16802     layout: "plot-throughput"
16803
16804 - type: "plot"
16805   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
16806   algorithm: "plot_perf_box_name"
16807   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
16808   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16809   include:
16810     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16811     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16812     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16813     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16814     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16815     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16816   layout:
16817     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
16818     layout: "plot-throughput"
16819
16820 - type: "plot"
16821   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16822   algorithm: "plot_perf_box_name"
16823   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16824   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16825   include:
16826     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16827     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16828     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16829     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16830   layout:
16831     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16832     layout: "plot-throughput"
16833
16834 - type: "plot"
16835   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16836   algorithm: "plot_perf_box_name"
16837   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16838   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16839   include:
16840     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16842     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16843     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16844   layout:
16845     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16846     layout: "plot-throughput"
16847
16848 - type: "plot"
16849   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16850   algorithm: "plot_perf_box_name"
16851   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16853   include:
16854     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16856     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16857     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16858   layout:
16859     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16860     layout: "plot-throughput"
16861
16862 - type: "plot"
16863   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16864   algorithm: "plot_perf_box_name"
16865   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16867   include:
16868     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16869     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16871     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16872   layout:
16873     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16874     layout: "plot-throughput"
16875
16876 - type: "plot"
16877   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16878   algorithm: "plot_perf_box_name"
16879   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16880   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16881   include:
16882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16887   layout:
16888     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16889     layout: "plot-throughput"
16890
16891 - type: "plot"
16892   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16893   algorithm: "plot_perf_box_name"
16894   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16896   include:
16897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16902   layout:
16903     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16904     layout: "plot-throughput"
16905
16906 - type: "plot"
16907   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16908   algorithm: "plot_perf_box_name"
16909   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16911   include:
16912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16916   layout:
16917     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16918     layout: "plot-throughput"
16919
16920 - type: "plot"
16921   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16922   algorithm: "plot_perf_box_name"
16923   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16925   include:
16926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16930   layout:
16931     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16932     layout: "plot-throughput"
16933
16934 - type: "plot"
16935   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16936   algorithm: "plot_perf_box_name"
16937   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16939   include:
16940     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16941     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16942     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16943     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16944     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16945     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16946   layout:
16947     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16948     layout: "plot-throughput"
16949
16950 - type: "plot"
16951   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16952   algorithm: "plot_perf_box_name"
16953   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16955   include:
16956     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16957     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16958     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16959     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16960     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16961     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16962   layout:
16963     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16964     layout: "plot-throughput"
16965
16966 - type: "plot"
16967   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16968   algorithm: "plot_perf_box_name"
16969   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16971   include:
16972     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16973     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16974     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16975     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16976   layout:
16977     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16978     layout: "plot-throughput"
16979
16980 - type: "plot"
16981   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16982   algorithm: "plot_perf_box_name"
16983   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16985   include:
16986     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16987     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16988     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16989     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16990   layout:
16991     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16992     layout: "plot-throughput"
16993
16994 - type: "plot"
16995   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16996   algorithm: "plot_perf_box_name"
16997   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16998   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16999   include:
17000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17004   layout:
17005     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17006     layout: "plot-throughput"
17007
17008 - type: "plot"
17009   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17010   algorithm: "plot_perf_box_name"
17011   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17012   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17013   include:
17014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17018   layout:
17019     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17020     layout: "plot-throughput"
17021
17022 - type: "plot"
17023   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17024   algorithm: "plot_perf_box_name"
17025   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17026   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17027   include:
17028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17032   layout:
17033     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17034     layout: "plot-throughput"
17035
17036 - type: "plot"
17037   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17038   algorithm: "plot_perf_box_name"
17039   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17040   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17041   include:
17042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17046   layout:
17047     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17048     layout: "plot-throughput"
17049
17050 - type: "plot"
17051   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17052   algorithm: "plot_perf_box_name"
17053   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17054   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17055   include:
17056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17060   layout:
17061     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17062     layout: "plot-throughput"
17063
17064 - type: "plot"
17065   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17066   algorithm: "plot_perf_box_name"
17067   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17068   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17069   include:
17070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17073     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17074   layout:
17075     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17076     layout: "plot-throughput"
17077
17078 - type: "plot"
17079   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17080   algorithm: "plot_perf_box_name"
17081   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17083   include:
17084     - "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"
17085     - "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"
17086     - "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"
17087     - "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"
17088   layout:
17089     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17090     layout: "plot-throughput"
17091
17092 - type: "plot"
17093   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17094   algorithm: "plot_perf_box_name"
17095   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17097   include:
17098     - "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"
17099     - "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"
17100     - "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"
17101     - "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"
17102   layout:
17103     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17104     layout: "plot-throughput"
17105
17106 ################################################################################
17107
17108 # Packet Speedup
17109
17110 - type: "plot"
17111   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17112   algorithm: "plot_tsa_name"
17113   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17115   include:
17116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17118     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17119     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17120   layout:
17121     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17122     layout: "plot-throughput-speedup-analysis"
17123
17124 - type: "plot"
17125   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17126   algorithm: "plot_tsa_name"
17127   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17129   include:
17130     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17131     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17132     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17133     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17134   layout:
17135     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17136     layout: "plot-throughput-speedup-analysis"
17137
17138 - type: "plot"
17139   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17140   algorithm: "plot_tsa_name"
17141   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17143   include:
17144     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17145     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17146     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17147     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17148   layout:
17149     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17150     layout: "plot-throughput-speedup-analysis"
17151
17152 - type: "plot"
17153   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17154   algorithm: "plot_tsa_name"
17155   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17157   include:
17158     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17159     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17160     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17161     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17162   layout:
17163     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17164     layout: "plot-throughput-speedup-analysis"
17165
17166 - type: "plot"
17167   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17168   algorithm: "plot_tsa_name"
17169   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17171   include:
17172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17174     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17175     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17176     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17177     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17178   layout:
17179     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17180     layout: "plot-throughput-speedup-analysis"
17181
17182 - type: "plot"
17183   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17184   algorithm: "plot_tsa_name"
17185   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17187   include:
17188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17191     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17192     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17193     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17194   layout:
17195     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17196     layout: "plot-throughput-speedup-analysis"
17197
17198 - type: "plot"
17199   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17200   algorithm: "plot_tsa_name"
17201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17203   include:
17204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17208   layout:
17209     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17210     layout: "plot-throughput-speedup-analysis"
17211
17212 - type: "plot"
17213   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17214   algorithm: "plot_tsa_name"
17215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17217   include:
17218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17222   layout:
17223     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17224     layout: "plot-throughput-speedup-analysis"
17225
17226 - type: "plot"
17227   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17228   algorithm: "plot_tsa_name"
17229   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17231   include:
17232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17235   layout:
17236     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17237     layout: "plot-throughput-speedup-analysis"
17238
17239 - type: "plot"
17240   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17241   algorithm: "plot_tsa_name"
17242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17244   include:
17245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17248   layout:
17249     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17250     layout: "plot-throughput-speedup-analysis"
17251
17252 - type: "plot"
17253   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17254   algorithm: "plot_tsa_name"
17255   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17257   include:
17258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17263   layout:
17264     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17265     layout: "plot-throughput-speedup-analysis"
17266
17267 - type: "plot"
17268   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17269   algorithm: "plot_tsa_name"
17270   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17272   include:
17273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17278   layout:
17279     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17280     layout: "plot-throughput-speedup-analysis"
17281
17282 - type: "plot"
17283   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17284   algorithm: "plot_tsa_name"
17285   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17286   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17287   include:
17288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17291   layout:
17292     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17293     layout: "plot-throughput-speedup-analysis"
17294
17295 - type: "plot"
17296   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17297   algorithm: "plot_tsa_name"
17298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17300   include:
17301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17304   layout:
17305     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17306     layout: "plot-throughput-speedup-analysis"
17307
17308 - type: "plot"
17309   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17310   algorithm: "plot_tsa_name"
17311   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17312   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17313   include:
17314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17320   layout:
17321     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17322     layout: "plot-throughput-speedup-analysis"
17323
17324 - type: "plot"
17325   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17326   algorithm: "plot_tsa_name"
17327   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17329   include:
17330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17336   layout:
17337     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17338     layout: "plot-throughput-speedup-analysis"
17339
17340 - type: "plot"
17341   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17342   algorithm: "plot_tsa_name"
17343   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17345   include:
17346     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17347     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17348   layout:
17349     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17350     layout: "plot-throughput-speedup-analysis"
17351
17352 - type: "plot"
17353   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17354   algorithm: "plot_tsa_name"
17355   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17357   include:
17358     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17359     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17360   layout:
17361     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17362     layout: "plot-throughput-speedup-analysis"
17363
17364 - type: "plot"
17365   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17366   algorithm: "plot_tsa_name"
17367   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17368   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17369   include:
17370     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17371     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17372     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17373     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17374     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17375     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17376   layout:
17377     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17378     layout: "plot-throughput-speedup-analysis"
17379
17380 - type: "plot"
17381   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17382   algorithm: "plot_tsa_name"
17383   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17385   include:
17386     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17387     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17388     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17389     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17390     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17391     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17392   layout:
17393     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17394     layout: "plot-throughput-speedup-analysis"
17395
17396 - type: "plot"
17397   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17398   algorithm: "plot_tsa_name"
17399   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17400   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17401   include:
17402     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17403     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17404     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17405     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17406     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17408   layout:
17409     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17410     layout: "plot-throughput-speedup-analysis"
17411
17412 - type: "plot"
17413   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17414   algorithm: "plot_tsa_name"
17415   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17417   include:
17418     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17419     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17420     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17421     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17422     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17423     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17424   layout:
17425     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
17426     layout: "plot-throughput-speedup-analysis"
17427
17428 - type: "plot"
17429   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17430   algorithm: "plot_tsa_name"
17431   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17433   include:
17434     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17435     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17436     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17437   layout:
17438     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
17439     layout: "plot-throughput-speedup-analysis"
17440
17441 - type: "plot"
17442   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17443   algorithm: "plot_tsa_name"
17444   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17445   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17446   include:
17447     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17448     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17449     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17450   layout:
17451     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
17452     layout: "plot-throughput-speedup-analysis"
17453
17454 - type: "plot"
17455   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17456   algorithm: "plot_tsa_name"
17457   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17458   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17459   include:
17460     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17461     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17462     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17463     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17464     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17465   layout:
17466     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17467     layout: "plot-throughput-speedup-analysis"
17468
17469 - type: "plot"
17470   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17471   algorithm: "plot_tsa_name"
17472   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17473   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17474   include:
17475     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17476     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17477     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17478     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17479     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17480   layout:
17481     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17482     layout: "plot-throughput-speedup-analysis"
17483
17484 - type: "plot"
17485   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17486   algorithm: "plot_tsa_name"
17487   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17488   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17489   include:
17490     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17491     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17492     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17493     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17494     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17495   layout:
17496     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
17497     layout: "plot-throughput-speedup-analysis"
17498
17499 - type: "plot"
17500   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17501   algorithm: "plot_tsa_name"
17502   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17503   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17504   include:
17505     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17506     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17507     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17508     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17509     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17510   layout:
17511     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
17512     layout: "plot-throughput-speedup-analysis"
17513
17514 - type: "plot"
17515   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
17516   algorithm: "plot_tsa_name"
17517   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
17518   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17519   include:
17520     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17521     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17522     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17523     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17524     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17525     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17526   layout:
17527     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
17528     layout: "plot-throughput-speedup-analysis"
17529
17530 - type: "plot"
17531   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
17532   algorithm: "plot_tsa_name"
17533   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
17534   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17535   include:
17536     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17537     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17538     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17539     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17540     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17541     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17542   layout:
17543     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
17544     layout: "plot-throughput-speedup-analysis"
17545
17546 - type: "plot"
17547   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17548   algorithm: "plot_tsa_name"
17549   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17550   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17551   include:
17552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17556   layout:
17557     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
17558     layout: "plot-throughput-speedup-analysis"
17559
17560 - type: "plot"
17561   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17562   algorithm: "plot_tsa_name"
17563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17565   include:
17566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17570   layout:
17571     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
17572     layout: "plot-throughput-speedup-analysis"
17573
17574 - type: "plot"
17575   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17576   algorithm: "plot_tsa_name"
17577   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17578   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17579   include:
17580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17584   layout:
17585     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
17586     layout: "plot-throughput-speedup-analysis"
17587
17588 - type: "plot"
17589   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17590   algorithm: "plot_tsa_name"
17591   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17592   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17593   include:
17594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17598   layout:
17599     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
17600     layout: "plot-throughput-speedup-analysis"
17601
17602 - type: "plot"
17603   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17604   algorithm: "plot_tsa_name"
17605   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17607   include:
17608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17613   layout:
17614     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
17615     layout: "plot-throughput-speedup-analysis"
17616
17617 - type: "plot"
17618   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17619   algorithm: "plot_tsa_name"
17620   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17622   include:
17623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17628   layout:
17629     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
17630     layout: "plot-throughput-speedup-analysis"
17631
17632 - type: "plot"
17633   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17634   algorithm: "plot_tsa_name"
17635   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17636   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17637   include:
17638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17642   layout:
17643     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17644     layout: "plot-throughput-speedup-analysis"
17645
17646 - type: "plot"
17647   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17648   algorithm: "plot_tsa_name"
17649   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17650   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17651   include:
17652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17656   layout:
17657     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17658     layout: "plot-throughput-speedup-analysis"
17659
17660 - type: "plot"
17661   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17662   algorithm: "plot_tsa_name"
17663   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17665   include:
17666     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
17667     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17668     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17669     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
17670     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
17671     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17672   layout:
17673     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
17674     layout: "plot-throughput-speedup-analysis"
17675
17676 - type: "plot"
17677   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
17678   algorithm: "plot_tsa_name"
17679   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
17680   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17681   include:
17682     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
17683     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17684     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17685     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
17686     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
17687     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17688   layout:
17689     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
17690     layout: "plot-throughput-speedup-analysis"
17691
17692 - type: "plot"
17693   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
17694   algorithm: "plot_tsa_name"
17695   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
17696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17697   include:
17698     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17699     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17700     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17701     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17702   layout:
17703     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
17704     layout: "plot-throughput-speedup-analysis"
17705
17706 - type: "plot"
17707   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
17708   algorithm: "plot_tsa_name"
17709   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
17710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17711   include:
17712     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17713     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17714     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17715     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17716   layout:
17717     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
17718     layout: "plot-throughput-speedup-analysis"
17719
17720 - type: "plot"
17721   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
17722   algorithm: "plot_tsa_name"
17723   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
17724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17725   include:
17726     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17727     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17728     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17729     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17730   layout:
17731     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
17732     layout: "plot-throughput-speedup-analysis"
17733
17734 - type: "plot"
17735   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
17736   algorithm: "plot_tsa_name"
17737   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
17738   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17739   include:
17740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17744   layout:
17745     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
17746     layout: "plot-throughput-speedup-analysis"
17747
17748 - type: "plot"
17749   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17750   algorithm: "plot_tsa_name"
17751   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
17752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17753   include:
17754     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17758   layout:
17759     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17760     layout: "plot-throughput-speedup-analysis"
17761
17762 - type: "plot"
17763   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17764   algorithm: "plot_tsa_name"
17765   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
17766   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17767   include:
17768     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17769     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17770     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17772   layout:
17773     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17774     layout: "plot-throughput-speedup-analysis"
17775
17776 - type: "plot"
17777   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
17778   algorithm: "plot_tsa_name"
17779   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
17780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17781   include:
17782     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17783     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17784     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17786   layout:
17787     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
17788     layout: "plot-throughput-speedup-analysis"
17789
17790 - type: "plot"
17791   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
17792   algorithm: "plot_tsa_name"
17793   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
17794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17795   include:
17796     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17797     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17798     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17800   layout:
17801     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
17802     layout: "plot-throughput-speedup-analysis"
17803
17804 - type: "plot"
17805   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
17806   algorithm: "plot_tsa_name"
17807   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
17808   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17809   include:
17810     - "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"
17811     - "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"
17812     - "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"
17813     - "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"
17814   layout:
17815     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
17816     layout: "plot-throughput-speedup-analysis"
17817
17818 - type: "plot"
17819   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
17820   algorithm: "plot_tsa_name"
17821   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
17822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17823   include:
17824     - "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"
17825     - "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"
17826     - "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"
17827     - "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"
17828   layout:
17829     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
17830     layout: "plot-throughput-speedup-analysis"
17831
17832 ################################################################################
17833
17834 # Packet Throughput - DPDK
17835
17836 # 2n-clx-xxv710
17837
17838 - type: "plot"
17839   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
17840   algorithm: "plot_perf_box_name"
17841   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
17842   data: "plot-dpdk-throughput-latency-2n-clx"
17843   include:
17844     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17845     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17846   layout:
17847     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
17848     layout: "plot-throughput"
17849
17850 - type: "plot"
17851   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
17852   algorithm: "plot_perf_box_name"
17853   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
17854   data: "plot-dpdk-throughput-latency-2n-clx"
17855   include:
17856     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17857     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17858   layout:
17859     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
17860     layout: "plot-throughput"
17861
17862 - type: "plot"
17863   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
17864   algorithm: "plot_perf_box_name"
17865   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
17866   data: "plot-dpdk-throughput-latency-2n-clx"
17867   include:
17868     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17869     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17870   layout:
17871     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
17872     layout: "plot-throughput"
17873
17874 - type: "plot"
17875   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
17876   algorithm: "plot_perf_box_name"
17877   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
17878   data: "plot-dpdk-throughput-latency-2n-clx"
17879   include:
17880     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17881     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17882   layout:
17883     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
17884     layout: "plot-throughput"
17885
17886 # 2n-clx-x710
17887
17888 - type: "plot"
17889   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
17890   algorithm: "plot_perf_box_name"
17891   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
17892   data: "plot-dpdk-throughput-latency-2n-clx"
17893   include:
17894     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17895     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17896   layout:
17897     title: "2n-clx-x710-64b-2t1c-base-ndr"
17898     layout: "plot-throughput"
17899
17900 - type: "plot"
17901   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
17902   algorithm: "plot_perf_box_name"
17903   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
17904   data: "plot-dpdk-throughput-latency-2n-clx"
17905   include:
17906     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17907     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17908   layout:
17909     title: "2n-clx-x710-64b-4t2c-base-ndr"
17910     layout: "plot-throughput"
17911
17912 - type: "plot"
17913   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
17914   algorithm: "plot_perf_box_name"
17915   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
17916   data: "plot-dpdk-throughput-latency-2n-clx"
17917   include:
17918     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17919     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17920   layout:
17921     title: "2n-clx-x710-64b-2t1c-base-pdr"
17922     layout: "plot-throughput"
17923
17924 - type: "plot"
17925   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
17926   algorithm: "plot_perf_box_name"
17927   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
17928   data: "plot-dpdk-throughput-latency-2n-clx"
17929   include:
17930     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17931     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17932   layout:
17933     title: "2n-clx-x710-64b-4t2c-base-pdr"
17934     layout: "plot-throughput"
17935
17936 ################################################################################
17937
17938 - type: "plot"
17939   title: "Latency by percentile: 2n-skx"
17940   algorithm: "plot_hdrh_lat_by_percentile"
17941   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
17942   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
17943   target-links: "../../_static/vpp"
17944   data: "plot-vpp-hdrh-lat-2n-skx"
17945   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17946   layout:
17947     layout: "plot-hdrh-latency-by-percentile"
17948
17949 - type: "plot"
17950   title: "Latency by percentile: 3n-skx"
17951   algorithm: "plot_hdrh_lat_by_percentile"
17952   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
17953   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
17954   target-links: "../../_static/vpp"
17955   data: "plot-vpp-hdrh-lat-3n-skx"
17956   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17957   layout:
17958     layout: "plot-hdrh-latency-by-percentile"
17959
17960 - type: "plot"
17961   title: "Latency by percentile: 2n-clx"
17962   algorithm: "plot_hdrh_lat_by_percentile"
17963   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
17964   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
17965   target-links: "../../_static/vpp"
17966   data: "plot-vpp-hdrh-lat-2n-clx"
17967   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17968   layout:
17969     layout: "plot-hdrh-latency-by-percentile"
17970
17971 - type: "plot"
17972   title: "Latency by percentile: 3n-hsw"
17973   algorithm: "plot_hdrh_lat_by_percentile"
17974   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
17975   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
17976   target-links: "../../_static/vpp"
17977   data: "plot-vpp-hdrh-lat-3n-hsw"
17978   filter: "'1T1C' and 'NIC_Intel-XL710'"
17979   layout:
17980     layout: "plot-hdrh-latency-by-percentile"
17981
17982 - type: "plot"
17983   title: "Latency by percentile: 3n-tsh"
17984   algorithm: "plot_hdrh_lat_by_percentile"
17985   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
17986   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
17987   target-links: "../../_static/vpp"
17988   data: "plot-vpp-hdrh-lat-3n-tsh"
17989   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
17990   layout:
17991     layout: "plot-hdrh-latency-by-percentile"
17992
17993 - type: "plot"
17994   title: "Latency by percentile: DPDK 2n-clx"
17995   algorithm: "plot_hdrh_lat_by_percentile"
17996   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
17997   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
17998   target-links: "../../_static/dpdk"
17999   data: "plot-dpdk-hdrh-lat-2n-clx"
18000   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18001   layout:
18002     layout: "plot-hdrh-latency-by-percentile"
18003
18004 - type: "plot"
18005   title: "Latency by percentile: DPDK 3n-hsw"
18006   algorithm: "plot_hdrh_lat_by_percentile"
18007   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18008   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18009   target-links: "../../_static/dpdk"
18010   data: "plot-dpdk-hdrh-lat-3n-hsw"
18011   filter: "'1T1C' and 'NIC_Intel-XL710'"
18012   layout:
18013     layout: "plot-hdrh-latency-by-percentile"
18014
18015 - type: "plot"
18016   title: "Latency by percentile: DPDK 3n-tsh"
18017   algorithm: "plot_hdrh_lat_by_percentile"
18018   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18019   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18020   target-links: "../../_static/dpdk"
18021   data: "plot-dpdk-hdrh-lat-3n-tsh"
18022   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18023   layout:
18024     layout: "plot-hdrh-latency-by-percentile"