Report: Add 3n-skx avf tests
[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       # TODO: Replace
293       # csit-vpp-perf-verify-2001-3n-skx:
294       csit-vpp-perf-verify-1908-3n-skx:
295         - 36  # MRR sel
296
297     plot-dpdk-throughput-latency-3n-skx:
298       csit-dpdk-perf-verify-2001-3n-skx:
299         - 1   # NDRPDR sel
300         - 2   # NDRPDR sel
301         - 3   # NDRPDR sel
302         - 4   # NDRPDR sel
303         - 5   # NDRPDR sel
304         - 6   # NDRPDR sel
305         - 7   # NDRPDR sel
306         - 8   # NDRPDR sel
307         - 9   # NDRPDR sel
308         - 10  # NDRPDR sel
309
310     plot-dpdk-hdrh-lat-3n-skx:
311       csit-dpdk-perf-verify-2001-3n-skx:
312         - 1   # NDRPDR sel
313         - 19  # NDRPDR sel
314
315     # 2n-skx
316
317     plot-vpp-throughput-lat-tsa-2n-skx:
318       # TODO: Add the data
319       csit-vpp-perf-verify-2001-2n-skx:
320         - 92  # NDRPDR sel
321         - 93  # NDRPDR sel
322         - 94  # NDRPDR sel
323         - 95  # NDRPDR sel
324         - 96  # NDRPDR sel
325         - 97  # NDRPDR sel
326         - 98  # NDRPDR sel
327         - 99  # NDRPDR sel
328
329     plot-vpp-hdrh-lat-2n-skx:
330       csit-vpp-perf-verify-2001-2n-skx:
331         - 92  # NDRPDR sel
332
333     plot-vpp-http-server-performance:
334       csit-vpp-perf-verify-2001-2n-clx:
335         - 80  # TCP
336         - 82  # TCP
337         - 83  # TCP
338         - 85  # TCP
339         - 86  # TCP
340         - 87  # TCP
341         - 88  # TCP
342         - 89  # TCP
343         - 90  # TCP
344         - 91  # TCP
345
346     plot-vpp-soak-2n-skx:
347       # TODO: Replace the data
348       # csit-vpp-perf-verify-2001-2n-skx:
349       csit-vpp-perf-verify-1908-2n-skx:
350         - 83  # SOAK
351         - 86  # SOAK
352
353     plot-vpp-nfv-2n-skx-ndrpdr:
354       # TODO: Replace the data
355       csit-vpp-perf-verify-2001-2n-skx:
356         - 30  # NFV
357         - 31  # NFV
358
359     plot-vpp-nfv-2n-skx-mrr:
360       # TODO: Replace the data
361       # csit-vpp-perf-verify-2001-2n-skx:
362       csit-vpp-perf-verify-1908-2n-skx:
363         - 71  # NFV MRR
364
365     plot-vpp-nfv-reconf-2n-skx:
366       # TODO: Replace the data
367       # csit-vpp-perf-verify-2001-2n-skx:
368       csit-vpp-perf-verify-1908-2n-skx:
369         - 113 # NFV reconf sel
370         - 114 # NFV reconf sel
371         - 115 # NFV reconf sel
372
373     plot-dpdk-throughput-latency-2n-skx:
374       csit-dpdk-perf-verify-2001-2n-skx:
375         - 1   # NDRPDR sel
376         - 2   # NDRPDR sel
377         - 3   # NDRPDR sel
378         - 4   # NDRPDR sel
379         - 5   # NDRPDR sel
380         - 6   # NDRPDR sel
381         - 7   # NDRPDR sel
382         - 8   # NDRPDR sel
383         - 9   # NDRPDR sel
384         - 10  # NDRPDR sel
385         - 11  # NDRPDR sel
386         - 13  # NDRPDR sel
387         - 26  # NDRPDR sel
388         - 16  # NDRPDR sel
389         - 17  # NDRPDR sel
390         - 18  # NDRPDR sel
391         - 19  # NDRPDR sel
392         - 27  # NDRPDR sel
393         - 21  # NDRPDR sel
394         - 25  # NDRPDR sel
395
396     plot-dpdk-hdrh-lat-2n-skx:
397       csit-dpdk-perf-verify-2001-2n-skx:
398         - 1   # NDRPDR sel
399         - 19  # NDRPDR sel
400
401     # 2n-clx
402
403     plot-vpp-throughput-lat-tsa-2n-clx:
404       csit-vpp-perf-verify-2001-2n-clx:
405         - 28  # NDRPDR sel
406         - 29  # NDRPDR sel
407         - 32  # NDRPDR sel
408         - 40  # NDRPDR sel
409         - 43  # NDRPDR sel
410         - 44  # NDRPDR sel
411         - 45  # NDRPDR sel
412         - 47  # NDRPDR sel
413         - 48  # NDRPDR sel
414         - 49  # NDRPDR sel
415
416     plot-vpp-hdrh-lat-2n-clx:
417       csit-vpp-perf-verify-2001-2n-clx:
418         - 28  # NDRPDR sel
419
420     plot-vpp-nfv-2n-clx-ndrpdr:
421       csit-vpp-perf-verify-2001-2n-clx:
422         - 28  # NDRPDR sel
423         - 29  # NDRPDR sel
424         - 32  # NDRPDR sel
425         - 40  # NDRPDR sel
426         - 43  # NDRPDR sel
427         - 44  # NDRPDR sel
428         - 45  # NDRPDR sel
429         - 47  # NDRPDR sel
430         - 48  # NDRPDR sel
431         - 49  # NDRPDR sel
432
433     plot-vpp-nfv-2n-clx-mrr:
434       csit-vpp-perf-verify-2001-2n-clx:
435         - 39  # MRR
436
437     plot-vpp-nfv-reconf-2n-clx:
438       csit-vpp-perf-verify-2001-2n-clx:
439         - 68  # Reconf
440         - 69  # Reconf
441         - 70  # Reconf
442         - 71  # Reconf
443         - 72  # Reconf
444         - 73  # Reconf
445         - 74  # Reconf
446         - 75  # Reconf
447         - 76  # Reconf
448         - 77  # Reconf
449
450     plot-vpp-soak-2n-clx:
451       csit-vpp-perf-verify-2001-2n-clx:
452         - 93  # Soak
453         - 94  # Soak
454
455     plot-dpdk-throughput-latency-2n-clx:
456       csit-dpdk-perf-verify-2001-2n-clx:
457         - 15  # NDRPDR sel
458         - 16  # NDRPDR sel
459         - 17  # NDRPDR sel
460         - 18  # NDRPDR sel
461         - 19  # NDRPDR sel
462         - 20  # NDRPDR sel
463         - 21  # NDRPDR sel
464         - 22  # NDRPDR sel
465         - 23  # NDRPDR sel
466         - 24  # NDRPDR sel
467         - 25  # NDRPDR sel
468         - 26  # NDRPDR sel
469         - 27  # NDRPDR sel
470         - 28  # NDRPDR sel
471         - 29  # NDRPDR sel
472         - 30  # NDRPDR sel
473         - 31  # NDRPDR sel
474         - 32  # NDRPDR sel
475         - 33  # NDRPDR sel
476         - 34  # NDRPDR sel
477
478
479     plot-dpdk-hdrh-lat-2n-clx:
480       csit-dpdk-perf-verify-2001-2n-clx:
481         - 15  # NDRPDR sel
482
483     # 3n-tsh
484
485     plot-vpp-throughput-lat-tsa-3n-tsh:
486       csit-vpp-perf-verify-2001-3n-tsh:
487         - 3   # NDRPDR sel
488         - 4   # NDRPDR sel
489         - 7   # NDRPDR sel
490         - 8   # NDRPDR sel
491         - 10  # NDRPDR sel
492         - 12  # NDRPDR sel
493         - 13  # NDRPDR sel
494         - 14  # NDRPDR sel
495         - 15  # NDRPDR sel
496         - 21  # NDRPDR sel
497
498     plot-vpp-hdrh-lat-3n-tsh:
499       csit-vpp-perf-verify-2001-3n-tsh:
500         - 10  # NDRPDR sel
501
502     plot-dpdk-throughput-latency-3n-tsh:
503       csit-dpdk-perf-verify-2001-3n-tsh:
504         - 3   # NDRPDR sel
505         - 4   # NDRPDR sel
506         - 5   # NDRPDR sel
507         - 9   # NDRPDR sel
508         - 10  # NDRPDR sel
509         - 11  # NDRPDR sel
510         - 12  # NDRPDR sel
511         - 14  # NDRPDR sel
512         - 15  # NDRPDR sel
513         - 18  # NDRPDR sel
514
515     plot-dpdk-hdrh-lat-3n-tsh:
516       csit-dpdk-perf-verify-2001-3n-tsh:
517         - 3   # NDRPDR sel
518
519     # 3n-dnv
520
521     plot-vpp-throughput-lat-tsa-3n-dnv:
522       csit-vpp-perf-verify-2001-3n-dnv:
523         - 5   # NDRPDR sel
524         - 6   # NDRPDR sel
525         - 7   # NDRPDR sel
526         - 8   # NDRPDR sel
527         - 9   # NDRPDR sel
528         - 10  # NDRPDR sel
529         - 12  # NDRPDR sel
530         - 16  # NDRPDR sel
531         - 17  # NDRPDR sel
532         - 18  # NDRPDR sel
533
534     plot-dpdk-throughput-latency-3n-dnv:
535       csit-dpdk-perf-verify-2001-3n-dnv:
536         - 12  # NDRPDR sel
537         - 13  # NDRPDR sel
538         - 14  # NDRPDR sel
539         - 15  # NDRPDR sel
540         - 16  # NDRPDR sel
541         - 17  # NDRPDR sel
542         - 18  # NDRPDR sel
543         - 19  # NDRPDR sel
544         - 20  # NDRPDR sel
545         - 22  # NDRPDR sel
546
547     # 2n-dnv
548
549     plot-vpp-throughput-lat-tsa-2n-dnv:
550       csit-vpp-perf-verify-2001-2n-dnv:
551         - 4   # NDRPDR sel
552         - 5   # NDRPDR sel
553         - 6   # NDRPDR sel
554         - 7   # NDRPDR sel
555         - 8   # NDRPDR sel
556         - 9   # NDRPDR sel
557         - 10  # NDRPDR sel
558         - 11  # NDRPDR sel
559         - 13  # NDRPDR sel
560         - 16  # NDRPDR sel
561
562     plot-dpdk-throughput-latency-2n-dnv:
563       csit-dpdk-perf-verify-2001-2n-dnv:
564         - 9   # NDRPDR sel
565         - 10  # NDRPDR sel
566         - 11  # NDRPDR sel
567         - 12  # NDRPDR sel
568         - 13  # NDRPDR sel
569         - 14  # NDRPDR sel
570         - 15  # NDRPDR sel
571         - 16  # NDRPDR sel
572         - 17  # NDRPDR sel
573         - 18  # NDRPDR sel
574
575     ###########################################################################
576     # Simple tables (only one data set):
577
578     # NIC Comparisons
579
580     vpp-nic-comparison-3n-skx:
581       # TODO: Add the data
582       csit-vpp-perf-verify-2001-3n-skx:
583         - 45  # NDRPDR sel
584         - 46  # NDRPDR sel
585         - 47  # NDRPDR sel
586         - 48  # NDRPDR sel
587
588     vpp-nic-comparison-2n-skx:
589       # TODO: Add the data
590       csit-vpp-perf-verify-2001-2n-skx:
591         - 92  # NDRPDR sel
592         - 93  # NDRPDR sel
593         - 94  # NDRPDR sel
594         - 95  # NDRPDR sel
595         - 96  # NDRPDR sel
596         - 97  # NDRPDR sel
597         - 98  # NDRPDR sel
598         - 99  # NDRPDR sel
599
600     vpp-nic-comparison-3n-skx-mrr:
601       # TODO: Replace
602       # csit-vpp-perf-verify-2001-3n-skx:
603       csit-vpp-perf-verify-1908-3n-skx:
604         - 36  # MRR sel
605
606     vpp-nic-comparison-2n-skx-mrr:
607       # TODO: Replace
608       # csit-vpp-perf-verify-2001-2n-skx:
609       csit-vpp-perf-verify-1908-2n-skx:
610         - 69  # MRR sel
611
612     # Results
613
614     vpp-perf-results-3n-hsw:
615       csit-vpp-perf-verify-2001-3n-hsw:
616         - 18  # NDRPDR full
617         - 20  # NDRPDR full
618         - 28  # NDRPDR full
619         - 35  # NDRPDR full
620         - 42  # NDRPDR full
621         - 46  # NDRPDR full
622         - 47  # NDRPDR full
623         - 48  # NDRPDR full
624         - 49  # NDRPDR full
625         - 50  # NDRPDR full
626         - 51  # NDRPDR full
627         - 52  # NDRPDR full
628         - 53  # NDRPDR full
629         - 54  # NDRPDR full
630         - 55  # NDRPDR full
631         - 56  # NDRPDR full
632         - 57  # NDRPDR full
633         - 58  # NDRPDR full
634         - 59  # NDRPDR full
635         - 61  # NDRPDR full
636         - 62  # NDRPDR full
637         - 63  # NDRPDR full
638         - 64  # NDRPDR full
639         - 65  # NDRPDR full
640         - 67  # NDRPDR full
641         - 70  # NDRPDR full
642         - 72  # NDRPDR full
643         - 73  # NDRPDR full
644         - 76  # NDRPDR full
645         - 77  # NDRPDR full
646         - 78  # NDRPDR full
647         - 79  # NDRPDR full
648         - 81  # NDRPDR full
649         - 82  # NDRPDR full
650         - 84  # NDRPDR full
651         - 85  # NDRPDR full
652
653     vpp-perf-results-3n-skx:
654       # TODO: Replace
655       csit-vpp-perf-verify-2001-3n-skx:
656         - 47  # NDRPDR sel
657
658     vpp-perf-results-2n-skx:
659       csit-vpp-perf-verify-2001-2n-skx:
660         # TODO: Replace
661         - 92  # NDRPDR sel
662
663     vpp-perf-results-2n-clx:
664       csit-vpp-perf-verify-2001-2n-clx:
665         - 53  # NDRPDR full
666         - 54  # NDRPDR full
667         - 55  # NDRPDR full
668         - 56  # NDRPDR full
669         - 57  # NDRPDR full
670         - 58  # NDRPDR full
671         - 59  # NDRPDR full
672         - 60  # NDRPDR full
673         - 61  # NDRPDR full
674         - 62  # NDRPDR full
675         - 63  # NDRPDR full
676         - 64  # NDRPDR full
677         - 65  # NDRPDR full
678         - 66  # NDRPDR full
679         - 67  # NDRPDR full
680
681     vpp-perf-results-3n-tsh:
682       csit-vpp-perf-verify-2001-3n-tsh:
683         - 10  # NDRPDR sel
684
685     vpp-perf-results-3n-dnv:
686       csit-vpp-perf-verify-2001-3n-dnv:
687         - 19  # NDRPDR full
688         - 20  # NDRPDR full
689         - 21  # NDRPDR full
690         - 22  # NDRPDR full
691         - 23  # NDRPDR full
692         - 24  # NDRPDR full
693         - 25  # NDRPDR full
694         - 26  # NDRPDR full
695         - 37  # NDRPDR full
696         - 38  # NDRPDR full
697         - 39  # NDRPDR full
698
699     vpp-perf-results-2n-dnv:
700       csit-vpp-perf-verify-2001-2n-dnv:
701         - 21  # NDRPDR full
702         - 22  # NDRPDR full
703         - 25  # NDRPDR full
704         - 26  # NDRPDR full
705         - 27  # NDRPDR full
706         - 28  # NDRPDR full
707
708     vpp-mrr-results-3n-hsw:
709       csit-vpp-perf-verify-2001-3n-hsw:
710         - 17  # MRR sel
711
712     vpp-mrr-results-3n-skx:
713       # TODO: Replace
714       # csit-vpp-perf-verify-2001-3n-skx:
715       csit-vpp-perf-verify-1908-3n-skx:
716         - 36  # MRR sel
717
718     vpp-mrr-results-2n-skx:
719       # TODO: Replace
720       # csit-vpp-perf-verify-2001-2n-skx:
721       csit-vpp-perf-verify-1908-2n-skx:
722         - 69  # MRR sel
723
724     vpp-mrr-results-2n-clx:
725       csit-vpp-perf-verify-2001-2n-clx:
726         - 39  # MRR
727
728     vpp-mrr-results-3n-tsh:
729       csit-vpp-perf-verify-2001-3n-tsh:
730         - 9   # MRR sel
731
732     vpp-mrr-results-3n-dnv:
733       csit-vpp-perf-verify-2001-3n-dnv:
734         - 11  # MRR sel
735
736     vpp-mrr-results-2n-dnv:
737       csit-vpp-perf-verify-2001-2n-dnv:
738         - 12  # MRR sel
739
740     vpp-device-results-ubuntu:
741       csit-vpp-device-2001-ubuntu1804-1n-skx:
742         - 57
743
744     dpdk-perf-results-3n-hsw:
745       csit-dpdk-perf-verify-2001-3n-hsw:
746         - 25  # NDRPDR full
747         - 26  # NDRPDR full
748
749     dpdk-perf-results-3n-skx:
750       csit-dpdk-perf-verify-2001-3n-skx:
751         - 1   # NDRPDR sel
752
753     dpdk-perf-results-2n-skx:
754       csit-dpdk-perf-verify-2001-2n-skx:
755         - 1   # NDRPDR sel
756
757     dpdk-perf-results-2n-clx:
758       csit-dpdk-perf-verify-2001-2n-clx:
759         - 15  # NDRPDR sel
760         - 34  # NDRPDR sel
761
762     dpdk-perf-results-2n-dnv:
763       csit-dpdk-perf-verify-2001-2n-dnv:
764         - 16  # NDRPDR sel
765
766     dpdk-perf-results-3n-dnv:
767       csit-dpdk-perf-verify-2001-3n-dnv:
768         - 12  # NDRPDR sel
769
770     dpdk-perf-results-3n-tsh:
771       csit-dpdk-perf-verify-2001-3n-tsh:
772         - 3   # NDRPDR sel
773
774 ###########################################################################
775     # Tables (more than one data set)
776
777     # Performance changes
778
779     vpp-performance-changes-3n-hsw-h1:
780       csit-vpp-perf-verify-1904-3n-hsw:
781         - 11  # NDRPDR sel
782         - 12  # NDRPDR sel
783         - 20  # NDRPDR sel
784         - 21  # NDRPDR sel
785         - 23  # NDRPDR sel
786         - 24  # NDRPDR sel
787         - 25  # NDRPDR sel
788         - 26  # NDRPDR sel
789         - 29  # NDRPDR sel
790         - 30  # NDRPDR sel
791     vpp-performance-changes-3n-hsw-ref:
792       csit-vpp-perf-verify-1908-3n-hsw:
793         - 12  # NDRPDR sel
794         - 13  # NDRPDR sel
795         - 14  # NDRPDR sel
796         - 15  # NDRPDR sel
797         - 16  # NDRPDR sel
798         - 17  # NDRPDR sel
799         - 18  # NDRPDR sel
800         - 19  # NDRPDR sel
801         - 20  # NDRPDR sel
802         - 21  # NDRPDR sel
803     vpp-performance-changes-3n-hsw-cmp:
804       csit-vpp-perf-verify-2001-3n-hsw:
805         - 21  # NDRPDR sel
806         - 22  # NDRPDR sel
807         - 23  # NDRPDR sel
808         - 24  # NDRPDR sel
809         - 25  # NDRPDR sel
810         - 29  # NDRPDR sel
811         - 30  # NDRPDR sel
812         - 31  # NDRPDR sel
813         - 32  # NDRPDR sel
814         - 34  # NDRPDR sel
815     vpp-performance-changes-3n-hsw:
816       - "vpp-performance-changes-3n-hsw-h1"
817       - "vpp-performance-changes-3n-hsw-ref"
818       - "vpp-performance-changes-3n-hsw-cmp"
819
820     vpp-performance-changes-3n-skx-h1:
821       csit-vpp-perf-verify-1904-3n-skx:
822         - 8   # NDRPDR sel
823         - 9   # NDRPDR sel
824         - 10  # NDRPDR sel
825         - 11  # NDRPDR sel
826         - 12  # NDRPDR sel
827         - 14  # NDRPDR sel
828         - 16  # NDRPDR sel
829         - 21  # NDRPDR sel
830         - 23  # NDRPDR sel
831         - 25  # NDRPDR sel
832     vpp-performance-changes-3n-skx-ref:
833       csit-vpp-perf-verify-1908-3n-skx:
834         - 14  # NDRPDR sel
835         - 16  # NDRPDR sel
836         - 19  # NDRPDR sel
837         - 20  # NDRPDR sel
838         - 22  # NDRPDR sel
839         - 23  # NDRPDR sel
840         - 24  # NDRPDR sel
841         - 25  # NDRPDR sel
842         - 26  # NDRPDR sel
843         - 29  # NDRPDR sel
844     vpp-performance-changes-3n-skx-cmp:
845       # TODO: Add the data
846       csit-vpp-perf-verify-2001-3n-skx:
847         - 45  # NDRPDR sel
848         - 46  # NDRPDR sel
849         - 47  # NDRPDR sel
850         - 48  # NDRPDR sel
851     vpp-performance-changes-3n-skx:
852       - "vpp-performance-changes-3n-skx-h1"
853       - "vpp-performance-changes-3n-skx-ref"
854       - "vpp-performance-changes-3n-skx-cmp"
855
856     vpp-performance-changes-2n-skx-h1:
857       csit-vpp-perf-verify-1904-2n-skx:
858         - 12  # NDRPDR sel
859         - 14  # NDRPDR sel
860         - 16  # NDRPDR sel
861         - 17  # NDRPDR sel
862         - 18  # NDRPDR sel
863         - 21  # NDRPDR sel
864         - 27  # NDRPDR sel
865         - 30  # NDRPDR sel
866         - 31  # NDRPDR sel
867         - 32  # NDRPDR sel
868     vpp-performance-changes-2n-skx-ref:
869       csit-vpp-perf-verify-1908-2n-skx:
870         - 26  # NDRPDR sel
871         - 27  # NDRPDR sel
872         - 34  # NDRPDR sel
873         - 35  # NDRPDR sel
874         - 36  # NDRPDR sel
875         - 42  # NDRPDR sel
876         - 43  # NDRPDR sel
877         - 44  # NDRPDR sel
878         - 45  # NDRPDR sel
879         - 46  # NDRPDR sel
880     vpp-performance-changes-2n-skx-cmp:
881       # TODO: Add the data
882       csit-vpp-perf-verify-2001-2n-skx:
883         - 92  # NDRPDR sel
884         - 93  # NDRPDR sel
885         - 94  # NDRPDR sel
886         - 95  # NDRPDR sel
887         - 96  # NDRPDR sel
888         - 97  # NDRPDR sel
889         - 98  # NDRPDR sel
890         - 99  # NDRPDR sel
891     vpp-performance-changes-2n-skx:
892       - "vpp-performance-changes-2n-skx-h1"
893       - "vpp-performance-changes-2n-skx-ref"
894       - "vpp-performance-changes-2n-skx-cmp"
895
896     vpp-performance-changes-nfv-2n-skx-ref:
897       csit-vpp-perf-verify-1908-2n-skx:
898         - 22  # NFV
899         - 31  # NFV
900         - 32  # NFV
901     vpp-performance-changes-nfv-2n-skx-cmp:
902       # TODO: Add the data
903       csit-vpp-perf-verify-2001-2n-skx:
904         - 30  # NFV
905         - 31  # NFV
906     vpp-performance-changes-nfv-2n-skx:
907       - "vpp-performance-changes-nfv-2n-skx-ref"
908       - "vpp-performance-changes-nfv-2n-skx-cmp"
909
910     vpp-performance-changes-2n-dnv-ref:
911       csit-vpp-perf-verify-1908-2n-dnv:
912         - 1   # NDRPDR sel
913         - 2   # NDRPDR sel
914         - 3   # NDRPDR sel
915         - 4   # NDRPDR sel
916         - 5   # NDRPDR sel
917         - 6   # NDRPDR sel
918         - 7   # NDRPDR sel
919         - 8   # NDRPDR sel
920         - 9   # NDRPDR sel
921         - 10  # NDRPDR sel
922     vpp-performance-changes-2n-dnv-cmp:
923       csit-vpp-perf-verify-2001-2n-dnv:
924         - 4   # NDRPDR sel
925         - 5   # NDRPDR sel
926         - 6   # NDRPDR sel
927         - 7   # NDRPDR sel
928         - 8   # NDRPDR sel
929         - 9   # NDRPDR sel
930         - 10  # NDRPDR sel
931         - 11  # NDRPDR sel
932         - 13  # NDRPDR sel
933         - 16  # NDRPDR sel
934     vpp-performance-changes-2n-dnv:
935       - "vpp-performance-changes-2n-dnv-ref"
936       - "vpp-performance-changes-2n-dnv-cmp"
937
938     vpp-performance-changes-3n-dnv-ref:
939       csit-vpp-perf-verify-1908-3n-dnv:
940         - 6   # NDRPDR sel
941         - 7   # NDRPDR sel
942         - 8   # NDRPDR sel
943         - 9   # NDRPDR sel
944         - 10  # NDRPDR sel
945         - 12  # NDRPDR sel
946         - 13  # NDRPDR sel
947         - 14  # NDRPDR sel
948         - 15  # NDRPDR sel
949         - 16  # NDRPDR sel
950     vpp-performance-changes-3n-dnv-cmp:
951       csit-vpp-perf-verify-2001-3n-dnv:
952         - 5   # NDRPDR sel
953         - 6   # NDRPDR sel
954         - 7   # NDRPDR sel
955         - 8   # NDRPDR sel
956         - 9   # NDRPDR sel
957         - 10  # NDRPDR sel
958         - 12  # NDRPDR sel
959         - 16  # NDRPDR sel
960         - 17  # NDRPDR sel
961         - 18  # NDRPDR sel
962     vpp-performance-changes-3n-dnv:
963       - "vpp-performance-changes-3n-dnv-ref"
964       - "vpp-performance-changes-3n-dnv-cmp"
965
966     vpp-performance-changes-3n-tsh-ref:
967       csit-vpp-perf-verify-1908-3n-tsh:
968         - 7   # NDRPDR sel
969         - 8   # NDRPDR sel
970         - 9   # NDRPDR sel
971         - 10  # NDRPDR sel
972         - 11  # NDRPDR sel
973         - 12  # NDRPDR sel
974         - 13  # NDRPDR sel
975         - 14  # NDRPDR sel
976         - 15  # NDRPDR sel
977         - 16  # NDRPDR sel
978     vpp-performance-changes-3n-tsh-cmp:
979       csit-vpp-perf-verify-2001-3n-tsh:
980         - 3   # NDRPDR sel
981         - 4   # NDRPDR sel
982         - 7   # NDRPDR sel
983         - 8   # NDRPDR sel
984         - 10  # NDRPDR sel
985         - 12  # NDRPDR sel
986         - 13  # NDRPDR sel
987         - 14  # NDRPDR sel
988         - 15  # NDRPDR sel
989         - 21  # NDRPDR sel
990     vpp-performance-changes-3n-tsh:
991       - "vpp-performance-changes-3n-tsh-ref"
992       - "vpp-performance-changes-3n-tsh-cmp"
993
994     vpp-soak-vs-ndr-2n-skx-ref:
995       csit-vpp-perf-verify-2001-2n-skx:
996         - 92  # NDRPDR sel
997         - 93  # NDRPDR sel
998         - 94  # NDRPDR sel
999         - 95  # NDRPDR sel
1000         - 96  # NDRPDR sel
1001         - 97  # NDRPDR sel
1002         - 98  # NDRPDR sel
1003         - 99  # NDRPDR sel
1004     vpp-soak-vs-ndr-2n-skx-cmp:
1005       # TODO: Replace
1006       # csit-vpp-perf-verify-2001-2n-skx:
1007       csit-vpp-perf-verify-1908-2n-skx:
1008         - 83  # SOAK
1009         - 86  # SOAK
1010     vpp-soak-vs-ndr-2n-skx:
1011       csit-vpp-perf-verify-2001-2n-skx:
1012         - 92  # NDRPDR sel
1013         - 93  # NDRPDR sel
1014         - 94  # NDRPDR sel
1015         - 95  # NDRPDR sel
1016         - 96  # NDRPDR sel
1017         - 97  # NDRPDR sel
1018         - 98  # NDRPDR sel
1019         - 99  # NDRPDR sel
1020         - 83  # SOAK
1021         - 86  # SOAK
1022
1023     vpp-soak-vs-ndr-2n-clx-ref:
1024       csit-vpp-perf-verify-2001-2n-clx:
1025         - 28  # NDRPDR sel
1026         - 29  # NDRPDR sel
1027         - 32  # NDRPDR sel
1028         - 40  # NDRPDR sel
1029         - 43  # NDRPDR sel
1030         - 44  # NDRPDR sel
1031         - 45  # NDRPDR sel
1032         - 47  # NDRPDR sel
1033         - 48  # NDRPDR sel
1034         - 49  # NDRPDR sel
1035     vpp-soak-vs-ndr-2n-clx-cmp:
1036       csit-vpp-perf-verify-2001-2n-clx:
1037         - 93  # SOAK
1038         - 94  # Soak
1039     vpp-soak-vs-ndr-2n-clx:
1040       csit-vpp-perf-verify-2001-2n-clx:
1041         - 28  # NDRPDR sel
1042         - 29  # NDRPDR sel
1043         - 32  # NDRPDR sel
1044         - 40  # NDRPDR sel
1045         - 43  # NDRPDR sel
1046         - 44  # NDRPDR sel
1047         - 45  # NDRPDR sel
1048         - 47  # NDRPDR sel
1049         - 48  # NDRPDR sel
1050         - 49  # NDRPDR sel
1051         - 93  # SOAK
1052         - 94  # Soak
1053
1054     vpp-performance-changes-3n-hsw-mrr-h1:
1055       csit-vpp-perf-verify-1904-3n-hsw:
1056         - 9   # MRR sel
1057     vpp-performance-changes-3n-hsw-mrr-ref:
1058       csit-vpp-perf-verify-1908-3n-hsw:
1059         - 39  # MRR sel
1060     vpp-performance-changes-3n-hsw-mrr-cmp:
1061       csit-vpp-perf-verify-2001-3n-hsw:
1062         - 17  # MRR sel
1063     vpp-performance-changes-3n-hsw-mrr:
1064       - "vpp-performance-changes-3n-hsw-mrr-h1"
1065       - "vpp-performance-changes-3n-hsw-mrr-ref"
1066       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1067
1068     vpp-performance-changes-3n-skx-mrr-h1:
1069       csit-vpp-perf-verify-1904-3n-skx:
1070         - 7   # MRR sel
1071     vpp-performance-changes-3n-skx-mrr-ref:
1072       csit-vpp-perf-verify-1908-3n-skx:
1073         - 36  # MRR sel
1074     vpp-performance-changes-3n-skx-mrr-cmp:
1075       # TODO: Replace
1076       # csit-vpp-perf-verify-2001-3n-skx:
1077       csit-vpp-perf-verify-1908-3n-skx:
1078         - 36  # MRR sel
1079     vpp-performance-changes-3n-skx-mrr:
1080       - "vpp-performance-changes-3n-skx-mrr-h1"
1081       - "vpp-performance-changes-3n-skx-mrr-ref"
1082       - "vpp-performance-changes-3n-skx-mrr-cmp"
1083
1084     vpp-performance-changes-2n-skx-mrr-h1:
1085       csit-vpp-perf-verify-1904-2n-skx:
1086         - 11  # MRR sel
1087     vpp-performance-changes-2n-skx-mrr-ref:
1088       csit-vpp-perf-verify-1908-2n-skx:
1089         - 69  # MRR sel
1090     vpp-performance-changes-2n-skx-mrr-cmp:
1091       # TODO: Replace
1092       # csit-vpp-perf-verify-2001-2n-skx:
1093       csit-vpp-perf-verify-1908-2n-skx:
1094         - 69  # MRR sel
1095     vpp-performance-changes-2n-skx-mrr:
1096       - "vpp-performance-changes-2n-skx-mrr-h1"
1097       - "vpp-performance-changes-2n-skx-mrr-ref"
1098       - "vpp-performance-changes-2n-skx-mrr-cmp"
1099
1100     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1101       csit-vpp-perf-verify-1908-2n-skx:
1102         - 71  # NFV MRR
1103     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1104       # TODO: Replace
1105       # csit-vpp-perf-verify-2001-2n-skx:
1106       csit-vpp-perf-verify-1908-2n-skx:
1107         - 71  # NFV MRR
1108     vpp-performance-changes-nfv-2n-skx-mrr:
1109       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1110       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1111
1112     vpp-performance-changes-2n-dnv-mrr-ref:
1113       csit-vpp-perf-verify-1908-2n-dnv:
1114         - 11  # MRR sel
1115     vpp-performance-changes-2n-dnv-mrr-cmp:
1116       csit-vpp-perf-verify-2001-2n-dnv:
1117         - 12  # MRR sel
1118     vpp-performance-changes-2n-dnv-mrr:
1119       - "vpp-performance-changes-2n-dnv-mrr-ref"
1120       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1121
1122     vpp-performance-changes-3n-dnv-mrr-ref:
1123       csit-vpp-perf-verify-1908-3n-dnv:
1124         - 17  # MRR sel
1125     vpp-performance-changes-3n-dnv-mrr-cmp:
1126       csit-vpp-perf-verify-2001-3n-dnv:
1127         - 11  # MRR sel
1128     vpp-performance-changes-3n-dnv-mrr:
1129       - "vpp-performance-changes-3n-dnv-mrr-ref"
1130       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1131
1132     vpp-performance-changes-3n-tsh-mrr-ref:
1133       csit-vpp-perf-verify-1908-3n-tsh:
1134         - 17  # MRR sel
1135     vpp-performance-changes-3n-tsh-mrr-cmp:
1136       csit-vpp-perf-verify-2001-3n-tsh:
1137         - 9   # MRR sel
1138     vpp-performance-changes-3n-tsh-mrr:
1139       - "vpp-performance-changes-3n-tsh-mrr-ref"
1140       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1141
1142     dpdk-performance-changes-3n-hsw-h1:
1143       csit-dpdk-perf-verify-1904-3n-hsw:
1144         - 2   # NDRPDR sel
1145         - 3   # NDRPDR sel
1146         - 5   # NDRPDR sel
1147         - 6   # NDRPDR sel
1148         - 13  # NDRPDR sel
1149         - 14  # NDRPDR sel
1150         - 15  # NDRPDR sel
1151         - 18  # NDRPDR sel
1152         - 19  # NDRPDR sel
1153         - 20  # NDRPDR sel
1154     dpdk-performance-changes-3n-hsw-ref:
1155       csit-dpdk-perf-verify-1908-3n-hsw:
1156         - 2   # NDRPDR sel
1157         - 3   # NDRPDR sel
1158         - 4   # NDRPDR sel
1159         - 5   # NDRPDR sel
1160         - 6   # NDRPDR sel
1161         - 7   # NDRPDR sel
1162         - 8   # NDRPDR sel
1163         - 9   # NDRPDR sel
1164         - 10  # NDRPDR sel
1165         - 11  # NDRPDR sel
1166     dpdk-performance-changes-3n-hsw-cmp:
1167       csit-dpdk-perf-verify-2001-3n-hsw:
1168 #        - 4   # NDRPDR sel
1169 #        - 5   # NDRPDR sel
1170 #        - 6   # NDRPDR sel
1171 #        - 7   # NDRPDR sel
1172 #        - 8   # NDRPDR sel
1173 #        - 9   # NDRPDR sel
1174 #        - 10  # NDRPDR sel
1175 #        - 11  # NDRPDR sel
1176 #        - 12  # NDRPDR sel
1177 #        - 13  # NDRPDR sel
1178         - 15  # NDRPDR sel
1179         - 16  # NDRPDR sel
1180         - 17  # NDRPDR sel
1181         - 18  # NDRPDR sel
1182         - 19  # NDRPDR sel
1183         - 20  # NDRPDR sel
1184         - 21  # NDRPDR sel
1185         - 22  # NDRPDR sel
1186         - 23  # NDRPDR sel
1187         - 24  # NDRPDR sel
1188     dpdk-performance-changes-3n-hsw:
1189       - "dpdk-performance-changes-3n-hsw-h1"
1190       - "dpdk-performance-changes-3n-hsw-ref"
1191       - "dpdk-performance-changes-3n-hsw-cmp"
1192
1193     dpdk-performance-changes-3n-skx-h1:
1194       csit-dpdk-perf-verify-1904-3n-skx:
1195         - 2   # NDRPDR sel
1196         - 3   # NDRPDR sel
1197         - 4   # NDRPDR sel
1198         - 5   # NDRPDR sel
1199         - 6   # NDRPDR sel
1200         - 7   # NDRPDR sel
1201         - 11  # NDRPDR sel
1202         - 12  # NDRPDR sel
1203         - 13  # NDRPDR sel
1204         - 14  # NDRPDR sel
1205     dpdk-performance-changes-3n-skx-ref:
1206       csit-dpdk-perf-verify-1908-3n-skx:
1207         - 3   # NDRPDR sel
1208         - 4   # NDRPDR sel
1209         - 5   # NDRPDR sel
1210         - 6   # NDRPDR sel
1211         - 7   # NDRPDR sel
1212         - 8   # NDRPDR sel
1213         - 9   # NDRPDR sel
1214         - 10  # NDRPDR sel
1215         - 11  # NDRPDR sel
1216         - 12  # NDRPDR sel
1217     dpdk-performance-changes-3n-skx-cmp:
1218       csit-dpdk-perf-verify-2001-3n-skx:
1219         - 1   # NDRPDR sel
1220         - 2   # NDRPDR sel
1221         - 3   # NDRPDR sel
1222         - 4   # NDRPDR sel
1223         - 5   # NDRPDR sel
1224         - 6   # NDRPDR sel
1225         - 7   # NDRPDR sel
1226         - 8   # NDRPDR sel
1227         - 9   # NDRPDR sel
1228         - 10  # NDRPDR sel
1229     dpdk-performance-changes-3n-skx:
1230       - "dpdk-performance-changes-3n-skx-h1"
1231       - "dpdk-performance-changes-3n-skx-ref"
1232       - "dpdk-performance-changes-3n-skx-cmp"
1233
1234     dpdk-performance-changes-2n-skx-h1:
1235       csit-dpdk-perf-verify-1904-2n-skx:
1236         - 2   # NDRPDR sel
1237         - 3   # NDRPDR sel
1238         - 4   # NDRPDR sel
1239         - 5   # NDRPDR sel
1240         - 7   # NDRPDR sel
1241         - 8   # NDRPDR sel
1242         - 9   # NDRPDR sel
1243         - 10  # NDRPDR sel
1244         - 11  # NDRPDR sel
1245         - 12  # NDRPDR sel
1246     dpdk-performance-changes-2n-skx-ref:
1247       csit-dpdk-perf-verify-1908-2n-skx:
1248         - 2   # NDRPDR sel
1249         - 3   # NDRPDR sel
1250         - 4   # NDRPDR sel
1251         - 5   # NDRPDR sel
1252         - 7   # NDRPDR sel
1253         - 8   # NDRPDR sel
1254         - 9   # NDRPDR sel
1255         - 10  # NDRPDR sel
1256         - 11  # NDRPDR sel
1257         - 12  # NDRPDR sel
1258     dpdk-performance-changes-2n-skx-cmp:
1259       csit-dpdk-perf-verify-2001-2n-skx:
1260         - 1   # NDRPDR sel
1261         - 2   # NDRPDR sel
1262         - 3   # NDRPDR sel
1263         - 4   # NDRPDR sel
1264         - 5   # NDRPDR sel
1265         - 6   # NDRPDR sel
1266         - 7   # NDRPDR sel
1267         - 8   # NDRPDR sel
1268         - 9   # NDRPDR sel
1269         - 10  # NDRPDR sel
1270         - 11  # NDRPDR sel
1271         - 13  # NDRPDR sel
1272         - 26  # NDRPDR sel
1273         - 16  # NDRPDR sel
1274         - 17  # NDRPDR sel
1275         - 18  # NDRPDR sel
1276         - 19  # NDRPDR sel
1277         - 27  # NDRPDR sel
1278         - 21  # NDRPDR sel
1279         - 25  # NDRPDR sel
1280     dpdk-performance-changes-2n-skx:
1281       - "dpdk-performance-changes-2n-skx-h1"
1282       - "dpdk-performance-changes-2n-skx-ref"
1283       - "dpdk-performance-changes-2n-skx-cmp"
1284
1285     # Compare testbeds
1286
1287     vpp-compare-testbeds-ref:
1288       csit-vpp-perf-verify-2001-3n-hsw:
1289         - 21  # NDRPDR sel
1290         - 22  # NDRPDR sel
1291         - 23  # NDRPDR sel
1292         - 24  # NDRPDR sel
1293         - 25  # NDRPDR sel
1294         - 29  # NDRPDR sel
1295         - 30  # NDRPDR sel
1296         - 31  # NDRPDR sel
1297         - 32  # NDRPDR sel
1298         - 34  # NDRPDR sel
1299     vpp-compare-testbeds-cmp:
1300       # TODO: Add the data
1301       csit-vpp-perf-verify-2001-3n-skx:
1302         - 45  # NDRPDR sel
1303         - 46  # NDRPDR sel
1304         - 47  # NDRPDR sel
1305         - 48  # NDRPDR sel
1306     vpp-compare-testbeds:
1307       - "vpp-compare-testbeds-ref"
1308       - "vpp-compare-testbeds-cmp"
1309
1310     vpp-compare-testbeds-skx-clx-ref:
1311       # TODO: Add the data
1312       csit-vpp-perf-verify-2001-2n-skx:
1313         - 92  # NDRPDR sel
1314         - 93  # NDRPDR sel
1315         - 94  # NDRPDR sel
1316         - 95  # NDRPDR sel
1317         - 96  # NDRPDR sel
1318         - 97  # NDRPDR sel
1319         - 98  # NDRPDR sel
1320         - 99  # NDRPDR sel
1321     vpp-compare-testbeds-skx-clx-cmp:
1322       csit-vpp-perf-verify-2001-2n-clx:
1323         - 28  # NDRPDR sel
1324         - 29  # NDRPDR sel
1325         - 32  # NDRPDR sel
1326         - 40  # NDRPDR sel
1327         - 43  # NDRPDR sel
1328         - 44  # NDRPDR sel
1329         - 45  # NDRPDR sel
1330         - 47  # NDRPDR sel
1331         - 48  # NDRPDR sel
1332         - 49  # NDRPDR sel
1333     vpp-compare-testbeds-skx-clx:
1334       - "vpp-compare-testbeds-skx-clx-ref"
1335       - "vpp-compare-testbeds-skx-clx-cmp"
1336
1337     vpp-compare-testbeds-hsw-clx-ref:
1338       csit-vpp-perf-verify-2001-3n-hsw:
1339         - 21  # NDRPDR sel
1340         - 22  # NDRPDR sel
1341         - 23  # NDRPDR sel
1342         - 24  # NDRPDR sel
1343         - 25  # NDRPDR sel
1344         - 29  # NDRPDR sel
1345         - 30  # NDRPDR sel
1346         - 31  # NDRPDR sel
1347         - 32  # NDRPDR sel
1348         - 34  # NDRPDR sel
1349     vpp-compare-testbeds-hsw-clx-cmp:
1350       csit-vpp-perf-verify-2001-2n-clx:
1351         - 28  # NDRPDR sel
1352         - 29  # NDRPDR sel
1353         - 32  # NDRPDR sel
1354         - 40  # NDRPDR sel
1355         - 43  # NDRPDR sel
1356         - 44  # NDRPDR sel
1357         - 45  # NDRPDR sel
1358         - 47  # NDRPDR sel
1359         - 48  # NDRPDR sel
1360         - 49  # NDRPDR sel
1361     vpp-compare-testbeds-hsw-clx:
1362       - "vpp-compare-testbeds-hsw-clx-ref"
1363       - "vpp-compare-testbeds-hsw-clx-cmp"
1364
1365     vpp-compare-testbeds-mrr-ref:
1366       csit-vpp-perf-verify-2001-3n-hsw:
1367         - 17  # MRR sel
1368     vpp-compare-testbeds-mrr-cmp:
1369       # TODO: Replace
1370       # csit-vpp-perf-verify-2001-3n-skx:
1371       csit-vpp-perf-verify-1908-3n-skx:
1372         - 36  # MRR sel
1373     vpp-compare-testbeds-mrr:
1374       - "vpp-compare-testbeds-mrr-ref"
1375       - "vpp-compare-testbeds-mrr-cmp"
1376
1377     vpp-compare-testbeds-mrr-skx-clx-ref:
1378       # TODO: Replace
1379       # csit-vpp-perf-verify-2001-2n-skx:
1380       csit-vpp-perf-verify-1908-2n-skx:
1381         - 69  # MRR sel
1382     vpp-compare-testbeds-mrr-skx-clx-cmp:
1383       csit-vpp-perf-verify-2001-2n-clx:
1384         - 39  # MRR
1385     vpp-compare-testbeds-mrr-skx-clx:
1386       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1387       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1388
1389     vpp-compare-testbeds-mrr-hsw-clx-ref:
1390       csit-vpp-perf-verify-2001-3n-hsw:
1391         - 17  # MRR sel
1392     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1393       csit-vpp-perf-verify-2001-2n-clx:
1394         - 39  # MRR
1395     vpp-compare-testbeds-mrr-hsw-clx:
1396       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1397       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1398
1399     dpdk-compare-testbeds-ref:
1400       csit-dpdk-perf-verify-2001-3n-hsw:
1401         - 4   # NDRPDR sel
1402         - 5   # NDRPDR sel
1403         - 6   # NDRPDR sel
1404         - 7   # NDRPDR sel
1405         - 8   # NDRPDR sel
1406         - 9   # NDRPDR sel
1407         - 10  # NDRPDR sel
1408         - 11  # NDRPDR sel
1409         - 12  # NDRPDR sel
1410         - 13  # NDRPDR sel
1411         - 15  # NDRPDR sel
1412         - 16  # NDRPDR sel
1413         - 17  # NDRPDR sel
1414         - 18  # NDRPDR sel
1415         - 19  # NDRPDR sel
1416         - 20  # NDRPDR sel
1417         - 21  # NDRPDR sel
1418         - 22  # NDRPDR sel
1419         - 23  # NDRPDR sel
1420         - 24  # NDRPDR sel
1421     dpdk-compare-testbeds-cmp:
1422       csit-dpdk-perf-verify-2001-3n-skx:
1423         - 1   # NDRPDR sel
1424         - 2   # NDRPDR sel
1425         - 3   # NDRPDR sel
1426         - 4   # NDRPDR sel
1427         - 5   # NDRPDR sel
1428         - 6   # NDRPDR sel
1429         - 7   # NDRPDR sel
1430         - 8   # NDRPDR sel
1431         - 9   # NDRPDR sel
1432         - 10  # NDRPDR sel
1433     dpdk-compare-testbeds:
1434       - "dpdk-compare-testbeds-ref"
1435       - "dpdk-compare-testbeds-cmp"
1436
1437     dpdk-compare-testbeds-skx-clx-ref:
1438       csit-dpdk-perf-verify-2001-2n-skx:
1439         - 1   # NDRPDR sel
1440         - 2   # NDRPDR sel
1441         - 3   # NDRPDR sel
1442         - 4   # NDRPDR sel
1443         - 5   # NDRPDR sel
1444         - 6   # NDRPDR sel
1445         - 7   # NDRPDR sel
1446         - 8   # NDRPDR sel
1447         - 9   # NDRPDR sel
1448         - 10  # NDRPDR sel
1449         - 11  # NDRPDR sel
1450         - 13  # NDRPDR sel
1451         - 26  # NDRPDR sel
1452         - 16  # NDRPDR sel
1453         - 17  # NDRPDR sel
1454         - 18  # NDRPDR sel
1455         - 19  # NDRPDR sel
1456         - 27  # NDRPDR sel
1457         - 21  # NDRPDR sel
1458         - 25  # NDRPDR sel
1459     dpdk-compare-testbeds-skx-clx-cmp:
1460       csit-dpdk-perf-verify-2001-2n-clx:
1461         - 15  # NDRPDR sel
1462         - 16  # NDRPDR sel
1463         - 17  # NDRPDR sel
1464         - 18  # NDRPDR sel
1465         - 19  # NDRPDR sel
1466         - 20  # NDRPDR sel
1467         - 21  # NDRPDR sel
1468         - 22  # NDRPDR sel
1469         - 23  # NDRPDR sel
1470         - 24  # NDRPDR sel
1471         - 25  # NDRPDR sel
1472         - 26  # NDRPDR sel
1473         - 27  # NDRPDR sel
1474         - 28  # NDRPDR sel
1475         - 29  # NDRPDR sel
1476         - 30  # NDRPDR sel
1477         - 31  # NDRPDR sel
1478         - 32  # NDRPDR sel
1479         - 33  # NDRPDR sel
1480         - 34  # NDRPDR sel
1481
1482     dpdk-compare-testbeds-skx-clx:
1483       - "dpdk-compare-testbeds-skx-clx-ref"
1484       - "dpdk-compare-testbeds-skx-clx-cmp"
1485
1486     # Compare topologies
1487
1488     vpp-compare-topologies-ref:
1489       # TODO: Add the data
1490       csit-vpp-perf-verify-2001-3n-skx:
1491         - 45  # NDRPDR sel
1492         - 46  # NDRPDR sel
1493         - 47  # NDRPDR sel
1494         - 48  # NDRPDR sel
1495     vpp-compare-topologies-cmp:
1496       # TODO: Add the data
1497       csit-vpp-perf-verify-2001-2n-skx:
1498         - 92  # NDRPDR sel
1499         - 93  # NDRPDR sel
1500         - 94  # NDRPDR sel
1501         - 95  # NDRPDR sel
1502         - 96  # NDRPDR sel
1503         - 97  # NDRPDR sel
1504         - 98  # NDRPDR sel
1505         - 99  # NDRPDR sel
1506     vpp-compare-topologies:
1507       - "vpp-compare-topologies-ref"
1508       - "vpp-compare-topologies-cmp"
1509
1510     vpp-compare-topologies-mrr-ref:
1511       # TODO: Replace
1512       # csit-vpp-perf-verify-2001-3n-skx:
1513       csit-vpp-perf-verify-1908-3n-skx:
1514         - 36  # MRR sel
1515     vpp-compare-topologies-mrr-cmp:
1516       # TODO: Replace
1517       # csit-vpp-perf-verify-2001-2n-skx:
1518       csit-vpp-perf-verify-1908-2n-skx:
1519         - 69  # MRR sel
1520     vpp-compare-topologies-mrr:
1521       - "vpp-compare-topologies-mrr-ref"
1522       - "vpp-compare-topologies-mrr-cmp"
1523
1524     dpdk-compare-topologies-ref:
1525       csit-dpdk-perf-verify-2001-3n-skx:
1526         - 1   # NDRPDR sel
1527         - 2   # NDRPDR sel
1528         - 3   # NDRPDR sel
1529         - 4   # NDRPDR sel
1530         - 5   # NDRPDR sel
1531         - 6   # NDRPDR sel
1532         - 7   # NDRPDR sel
1533         - 8   # NDRPDR sel
1534         - 9   # NDRPDR sel
1535         - 10  # NDRPDR sel
1536     dpdk-compare-topologies-cmp:
1537       csit-dpdk-perf-verify-2001-2n-skx:
1538         - 1   # NDRPDR sel
1539         - 2   # NDRPDR sel
1540         - 3   # NDRPDR sel
1541         - 4   # NDRPDR sel
1542         - 5   # NDRPDR sel
1543         - 6   # NDRPDR sel
1544         - 7   # NDRPDR sel
1545         - 8   # NDRPDR sel
1546         - 9   # NDRPDR sel
1547         - 10  # NDRPDR sel
1548         - 11  # NDRPDR sel
1549         - 13  # NDRPDR sel
1550         - 26  # NDRPDR sel
1551         - 16  # NDRPDR sel
1552         - 17  # NDRPDR sel
1553         - 18  # NDRPDR sel
1554         - 19  # NDRPDR sel
1555         - 27  # NDRPDR sel
1556         - 21  # NDRPDR sel
1557         - 25  # NDRPDR sel
1558     dpdk-compare-topologies:
1559       - "dpdk-compare-topologies-ref"
1560       - "dpdk-compare-topologies-cmp"
1561
1562   plot-layouts:
1563
1564     plot-soak-throughput:
1565       titlefont:
1566         size: 18
1567       xaxis:
1568         title: "<b>Test Cases [Index]</b>"
1569         titlefont:
1570           size: 16
1571         autorange: True
1572         fixedrange: False
1573         gridcolor: "rgb(230, 230, 230)"
1574         linecolor: "rgb(220, 220, 220)"
1575         linewidth: 1
1576         showgrid: True
1577         showline: True
1578         showticklabels: True
1579         tickcolor: "rgb(220, 220, 220)"
1580         tickmode: "linear"
1581         tickfont:
1582           size: 16
1583         zeroline: False
1584       yaxis:
1585         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1586         titlefont:
1587           size: 16
1588         gridcolor: "rgb(230, 230, 230)"
1589         hoverformat: ".4r"
1590         tickformat: ".3r"
1591         linecolor: "rgb(220, 220, 220)"
1592         linewidth: 1
1593         showgrid: True
1594         showline: True
1595         showticklabels: True
1596         tickcolor: "rgb(220, 220, 220)"
1597         tickfont:
1598           size: 16
1599         zeroline: False
1600         range: [0,50]
1601       autosize: False
1602       margin:
1603         t: 50
1604         b: 0
1605         l: 80
1606         r: 20
1607       showlegend: True
1608       legend:
1609         orientation: "h"
1610         font:
1611           size: 16
1612       width: 700
1613       height: 900
1614       paper_bgcolor: "#fff"
1615       plot_bgcolor: "#fff"
1616       hoverlabel:
1617         namelength: -1
1618
1619     plot-service-density:
1620       titlefont:
1621         size: 18
1622       xaxis:
1623         side: "top"
1624         autorange: True
1625         fixedrange: False
1626         showgrid: False
1627         showline: False
1628         showticklabels: False
1629         ticks: ""
1630         ticklen: 0
1631         tickwidth: 0
1632         zeroline: False
1633       yaxis:
1634         autorange: "reversed"
1635         showgrid: False
1636         showline: False
1637         showticklabels: False
1638         ticks: ""
1639         ticklen: 0
1640         tickwidth: 0
1641         zeroline: False
1642       showlegend: False
1643       paper_bgcolor: "#fff"
1644       plot_bgcolor: "#fff"
1645       width: 700
1646       height: 700
1647       hoverlabel:
1648         namelength: -1
1649
1650     plot-cps:
1651       titlefont:
1652         size: 18
1653       xaxis:
1654         title: "<b>Test Cases [Index]</b>"
1655         titlefont:
1656           size: 16
1657         autorange: True
1658         fixedrange: False
1659         gridcolor: "rgb(230, 230, 230)"
1660         linecolor: "rgb(220, 220, 220)"
1661         linewidth: 1
1662         showgrid: True
1663         showline: True
1664         showticklabels: True
1665         tickcolor: "rgb(220, 220, 220)"
1666         tickmode: "linear"
1667         tickfont:
1668           size: 16
1669         zeroline: False
1670       yaxis:
1671         title: "<b>Connections Per Second [cps]</b>"
1672         titlefont:
1673           size: 16
1674         gridcolor: "rgb(230, 230, 230)"
1675         hoverformat: ".4s"
1676         linecolor: "rgb(220, 220, 220)"
1677         linewidth: 1
1678         rangemode: "tozero"
1679         showgrid: True
1680         showline: True
1681         showticklabels: True
1682         tickcolor: "rgb(220, 220, 220)"
1683         tickformat: ".3s"
1684         tickfont:
1685           size: 16
1686         zeroline: False
1687       boxmode: "group"
1688       boxgroupgap: 0.5
1689       autosize: False
1690       margin:
1691         t: 50
1692         b: 20
1693         l: 80
1694         r: 20
1695       showlegend: True
1696       legend:
1697         orientation: "h"
1698         font:
1699           size: 16
1700       width: 700
1701       height: 800
1702       paper_bgcolor: "#fff"
1703       plot_bgcolor: "#fff"
1704       hoverlabel:
1705         namelength: -1
1706
1707     plot-rps:
1708       titlefont:
1709         size: 18
1710       xaxis:
1711         title: "<b>Test Cases [Index]</b>"
1712         titlefont:
1713           size: 16
1714         autorange: True
1715         fixedrange: False
1716         gridcolor: "rgb(230, 230, 230)"
1717         linecolor: "rgb(220, 220, 220)"
1718         linewidth: 1
1719         showgrid: True
1720         showline: True
1721         showticklabels: True
1722         tickcolor: "rgb(220, 220, 220)"
1723         tickmode: "linear"
1724         tickfont:
1725           size: 16
1726         zeroline: False
1727       yaxis:
1728         title: "<b>Requests Per Second [rps]</b>"
1729         titlefont:
1730           size: 16
1731         gridcolor: "rgb(230, 230, 230)"
1732         hoverformat: ".4s"
1733         linecolor: "rgb(220, 220, 220)"
1734         linewidth: 1
1735         rangemode: "tozero"
1736         showgrid: True
1737         showline: True
1738         showticklabels: True
1739         tickcolor: "rgb(230, 230, 230)"
1740         tickformat: ".3s"
1741         tickfont:
1742           size: 16
1743         zeroline: False
1744       boxmode: "group"
1745       boxgroupgap: 0.5
1746       autosize: False
1747       margin:
1748         t: 50
1749         b: 20
1750         l: 80
1751         r: 20
1752       showlegend: True
1753       legend:
1754         orientation: "h"
1755         font:
1756           size: 16
1757       width: 700
1758       height: 800
1759       paper_bgcolor: "#fff"
1760       plot_bgcolor: "#fff"
1761       hoverlabel:
1762         namelength: -1
1763
1764     plot-hoststack:
1765       titlefont:
1766         size: 16
1767       xaxis:
1768         title: "<b>Test Cases [Index]</b>"
1769         titlefont:
1770           size: 14
1771         autorange: True
1772         fixedrange: False
1773         gridcolor: "rgb(230, 230, 230)"
1774         linecolor: "rgb(220, 220, 220)"
1775         linewidth: 1
1776         showgrid: True
1777         showline: True
1778         showticklabels: True
1779         tickcolor: "rgb(220, 220, 220)"
1780         tickmode: "linear"
1781         tickfont:
1782           size: 14
1783         zeroline: False
1784       yaxis:
1785         title: "<b>Bandwidth [Gbps]</b>"
1786         titlefont:
1787           size: 14
1788         gridcolor: "rgb(230, 230, 230)"
1789         hoverformat: ".4s"
1790         linecolor: "rgb(220, 220, 220)"
1791         linewidth: 1
1792         rangemode: "tozero"
1793         showgrid: True
1794         showline: True
1795         showticklabels: True
1796         tickcolor: "rgb(230, 230, 230)"
1797         tickformat: ".3s"
1798         tickfont:
1799           size: 14
1800         zeroline: False
1801       boxmode: "group"
1802       boxgroupgap: 0.5
1803       autosize: False
1804       margin:
1805         t: 50
1806         b: 20
1807         l: 80
1808         r: 20
1809       showlegend: True
1810       legend:
1811         orientation: "h"
1812         font:
1813           size: 14
1814       width: 700
1815       height: 800
1816       paper_bgcolor: "#fff"
1817       plot_bgcolor: "#fff"
1818       hoverlabel:
1819         namelength: -1
1820
1821     plot-throughput:
1822       titlefont:
1823         size: 18
1824       xaxis:
1825         title: "<b>Test Cases [Index]</b>"
1826         titlefont:
1827           size: 16
1828         autorange: True
1829         fixedrange: False
1830         gridcolor: "rgb(230, 230, 230)"
1831         linecolor: "rgb(220, 220, 220)"
1832         linewidth: 1
1833         showgrid: True
1834         showline: True
1835         showticklabels: True
1836         tickcolor: "rgb(220, 220, 220)"
1837         tickmode: "linear"
1838         tickfont:
1839           size: 16
1840         zeroline: False
1841       yaxis:
1842         title: "<b>Packet Throughput [Mpps]</b>"
1843         titlefont:
1844           size: 16
1845         gridcolor: "rgb(230, 230, 230)"
1846         hoverformat: ".4r"
1847         tickformat: ".3r"
1848         linecolor: "rgb(220, 220, 220)"
1849         linewidth: 1
1850         showgrid: True
1851         showline: True
1852         showticklabels: True
1853         tickcolor: "rgb(220, 220, 220)"
1854         tickfont:
1855           size: 16
1856         zeroline: False
1857         range: [0,50]
1858       autosize: False
1859       margin:
1860         t: 50
1861         b: 0
1862         l: 80
1863         r: 20
1864       showlegend: True
1865       legend:
1866         orientation: "h"
1867         font:
1868           size: 16
1869       width: 700
1870       height: 900
1871       paper_bgcolor: "#fff"
1872       plot_bgcolor: "#fff"
1873       hoverlabel:
1874         namelength: -1
1875
1876     plot-throughput-speedup-analysis:
1877       titlefont:
1878         size: 18
1879       xaxis:
1880         title: "<b>Number of Cores [Qty]</b>"
1881         titlefont:
1882           size: 16
1883         autorange: True
1884         fixedrange: False
1885         gridcolor: "rgb(230, 230, 230)"
1886         linecolor: "rgb(220, 220, 220)"
1887         linewidth: 1
1888         showgrid: True
1889         showline: True
1890         showticklabels: True
1891         tickcolor: "rgb(238, 238, 238)"
1892         tickmode: "linear"
1893         tickfont:
1894           size: 16
1895         zeroline: False
1896       yaxis:
1897         title: "<b>Packet Throughput [Mpps]</b>"
1898         titlefont:
1899           size: 16
1900         type: "linear"
1901         gridcolor: "rgb(230, 230, 230)"
1902         hoverformat: ".4s"
1903         linecolor: "rgb(220, 220, 220)"
1904         linewidth: 1
1905         showgrid: True
1906         showline: True
1907         showticklabels: True
1908         tickcolor: "rgb(220, 220, 220)"
1909         tickformat: ".4s"
1910         tickfont:
1911           size: 16
1912         zeroline: True
1913         rangemode: "tozero"
1914         range: [0,100]
1915       legend:
1916         orientation: "h"
1917         font:
1918           size: 16
1919         xanchor: "left"
1920         yanchor: "top"
1921         x: 0
1922         y: -0.2
1923         bgcolor: "rgba(255, 255, 255, 0)"
1924         bordercolor: "rgba(255, 255, 255, 0)"
1925         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1926       autosize: False
1927       margin:
1928           't': 50
1929           'b': 150
1930           'l': 85
1931           'r': 10
1932       showlegend: True
1933       width: 700
1934       height: 700
1935       paper_bgcolor: "#fff"
1936       plot_bgcolor: "#fff"
1937       hoverlabel:
1938         namelength: -1
1939       annotations: [
1940         {
1941           text: "_ _          __          ...",
1942           align: "left",
1943           showarrow: False,
1944           xref: "paper",
1945           yref: "paper",
1946           xanchor: "left",
1947           yanchor: "top",
1948           x: 0,
1949           y: -0.13,
1950           font: {
1951             family: "Consolas, Courier New",
1952             size: 15
1953           },
1954         },
1955         {
1956           text: "    Perfect     Measured     Limit",
1957           align: "left",
1958           showarrow: False,
1959           xref: "paper",
1960           yref: "paper",
1961           xanchor: "left",
1962           yanchor: "top",
1963           x: 0,
1964           y: -0.15,
1965           font: {
1966             family: "Consolas, Courier New",
1967             size: 15
1968           },
1969         },
1970       ]
1971
1972     plot-latency:
1973       titlefont:
1974         size: 18
1975       xaxis:
1976         title: "<b>Direction</b>"
1977         titlefont:
1978           size: 16
1979         autorange: True
1980         fixedrange: False
1981         gridcolor: "rgb(230, 230, 230)"
1982         linecolor: "rgb(220, 220, 220)"
1983         linewidth: 1
1984         showgrid: True
1985         showline: True
1986         showticklabels: False
1987         tickcolor: "rgb(220, 220, 220)"
1988         tickmode: "linear"
1989         tickfont:
1990           size: 16
1991         zeroline: False
1992       yaxis:
1993         title: "<b>Packet Latency [uSec]</b>"
1994         titlefont:
1995           size: 16
1996         type: "linear"
1997         gridcolor: "rgb(230, 230, 230)"
1998         hoverformat: ".4s"
1999         linecolor: "rgb(220, 220, 220)"
2000         linewidth: 1
2001         showgrid: True
2002         showline: True
2003         showticklabels: True
2004         tickcolor: "rgb(220, 220, 220)"
2005         tickformat: ".4s"
2006         tickfont:
2007           size: 16
2008         zeroline: True
2009         rangemode: "tozero"
2010       legend:
2011         orientation: "h"
2012         font:
2013           size: 16
2014         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2015       autosize: False
2016       margin:
2017           't': 50
2018           'b': 150
2019           'l': 80
2020           'r': 10
2021       showlegend: True
2022       width: 700
2023       height: 700
2024       paper_bgcolor: "#fff"
2025       plot_bgcolor: "#fff"
2026       hoverlabel:
2027         namelength: -1
2028
2029     plot-hdrh-latency:
2030       title:
2031         text: ""
2032         xanchor: "center"
2033         x: 0.5
2034         font:
2035           size: 16
2036       width: 700
2037       plot_bgcolor: "white"
2038       annotations:
2039         - font:
2040             size: 14
2041           showarrow: False
2042           text: "<b>Packet Latency [uSec]</b>"
2043           x: 1
2044           xanchor: "right"
2045           xref: "paper"
2046           y: -0.045
2047           yanchor: "top"
2048           yref: "paper"
2049         - font:
2050             size: 14
2051           showarrow: False
2052           text: "<b>Probability [%]</b>"
2053           textangle: 270
2054           x: -0.06
2055           xanchor: "center"
2056           xref: "paper"
2057           y: 0.5
2058           yanchor: "middle"
2059           yref: "paper"
2060         - font:
2061             size: 14
2062           showarrow: False
2063           text: "<b>Direction: E-W</b>"
2064           x: 0.24
2065           xanchor: "center"
2066           xref: "paper"
2067           y: 1.05
2068           yanchor: "bottom"
2069           yref: "paper"
2070         - font:
2071             size: 14
2072           showarrow: False
2073           text: "<b>Direction: W-E</b>"
2074           x: 0.74
2075           xanchor: "center"
2076           xref: "paper"
2077           y: 1.05
2078           yanchor: "bottom"
2079           yref: "paper"
2080
2081     plot-hdrh-latency-percentile:
2082       title:
2083         text: ""
2084         xanchor: "center"
2085         x: 0.5
2086         font:
2087           size: 18
2088       xaxis:
2089         type: "log"
2090         title: "<b>Percentile [%]</b>"
2091         titlefont:
2092           size: 16
2093         autorange: True
2094         fixedrange: False
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         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2103         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2104         tickfont:
2105           size: 16
2106       yaxis:
2107         title: "<b>Packet Latency [uSec]</b>"
2108         titlefont:
2109           size: 16
2110         gridcolor: "rgb(230, 230, 230)"
2111         linecolor: "rgb(220, 220, 220)"
2112         linewidth: 1
2113         showgrid: True
2114         showline: True
2115         showticklabels: True
2116         tickcolor: "rgb(220, 220, 220)"
2117         tickfont:
2118           size: 16
2119       autosize: False
2120       showlegend: True
2121       legend:
2122         traceorder: "normal"
2123         orientation: "h"
2124         font:
2125           size: 16
2126         xanchor: "left"
2127         yanchor: "top"
2128         x: 0
2129         y: -0.15
2130         bgcolor: "rgba(255, 255, 255, 0)"
2131         bordercolor: "rgba(255, 255, 255, 0)"
2132       width: 700
2133       height: 700
2134       paper_bgcolor: "white"
2135       plot_bgcolor: "white"
2136
2137     plot-hdrh-latency-by-percentile:
2138       title:
2139         text: "<b>Latency by Percentile Distribution</b>"
2140         xanchor: "center"
2141         x: 0.5
2142         font:
2143           size: 18
2144       showlegend: True
2145       legend:
2146         traceorder: "normal"
2147         orientation: "h"
2148         font:
2149           size: 16
2150         xanchor: "left"
2151         yanchor: "top"
2152         x: 0
2153         y: -0.2
2154         bgcolor: "rgba(255, 255, 255, 0)"
2155         bordercolor: "rgba(255, 255, 255, 0)"
2156       xaxis:
2157         type: "linear"
2158         title: "<b>Percentile [%]</b>"
2159         titlefont:
2160           size: 14
2161         autorange: False
2162         fixedrange: False
2163         range: [0, 100]
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         tickvals: [0, 25, 50, 75, 100]
2172         ticktext: [0, 25, 50, 75, 100]
2173         tickfont:
2174           size: 14
2175       yaxis:
2176         title: "<b>One-Way Latency per Direction [uSec]</b>"
2177         titlefont:
2178           size: 14
2179         gridcolor: "rgb(230, 230, 230)"
2180         linecolor: "rgb(220, 220, 220)"
2181         linewidth: 1
2182         showgrid: True
2183         showline: True
2184         showticklabels: True
2185         tickcolor: "rgb(220, 220, 220)"
2186         tickfont:
2187           size: 14
2188       width: 700
2189       height: 700
2190       paper_bgcolor: "white"
2191       plot_bgcolor: "white"
2192
2193 - type: "static"
2194   src-path: "{DIR[RST]}"
2195   dst-path: "{DIR[WORKING,SRC]}"
2196
2197 - type: "input"
2198   general:
2199     file-name: "output_info.xml.gz"
2200     file-format: ".gz"
2201     arch-file-format:
2202       - ".gz"
2203       - ".zip"
2204     download-path: "{job}/{build}/archives/{filename}"
2205     extract: "output.xml"
2206
2207     zip-file-name: "robot-plugin.zip"
2208     zip-file-format: ".zip"
2209     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2210     zip-extract: "robot-plugin/output.xml"
2211
2212   builds:
2213
2214     csit-vpp-perf-verify-1904-3n-hsw:
2215       - 9   # MRR sel
2216       - 11  # NDRPDR sel
2217       - 12  # NDRPDR sel
2218       - 20  # NDRPDR sel
2219       - 21  # NDRPDR sel
2220       - 23  # NDRPDR sel
2221       - 24  # NDRPDR sel
2222       - 25  # NDRPDR sel
2223       - 26  # NDRPDR sel
2224       - 29  # NDRPDR sel
2225       - 30  # NDRPDR sel
2226     csit-vpp-perf-verify-1908-3n-hsw:
2227       - 12  # NDRPDR sel
2228       - 13  # NDRPDR sel
2229       - 14  # NDRPDR sel
2230       - 15  # NDRPDR sel
2231       - 16  # NDRPDR sel
2232       - 17  # NDRPDR sel
2233       - 18  # NDRPDR sel
2234       - 19  # NDRPDR sel
2235       - 20  # NDRPDR sel
2236       - 21  # NDRPDR sel
2237       - 48  # NDRPDR sel vhost
2238       - 49  # NDRPDR sel vhost
2239       - 52  # NDRPDR sel vhost
2240       - 53  # NDRPDR sel vhost
2241       - 54  # NDRPDR sel vhost
2242       - 55  # NDRPDR sel vhost
2243       - 56  # NDRPDR sel vhost
2244       - 57  # NDRPDR sel vhost
2245       - 58  # NDRPDR sel vhost
2246       - 59  # NDRPDR sel vhost
2247       - 39  # MRR sel
2248     csit-vpp-perf-verify-2001-3n-hsw:
2249       - 21  # NDRPDR sel
2250       - 22  # NDRPDR sel
2251       - 23  # NDRPDR sel
2252       - 24  # NDRPDR sel
2253       - 25  # NDRPDR sel
2254       - 29  # NDRPDR sel
2255       - 30  # NDRPDR sel
2256       - 31  # NDRPDR sel
2257       - 32  # NDRPDR sel
2258       - 34  # NDRPDR sel
2259       - 17  # MRR sel
2260       - 18  # NDRPDR full
2261       - 20  # NDRPDR full
2262       - 28  # NDRPDR full
2263       - 35  # NDRPDR full
2264       - 42  # NDRPDR full
2265       - 46  # NDRPDR full
2266       - 47  # NDRPDR full
2267       - 48  # NDRPDR full
2268       - 49  # NDRPDR full
2269       - 50  # NDRPDR full
2270       - 51  # NDRPDR full
2271       - 52  # NDRPDR full
2272       - 53  # NDRPDR full
2273       - 54  # NDRPDR full
2274       - 55  # NDRPDR full
2275       - 56  # NDRPDR full
2276       - 57  # NDRPDR full
2277       - 58  # NDRPDR full
2278       - 59  # NDRPDR full
2279       - 61  # NDRPDR full
2280       - 62  # NDRPDR full
2281       - 63  # NDRPDR full
2282       - 64  # NDRPDR full
2283       - 65  # NDRPDR full
2284       - 67  # NDRPDR full
2285       - 70  # NDRPDR full
2286       - 72  # NDRPDR full
2287       - 73  # NDRPDR full
2288       - 76  # NDRPDR full
2289       - 77  # NDRPDR full
2290       - 78  # NDRPDR full
2291       - 79  # NDRPDR full
2292       - 81  # NDRPDR full
2293       - 82  # NDRPDR full
2294       - 84  # NDRPDR full
2295       - 85  # NDRPDR full
2296       - 87  # hoststack
2297       - 88  # hoststack
2298       - 89  # hoststack
2299       - 90  # hoststack
2300       - 91  # hoststack
2301       - 92  # hoststack
2302       - 93  # hoststack
2303       - 94  # hoststack
2304       - 95  # hoststack
2305       - 96  # hoststack
2306
2307     csit-vpp-perf-verify-1904-3n-skx:
2308       - 7   # MRR sel
2309       - 8   # NDRPDR sel
2310       - 9   # NDRPDR sel
2311       - 10  # NDRPDR sel
2312       - 11  # NDRPDR sel
2313       - 12  # NDRPDR sel
2314       - 14  # NDRPDR sel
2315       - 16  # NDRPDR sel
2316       - 21  # NDRPDR sel
2317       - 23  # NDRPDR sel
2318       - 25  # NDRPDR sel
2319     csit-vpp-perf-verify-1908-3n-skx:
2320       - 14  # NDRPDR sel
2321       - 16  # NDRPDR sel
2322       - 19  # NDRPDR sel
2323       - 20  # NDRPDR sel
2324       - 22  # NDRPDR sel
2325       - 23  # NDRPDR sel
2326       - 24  # NDRPDR sel
2327       - 25  # NDRPDR sel
2328       - 26  # NDRPDR sel
2329       - 29  # NDRPDR sel
2330       - 52  # NDRPDR sel vhost
2331       - 53  # NDRPDR sel vhost
2332       - 55  # NDRPDR sel vhost
2333       - 61  # NDRPDR sel vhost
2334       - 62  # NDRPDR sel vhost
2335       - 63  # NDRPDR sel vhost
2336       - 64  # NDRPDR sel vhost
2337       - 65  # NDRPDR sel vhost
2338       - 66  # NDRPDR sel vhost
2339       - 67  # NDRPDR sel vhost
2340       - 36  # MRR sel
2341     csit-vpp-perf-verify-2001-3n-skx:
2342       - 45  # NDRPDR sel
2343       - 46  # NDRPDR sel
2344       - 47  # NDRPDR sel
2345       - 48  # NDRPDR sel
2346
2347     csit-vpp-perf-verify-1904-2n-skx:
2348       - 11  # MRR sel
2349       - 12  # NDRPDR sel
2350       - 14  # NDRPDR sel
2351       - 16  # NDRPDR sel
2352       - 17  # NDRPDR sel
2353       - 18  # NDRPDR sel
2354       - 21  # NDRPDR sel
2355       - 27  # NDRPDR sel
2356       - 30  # NDRPDR sel
2357       - 31  # NDRPDR sel
2358       - 32  # NDRPDR sel
2359     csit-vpp-perf-verify-1908-2n-skx:
2360       - 26  # NDRPDR sel
2361       - 27  # NDRPDR sel
2362       - 34  # NDRPDR sel
2363       - 35  # NDRPDR sel
2364       - 36  # NDRPDR sel
2365       - 42  # NDRPDR sel
2366       - 43  # NDRPDR sel
2367       - 44  # NDRPDR sel
2368       - 45  # NDRPDR sel
2369       - 46  # NDRPDR sel
2370       - 88  # NDRPDR sel vhost
2371       - 89  # NDRPDR sel vhost
2372       - 91  # NDRPDR sel vhost
2373       - 92  # NDRPDR sel vhost
2374       - 93  # NDRPDR sel vhost
2375       - 94  # NDRPDR sel vhost
2376       - 95  # NDRPDR sel vhost
2377       - 96  # NDRPDR sel vhost
2378       - 97  # NDRPDR sel vhost
2379       - 98  # NDRPDR sel vhost
2380       - 69  # MRR sel
2381       - 22  # NFV
2382       - 31  # NFV
2383       - 32  # NFV
2384       - 71  # NFV MRR
2385       - 113 # NFV reconf sel - to be removed
2386       - 114 # NFV reconf sel - to be removed
2387       - 115 # NFV reconf sel - to be removed
2388     csit-vpp-perf-verify-2001-2n-skx:
2389       - 92  # NDRPDR sel
2390       - 93  # NDRPDR sel
2391       - 94  # NDRPDR sel
2392       - 95  # NDRPDR sel
2393       - 96  # NDRPDR sel
2394       - 97  # NDRPDR sel
2395       - 98  # NDRPDR sel
2396       - 99  # NDRPDR sel
2397
2398     csit-vpp-perf-verify-2001-2n-clx:
2399       - 28  # NDRPDR sel
2400       - 29  # NDRPDR sel
2401       - 32  # NDRPDR sel
2402       - 40  # NDRPDR sel
2403       - 43  # NDRPDR sel
2404       - 44  # NDRPDR sel
2405       - 45  # NDRPDR sel
2406       - 47  # NDRPDR sel
2407       - 48  # NDRPDR sel
2408       - 49  # NDRPDR sel
2409       - 39  # MRR
2410       - 53  # NDRPDR full
2411       - 54  # NDRPDR full
2412       - 55  # NDRPDR full
2413       - 56  # NDRPDR full
2414       - 57  # NDRPDR full
2415       - 58  # NDRPDR full
2416       - 59  # NDRPDR full
2417       - 60  # NDRPDR full
2418       - 61  # NDRPDR full
2419       - 62  # NDRPDR full
2420       - 63  # NDRPDR full
2421       - 64  # NDRPDR full
2422       - 65  # NDRPDR full
2423       - 66  # NDRPDR full
2424       - 67  # NDRPDR full
2425       - 68  # Reconf
2426       - 69  # Reconf
2427       - 70  # Reconf
2428       - 71  # Reconf
2429       - 72  # Reconf
2430       - 73  # Reconf
2431       - 74  # Reconf
2432       - 75  # Reconf
2433       - 76  # Reconf
2434       - 77  # Reconf
2435       - 80  # TCP
2436       - 82  # TCP
2437       - 83  # TCP
2438       - 85  # TCP
2439       - 86  # TCP
2440       - 87  # TCP
2441       - 88  # TCP
2442       - 89  # TCP
2443       - 90  # TCP
2444       - 91  # TCP
2445       - 93  # Soak
2446       - 94  # Soak
2447
2448     csit-vpp-perf-verify-1908-3n-tsh:
2449       - 7   # NDRPDR sel
2450       - 8   # NDRPDR sel
2451       - 9   # NDRPDR sel
2452       - 10  # NDRPDR sel
2453       - 11  # NDRPDR sel
2454       - 12  # NDRPDR sel
2455       - 13  # NDRPDR sel
2456       - 14  # NDRPDR sel
2457       - 15  # NDRPDR sel
2458       - 16  # NDRPDR sel
2459       - 17  # MRR sel
2460     csit-vpp-perf-verify-2001-3n-tsh:
2461       - 3   # NDRPDR sel
2462       - 4   # NDRPDR sel
2463       - 7   # NDRPDR sel
2464       - 8   # NDRPDR sel
2465       - 10  # NDRPDR sel
2466       - 12  # NDRPDR sel
2467       - 13  # NDRPDR sel
2468       - 14  # NDRPDR sel
2469       - 15  # NDRPDR sel
2470       - 21  # NDRPDR sel
2471       - 9   # MRR sel
2472
2473     csit-vpp-perf-verify-1908-3n-dnv:
2474       - 6   # NDRPDR sel
2475       - 7   # NDRPDR sel
2476       - 8   # NDRPDR sel
2477       - 9   # NDRPDR sel
2478       - 10  # NDRPDR sel
2479       - 12  # NDRPDR sel
2480       - 13  # NDRPDR sel
2481       - 14  # NDRPDR sel
2482       - 15  # NDRPDR sel
2483       - 16  # NDRPDR sel
2484       - 17  # MRR sel
2485     csit-vpp-perf-verify-2001-3n-dnv:
2486       - 5   # NDRPDR sel
2487       - 6   # NDRPDR sel
2488       - 7   # NDRPDR sel
2489       - 8   # NDRPDR sel
2490       - 9   # NDRPDR sel
2491       - 10  # NDRPDR sel
2492       - 12  # NDRPDR sel
2493       - 16  # NDRPDR sel
2494       - 17  # NDRPDR sel
2495       - 18  # NDRPDR sel
2496       - 11  # MRR sel
2497       - 19  # NDRPDR full
2498       - 20  # NDRPDR full
2499       - 21  # NDRPDR full
2500       - 22  # NDRPDR full
2501       - 23  # NDRPDR full
2502       - 24  # NDRPDR full
2503       - 25  # NDRPDR full
2504       - 26  # NDRPDR full
2505       - 37  # NDRPDR full
2506       - 38  # NDRPDR full
2507       - 39  # NDRPDR full
2508
2509     csit-vpp-perf-verify-1908-2n-dnv:
2510       - 1   # NDRPDR sel
2511       - 2   # NDRPDR sel
2512       - 3   # NDRPDR sel
2513       - 4   # NDRPDR sel
2514       - 5   # NDRPDR sel
2515       - 6   # NDRPDR sel
2516       - 7   # NDRPDR sel
2517       - 8   # NDRPDR sel
2518       - 9   # NDRPDR sel
2519       - 10  # NDRPDR sel
2520       - 11  # MRR sel
2521     csit-vpp-perf-verify-2001-2n-dnv:
2522       - 4   # NDRPDR sel
2523       - 5   # NDRPDR sel
2524       - 6   # NDRPDR sel
2525       - 7   # NDRPDR sel
2526       - 8   # NDRPDR sel
2527       - 9   # NDRPDR sel
2528       - 10  # NDRPDR sel
2529       - 11  # NDRPDR sel
2530       - 13  # NDRPDR sel
2531       - 16  # NDRPDR sel
2532       - 12  # MRR sel
2533       - 21  # NDRPDR full
2534       - 22  # NDRPDR full
2535       - 25  # NDRPDR full
2536       - 26  # NDRPDR full
2537       - 27  # NDRPDR full
2538       - 28  # NDRPDR full
2539
2540     csit-dpdk-perf-verify-1904-3n-hsw:
2541       - 2   # NDRPDR sel
2542       - 3   # NDRPDR sel
2543       - 5   # NDRPDR sel
2544       - 6   # NDRPDR sel
2545       - 13  # NDRPDR sel
2546       - 14  # NDRPDR sel
2547       - 15  # NDRPDR sel
2548       - 18  # NDRPDR sel
2549       - 19  # NDRPDR sel
2550       - 20  # NDRPDR sel
2551     csit-dpdk-perf-verify-1908-3n-hsw:
2552       - 2   # NDRPDR sel
2553       - 3   # NDRPDR sel
2554       - 4   # NDRPDR sel
2555       - 5   # NDRPDR sel
2556       - 6   # NDRPDR sel
2557       - 7   # NDRPDR sel
2558       - 8   # NDRPDR sel
2559       - 9   # NDRPDR sel
2560       - 10  # NDRPDR sel
2561       - 11  # NDRPDR sel
2562     csit-dpdk-perf-verify-2001-3n-hsw:
2563       - 4   # NDRPDR sel
2564       - 5   # NDRPDR sel
2565       - 6   # NDRPDR sel
2566       - 7   # NDRPDR sel
2567       - 8   # NDRPDR sel
2568       - 9   # NDRPDR sel
2569       - 10  # NDRPDR sel
2570       - 11  # NDRPDR sel
2571       - 12  # NDRPDR sel
2572       - 13  # NDRPDR sel
2573       - 15  # NDRPDR sel
2574       - 16  # NDRPDR sel
2575       - 17  # NDRPDR sel
2576       - 18  # NDRPDR sel
2577       - 19  # NDRPDR sel
2578       - 20  # NDRPDR sel
2579       - 21  # NDRPDR sel
2580       - 22  # NDRPDR sel
2581       - 23  # NDRPDR sel
2582       - 24  # NDRPDR sel
2583       - 25  # NDRPDR full
2584       - 26  # NDRPDR full
2585
2586 #    csit-dpdk-perf-verify-1904-3n-skx:
2587 #      - 2   # NDRPDR sel
2588 #      - 3   # NDRPDR sel
2589 #      - 4   # NDRPDR sel
2590 #      - 5   # NDRPDR sel
2591 #      - 6   # NDRPDR sel
2592 #      - 7   # NDRPDR sel
2593 #      - 11  # NDRPDR sel
2594 #      - 12  # NDRPDR sel
2595 #      - 13  # NDRPDR sel
2596 #      - 14  # NDRPDR sel
2597 #    csit-dpdk-perf-verify-1908-3n-skx:
2598 #      - 3   # NDRPDR sel
2599 #      - 4   # NDRPDR sel
2600 #      - 5   # NDRPDR sel
2601 #      - 6   # NDRPDR sel
2602 #      - 7   # NDRPDR sel
2603 #      - 8   # NDRPDR sel
2604 #      - 9   # NDRPDR sel
2605 #      - 10  # NDRPDR sel
2606 #      - 11  # NDRPDR sel
2607 #      - 12  # NDRPDR sel
2608 #    csit-dpdk-perf-verify-2001-3n-skx:
2609 #      - 1   # NDRPDR sel
2610 #      - 2   # NDRPDR sel
2611 #      - 3   # NDRPDR sel
2612 #      - 4   # NDRPDR sel
2613 #      - 5   # NDRPDR sel
2614 #      - 6   # NDRPDR sel
2615 #      - 7   # NDRPDR sel
2616 #      - 8   # NDRPDR sel
2617 #      - 9   # NDRPDR sel
2618 #      - 10  # NDRPDR sel
2619
2620 #    csit-dpdk-perf-verify-1904-2n-skx:
2621 #      - 2   # NDRPDR sel
2622 #      - 3   # NDRPDR sel
2623 #      - 4   # NDRPDR sel
2624 #      - 5   # NDRPDR sel
2625 #      - 7   # NDRPDR sel
2626 #      - 8   # NDRPDR sel
2627 #      - 9   # NDRPDR sel
2628 #      - 10  # NDRPDR sel
2629 #      - 11  # NDRPDR sel
2630 #      - 12  # NDRPDR sel
2631 #    csit-dpdk-perf-verify-1908-2n-skx:
2632 #      - 2   # NDRPDR sel
2633 #      - 3   # NDRPDR sel
2634 #      - 4   # NDRPDR sel
2635 #      - 5   # NDRPDR sel
2636 #      - 7   # NDRPDR sel
2637 #      - 8   # NDRPDR sel
2638 #      - 9   # NDRPDR sel
2639 #      - 10  # NDRPDR sel
2640 #      - 11  # NDRPDR sel
2641 #      - 12  # NDRPDR sel
2642 #    csit-dpdk-perf-verify-2001-2n-skx:
2643 #      - 1   # NDRPDR sel
2644 #      - 2   # NDRPDR sel
2645 #      - 3   # NDRPDR sel
2646 #      - 4   # NDRPDR sel
2647 #      - 5   # NDRPDR sel
2648 #      - 6   # NDRPDR sel
2649 #      - 7   # NDRPDR sel
2650 #      - 8   # NDRPDR sel
2651 #      - 9   # NDRPDR sel
2652 #      - 10  # NDRPDR sel
2653 #      - 11  # NDRPDR sel
2654 #      - 13  # NDRPDR sel
2655 #      - 26  # NDRPDR sel
2656 #      - 16  # NDRPDR sel
2657 #      - 17  # NDRPDR sel
2658 #      - 18  # NDRPDR sel
2659 #      - 19  # NDRPDR sel
2660 #      - 27  # NDRPDR sel
2661 #      - 21  # NDRPDR sel
2662 #      - 25  # NDRPDR sel
2663
2664     csit-dpdk-perf-verify-2001-2n-clx:
2665       - 15  # NDRPDR sel
2666       - 16  # NDRPDR sel
2667       - 17  # NDRPDR sel
2668       - 18  # NDRPDR sel
2669       - 19  # NDRPDR sel
2670       - 20  # NDRPDR sel
2671       - 21  # NDRPDR sel
2672       - 22  # NDRPDR sel
2673       - 23  # NDRPDR sel
2674       - 24  # NDRPDR sel
2675       - 25  # NDRPDR sel
2676       - 26  # NDRPDR sel
2677       - 27  # NDRPDR sel
2678       - 28  # NDRPDR sel
2679       - 29  # NDRPDR sel
2680       - 30  # NDRPDR sel
2681       - 31  # NDRPDR sel
2682       - 32  # NDRPDR sel
2683       - 33  # NDRPDR sel
2684       - 34  # NDRPDR sel
2685
2686     csit-dpdk-perf-verify-2001-2n-dnv:
2687       - 9   # NDRPDR sel
2688       - 10  # NDRPDR sel
2689       - 11  # NDRPDR sel
2690       - 12  # NDRPDR sel
2691       - 13  # NDRPDR sel
2692       - 14  # NDRPDR sel
2693       - 15  # NDRPDR sel
2694       - 16  # NDRPDR sel
2695       - 17  # NDRPDR sel
2696       - 18  # NDRPDR sel
2697
2698     csit-dpdk-perf-verify-2001-3n-dnv:
2699       - 12  # NDRPDR sel
2700       - 13  # NDRPDR sel
2701       - 14  # NDRPDR sel
2702       - 15  # NDRPDR sel
2703       - 16  # NDRPDR sel
2704       - 17  # NDRPDR sel
2705       - 18  # NDRPDR sel
2706       - 19  # NDRPDR sel
2707       - 20  # NDRPDR sel
2708       - 22  # NDRPDR sel
2709
2710     csit-dpdk-perf-verify-2001-3n-tsh:
2711       - 3   # NDRPDR sel
2712       - 4   # NDRPDR sel
2713       - 5   # NDRPDR sel
2714       - 9   # NDRPDR sel
2715       - 10  # NDRPDR sel
2716       - 11  # NDRPDR sel
2717       - 12  # NDRPDR sel
2718       - 14  # NDRPDR sel
2719       - 15  # NDRPDR sel
2720       - 18  # NDRPDR sel
2721
2722     csit-vpp-device-2001-ubuntu1804-1n-skx:
2723       - 57
2724
2725 - type: "output"
2726   output: "report"
2727   format:
2728     html:
2729     - full
2730 #    pdf:
2731 #    - minimal
2732
2733 ################################################################################
2734 ###                               T A B L E S                                ###
2735 ################################################################################
2736
2737 ## VPP Soak vs NDR - 2n-skx
2738 #- type: "table"
2739 #  title: "VPP Soak vs NDR 2n-skx"
2740 #  algorithm: "table_soak_vs_ndr"
2741 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2742 #  reference:
2743 #    title: "NDR"
2744 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2745 #  compare:
2746 #    title: "Soak"
2747 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2748 #  data: "vpp-soak-vs-ndr-2n-skx"
2749 #  include-tests: "NDR"
2750 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2751 #  parameters:
2752 #    - "throughput"
2753 #    - "name"
2754 #    - "parent"
2755
2756 # VPP Soak vs NDR - 2n-clx
2757 - type: "table"
2758   title: "VPP Soak vs NDR 2n-clx"
2759   algorithm: "table_soak_vs_ndr"
2760   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2761   reference:
2762     title: "NDR"
2763     data: "vpp-soak-vs-ndr-2n-clx-ref"
2764   compare:
2765     title: "Soak"
2766     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2767   data: "vpp-soak-vs-ndr-2n-clx"
2768   include-tests: "NDR"
2769   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2770   parameters:
2771     - "throughput"
2772     - "name"
2773     - "parent"
2774
2775 ################################################################################
2776
2777 # VPP Compare NICs 3n-skx 2t1c ndr
2778 - type: "table"
2779   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2780   algorithm: "table_nics_comparison"
2781   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2782   reference:
2783     title: "x710"
2784     nic: "NIC_Intel-X710"
2785   compare:
2786     title: "xxv710"
2787     nic: "NIC_Intel-XXV710"
2788   data: "vpp-nic-comparison-3n-skx"
2789   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2790   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2791   parameters:
2792   - "name"
2793   - "parent"
2794   - "throughput"
2795   - "tags"
2796
2797 # VPP Compare NICs 3n-skx 4t2c ndr
2798 - type: "table"
2799   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2800   algorithm: "table_nics_comparison"
2801   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2802   reference:
2803     title: "x710"
2804     nic: "NIC_Intel-X710"
2805   compare:
2806     title: "xxv710"
2807     nic: "NIC_Intel-XXV710"
2808   data: "vpp-nic-comparison-3n-skx"
2809   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2810   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2811   parameters:
2812   - "name"
2813   - "parent"
2814   - "throughput"
2815   - "tags"
2816
2817 # VPP Compare NICs 3n-skx 2t1c pdr
2818 - type: "table"
2819   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2820   algorithm: "table_nics_comparison"
2821   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2822   reference:
2823     title: "x710"
2824     nic: "NIC_Intel-X710"
2825   compare:
2826     title: "xxv710"
2827     nic: "NIC_Intel-XXV710"
2828   data: "vpp-nic-comparison-3n-skx"
2829   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2830   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2831   parameters:
2832   - "name"
2833   - "parent"
2834   - "throughput"
2835   - "tags"
2836
2837  # VPP Compare NICs 3n-skx 4t2c pdr
2838 - type: "table"
2839   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2840   algorithm: "table_nics_comparison"
2841   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2842   reference:
2843     title: "x710"
2844     nic: "NIC_Intel-X710"
2845   compare:
2846     title: "xxv710"
2847     nic: "NIC_Intel-XXV710"
2848   data: "vpp-nic-comparison-3n-skx"
2849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2850   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2851   parameters:
2852   - "name"
2853   - "parent"
2854   - "throughput"
2855   - "tags"
2856
2857 ## VPP Compare NICs 3n-skx 2t1c mrr
2858 #- type: "table"
2859 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2860 #  algorithm: "table_nics_comparison"
2861 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2862 #  reference:
2863 #    title: "x710"
2864 #    nic: "NIC_Intel-X710"
2865 #  compare:
2866 #    title: "xxv710"
2867 #    nic: "NIC_Intel-XXV710"
2868 #  data: "vpp-nic-comparison-3n-skx-mrr"
2869 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2870 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2871 #  parameters:
2872 #  - "name"
2873 #  - "parent"
2874 #  - "result"
2875 #  - "tags"
2876 #
2877 ## VPP Compare NICs 3n-skx 4t2c mrr
2878 #- type: "table"
2879 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2880 #  algorithm: "table_nics_comparison"
2881 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2882 #  reference:
2883 #    title: "x710"
2884 #    nic: "NIC_Intel-X710"
2885 #  compare:
2886 #    title: "xxv710"
2887 #    nic: "NIC_Intel-XXV710"
2888 #  data: "vpp-nic-comparison-3n-skx-mrr"
2889 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2890 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2891 #  parameters:
2892 #  - "name"
2893 #  - "parent"
2894 #  - "result"
2895 #  - "tags"
2896 #
2897 # # VPP Compare NICs 3n-skx 8t4c mrr
2898 #- type: "table"
2899 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2900 #  algorithm: "table_nics_comparison"
2901 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2902 #  reference:
2903 #    title: "x710"
2904 #    nic: "NIC_Intel-X710"
2905 #  compare:
2906 #    title: "xxv710"
2907 #    nic: "NIC_Intel-XXV710"
2908 #  data: "vpp-nic-comparison-3n-skx-mrr"
2909 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2910 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2911 #  parameters:
2912 #  - "name"
2913 #  - "parent"
2914 #  - "result"
2915 #  - "tags"
2916
2917 # VPP Compare NICs 2n-skx 2t1c ndr
2918 - type: "table"
2919   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2920   algorithm: "table_nics_comparison"
2921   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2922   reference:
2923     title: "x710"
2924     nic: "NIC_Intel-X710"
2925   compare:
2926     title: "xxv710"
2927     nic: "NIC_Intel-XXV710"
2928   data: "vpp-nic-comparison-2n-skx"
2929   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2930   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2931   parameters:
2932   - "name"
2933   - "parent"
2934   - "throughput"
2935   - "tags"
2936
2937 # VPP Compare NICs 2n-skx 4t2c ndr
2938 - type: "table"
2939   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2940   algorithm: "table_nics_comparison"
2941   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2942   reference:
2943     title: "x710"
2944     nic: "NIC_Intel-X710"
2945   compare:
2946     title: "xxv710"
2947     nic: "NIC_Intel-XXV710"
2948   data: "vpp-nic-comparison-2n-skx"
2949   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2950   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2951   parameters:
2952   - "name"
2953   - "parent"
2954   - "throughput"
2955   - "tags"
2956
2957  # VPP Compare NICs 2n-skx 2t1c pdr
2958 - type: "table"
2959   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2960   algorithm: "table_nics_comparison"
2961   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2962   reference:
2963     title: "x710"
2964     nic: "NIC_Intel-X710"
2965   compare:
2966     title: "xxv710"
2967     nic: "NIC_Intel-XXV710"
2968   data: "vpp-nic-comparison-2n-skx"
2969   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2970   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2971   parameters:
2972   - "name"
2973   - "parent"
2974   - "throughput"
2975   - "tags"
2976
2977 # VPP Compare NICs 2n-skx 4t2c pdr
2978 - type: "table"
2979   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2980   algorithm: "table_nics_comparison"
2981   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2982   reference:
2983     title: "x710"
2984     nic: "NIC_Intel-X710"
2985   compare:
2986     title: "xxv710"
2987     nic: "NIC_Intel-XXV710"
2988   data: "vpp-nic-comparison-2n-skx"
2989   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2990   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2991   parameters:
2992   - "name"
2993   - "parent"
2994   - "throughput"
2995   - "tags"
2996
2997 ## VPP Compare NICs 2n-skx 2t1c mrr
2998 #- type: "table"
2999 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
3000 #  algorithm: "table_nics_comparison"
3001 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3002 #  reference:
3003 #    title: "x710"
3004 #    nic: "NIC_Intel-X710"
3005 #  compare:
3006 #    title: "xxv710"
3007 #    nic: "NIC_Intel-XXV710"
3008 #  data: "vpp-nic-comparison-2n-skx-mrr"
3009 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3010 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3011 #  parameters:
3012 #  - "name"
3013 #  - "parent"
3014 #  - "result"
3015 #  - "tags"
3016 #
3017 ## VPP Compare NICs 2n-skx 4t2c mrr
3018 #- type: "table"
3019 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
3020 #  algorithm: "table_nics_comparison"
3021 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3022 #  reference:
3023 #    title: "x710"
3024 #    nic: "NIC_Intel-X710"
3025 #  compare:
3026 #    title: "xxv710"
3027 #    nic: "NIC_Intel-XXV710"
3028 #  data: "vpp-nic-comparison-2n-skx-mrr"
3029 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3030 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3031 #  parameters:
3032 #  - "name"
3033 #  - "parent"
3034 #  - "result"
3035 #  - "tags"
3036 #
3037 ## VPP Compare NICs 2n-skx 8t4c mrr
3038 #- type: "table"
3039 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
3040 #  algorithm: "table_nics_comparison"
3041 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3042 #  reference:
3043 #    title: "x710"
3044 #    nic: "NIC_Intel-X710"
3045 #  compare:
3046 #    title: "xxv710"
3047 #    nic: "NIC_Intel-XXV710"
3048 #  data: "vpp-nic-comparison-2n-skx-mrr"
3049 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3050 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3051 #  parameters:
3052 #  - "name"
3053 #  - "parent"
3054 #  - "result"
3055 #  - "tags"
3056
3057 ################################################################################
3058 # VPP
3059
3060 # VPP Performance Changes 3n-hsw 1t1c pdr
3061 - type: "table"
3062   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3063   algorithm: "table_perf_comparison"
3064   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3065   history:
3066     - title: "rls1904"
3067       data: "vpp-performance-changes-3n-hsw-h1"
3068   reference:
3069     title: "rls1908"
3070     data: "vpp-performance-changes-3n-hsw-ref"
3071     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3072   compare:
3073     title: "rls2001"
3074     data: "vpp-performance-changes-3n-hsw-cmp"
3075   data: "vpp-performance-changes-3n-hsw"
3076   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3077   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3078   parameters:
3079   - "name"
3080   - "parent"
3081   - "throughput"
3082
3083 # VPP Performance Changes 3n-hsw 2t2c pdr
3084 - type: "table"
3085   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3086   algorithm: "table_perf_comparison"
3087   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3088   history:
3089     - title: "rls1904"
3090       data: "vpp-performance-changes-3n-hsw-h1"
3091   reference:
3092     title: "rls1908"
3093     data: "vpp-performance-changes-3n-hsw-ref"
3094     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3095   compare:
3096     title: "rls2001"
3097     data: "vpp-performance-changes-3n-hsw-cmp"
3098   data: "vpp-performance-changes-3n-hsw"
3099   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3100   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3101   parameters:
3102   - "name"
3103   - "parent"
3104   - "throughput"
3105
3106 # VPP Performance Changes 3n-hsw 1t1c ndr
3107 - type: "table"
3108   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3109   algorithm: "table_perf_comparison"
3110   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3111   history:
3112     - title: "rls1904"
3113       data: "vpp-performance-changes-3n-hsw-h1"
3114   reference:
3115     title: "rls1908"
3116     data: "vpp-performance-changes-3n-hsw-ref"
3117     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3118   compare:
3119     title: "rls2001"
3120     data: "vpp-performance-changes-3n-hsw-cmp"
3121   data: "vpp-performance-changes-3n-hsw"
3122   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3123   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3124   parameters:
3125   - "name"
3126   - "parent"
3127   - "throughput"
3128
3129 # VPP Performance Changes 3n-hsw 2t2c ndr
3130 - type: "table"
3131   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3132   algorithm: "table_perf_comparison"
3133   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3134   history:
3135     - title: "rls1904"
3136       data: "vpp-performance-changes-3n-hsw-h1"
3137   reference:
3138     title: "rls1908"
3139     data: "vpp-performance-changes-3n-hsw-ref"
3140     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3141   compare:
3142     title: "rls2001"
3143     data: "vpp-performance-changes-3n-hsw-cmp"
3144   data: "vpp-performance-changes-3n-hsw"
3145   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3146   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3147   parameters:
3148   - "name"
3149   - "parent"
3150   - "throughput"
3151
3152 # VPP Performance Changes 3n-skx 2t1c pdr
3153 - type: "table"
3154   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3155   algorithm: "table_perf_comparison_nic"
3156   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3157   history:
3158     - title: "rls1904 x710"
3159       data: "vpp-performance-changes-3n-skx-h1"
3160       nic: "NIC_Intel-X710"
3161   reference:
3162     title: "rls1908 xxv710"
3163     data: "vpp-performance-changes-3n-skx-ref"
3164     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3165     nic: "NIC_Intel-XXV710"
3166   compare:
3167     title: "rls2001 xxv710"
3168     data: "vpp-performance-changes-3n-skx-cmp"
3169     nic: "NIC_Intel-XXV710"
3170   data: "vpp-performance-changes-3n-skx"
3171   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3172   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3173   parameters:
3174   - "name"
3175   - "parent"
3176   - "throughput"
3177   - "tags"
3178
3179 # VPP Performance Changes 3n-skx 4t2c pdr
3180 - type: "table"
3181   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3182   algorithm: "table_perf_comparison_nic"
3183   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3184   history:
3185     - title: "rls1904 x710"
3186       data: "vpp-performance-changes-3n-skx-h1"
3187       nic: "NIC_Intel-X710"
3188   reference:
3189     title: "rls1908 xxv710"
3190     data: "vpp-performance-changes-3n-skx-ref"
3191     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3192     nic: "NIC_Intel-XXV710"
3193   compare:
3194     title: "rls2001 xxv710"
3195     data: "vpp-performance-changes-3n-skx-cmp"
3196     nic: "NIC_Intel-XXV710"
3197   data: "vpp-performance-changes-3n-skx"
3198   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3199   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3200   parameters:
3201   - "name"
3202   - "parent"
3203   - "throughput"
3204   - "tags"
3205
3206 # VPP Performance Changes 3n-skx 2t1c ndr
3207 - type: "table"
3208   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3209   algorithm: "table_perf_comparison_nic"
3210   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3211   history:
3212     - title: "rls1904 x710"
3213       data: "vpp-performance-changes-3n-skx-h1"
3214       nic: "NIC_Intel-X710"
3215   reference:
3216     title: "rls1908 xxv710"
3217     data: "vpp-performance-changes-3n-skx-ref"
3218     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3219     nic: "NIC_Intel-XXV710"
3220   compare:
3221     title: "rls2001 xxv710"
3222     data: "vpp-performance-changes-3n-skx-cmp"
3223     nic: "NIC_Intel-XXV710"
3224   data: "vpp-performance-changes-3n-skx"
3225   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3226   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3227   parameters:
3228   - "name"
3229   - "parent"
3230   - "throughput"
3231   - "tags"
3232
3233 # VPP Performance Changes 3n-skx 4t2c ndr
3234 - type: "table"
3235   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3236   algorithm: "table_perf_comparison_nic"
3237   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3238   history:
3239     - title: "rls1904 x710"
3240       data: "vpp-performance-changes-3n-skx-h1"
3241       nic: "NIC_Intel-X710"
3242   reference:
3243     title: "rls1908 xxv710"
3244     data: "vpp-performance-changes-3n-skx-ref"
3245     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3246     nic: "NIC_Intel-XXV710"
3247   compare:
3248     title: "rls2001 xxv710"
3249     data: "vpp-performance-changes-3n-skx-cmp"
3250     nic: "NIC_Intel-XXV710"
3251   data: "vpp-performance-changes-3n-skx"
3252   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3253   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3254   parameters:
3255   - "name"
3256   - "parent"
3257   - "throughput"
3258   - "tags"
3259
3260 # VPP Performance Changes 2n-skx 2t1c pdr
3261 - type: "table"
3262   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3263   algorithm: "table_perf_comparison_nic"
3264   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3265   history:
3266     - title: "rls1904 x710"
3267       data: "vpp-performance-changes-2n-skx-h1"
3268       nic: "NIC_Intel-X710"
3269   reference:
3270     title: "rls1908 xxv710"
3271     data: "vpp-performance-changes-2n-skx-ref"
3272     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3273     nic: "NIC_Intel-XXV710"
3274   compare:
3275     title: "rls2001 xxv710"
3276     data: "vpp-performance-changes-2n-skx-cmp"
3277     nic: "NIC_Intel-XXV710"
3278   data: "vpp-performance-changes-2n-skx"
3279   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3280   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3281   parameters:
3282   - "name"
3283   - "parent"
3284   - "throughput"
3285   - "tags"
3286
3287 # VPP Performance Changes 2n-skx 4t2c pdr
3288 - type: "table"
3289   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3290   algorithm: "table_perf_comparison_nic"
3291   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3292   history:
3293     - title: "rls1904 x710"
3294       data: "vpp-performance-changes-2n-skx-h1"
3295       nic: "NIC_Intel-X710"
3296   reference:
3297     title: "rls1908 xxv710"
3298     data: "vpp-performance-changes-2n-skx-ref"
3299     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3300     nic: "NIC_Intel-XXV710"
3301   compare:
3302     title: "rls2001 xxv710"
3303     data: "vpp-performance-changes-2n-skx-cmp"
3304     nic: "NIC_Intel-XXV710"
3305   data: "vpp-performance-changes-2n-skx"
3306   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3307   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3308   parameters:
3309   - "name"
3310   - "parent"
3311   - "throughput"
3312   - "tags"
3313
3314 # VPP Performance Changes 2n-skx 2t1c ndr
3315 - type: "table"
3316   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3317   algorithm: "table_perf_comparison_nic"
3318   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3319   history:
3320     - title: "rls1904 x710"
3321       data: "vpp-performance-changes-2n-skx-h1"
3322       nic: "NIC_Intel-X710"
3323   reference:
3324     title: "rls1908 xxv710"
3325     data: "vpp-performance-changes-2n-skx-ref"
3326     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3327     nic: "NIC_Intel-XXV710"
3328   compare:
3329     title: "rls2001 xxv710"
3330     data: "vpp-performance-changes-2n-skx-cmp"
3331     nic: "NIC_Intel-XXV710"
3332   data: "vpp-performance-changes-2n-skx"
3333   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3334   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3335   parameters:
3336   - "name"
3337   - "parent"
3338   - "throughput"
3339   - "tags"
3340
3341 # VPP Performance Changes 2n-skx 4t2c ndr
3342 - type: "table"
3343   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3344   algorithm: "table_perf_comparison_nic"
3345   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3346   history:
3347     - title: "rls1904 x710"
3348       data: "vpp-performance-changes-2n-skx-h1"
3349       nic: "NIC_Intel-X710"
3350   reference:
3351     title: "rls1908 xxv710"
3352     data: "vpp-performance-changes-2n-skx-ref"
3353     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3354     nic: "NIC_Intel-XXV710"
3355   compare:
3356     title: "rls2001 xxv710"
3357     data: "vpp-performance-changes-2n-skx-cmp"
3358     nic: "NIC_Intel-XXV710"
3359   data: "vpp-performance-changes-2n-skx"
3360   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3361   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3362   parameters:
3363   - "name"
3364   - "parent"
3365   - "throughput"
3366   - "tags"
3367
3368 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3369 #- type: "table"
3370 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3371 #  algorithm: "table_perf_comparison"
3372 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3373 #  reference:
3374 #    title: "rls1908"
3375 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3376 #  compare:
3377 #    title: "rls2001"
3378 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3379 #  data: "vpp-performance-changes-nfv-2n-skx"
3380 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3381 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3382 #  parameters:
3383 #  - "name"
3384 #  - "parent"
3385 #  - "throughput"
3386 #  - "tags"
3387 #
3388 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3389 #- type: "table"
3390 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3391 #  algorithm: "table_perf_comparison"
3392 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3393 #  reference:
3394 #    title: "rls1908"
3395 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3396 #  compare:
3397 #    title: "rls2001"
3398 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3399 #  data: "vpp-performance-changes-nfv-2n-skx"
3400 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3401 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3402 #  parameters:
3403 #  - "name"
3404 #  - "parent"
3405 #  - "throughput"
3406 #  - "tags"
3407 #
3408 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3409 #- type: "table"
3410 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3411 #  algorithm: "table_perf_comparison"
3412 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3413 #  reference:
3414 #    title: "rls1908"
3415 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3416 #  compare:
3417 #    title: "rls2001"
3418 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3419 #  data: "vpp-performance-changes-nfv-2n-skx"
3420 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3421 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3422 #  parameters:
3423 #  - "name"
3424 #  - "parent"
3425 #  - "throughput"
3426 #  - "tags"
3427 #
3428 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3429 #- type: "table"
3430 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3431 #  algorithm: "table_perf_comparison"
3432 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3433 #  reference:
3434 #    title: "rls1908"
3435 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3436 #  compare:
3437 #    title: "rls2001"
3438 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3439 #  data: "vpp-performance-changes-nfv-2n-skx"
3440 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3441 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3442 #  parameters:
3443 #  - "name"
3444 #  - "parent"
3445 #  - "throughput"
3446 #  - "tags"
3447
3448 # VPP Performance Changes 2n-dnv 1t1c pdr
3449 - type: "table"
3450   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3451   algorithm: "table_perf_comparison"
3452   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3453   reference:
3454     title: "rls1908"
3455     data: "vpp-performance-changes-2n-dnv-ref"
3456   compare:
3457     title: "rls2001"
3458     data: "vpp-performance-changes-2n-dnv-cmp"
3459   data: "vpp-performance-changes-2n-dnv"
3460   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3461   filter: "'1T1C'"
3462   parameters:
3463   - "name"
3464   - "parent"
3465   - "throughput"
3466   - "tags"
3467
3468 # VPP Performance Changes 2n-dnv 2t2c pdr
3469 - type: "table"
3470   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3471   algorithm: "table_perf_comparison"
3472   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3473   reference:
3474     title: "rls1908"
3475     data: "vpp-performance-changes-2n-dnv-ref"
3476   compare:
3477     title: "rls2001"
3478     data: "vpp-performance-changes-2n-dnv-cmp"
3479   data: "vpp-performance-changes-2n-dnv"
3480   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3481   filter: "'2T2C'"
3482   parameters:
3483   - "name"
3484   - "parent"
3485   - "throughput"
3486   - "tags"
3487
3488 # VPP Performance Changes 2n-dnv 1t1c ndr
3489 - type: "table"
3490   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3491   algorithm: "table_perf_comparison"
3492   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3493   reference:
3494     title: "rls1908"
3495     data: "vpp-performance-changes-2n-dnv-ref"
3496   compare:
3497     title: "rls2001"
3498     data: "vpp-performance-changes-2n-dnv-cmp"
3499   data: "vpp-performance-changes-2n-dnv"
3500   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3501   filter: "'1T1C'"
3502   parameters:
3503   - "name"
3504   - "parent"
3505   - "throughput"
3506   - "tags"
3507
3508 # VPP Performance Changes 2n-dnv 2t2c ndr
3509 - type: "table"
3510   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3511   algorithm: "table_perf_comparison"
3512   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3513   reference:
3514     title: "rls1908 "
3515     data: "vpp-performance-changes-2n-dnv-ref"
3516   compare:
3517     title: "rls2001"
3518     data: "vpp-performance-changes-2n-dnv-cmp"
3519   data: "vpp-performance-changes-2n-dnv"
3520   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3521   filter: "'2T2C'"
3522   parameters:
3523   - "name"
3524   - "parent"
3525   - "throughput"
3526   - "tags"
3527
3528 # VPP Performance Changes 3n-dnv 1t1c pdr
3529 - type: "table"
3530   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3531   algorithm: "table_perf_comparison"
3532   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3533   reference:
3534     title: "rls1908"
3535     data: "vpp-performance-changes-3n-dnv-ref"
3536   compare:
3537     title: "rls2001"
3538     data: "vpp-performance-changes-3n-dnv-cmp"
3539   data: "vpp-performance-changes-3n-dnv"
3540   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3541   filter: "'1T1C'"
3542   parameters:
3543   - "name"
3544   - "parent"
3545   - "throughput"
3546   - "tags"
3547
3548 # VPP Performance Changes 3n-dnv 2t2c pdr
3549 - type: "table"
3550   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3551   algorithm: "table_perf_comparison"
3552   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3553   reference:
3554     title: "rls1908"
3555     data: "vpp-performance-changes-3n-dnv-ref"
3556   compare:
3557     title: "rls2001"
3558     data: "vpp-performance-changes-3n-dnv-cmp"
3559   data: "vpp-performance-changes-3n-dnv"
3560   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3561   filter: "'2T2C'"
3562   parameters:
3563   - "name"
3564   - "parent"
3565   - "throughput"
3566   - "tags"
3567
3568 # VPP Performance Changes 3n-dnv 1t1c ndr
3569 - type: "table"
3570   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3571   algorithm: "table_perf_comparison"
3572   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3573   reference:
3574     title: "rls1908"
3575     data: "vpp-performance-changes-3n-dnv-ref"
3576   compare:
3577     title: "rls2001"
3578     data: "vpp-performance-changes-3n-dnv-cmp"
3579   data: "vpp-performance-changes-3n-dnv"
3580   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3581   filter: "'1T1C'"
3582   parameters:
3583   - "name"
3584   - "parent"
3585   - "throughput"
3586   - "tags"
3587
3588 # VPP Performance Changes 3n-dnv 2t2c ndr
3589 - type: "table"
3590   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3591   algorithm: "table_perf_comparison"
3592   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3593   reference:
3594     title: "rls1908"
3595     data: "vpp-performance-changes-3n-dnv-ref"
3596   compare:
3597     title: "rls2001"
3598     data: "vpp-performance-changes-3n-dnv-cmp"
3599   data: "vpp-performance-changes-3n-dnv"
3600   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3601   filter: "'2T2C'"
3602   parameters:
3603   - "name"
3604   - "parent"
3605   - "throughput"
3606   - "tags"
3607
3608 # VPP Performance Changes 3n-tsh 1t1c pdr
3609 - type: "table"
3610   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3611   algorithm: "table_perf_comparison"
3612   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3613   reference:
3614     title: "rls1908"
3615     data: "vpp-performance-changes-3n-tsh-ref"
3616   compare:
3617     title: "rls2001"
3618     data: "vpp-performance-changes-3n-tsh-cmp"
3619   data: "vpp-performance-changes-3n-tsh"
3620   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3621   filter: "'1T1C'"
3622   parameters:
3623   - "name"
3624   - "parent"
3625   - "throughput"
3626   - "tags"
3627
3628 # VPP Performance Changes 3n-tsh 2t2c pdr
3629 - type: "table"
3630   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3631   algorithm: "table_perf_comparison"
3632   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3633   reference:
3634     title: "rls1908"
3635     data: "vpp-performance-changes-3n-tsh-ref"
3636   compare:
3637     title: "rls2001"
3638     data: "vpp-performance-changes-3n-tsh-cmp"
3639   data: "vpp-performance-changes-3n-tsh"
3640   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3641   filter: "'2T2C'"
3642   parameters:
3643   - "name"
3644   - "parent"
3645   - "throughput"
3646   - "tags"
3647
3648 # VPP Performance Changes 3n-tsh 1t1c ndr
3649 - type: "table"
3650   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3651   algorithm: "table_perf_comparison"
3652   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3653   reference:
3654     title: "rls1908"
3655     data: "vpp-performance-changes-3n-tsh-ref"
3656   compare:
3657     title: "rls2001"
3658     data: "vpp-performance-changes-3n-tsh-cmp"
3659   data: "vpp-performance-changes-3n-tsh"
3660   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3661   filter: "'1T1C'"
3662   parameters:
3663   - "name"
3664   - "parent"
3665   - "throughput"
3666   - "tags"
3667
3668 # VPP Performance Changes 3n-tsh 2t2c ndr
3669 - type: "table"
3670   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3671   algorithm: "table_perf_comparison"
3672   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3673   reference:
3674     title: "rls1908"
3675     data: "vpp-performance-changes-3n-tsh-ref"
3676   compare:
3677     title: "rls2001"
3678     data: "vpp-performance-changes-3n-tsh-cmp"
3679   data: "vpp-performance-changes-3n-tsh"
3680   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3681   filter: "'2T2C'"
3682   parameters:
3683   - "name"
3684   - "parent"
3685   - "throughput"
3686   - "tags"
3687
3688 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3689 - type: "table"
3690   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3691   algorithm: "table_perf_comparison_nic"
3692   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3693   reference:
3694     title: "3n-hsw xl710"
3695     data: "vpp-compare-testbeds-ref"
3696     nic: "NIC_Intel-XL710"
3697   compare:
3698     title: "3n-skx xxv710"
3699     data: "vpp-compare-testbeds-cmp"
3700     nic: "NIC_Intel-XXV710"
3701   data: "vpp-compare-testbeds"
3702   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3703   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3704   parameters:
3705   - "name"
3706   - "parent"
3707   - "throughput"
3708   - "tags"
3709
3710 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3711 - type: "table"
3712   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3713   algorithm: "table_perf_comparison_nic"
3714   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3715   reference:
3716     title: "3n-hsw xl710"
3717     data: "vpp-compare-testbeds-ref"
3718     nic: "NIC_Intel-XL710"
3719   compare:
3720     title: "3n-skx xxv710"
3721     data: "vpp-compare-testbeds-cmp"
3722     nic: "NIC_Intel-XXV710"
3723   data: "vpp-compare-testbeds"
3724   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3725   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3726   parameters:
3727   - "name"
3728   - "parent"
3729   - "throughput"
3730   - "tags"
3731
3732 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3733 - type: "table"
3734   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3735   algorithm: "table_perf_comparison_nic"
3736   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3737   reference:
3738     title: "3n-hsw xl710"
3739     data: "vpp-compare-testbeds-ref"
3740     nic: "NIC_Intel-XL710"
3741   compare:
3742     title: "3n-skx xxv710"
3743     data: "vpp-compare-testbeds-cmp"
3744     nic: "NIC_Intel-XXV710"
3745   data: "vpp-compare-testbeds"
3746   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3747   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3748   parameters:
3749   - "name"
3750   - "parent"
3751   - "throughput"
3752   - "tags"
3753
3754 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3755 - type: "table"
3756   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3757   algorithm: "table_perf_comparison_nic"
3758   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3759   reference:
3760     title: "3n-hsw xl710"
3761     data: "vpp-compare-testbeds-ref"
3762     nic: "NIC_Intel-XL710"
3763   compare:
3764     title: "3n-skx xxv710"
3765     data: "vpp-compare-testbeds-cmp"
3766     nic: "NIC_Intel-XXV710"
3767   data: "vpp-compare-testbeds"
3768   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3769   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3770   parameters:
3771   - "name"
3772   - "parent"
3773   - "throughput"
3774   - "tags"
3775
3776 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3777 - type: "table"
3778   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3779   algorithm: "table_perf_comparison"
3780   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3781   reference:
3782     title: "2n-skx"
3783     data: "vpp-compare-testbeds-skx-clx-ref"
3784   compare:
3785     title: "2n-clx"
3786     data: "vpp-compare-testbeds-skx-clx-cmp"
3787   data: "vpp-compare-testbeds-skx-clx"
3788   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3789   filter: "'2T1C'"
3790   parameters:
3791   - "name"
3792   - "parent"
3793   - "throughput"
3794   - "tags"
3795
3796 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3797 - type: "table"
3798   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3799   algorithm: "table_perf_comparison"
3800   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3801   reference:
3802     title: "2n-skx"
3803     data: "vpp-compare-testbeds-skx-clx-ref"
3804   compare:
3805     title: "2n-clx"
3806     data: "vpp-compare-testbeds-skx-clx-cmp"
3807   data: "vpp-compare-testbeds-skx-clx"
3808   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3809   filter: "'4T2C'"
3810   parameters:
3811   - "name"
3812   - "parent"
3813   - "throughput"
3814   - "tags"
3815
3816 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3817 - type: "table"
3818   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3819   algorithm: "table_perf_comparison"
3820   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3821   reference:
3822     title: "2n-skx"
3823     data: "vpp-compare-testbeds-skx-clx-ref"
3824   compare:
3825     title: "2n-clx"
3826     data: "vpp-compare-testbeds-skx-clx-cmp"
3827   data: "vpp-compare-testbeds-skx-clx"
3828   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3829   filter: "'2T1C'"
3830   parameters:
3831   - "name"
3832   - "parent"
3833   - "throughput"
3834   - "tags"
3835
3836 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3837 - type: "table"
3838   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3839   algorithm: "table_perf_comparison"
3840   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3841   reference:
3842     title: "2n-skx"
3843     data: "vpp-compare-testbeds-skx-clx-ref"
3844   compare:
3845     title: "2n-clx"
3846     data: "vpp-compare-testbeds-skx-clx-cmp"
3847   data: "vpp-compare-testbeds-skx-clx"
3848   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3849   filter: "'4T2C'"
3850   parameters:
3851   - "name"
3852   - "parent"
3853   - "throughput"
3854   - "tags"
3855
3856 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3857 - type: "table"
3858   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3859   algorithm: "table_perf_comparison_nic"
3860   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3861   reference:
3862     title: "3n-hsw xl710"
3863     data: "vpp-compare-testbeds-hsw-clx-ref"
3864     nic: "NIC_Intel-XL710"
3865   compare:
3866     title: "2n-clx xxv710"
3867     data: "vpp-compare-testbeds-hsw-clx-cmp"
3868     nic: "NIC_Intel-XXV710"
3869   data: "vpp-compare-testbeds-hsw-clx"
3870   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3871   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3872   parameters:
3873   - "name"
3874   - "parent"
3875   - "throughput"
3876   - "tags"
3877
3878 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3879 - type: "table"
3880   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3881   algorithm: "table_perf_comparison_nic"
3882   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3883   reference:
3884     title: "3n-hsw xl710"
3885     data: "vpp-compare-testbeds-hsw-clx-ref"
3886     nic: "NIC_Intel-XL710"
3887   compare:
3888     title: "2n-clx xxv710"
3889     data: "vpp-compare-testbeds-hsw-clx-cmp"
3890     nic: "NIC_Intel-XXV710"
3891   data: "vpp-compare-testbeds-hsw-clx"
3892   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3893   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3894   parameters:
3895   - "name"
3896   - "parent"
3897   - "throughput"
3898   - "tags"
3899
3900 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3901 - type: "table"
3902   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3903   algorithm: "table_perf_comparison_nic"
3904   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3905   reference:
3906     title: "3n-hsw xl710"
3907     data: "vpp-compare-testbeds-hsw-clx-ref"
3908     nic: "NIC_Intel-XL710"
3909   compare:
3910     title: "2n-clx xxv710"
3911     data: "vpp-compare-testbeds-hsw-clx-cmp"
3912     nic: "NIC_Intel-XXV710"
3913   data: "vpp-compare-testbeds-hsw-clx"
3914   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3915   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3916   parameters:
3917   - "name"
3918   - "parent"
3919   - "throughput"
3920   - "tags"
3921
3922 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3923 - type: "table"
3924   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3925   algorithm: "table_perf_comparison_nic"
3926   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3927   reference:
3928     title: "3n-hsw xl710"
3929     data: "vpp-compare-testbeds-hsw-clx-ref"
3930     nic: "NIC_Intel-XL710"
3931   compare:
3932     title: "2n-clx xxv710"
3933     data: "vpp-compare-testbeds-hsw-clx-cmp"
3934     nic: "NIC_Intel-XXV710"
3935   data: "vpp-compare-testbeds-hsw-clx"
3936   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3937   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3938   parameters:
3939   - "name"
3940   - "parent"
3941   - "throughput"
3942   - "tags"
3943
3944 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3945 - type: "table"
3946   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3947   algorithm: "table_perf_comparison"
3948   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3949   reference:
3950     title: "3-Node Skx"
3951     data: "vpp-compare-topologies-ref"
3952   compare:
3953     title: "2-Node Skx"
3954     data: "vpp-compare-topologies-cmp"
3955   data: "vpp-compare-topologies"
3956   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3957   filter: "'NDRPDR' and '1C'"
3958   parameters:
3959   - "name"
3960   - "parent"
3961   - "throughput"
3962
3963 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3964 - type: "table"
3965   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3966   algorithm: "table_perf_comparison"
3967   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3968   reference:
3969     title: "3-Node Skx"
3970     data: "vpp-compare-topologies-ref"
3971   compare:
3972     title: "2-Node Skx"
3973     data: "vpp-compare-topologies-cmp"
3974   data: "vpp-compare-topologies"
3975   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3976   filter: "'NDRPDR' and '2C'"
3977   parameters:
3978   - "name"
3979   - "parent"
3980   - "throughput"
3981
3982 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3983 - type: "table"
3984   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3985   algorithm: "table_perf_comparison"
3986   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3987   reference:
3988     title: "3-Node Skx"
3989     data: "vpp-compare-topologies-ref"
3990   compare:
3991     title: "2-Node Skx"
3992     data: "vpp-compare-topologies-cmp"
3993   data: "vpp-compare-topologies"
3994   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3995   filter: "'NDRPDR' and '1C'"
3996   parameters:
3997   - "name"
3998   - "parent"
3999   - "throughput"
4000
4001 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4002 - type: "table"
4003   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4004   algorithm: "table_perf_comparison"
4005   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4006   reference:
4007     title: "3-Node Skx"
4008     data: "vpp-compare-topologies-ref"
4009   compare:
4010     title: "2-Node Skx"
4011     data: "vpp-compare-topologies-cmp"
4012   data: "vpp-compare-topologies"
4013   include-tests: "PDR"
4014   filter: "'NDRPDR' and '2C'"
4015   parameters:
4016   - "name"
4017   - "parent"
4018   - "throughput"
4019
4020 # VPP Performance Changes 3n-hsw 1t1c MRR
4021 - type: "table"
4022   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4023   algorithm: "table_perf_comparison"
4024   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4025   history:
4026     - title: "rls1904"
4027       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4028   reference:
4029     title: "rls1908"
4030     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4031   compare:
4032     title: "rls2001"
4033     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4034   data: "vpp-performance-changes-3n-hsw-mrr"
4035   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4036   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
4037   parameters:
4038   - "name"
4039   - "parent"
4040   - "result"
4041
4042 # VPP Performance Changes 3n-hsw 2t2c MRR
4043 - type: "table"
4044   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4045   algorithm: "table_perf_comparison"
4046   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4047   history:
4048     - title: "rls1904"
4049       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4050   reference:
4051     title: "rls1908"
4052     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4053   compare:
4054     title: "rls2001"
4055     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4056   data: "vpp-performance-changes-3n-hsw-mrr"
4057   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4058   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4059   parameters:
4060   - "name"
4061   - "parent"
4062   - "result"
4063
4064 # VPP Performance Changes 3n-hsw 4t4c MRR
4065 - type: "table"
4066   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4067   algorithm: "table_perf_comparison"
4068   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4069   history:
4070     - title: "rls1904"
4071       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4072   reference:
4073     title: "rls1908"
4074     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4075   compare:
4076     title: "rls2001"
4077     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4078   data: "vpp-performance-changes-3n-hsw-mrr"
4079   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4080   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4081   parameters:
4082   - "name"
4083   - "parent"
4084   - "result"
4085
4086 ## VPP Performance Changes 3n-skx 2t1c MRR
4087 #- type: "table"
4088 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
4089 #  algorithm: "table_perf_comparison"
4090 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4091 #  history:
4092 #    - title: "rls1904"
4093 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4094 #  reference:
4095 #    title: "rls1908"
4096 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4097 #  compare:
4098 #    title: "rls2001"
4099 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4100 #  data: "vpp-performance-changes-3n-skx-mrr"
4101 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4102 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4103 #  parameters:
4104 #  - "name"
4105 #  - "parent"
4106 #  - "result"
4107 #
4108 ## VPP Performance Changes 3n-skx 4t2c MRR
4109 #- type: "table"
4110 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
4111 #  algorithm: "table_perf_comparison"
4112 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4113 #  history:
4114 #    - title: "rls1904"
4115 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4116 #  reference:
4117 #    title: "rls1908"
4118 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4119 #  compare:
4120 #    title: "rls2001"
4121 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4122 #  data: "vpp-performance-changes-3n-skx-mrr"
4123 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4124 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4125 #  parameters:
4126 #  - "name"
4127 #  - "parent"
4128 #  - "result"
4129 #
4130 ## VPP Performance Changes 3n-skx 8t4c MRR
4131 #- type: "table"
4132 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
4133 #  algorithm: "table_perf_comparison"
4134 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4135 #  history:
4136 #    - title: "rls1904"
4137 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4138 #  reference:
4139 #    title: "rls1908"
4140 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4141 #  compare:
4142 #    title: "rls2001"
4143 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4144 #  data: "vpp-performance-changes-3n-skx-mrr"
4145 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4146 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4147 #  parameters:
4148 #  - "name"
4149 #  - "parent"
4150 #  - "result"
4151 #
4152 ## VPP Performance Changes 2n-skx 2t1c MRR
4153 #- type: "table"
4154 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
4155 #  algorithm: "table_perf_comparison"
4156 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4157 #  history:
4158 #    - title: "rls1904"
4159 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4160 #  reference:
4161 #    title: "rls1908"
4162 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4163 #  compare:
4164 #    title: "rls2001"
4165 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4166 #  data: "vpp-performance-changes-2n-skx-mrr"
4167 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4168 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4169 #  parameters:
4170 #  - "name"
4171 #  - "parent"
4172 #  - "result"
4173 #
4174 ## VPP Performance Changes 2n-skx 4t2c MRR
4175 #- type: "table"
4176 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
4177 #  algorithm: "table_perf_comparison"
4178 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4179 #  history:
4180 #    - title: "rls1904"
4181 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4182 #  reference:
4183 #    title: "rls1908"
4184 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4185 #  compare:
4186 #    title: "rls2001"
4187 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4188 #  data: "vpp-performance-changes-2n-skx-mrr"
4189 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4190 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4191 #  parameters:
4192 #  - "name"
4193 #  - "parent"
4194 #  - "result"
4195 #
4196 ## VPP Performance Changes 2n-skx 8t4c MRR
4197 #- type: "table"
4198 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
4199 #  algorithm: "table_perf_comparison"
4200 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4201 #  history:
4202 #    - title: "rls1904"
4203 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4204 #  reference:
4205 #    title: "rls1908"
4206 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4207 #  compare:
4208 #    title: "rls2001"
4209 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4210 #  data: "vpp-performance-changes-2n-skx-mrr"
4211 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4212 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4213 #  parameters:
4214 #  - "name"
4215 #  - "parent"
4216 #  - "result"
4217 #
4218 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4219 #- type: "table"
4220 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4221 #  algorithm: "table_perf_comparison"
4222 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4223 #  reference:
4224 #    title: "rls1908"
4225 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4226 #  compare:
4227 #    title: "rls2001"
4228 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4229 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4230 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4231 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4232 #  parameters:
4233 #  - "name"
4234 #  - "parent"
4235 #  - "result"
4236 #
4237 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4238 #- type: "table"
4239 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4240 #  algorithm: "table_perf_comparison"
4241 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4242 #  reference:
4243 #    title: "rls1908"
4244 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4245 #  compare:
4246 #    title: "rls2001"
4247 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4248 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4249 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4250 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4251 #  parameters:
4252 #  - "name"
4253 #  - "parent"
4254 #  - "result"
4255 #
4256 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4257 #- type: "table"
4258 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4259 #  algorithm: "table_perf_comparison"
4260 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4261 #  reference:
4262 #    title: "rls1908"
4263 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4264 #  compare:
4265 #    title: "rls2001"
4266 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4267 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4268 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4269 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4270 #  parameters:
4271 #  - "name"
4272 #  - "parent"
4273 #  - "result"
4274
4275 # VPP Performance Changes 2n-dnv 1t1c MRR
4276 - type: "table"
4277   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4278   algorithm: "table_perf_comparison"
4279   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4280   reference:
4281     title: "rls1908"
4282     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4283   compare:
4284     title: "rls2001"
4285     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4286   data: "vpp-performance-changes-2n-dnv-mrr"
4287   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4288   filter: "'1T1C' and 'MRR'"
4289   parameters:
4290   - "name"
4291   - "parent"
4292   - "result"
4293
4294 # VPP Performance Changes 2n-dnv 2t2c MRR
4295 - type: "table"
4296   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4297   algorithm: "table_perf_comparison"
4298   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4299   reference:
4300     title: "rls1908"
4301     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4302   compare:
4303     title: "rls2001"
4304     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4305   data: "vpp-performance-changes-2n-dnv-mrr"
4306   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4307   filter: "'2T2C' and 'MRR'"
4308   parameters:
4309   - "name"
4310   - "parent"
4311   - "result"
4312
4313 # VPP Performance Changes 2n-dnv 4t4c MRR
4314 - type: "table"
4315   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4316   algorithm: "table_perf_comparison"
4317   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4318   reference:
4319     title: "rls1908"
4320     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4321   compare:
4322     title: "rls2001"
4323     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4324   data: "vpp-performance-changes-2n-dnv-mrr"
4325   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4326   filter: "'4T4C' and 'MRR'"
4327   parameters:
4328   - "name"
4329   - "parent"
4330   - "result"
4331
4332 # VPP Performance Changes 3n-dnv 1t1c MRR
4333 - type: "table"
4334   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4335   algorithm: "table_perf_comparison"
4336   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4337   reference:
4338     title: "rls1908"
4339     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4340   compare:
4341     title: "rls2001"
4342     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4343   data: "vpp-performance-changes-3n-dnv-mrr"
4344   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4345   filter: "'1T1C' and 'MRR'"
4346   parameters:
4347   - "name"
4348   - "parent"
4349   - "result"
4350
4351 # VPP Performance Changes 3n-dnv 2t2c MRR
4352 - type: "table"
4353   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4354   algorithm: "table_perf_comparison"
4355   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4356   reference:
4357     title: "rls1908"
4358     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4359   compare:
4360     title: "rls2001"
4361     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4362   data: "vpp-performance-changes-3n-dnv-mrr"
4363   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4364   filter: "'2T2C' and 'MRR'"
4365   parameters:
4366   - "name"
4367   - "parent"
4368   - "result"
4369
4370 # VPP Performance Changes 3n-dnv 4t4c MRR
4371 - type: "table"
4372   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4373   algorithm: "table_perf_comparison"
4374   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4375   reference:
4376     title: "rls1908"
4377     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4378   compare:
4379     title: "rls2001"
4380     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4381   data: "vpp-performance-changes-3n-dnv-mrr"
4382   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4383   filter: "'4T4C' and 'MRR'"
4384   parameters:
4385   - "name"
4386   - "parent"
4387   - "result"
4388
4389 # VPP Performance Changes 3n-tsh 1t1c MRR
4390 - type: "table"
4391   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4392   algorithm: "table_perf_comparison"
4393   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4394   reference:
4395     title: "rls1908"
4396     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4397   compare:
4398     title: "rls2001"
4399     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4400   data: "vpp-performance-changes-3n-tsh-mrr"
4401   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4402   filter: "'1T1C' and 'MRR'"
4403   parameters:
4404   - "name"
4405   - "parent"
4406   - "result"
4407
4408 # VPP Performance Changes 3n-tsh 2t2c MRR
4409 - type: "table"
4410   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4411   algorithm: "table_perf_comparison"
4412   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4413   reference:
4414     title: "rls1908"
4415     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4416   compare:
4417     title: "rls2001"
4418     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4419   data: "vpp-performance-changes-3n-tsh-mrr"
4420   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4421   filter: "'2T2C' and 'MRR'"
4422   parameters:
4423   - "name"
4424   - "parent"
4425   - "result"
4426
4427 # VPP Performance Changes 3n-tsh 4t4c MRR
4428 - type: "table"
4429   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4430   algorithm: "table_perf_comparison"
4431   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4432   reference:
4433     title: "rls1908"
4434     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4435   compare:
4436     title: "rls2001"
4437     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4438   data: "vpp-performance-changes-3n-tsh-mrr"
4439   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4440   filter: "'4T4C' and 'MRR'"
4441   parameters:
4442   - "name"
4443   - "parent"
4444   - "result"
4445
4446 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4447 #- type: "table"
4448 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4449 #  algorithm: "table_perf_comparison_nic"
4450 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4451 #  reference:
4452 #    title: "3n-hsw xl710"
4453 #    data: "vpp-compare-testbeds-mrr-ref"
4454 #    nic: "NIC_Intel-XL710"
4455 #  compare:
4456 #    title: "3n-skx xxv710"
4457 #    data: "vpp-compare-testbeds-mrr-cmp"
4458 #    nic: "NIC_Intel-XXV710"
4459 #  data: "vpp-compare-testbeds-mrr"
4460 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4461 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4462 #  parameters:
4463 #  - "name"
4464 #  - "parent"
4465 #  - "result"
4466 #  - "tags"
4467 #
4468 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4469 #- type: "table"
4470 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4471 #  algorithm: "table_perf_comparison_nic"
4472 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4473 #  reference:
4474 #    title: "3n-hsw xl710"
4475 #    data: "vpp-compare-testbeds-mrr-ref"
4476 #    nic: "NIC_Intel-XL710"
4477 #  compare:
4478 #    title: "3n-skx xxv710"
4479 #    data: "vpp-compare-testbeds-mrr-cmp"
4480 #    nic: "NIC_Intel-XXV710"
4481 #  data: "vpp-compare-testbeds-mrr"
4482 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4483 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4484 #  parameters:
4485 #  - "name"
4486 #  - "parent"
4487 #  - "result"
4488 #  - "tags"
4489 #
4490 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4491 #- type: "table"
4492 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4493 #  algorithm: "table_perf_comparison_nic"
4494 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4495 #  reference:
4496 #    title: "3n-hsw xl710"
4497 #    data: "vpp-compare-testbeds-mrr-ref"
4498 #    nic: "NIC_Intel-XL710"
4499 #  compare:
4500 #    title: "3n-skx xxv710"
4501 #    data: "vpp-compare-testbeds-mrr-cmp"
4502 #    nic: "NIC_Intel-XXV710"
4503 #  data: "vpp-compare-testbeds-mrr"
4504 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4505 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4506 #  parameters:
4507 #  - "name"
4508 #  - "parent"
4509 #  - "result"
4510 #  - "tags"
4511
4512 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4513 #- type: "table"
4514 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4515 #  algorithm: "table_perf_comparison"
4516 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4517 #  reference:
4518 #    title: "2n-skx"
4519 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4520 #  compare:
4521 #    title: "2n-clx"
4522 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4523 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4524 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4525 #  filter: "'2T1C'"
4526 #  parameters:
4527 #  - "name"
4528 #  - "parent"
4529 #  - "result"
4530 #  - "tags"
4531 #
4532 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4533 #- type: "table"
4534 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4535 #  algorithm: "table_perf_comparison"
4536 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4537 #  reference:
4538 #    title: "2n-skx"
4539 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4540 #  compare:
4541 #    title: "2n-clx"
4542 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4543 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4544 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4545 #  filter: "'4T2C'"
4546 #  parameters:
4547 #  - "name"
4548 #  - "parent"
4549 #  - "result"
4550 #  - "tags"
4551 #
4552 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4553 #- type: "table"
4554 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4555 #  algorithm: "table_perf_comparison"
4556 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4557 #  reference:
4558 #    title: "2n-skx"
4559 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4560 #  compare:
4561 #    title: "2n-clx"
4562 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4563 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4564 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4565 #  filter: "'8T4C'"
4566 #  parameters:
4567 #  - "name"
4568 #  - "parent"
4569 #  - "result"
4570 #  - "tags"
4571 #
4572 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4573 #- type: "table"
4574 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4575 #  algorithm: "table_perf_comparison"
4576 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4577 #  reference:
4578 #    title: "3-Node Skx"
4579 #    data: "vpp-compare-topologies-mrr-ref"
4580 #  compare:
4581 #    title: "2-Node Skx"
4582 #    data: "vpp-compare-topologies-mrr-cmp"
4583 #  data: "vpp-compare-topologies-mrr"
4584 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4585 #  filter: "'MRR' and '1C'"
4586 #  parameters:
4587 #  - "name"
4588 #  - "parent"
4589 #  - "result"
4590 #
4591 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4592 #- type: "table"
4593 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4594 #  algorithm: "table_perf_comparison"
4595 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4596 #  reference:
4597 #    title: "3-Node Skx"
4598 #    data: "vpp-compare-topologies-mrr-ref"
4599 #  compare:
4600 #    title: "2-Node Skx"
4601 #    data: "vpp-compare-topologies-mrr-cmp"
4602 #  data: "vpp-compare-topologies-mrr"
4603 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4604 #  filter: "'MRR' and '2C'"
4605 #  parameters:
4606 #  - "name"
4607 #  - "parent"
4608 #  - "result"
4609 #
4610 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4611 #- type: "table"
4612 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4613 #  algorithm: "table_perf_comparison"
4614 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4615 #  reference:
4616 #    title: "3-Node Skx"
4617 #    data: "vpp-compare-topologies-mrr-ref"
4618 #  compare:
4619 #    title: "2-Node Skx"
4620 #    data: "vpp-compare-topologies-mrr-cmp"
4621 #  data: "vpp-compare-topologies-mrr"
4622 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4623 #  filter: "'MRR' and '4C'"
4624 #  parameters:
4625 #  - "name"
4626 #  - "parent"
4627 #  - "result"
4628
4629 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4630 - type: "table"
4631   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4632   algorithm: "table_perf_comparison_nic"
4633   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4634   reference:
4635     title: "3n-hsw xl710"
4636     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4637     nic: "NIC_Intel-XL710"
4638   compare:
4639     title: "2n-clx xxv710"
4640     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4641     nic: "NIC_Intel-XXV710"
4642   data: "vpp-compare-testbeds-mrr-hsw-clx"
4643   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4644   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4645   parameters:
4646   - "name"
4647   - "parent"
4648   - "result"
4649   - "tags"
4650
4651 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4652 - type: "table"
4653   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4654   algorithm: "table_perf_comparison_nic"
4655   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4656   reference:
4657     title: "3n-hsw xl710"
4658     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4659     nic: "NIC_Intel-XL710"
4660   compare:
4661     title: "2n-clx xxv710"
4662     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4663     nic: "NIC_Intel-XXV710"
4664   data: "vpp-compare-testbeds-mrr-hsw-clx"
4665   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4666   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4667   parameters:
4668   - "name"
4669   - "parent"
4670   - "result"
4671   - "tags"
4672
4673 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4674 - type: "table"
4675   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4676   algorithm: "table_perf_comparison_nic"
4677   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4678   reference:
4679     title: "3n-hsw xl710"
4680     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4681     nic: "NIC_Intel-XL710"
4682   compare:
4683     title: "2n-clx xxv710"
4684     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4685     nic: "NIC_Intel-XXV710"
4686   data: "vpp-compare-testbeds-mrr-hsw-clx"
4687   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4688   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4689   parameters:
4690   - "name"
4691   - "parent"
4692   - "result"
4693   - "tags"
4694
4695 # Detailed Test Results - VPP Performance Results 3n-hsw
4696 - type: "table"
4697   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4698   algorithm: "table_merged_details"
4699   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4700   columns:
4701   - title: " |prein| Test Name |preout| "
4702     data: "data name"
4703   - 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| "
4704     data: "data msg"
4705   data: "vpp-perf-results-3n-hsw"
4706   filter: "all"
4707   parameters:
4708   - "name"
4709   - "parent"
4710   - "msg"
4711
4712 # Detailed Test Results - VPP Performance Results 3n-skx
4713 - type: "table"
4714   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4715   algorithm: "table_merged_details"
4716   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4717   columns:
4718   - title: " |prein| Test Name |preout| "
4719     data: "data name"
4720   - 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| "
4721     data: "data msg"
4722   data: "vpp-perf-results-3n-skx"
4723   filter: "all"
4724   remove-ndr: True  # Temporary solution: remove NDR results from test message
4725   parameters:
4726   - "name"
4727   - "parent"
4728   - "msg"
4729
4730 # Detailed Test Results - VPP Performance Results 2n-skx
4731 - type: "table"
4732   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4733   algorithm: "table_merged_details"
4734   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4735   columns:
4736   - title: " |prein| Test Name |preout| "
4737     data: "data name"
4738   - 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| "
4739     data: "data msg"
4740   data: "vpp-perf-results-2n-skx"
4741   filter: "all"
4742   remove-ndr: True  # Temporary solution: remove NDR results from test message
4743   parameters:
4744   - "name"
4745   - "parent"
4746   - "msg"
4747
4748 # Detailed Test Results - VPP Performance Results 2n-clx
4749 - type: "table"
4750   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4751   algorithm: "table_merged_details"
4752   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4753   columns:
4754   - title: " |prein| Test Name |preout| "
4755     data: "data name"
4756   - 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| "
4757     data: "data msg"
4758   data: "vpp-perf-results-2n-clx"
4759   filter: "all"
4760   parameters:
4761   - "name"
4762   - "parent"
4763   - "msg"
4764
4765 # Detailed Test Results - VPP Performance Results 3n-tsh
4766 - type: "table"
4767   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4768   algorithm: "table_merged_details"
4769   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4770   columns:
4771   - title: " |prein| Test Name |preout| "
4772     data: "data name"
4773   - 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| "
4774     data: "data msg"
4775   data: "vpp-perf-results-3n-tsh"
4776   filter: "all"
4777   parameters:
4778   - "name"
4779   - "parent"
4780   - "msg"
4781
4782 # Detailed Test Results - VPP Performance Results 3n-dnv
4783 - type: "table"
4784   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4785   algorithm: "table_merged_details"
4786   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4787   columns:
4788   - title: " |prein| Test Name |preout| "
4789     data: "data name"
4790   - 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| "
4791     data: "data msg"
4792   data: "vpp-perf-results-3n-dnv"
4793   filter: "all"
4794   parameters:
4795   - "name"
4796   - "parent"
4797   - "msg"
4798
4799 # Detailed Test Results - VPP Performance Results 2n-dnv
4800 - type: "table"
4801   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4802   algorithm: "table_merged_details"
4803   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4804   columns:
4805   - title: " |prein| Test Name |preout| "
4806     data: "data name"
4807   - 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| "
4808     data: "data msg"
4809   data: "vpp-perf-results-2n-dnv"
4810   filter: "all"
4811   parameters:
4812   - "name"
4813   - "parent"
4814   - "msg"
4815
4816 # Test configuration - VPP Performance Test Configs 3n-hsw
4817 - type: "table"
4818   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4819   algorithm: "table_merged_details"
4820   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4821   columns:
4822   - title: " |prein| Test Name |preout| "
4823     data: "data name"
4824   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4825     data: "data conf-history"
4826   data: "vpp-perf-results-3n-hsw"
4827   filter: "all"
4828   parameters:
4829   - "parent"
4830   - "name"
4831   - "conf-history"
4832
4833 # Test configuration - VPP Performance Test Configs 3n-skx
4834 - type: "table"
4835   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4836   algorithm: "table_merged_details"
4837   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4838   columns:
4839   - title: " |prein| Test Name |preout| "
4840     data: "data name"
4841   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4842     data: "data conf-history"
4843   data: "vpp-perf-results-3n-skx"
4844   filter: "all"
4845   parameters:
4846   - "parent"
4847   - "name"
4848   - "conf-history"
4849
4850 # Test configuration - VPP Performance Test Configs 2n-skx
4851 - type: "table"
4852   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4853   algorithm: "table_merged_details"
4854   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
4855   columns:
4856   - title: " |prein| Test Name |preout| "
4857     data: "data name"
4858   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4859     data: "data conf-history"
4860   data: "vpp-perf-results-2n-skx"
4861   filter: "all"
4862   parameters:
4863   - "parent"
4864   - "name"
4865   - "conf-history"
4866
4867 # Test configuration - VPP Performance Test Configs 2n-clx
4868 - type: "table"
4869   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4870   algorithm: "table_merged_details"
4871   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
4872   columns:
4873   - title: " |prein| Test Name |preout| "
4874     data: "data name"
4875   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4876     data: "data conf-history"
4877   data: "vpp-perf-results-2n-clx"
4878   filter: "all"
4879   parameters:
4880   - "parent"
4881   - "name"
4882   - "conf-history"
4883
4884 # Test configuration - VPP Performance Test Configs 3n-tsh
4885 - type: "table"
4886   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4887   algorithm: "table_merged_details"
4888   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
4889   columns:
4890   - title: " |prein| Test Name |preout| "
4891     data: "data name"
4892   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4893     data: "data conf-history"
4894   data: "vpp-perf-results-3n-tsh"
4895   filter: "all"
4896   parameters:
4897   - "parent"
4898   - "name"
4899   - "conf-history"
4900
4901 # Test configuration - VPP Performance Test Configs 3n-dnv
4902 - type: "table"
4903   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4904   algorithm: "table_merged_details"
4905   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
4906   columns:
4907   - title: " |prein| Test Name |preout| "
4908     data: "data name"
4909   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4910     data: "data conf-history"
4911   data: "vpp-perf-results-3n-dnv"
4912   filter: "all"
4913   parameters:
4914   - "parent"
4915   - "name"
4916   - "conf-history"
4917
4918 # Test configuration - VPP Performance Test Configs 2n-dnv
4919 - type: "table"
4920   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4921   algorithm: "table_merged_details"
4922   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
4923   columns:
4924   - title: " |prein| Test Name |preout| "
4925     data: "data name"
4926   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4927     data: "data conf-history"
4928   data: "vpp-perf-results-2n-dnv"
4929   filter: "all"
4930   parameters:
4931   - "parent"
4932   - "name"
4933   - "conf-history"
4934
4935 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4936 - type: "table"
4937   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4938   algorithm: "table_oper_data_html"
4939   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
4940   data: "vpp-perf-results-3n-hsw"
4941   filter: "all"
4942
4943 # Test Operational Data - VPP Performance Operational Data 3n-skx
4944 - type: "table"
4945   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4946   algorithm: "table_oper_data_html"
4947   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
4948   data: "vpp-perf-results-3n-skx"
4949   filter: "all"
4950
4951 # Test Operational Data - VPP Performance Operational Data 2n-skx
4952 - type: "table"
4953   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4954   algorithm: "table_oper_data_html"
4955   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
4956   data: "vpp-perf-results-2n-skx"
4957   filter: "all"
4958
4959 # Test Operational Data - VPP Performance Operational Data 2n-clx
4960 - type: "table"
4961   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4962   algorithm: "table_oper_data_html"
4963   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
4964   data: "vpp-perf-results-2n-clx"
4965   filter: "all"
4966
4967 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4968 - type: "table"
4969   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4970   algorithm: "table_oper_data_html"
4971   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
4972   data: "vpp-perf-results-3n-tsh"
4973   filter: "all"
4974
4975 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4976 - type: "table"
4977   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4978   algorithm: "table_oper_data_html"
4979   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
4980   data: "vpp-perf-results-3n-dnv"
4981   filter: "all"
4982
4983 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4984 - type: "table"
4985   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4986   algorithm: "table_oper_data_html"
4987   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
4988   data: "vpp-perf-results-2n-dnv"
4989   filter: "all"
4990
4991 # Detailed Test Results - VPP MRR Results 3n-hsw
4992 - type: "table"
4993   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4994   algorithm: "table_merged_details"
4995   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
4996   columns:
4997   - title: " |prein| Test Name |preout| "
4998     data: "data name"
4999   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5000     data: "data msg"
5001   data: "vpp-mrr-results-3n-hsw"
5002   filter: "all"
5003   parameters:
5004   - "name"
5005   - "parent"
5006   - "msg"
5007
5008 ## Detailed Test Results - VPP MRR Results 3n-skx
5009 #- type: "table"
5010 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
5011 #  algorithm: "table_merged_details"
5012 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5013 #  columns:
5014 #  - title: " |prein| Test Name |preout| "
5015 #    data: "data name"
5016 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5017 #    data: "data msg"
5018 #  data: "vpp-mrr-results-3n-skx"
5019 #  filter: "all"
5020 #  parameters:
5021 #  - "name"
5022 #  - "parent"
5023 #  - "msg"
5024 #
5025 ## Detailed Test Results - VPP MRR Results 2n-skx
5026 #- type: "table"
5027 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
5028 #  algorithm: "table_merged_details"
5029 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5030 #  columns:
5031 #  - title: " |prein| Test Name |preout| "
5032 #    data: "data name"
5033 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5034 #    data: "data msg"
5035 #  data: "vpp-mrr-results-2n-skx"
5036 #  filter: "all"
5037 #  parameters:
5038 #  - "name"
5039 #  - "parent"
5040 #  - "msg"
5041
5042 # Detailed Test Results - VPP MRR Results 2n-clx
5043 - type: "table"
5044   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5045   algorithm: "table_merged_details"
5046   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5047   columns:
5048   - title: " |prein| Test Name |preout| "
5049     data: "data name"
5050   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5051     data: "data msg"
5052   data: "vpp-mrr-results-2n-clx"
5053   filter: "all"
5054   parameters:
5055   - "name"
5056   - "parent"
5057   - "msg"
5058
5059 # Detailed Test Results - VPP MRR Results 3n-tsh
5060 - type: "table"
5061   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5062   algorithm: "table_merged_details"
5063   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5064   columns:
5065   - title: " |prein| Test Name |preout| "
5066     data: "data name"
5067   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5068     data: "data msg"
5069   data: "vpp-mrr-results-3n-tsh"
5070   filter: "all"
5071   parameters:
5072   - "name"
5073   - "parent"
5074   - "msg"
5075
5076 # Detailed Test Results - VPP MRR Results 3n-dnv
5077 - type: "table"
5078   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5079   algorithm: "table_merged_details"
5080   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5081   columns:
5082   - title: " |prein| Test Name |preout| "
5083     data: "data name"
5084   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5085     data: "data msg"
5086   data: "vpp-mrr-results-3n-dnv"
5087   filter: "all"
5088   parameters:
5089   - "name"
5090   - "parent"
5091   - "msg"
5092
5093 # Detailed Test Results - VPP MRR Results 2n-dnv
5094 - type: "table"
5095   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5096   algorithm: "table_merged_details"
5097   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5098   columns:
5099   - title: " |prein| Test Name |preout| "
5100     data: "data name"
5101   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5102     data: "data msg"
5103   data: "vpp-mrr-results-2n-dnv"
5104   filter: "all"
5105   parameters:
5106   - "name"
5107   - "parent"
5108   - "msg"
5109
5110 # Test configuration - VPP MRR Test Configs 3n-hsw
5111 - type: "table"
5112   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5113   algorithm: "table_merged_details"
5114   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5115   columns:
5116   - title: " |prein| Test Name |preout| "
5117     data: "data name"
5118   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5119     data: "data conf-history"
5120   data: "vpp-mrr-results-3n-hsw"
5121   filter: "all"
5122   parameters:
5123   - "parent"
5124   - "name"
5125   - "conf-history"
5126
5127 ## Test configuration - VPP MRR Test Configs 3n-skx
5128 #- type: "table"
5129 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
5130 #  algorithm: "table_merged_details"
5131 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5132 #  columns:
5133 #  - title: " |prein| Test Name |preout| "
5134 #    data: "data name"
5135 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5136 #    data: "data conf-history"
5137 #  data: "vpp-mrr-results-3n-skx"
5138 #  filter: "all"
5139 #  parameters:
5140 #  - "parent"
5141 #  - "name"
5142 #  - "conf-history"
5143 #
5144 ## Test configuration - VPP MRR Test Configs 2n-skx
5145 #- type: "table"
5146 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
5147 #  algorithm: "table_merged_details"
5148 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5149 #  columns:
5150 #  - title: " |prein| Test Name |preout| "
5151 #    data: "data name"
5152 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5153 #    data: "data conf-history"
5154 #  data: "vpp-mrr-results-2n-skx"
5155 #  filter: "all"
5156 #  parameters:
5157 #  - "parent"
5158 #  - "name"
5159 #  - "conf-history"
5160
5161 # Test configuration - VPP MRR Test Configs 2n-clx
5162 - type: "table"
5163   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5164   algorithm: "table_merged_details"
5165   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5166   columns:
5167   - title: " |prein| Test Name |preout| "
5168     data: "data name"
5169   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5170     data: "data conf-history"
5171   data: "vpp-mrr-results-2n-clx"
5172   filter: "all"
5173   parameters:
5174   - "parent"
5175   - "name"
5176   - "conf-history"
5177
5178 # Test configuration - VPP MRR Test Configs 3n-tsh
5179 - type: "table"
5180   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5181   algorithm: "table_merged_details"
5182   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5183   columns:
5184   - title: " |prein| Test Name |preout| "
5185     data: "data name"
5186   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5187     data: "data conf-history"
5188   data: "vpp-mrr-results-3n-tsh"
5189   filter: "all"
5190   parameters:
5191   - "parent"
5192   - "name"
5193   - "conf-history"
5194
5195 # Test configuration - VPP MRR Test Configs 3n-dnv
5196 - type: "table"
5197   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5198   algorithm: "table_merged_details"
5199   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5200   columns:
5201   - title: " |prein| Test Name |preout| "
5202     data: "data name"
5203   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5204     data: "data conf-history"
5205   data: "vpp-mrr-results-3n-dnv"
5206   filter: "all"
5207   parameters:
5208   - "parent"
5209   - "name"
5210   - "conf-history"
5211
5212 # Test configuration - VPP MRR Test Configs 2n-dnv
5213 - type: "table"
5214   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5215   algorithm: "table_merged_details"
5216   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5217   columns:
5218   - title: " |prein| Test Name |preout| "
5219     data: "data name"
5220   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5221     data: "data conf-history"
5222   data: "vpp-mrr-results-2n-dnv"
5223   filter: "all"
5224   parameters:
5225   - "parent"
5226   - "name"
5227   - "conf-history"
5228
5229 # Detailed Test Results - VPP Device Results - Ubuntu
5230 - type: "table"
5231   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5232   algorithm: "table_merged_details"
5233   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5234   columns:
5235   - title: " |prein| Test Name |preout| "
5236     data: "data name"
5237   - title: " |prein| Status |preout| "
5238     data: "data status"
5239   data: "vpp-device-results-ubuntu"
5240   filter: "all"
5241   parameters:
5242   - "name"
5243   - "parent"
5244   - "doc"
5245   - "status"
5246
5247 # Test configuration - VPP Device Test Configs - Ubuntu
5248 - type: "table"
5249   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5250   algorithm: "table_merged_details"
5251   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5252   columns:
5253   - title: " |prein| Test Name |preout| "
5254     data: "data name"
5255   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5256     data: "data conf-history"
5257   data: "vpp-device-results-ubuntu"
5258   filter: "all"
5259   parameters:
5260   - "parent"
5261   - "name"
5262   - "conf-history"
5263
5264 ################################################################################
5265
5266 # DPDK Performance Changes 3n-hsw 1t1c pdr
5267 - type: "table"
5268   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5269   algorithm: "table_perf_comparison"
5270   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5271   history:
5272     - title: "rls1904"
5273       data: "dpdk-performance-changes-3n-hsw-h1"
5274   reference:
5275     title: "rls1908"
5276     data: "dpdk-performance-changes-3n-hsw-ref"
5277   compare:
5278     title: "rls2001"
5279     data: "dpdk-performance-changes-3n-hsw-cmp"
5280   data: "dpdk-performance-changes-3n-hsw"
5281   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5282   filter: "'1T1C' and 'NDRPDR'"
5283   parameters:
5284   - "name"
5285   - "parent"
5286   - "throughput"
5287
5288 # DPDK Performance Changes 3n-hsw 2t2c pdr
5289 - type: "table"
5290   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5291   algorithm: "table_perf_comparison"
5292   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5293   history:
5294     - title: "rls1904"
5295       data: "dpdk-performance-changes-3n-hsw-h1"
5296   reference:
5297     title: "rls1908"
5298     data: "dpdk-performance-changes-3n-hsw-ref"
5299   compare:
5300     title: "rls2001"
5301     data: "dpdk-performance-changes-3n-hsw-cmp"
5302   data: "dpdk-performance-changes-3n-hsw"
5303   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5304   filter: "'2T2C' and 'NDRPDR'"
5305   parameters:
5306   - "name"
5307   - "parent"
5308   - "throughput"
5309
5310 # DPDK Performance Changes 3n-hsw 1t1c ndr
5311 - type: "table"
5312   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5313   algorithm: "table_perf_comparison"
5314   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5315   history:
5316     - title: "rls1904"
5317       data: "dpdk-performance-changes-3n-hsw-h1"
5318   reference:
5319     title: "rls1908"
5320     data: "dpdk-performance-changes-3n-hsw-ref"
5321   compare:
5322     title: "rls2001"
5323     data: "dpdk-performance-changes-3n-hsw-cmp"
5324   data: "dpdk-performance-changes-3n-hsw"
5325   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5326   filter: "'1T1C' and 'NDRPDR'"
5327   parameters:
5328   - "name"
5329   - "parent"
5330   - "throughput"
5331
5332 # DPDK Performance Changes 3n-hsw 2t2c ndr
5333 - type: "table"
5334   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5335   algorithm: "table_perf_comparison"
5336   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5337   history:
5338     - title: "rls1904"
5339       data: "dpdk-performance-changes-3n-hsw-h1"
5340   reference:
5341     title: "rls1908"
5342     data: "dpdk-performance-changes-3n-hsw-ref"
5343   compare:
5344     title: "rls2001"
5345     data: "dpdk-performance-changes-3n-hsw-cmp"
5346   data: "dpdk-performance-changes-3n-hsw"
5347   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5348   filter: "'2T2C' and 'NDRPDR'"
5349   parameters:
5350   - "name"
5351   - "parent"
5352   - "throughput"
5353
5354 ## DPDK Performance Changes 3n-skx 2t1c pdr
5355 #- type: "table"
5356 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5357 #  algorithm: "table_perf_comparison"
5358 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5359 #  history:
5360 #    - title: "rls1904"
5361 #      data: "dpdk-performance-changes-3n-skx-h1"
5362 #  reference:
5363 #    title: "rls1908"
5364 #    data: "dpdk-performance-changes-3n-skx-ref"
5365 #  compare:
5366 #    title: "rls2001"
5367 #    data: "dpdk-performance-changes-3n-skx-cmp"
5368 #  data: "dpdk-performance-changes-3n-skx"
5369 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5370 #  filter: "'2T1C' and 'NDRPDR'"
5371 #  parameters:
5372 #  - "name"
5373 #  - "parent"
5374 #  - "throughput"
5375 #
5376 ## DPDK Performance Changes 3n-skx 4t2c pdr
5377 #- type: "table"
5378 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5379 #  algorithm: "table_perf_comparison"
5380 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5381 #  history:
5382 #    - title: "rls1904"
5383 #      data: "dpdk-performance-changes-3n-skx-h1"
5384 #  reference:
5385 #    title: "rls1908"
5386 #    data: "dpdk-performance-changes-3n-skx-ref"
5387 #  compare:
5388 #    title: "rls2001"
5389 #    data: "dpdk-performance-changes-3n-skx-cmp"
5390 #  data: "dpdk-performance-changes-3n-skx"
5391 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5392 #  filter: "'4T2C' and 'NDRPDR'"
5393 #  parameters:
5394 #  - "name"
5395 #  - "parent"
5396 #  - "throughput"
5397 #
5398 ## DPDK Performance Changes 3n-skx 2t1c ndr
5399 #- type: "table"
5400 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5401 #  algorithm: "table_perf_comparison"
5402 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5403 #  history:
5404 #    - title: "rls1904"
5405 #      data: "dpdk-performance-changes-3n-skx-h1"
5406 #  reference:
5407 #    title: "rls1908"
5408 #    data: "dpdk-performance-changes-3n-skx-ref"
5409 #  compare:
5410 #    title: "rls2001"
5411 #    data: "dpdk-performance-changes-3n-skx-cmp"
5412 #  data: "dpdk-performance-changes-3n-skx"
5413 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5414 #  filter: "'2T1C' and 'NDRPDR'"
5415 #  parameters:
5416 #  - "name"
5417 #  - "parent"
5418 #  - "throughput"
5419 #
5420 ## DPDK Performance Changes 3n-skx 4t2c ndr
5421 #- type: "table"
5422 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5423 #  algorithm: "table_perf_comparison"
5424 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5425 #  history:
5426 #    - title: "rls1904"
5427 #      data: "dpdk-performance-changes-3n-skx-h1"
5428 #  reference:
5429 #    title: "rls1908"
5430 #    data: "dpdk-performance-changes-3n-skx-ref"
5431 #  compare:
5432 #    title: "rls2001"
5433 #    data: "dpdk-performance-changes-3n-skx-cmp"
5434 #  data: "dpdk-performance-changes-3n-skx"
5435 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5436 #  filter: "'4T2C' and 'NDRPDR'"
5437 #  parameters:
5438 #  - "name"
5439 #  - "parent"
5440 #  - "throughput"
5441 #
5442 ## DPDK Performance Changes 2n-skx 2t1c pdr
5443 #- type: "table"
5444 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5445 #  algorithm: "table_perf_comparison"
5446 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5447 #  history:
5448 #    - title: "rls1904"
5449 #      data: "dpdk-performance-changes-2n-skx-h1"
5450 #  reference:
5451 #    title: "rls1908"
5452 #    data: "dpdk-performance-changes-2n-skx-ref"
5453 #  compare:
5454 #    title: "rls2001"
5455 #    data: "dpdk-performance-changes-2n-skx-cmp"
5456 #  data: "dpdk-performance-changes-2n-skx"
5457 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5458 #  filter: "'2T1C' and 'NDRPDR'"
5459 #  parameters:
5460 #  - "name"
5461 #  - "parent"
5462 #  - "throughput"
5463 #
5464 ## DPDK Performance Changes 2n-skx 4t2c pdr
5465 #- type: "table"
5466 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5467 #  algorithm: "table_perf_comparison"
5468 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5469 #  history:
5470 #    - title: "rls1904"
5471 #      data: "dpdk-performance-changes-2n-skx-h1"
5472 #  reference:
5473 #    title: "rls1908"
5474 #    data: "dpdk-performance-changes-2n-skx-ref"
5475 #  compare:
5476 #    title: "rls2001"
5477 #    data: "dpdk-performance-changes-2n-skx-cmp"
5478 #  data: "dpdk-performance-changes-2n-skx"
5479 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5480 #  filter: "'4T2C' and 'NDRPDR'"
5481 #  parameters:
5482 #  - "name"
5483 #  - "parent"
5484 #  - "throughput"
5485 #
5486 ## DPDK Performance Changes 2n-skx 2t1c ndr
5487 #- type: "table"
5488 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5489 #  algorithm: "table_perf_comparison"
5490 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5491 #  history:
5492 #    - title: "rls1904"
5493 #      data: "dpdk-performance-changes-2n-skx-h1"
5494 #  reference:
5495 #    title: "rls1908"
5496 #    data: "dpdk-performance-changes-2n-skx-ref"
5497 #  compare:
5498 #    title: "rls2001"
5499 #    data: "dpdk-performance-changes-2n-skx-cmp"
5500 #  data: "dpdk-performance-changes-2n-skx"
5501 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5502 #  filter: "'2T1C' and 'NDRPDR'"
5503 #  parameters:
5504 #  - "name"
5505 #  - "parent"
5506 #  - "throughput"
5507 #
5508 ## DPDK Performance Changes 2n-skx 4t2c ndr
5509 #- type: "table"
5510 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5511 #  algorithm: "table_perf_comparison"
5512 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5513 #  history:
5514 #    - title: "rls1904"
5515 #      data: "dpdk-performance-changes-2n-skx-h1"
5516 #  reference:
5517 #    title: "rls1908"
5518 #    data: "dpdk-performance-changes-2n-skx-ref"
5519 #  compare:
5520 #    title: "rls2001"
5521 #    data: "dpdk-performance-changes-2n-skx-cmp"
5522 #  data: "dpdk-performance-changes-2n-skx"
5523 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5524 #  filter: "'4T2C' and 'NDRPDR'"
5525 #  parameters:
5526 #  - "name"
5527 #  - "parent"
5528 #  - "throughput"
5529 #
5530 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5531 #- type: "table"
5532 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5533 #  algorithm: "table_perf_comparison"
5534 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5535 #  reference:
5536 #    title: "3-Node Hsw"
5537 #    data: "dpdk-compare-testbeds-ref"
5538 #  compare:
5539 #    title: "3-Node Skx"
5540 #    data: "dpdk-compare-testbeds-cmp"
5541 #  data: "dpdk-compare-testbeds"
5542 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5543 #  filter: "'NIC_Intel-X710'"
5544 #  parameters:
5545 #  - "name"
5546 #  - "parent"
5547 #  - "throughput"
5548 #
5549 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5550 #- type: "table"
5551 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5552 #  algorithm: "table_perf_comparison"
5553 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5554 #  reference:
5555 #    title: "3-Node Hsw"
5556 #    data: "dpdk-compare-testbeds-ref"
5557 #  compare:
5558 #    title: "3-Node Skx"
5559 #    data: "dpdk-compare-testbeds-cmp"
5560 #  data: "dpdk-compare-testbeds"
5561 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5562 #  filter: "'NIC_Intel-X710'"
5563 #  parameters:
5564 #  - "name"
5565 #  - "parent"
5566 #  - "throughput"
5567 #
5568 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5569 #- type: "table"
5570 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5571 #  algorithm: "table_perf_comparison"
5572 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5573 #  reference:
5574 #    title: "2-Node Skx"
5575 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5576 #  compare:
5577 #    title: "2-Node Clx"
5578 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5579 #  data: "dpdk-compare-testbeds-skx-clx"
5580 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5581 #  filter: "all"
5582 #  parameters:
5583 #  - "name"
5584 #  - "parent"
5585 #  - "throughput"
5586 #
5587 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5588 #- type: "table"
5589 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5590 #  algorithm: "table_perf_comparison"
5591 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5592 #  reference:
5593 #    title: "2-Node Skx"
5594 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5595 #  compare:
5596 #    title: "2-Node Clx"
5597 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5598 #  data: "dpdk-compare-testbeds-skx-clx"
5599 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5600 #  filter: "all"
5601 #  parameters:
5602 #  - "name"
5603 #  - "parent"
5604 #  - "throughput"
5605 #
5606 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5607 #- type: "table"
5608 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5609 #  algorithm: "table_perf_comparison"
5610 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5611 #  reference:
5612 #    title: "3-Node Skx"
5613 #    data: "dpdk-compare-topologies-ref"
5614 #  compare:
5615 #    title: "2-Node Skx"
5616 #    data: "dpdk-compare-topologies-cmp"
5617 #  data: "dpdk-compare-topologies"
5618 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5619 #  filter: "all"
5620 #  parameters:
5621 #  - "name"
5622 #  - "parent"
5623 #  - "throughput"
5624 #
5625 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5626 #- type: "table"
5627 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5628 #  algorithm: "table_perf_comparison"
5629 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5630 #  reference:
5631 #    title: "3-Node Skx"
5632 #    data: "dpdk-compare-topologies-ref"
5633 #  compare:
5634 #    title: "2-Node Skx"
5635 #    data: "dpdk-compare-topologies-cmp"
5636 #  data: "dpdk-compare-topologies"
5637 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5638 #  filter: "all"
5639 #  parameters:
5640 #  - "name"
5641 #  - "parent"
5642 #  - "throughput"
5643
5644 # Detailed Test Results - DPDK Performance Results 3n-hsw
5645 - type: "table"
5646   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5647   algorithm: "table_merged_details"
5648   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5649   columns:
5650   - title: " |prein| Test Name |preout| "
5651     data: "data name"
5652   - 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| "
5653     data: "data msg"
5654   data: "dpdk-perf-results-3n-hsw"
5655   filter: "all"
5656   parameters:
5657   - "name"
5658   - "parent"
5659   - "msg"
5660
5661 ## Detailed Test Results - DPDK Performance Results 3n-skx
5662 #- type: "table"
5663 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5664 #  algorithm: "table_merged_details"
5665 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5666 #  columns:
5667 #  - title: " |prein| Test Name |preout| "
5668 #    data: "data name"
5669 #  - 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| "
5670 #    data: "data msg"
5671 #  data: "dpdk-perf-results-3n-skx"
5672 #  filter: "all"
5673 #  remove-ndr: True  # Temporary solution: remove NDR results from test message
5674 #  parameters:
5675 #  - "name"
5676 #  - "parent"
5677 #  - "msg"
5678 #
5679 ## Detailed Test Results - DPDK Performance Results 2n-skx
5680 #- type: "table"
5681 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5682 #  algorithm: "table_merged_details"
5683 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5684 #  columns:
5685 #  - title: " |prein| Test Name |preout| "
5686 #    data: "data name"
5687 #  - 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| "
5688 #    data: "data msg"
5689 #  data: "dpdk-perf-results-2n-skx"
5690 #  filter: "all"
5691 #  remove-ndr: True  # Temporary solution: remove NDR results from test message
5692 #  parameters:
5693 #  - "name"
5694 #  - "parent"
5695 #  - "msg"
5696
5697 # Detailed Test Results - DPDK Performance Results 2n-clx
5698 - type: "table"
5699   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5700   algorithm: "table_merged_details"
5701   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5702   columns:
5703   - title: " |prein| Test Name |preout| "
5704     data: "data name"
5705   - 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| "
5706     data: "data msg"
5707   data: "dpdk-perf-results-2n-clx"
5708   filter: "all"
5709   parameters:
5710   - "name"
5711   - "parent"
5712   - "msg"
5713
5714 # Detailed Test Results - DPDK Performance Results 2n-dnv
5715 - type: "table"
5716   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5717   algorithm: "table_merged_details"
5718   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5719   columns:
5720   - title: " |prein| Test Name |preout| "
5721     data: "data name"
5722   - 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| "
5723     data: "data msg"
5724   data: "dpdk-perf-results-2n-dnv"
5725   filter: "all"
5726   parameters:
5727   - "name"
5728   - "parent"
5729   - "msg"
5730
5731 # Detailed Test Results - DPDK Performance Results 3n-dnv
5732 - type: "table"
5733   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5734   algorithm: "table_merged_details"
5735   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5736   columns:
5737   - title: " |prein| Test Name |preout| "
5738     data: "data name"
5739   - 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| "
5740     data: "data msg"
5741   data: "dpdk-perf-results-3n-dnv"
5742   filter: "all"
5743   parameters:
5744   - "name"
5745   - "parent"
5746   - "msg"
5747
5748 # Detailed Test Results - DPDK Performance Results 3n-tsh
5749 - type: "table"
5750   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5751   algorithm: "table_merged_details"
5752   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5753   columns:
5754   - title: " |prein| Test Name |preout| "
5755     data: "data name"
5756   - 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| "
5757     data: "data msg"
5758   data: "dpdk-perf-results-3n-tsh"
5759   filter: "all"
5760   parameters:
5761   - "name"
5762   - "parent"
5763   - "msg"
5764
5765 ################################################################################
5766 ###                                F I L E S                                 ###
5767 ################################################################################
5768
5769 # VPP Performance Results
5770 - type: "file"
5771   title: "VPP Performance Results"
5772   algorithm: "file_details_split"
5773   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5774   dir-tables:
5775     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5776     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5777     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5778     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5779     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5780     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5781     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5782   data:
5783     - "vpp-perf-results-2n-skx"
5784     - "vpp-perf-results-3n-skx"
5785     - "vpp-perf-results-2n-clx"
5786     - "vpp-perf-results-3n-hsw"
5787     - "vpp-perf-results-3n-tsh"
5788     - "vpp-perf-results-2n-dnv"
5789     - "vpp-perf-results-3n-dnv"
5790   filter: "all"
5791   data-start-level: 4
5792   order-chapters:
5793     level-1:
5794       - "l2"
5795       - "ip4"
5796       - "ip6"
5797       - "srv6"
5798       - "ip4_tunnels"
5799       - "ip6_tunnels"
5800       - "vm_vhost"
5801       - "container_memif"
5802       - "crypto"
5803       - "vts"
5804       - "lb"
5805       - "nfv_density"
5806       - "hoststack"
5807     level-2:
5808       - "2n-skx"
5809       - "3n-skx"
5810       - "2n-clx"
5811       - "3n-hsw"
5812       - "3n-tsh"
5813       - "2n-dnv"
5814       - "3n-dnv"
5815     level-3:
5816       - "xl710"
5817       - "x520"
5818       - "xxv710"
5819       - "x710"
5820       - "x553"
5821       - "cx556a"
5822       - "vic1227"
5823       - "vic1385"
5824
5825 # VPP Performance Configuration
5826 - type: "file"
5827   title: "VPP Performance Configuration"
5828   algorithm: "file_details_split"
5829   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5830   dir-tables:
5831     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5832     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5833     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5834     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5835     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5836     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5837     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5838   data:
5839     - "vpp-perf-results-2n-skx"
5840     - "vpp-perf-results-3n-skx"
5841     - "vpp-perf-results-2n-clx"
5842     - "vpp-perf-results-3n-hsw"
5843     - "vpp-perf-results-3n-tsh"
5844     - "vpp-perf-results-2n-dnv"
5845     - "vpp-perf-results-3n-dnv"
5846   filter: "all"
5847   data-start-level: 4
5848   order-chapters:
5849     level-1:
5850       - "l2"
5851       - "ip4"
5852       - "ip6"
5853       - "srv6"
5854       - "ip4_tunnels"
5855       - "ip6_tunnels"
5856       - "vm_vhost"
5857       - "container_memif"
5858       - "crypto"
5859       - "vts"
5860       - "lb"
5861       - "nfv_density"
5862       - "hoststack"
5863     level-2:
5864       - "2n-skx"
5865       - "3n-skx"
5866       - "2n-clx"
5867       - "3n-hsw"
5868       - "3n-tsh"
5869       - "2n-dnv"
5870       - "3n-dnv"
5871     level-3:
5872       - "xl710"
5873       - "x520"
5874       - "xxv710"
5875       - "x710"
5876       - "x553"
5877       - "cx556a"
5878       - "vic1227"
5879       - "vic1385"
5880
5881 # VPP Performance Operational
5882 - type: "file"
5883   title: "VPP Performance Operational"
5884   algorithm: "file_details_split_html"
5885   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5886   dir-tables:
5887     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5888     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5889     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5890     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5891     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5892     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5893     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5894   data:
5895     - "vpp-perf-results-2n-skx"
5896     - "vpp-perf-results-3n-skx"
5897     - "vpp-perf-results-2n-clx"
5898     - "vpp-perf-results-3n-hsw"
5899     - "vpp-perf-results-3n-tsh"
5900     - "vpp-perf-results-2n-dnv"
5901     - "vpp-perf-results-3n-dnv"
5902   filter: "all"
5903   data-start-level: 4
5904   order-chapters:
5905     level-1:
5906       - "l2"
5907       - "ip4"
5908       - "ip6"
5909       - "srv6"
5910       - "ip4_tunnels"
5911       - "ip6_tunnels"
5912       - "vm_vhost"
5913       - "container_memif"
5914       - "crypto"
5915       - "vts"
5916       - "lb"
5917       - "nfv_density"
5918       - "hoststack"
5919     level-2:
5920       - "2n-skx"
5921       - "3n-skx"
5922       - "2n-clx"
5923       - "3n-hsw"
5924       - "3n-tsh"
5925       - "2n-dnv"
5926       - "3n-dnv"
5927     level-3:
5928       - "xl710"
5929       - "x520"
5930       - "xxv710"
5931       - "x710"
5932       - "x553"
5933       - "cx556a"
5934       - "vic1227"
5935       - "vic1385"
5936
5937 # VPP MRR Results
5938 - type: "file"
5939   title: "VPP MRR Results"
5940   algorithm: "file_details_split"
5941   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5942   dir-tables:
5943 #    - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5944 #    - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5945     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
5946     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
5947     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
5948     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
5949     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
5950   data:
5951 #    - "vpp-mrr-results-2n-skx"
5952 #    - "vpp-mrr-results-3n-skx"
5953     - "vpp-mrr-results-2n-clx"
5954     - "vpp-mrr-results-3n-hsw"
5955     - "vpp-mrr-results-3n-tsh"
5956     - "vpp-mrr-results-2n-dnv"
5957     - "vpp-mrr-results-3n-dnv"
5958   filter: "all"
5959   data-start-level: 4
5960   order-chapters:
5961     level-1:
5962       - "l2"
5963       - "ip4"
5964       - "ip6"
5965       - "srv6"
5966       - "ip4_tunnels"
5967       - "ip6_tunnels"
5968       - "vm_vhost"
5969       - "container_memif"
5970       - "crypto"
5971       - "vts"
5972       - "lb"
5973       - "nfv_density"
5974       - "hoststack"
5975     level-2:
5976       - "2n-skx"
5977       - "3n-skx"
5978       - "2n-clx"
5979       - "3n-hsw"
5980       - "3n-tsh"
5981       - "2n-dnv"
5982       - "3n-dnv"
5983     level-3:
5984       - "xl710"
5985       - "x520"
5986       - "xxv710"
5987       - "x710"
5988       - "x553"
5989       - "cx556a"
5990       - "vic1227"
5991       - "vic1385"
5992
5993 # VPP MRR Configuration
5994 - type: "file"
5995   title: "VPP MRR Configuration"
5996   algorithm: "file_details_split"
5997   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
5998   dir-tables:
5999 #    - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6000 #    - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6001     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6002     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6003     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6004     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6005     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6006   data:
6007 #    - "vpp-mrr-results-2n-skx"
6008 #    - "vpp-mrr-results-3n-skx"
6009     - "vpp-mrr-results-2n-clx"
6010     - "vpp-mrr-results-3n-hsw"
6011     - "vpp-mrr-results-3n-tsh"
6012     - "vpp-mrr-results-2n-dnv"
6013     - "vpp-mrr-results-3n-dnv"
6014   filter: "all"
6015   data-start-level: 4
6016   order-chapters:
6017     level-1:
6018       - "l2"
6019       - "ip4"
6020       - "ip6"
6021       - "srv6"
6022       - "ip4_tunnels"
6023       - "ip6_tunnels"
6024       - "vm_vhost"
6025       - "container_memif"
6026       - "crypto"
6027       - "vts"
6028       - "lb"
6029       - "nfv_density"
6030       - "hoststack"
6031     level-2:
6032       - "2n-skx"
6033       - "3n-skx"
6034       - "2n-clx"
6035       - "3n-hsw"
6036       - "3n-tsh"
6037       - "2n-dnv"
6038       - "3n-dnv"
6039     level-3:
6040       - "xl710"
6041       - "x520"
6042       - "xxv710"
6043       - "x710"
6044       - "x553"
6045       - "cx556a"
6046       - "vic1227"
6047       - "vic1385"
6048
6049 # VPP Device Results - Ubuntu
6050 - type: "file"
6051   title: "VPP Device Results - Ubuntu"
6052   algorithm: "file_test_results"
6053   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6054   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6055   data: "vpp-device-results-ubuntu"
6056   filter: "all"
6057   data-start-level: 4
6058
6059 # VPP Device Configuration - Ubuntu
6060 - type: "file"
6061   title: "VPP Device Configuration - Ubuntu"
6062   algorithm: "file_test_results"
6063   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6064   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6065   data: "vpp-device-results-ubuntu"
6066   filter: "all"
6067   data-start-level: 4
6068
6069 # DPDK Performance Results 3n-hsw
6070 - type: "file"
6071   title: "DPDK Performance Results 3n-hsw"
6072   algorithm: "file_test_results"
6073   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6074   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6075   data: "dpdk-perf-results-3n-hsw"
6076   filter: "all"
6077   data-start-level: 4
6078
6079 ## DPDK Performance Results 3n-skx
6080 #- type: "file"
6081 #  title: "DPDK Performance Results 3n-skx"
6082 #  algorithm: "file_test_results"
6083 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6084 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6085 #  data: "dpdk-perf-results-3n-skx"
6086 #  filter: "all"
6087 #  data-start-level: 4
6088 #
6089 ## DPDK Performance Results 2n-skx
6090 #- type: "file"
6091 #  title: "DPDK Performance Results 2n-skx"
6092 #  algorithm: "file_test_results"
6093 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6094 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6095 #  data: "dpdk-perf-results-2n-skx"
6096 #  filter: "all"
6097 #  data-start-level: 4
6098
6099 # DPDK Performance Results 2n-clx
6100 - type: "file"
6101   title: "DPDK Performance Results 2n-clx"
6102   algorithm: "file_test_results"
6103   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6104   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6105   data: "dpdk-perf-results-2n-clx"
6106   filter: "all"
6107   data-start-level: 4
6108
6109 # DPDK Performance Results 2n-dnv
6110 - type: "file"
6111   title: "DPDK Performance Results 2n-dnv"
6112   algorithm: "file_test_results"
6113   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6114   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6115   data: "dpdk-perf-results-2n-dnv"
6116   filter: "all"
6117   data-start-level: 4
6118
6119 # DPDK Performance Results 3n-dnv
6120 - type: "file"
6121   title: "DPDK Performance Results 3n-dnv"
6122   algorithm: "file_test_results"
6123   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6124   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6125   data: "dpdk-perf-results-3n-dnv"
6126   filter: "all"
6127   data-start-level: 4
6128
6129 # DPDK Performance Results 3n-tsh
6130 - type: "file"
6131   title: "DPDK Performance Results 3n-tsh"
6132   algorithm: "file_test_results"
6133   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6134   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6135   data: "dpdk-perf-results-3n-tsh"
6136   filter: "all"
6137   data-start-level: 4
6138
6139 ################################################################################
6140 ###                                P L O T S                                 ###
6141 ################################################################################
6142
6143 # Hoststack tests 3n-hsw
6144
6145 - type: "plot"
6146   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6147   algorithm: "plot_perf_box_name"
6148   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6149   data: "plot-vpp-hoststack-3n-hsw"
6150   include:
6151     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6152     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6153   layout:
6154     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6155     layout: "plot-hoststack"
6156
6157 - type: "plot"
6158   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6159   algorithm: "plot_perf_box_name"
6160   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6161   data: "plot-vpp-hoststack-3n-hsw"
6162   include:
6163     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6164     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6165   layout:
6166     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6167     layout: "plot-hoststack"
6168
6169 - type: "plot"
6170   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6171   algorithm: "plot_perf_box_name"
6172   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6173   data: "plot-vpp-hoststack-3n-hsw"
6174   include:
6175     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6176     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6177     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6178     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6179   layout:
6180     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6181     layout: "plot-hoststack"
6182
6183 # Plots VPP HTTP Server Performance
6184 - type: "plot"
6185   title: "VPP HTTP Server Performance"
6186   algorithm: "plot_http_server_perf_box"
6187   output-file-type: ".html"
6188   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6189   data:
6190     "plot-vpp-http-server-performance"
6191   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6192   parameters:
6193   - "result"
6194   - "name"
6195   traces:
6196     hoverinfo: "y+name"
6197     boxpoints: "outliers"
6198     whiskerwidth: 0
6199   layout:
6200     title: "VPP HTTP Server Performance"
6201     layout:
6202       "plot-cps"
6203
6204 - type: "plot"
6205   title: "VPP HTTP Server Performance"
6206   algorithm: "plot_http_server_perf_box"
6207   output-file-type: ".html"
6208   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6209   data:
6210     "plot-vpp-http-server-performance"
6211   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6212   parameters:
6213   - "result"
6214   - "name"
6215   traces:
6216     hoverinfo: "y+name"
6217     boxpoints: "outliers"
6218     whiskerwidth: 0
6219   layout:
6220     title: "VPP HTTP Server Performance"
6221     layout:
6222       "plot-rps"
6223
6224 ################################################################################
6225
6226 # Soak Test (PLRsearch), boxes - 2n-clx
6227 - type: "plot"
6228   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6229   algorithm: "plot_perf_box_name"
6230   output-file-type: ".html"
6231   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6232   data: "plot-vpp-soak-2n-clx"
6233   include:
6234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6240   layout:
6241     title: "30 Minutes Soak Test (PLRsearch)"
6242     layout: "plot-soak-throughput"
6243
6244 # Soak Test (PLRsearch), boxes - 2n-clx
6245 - type: "plot"
6246   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6247   algorithm: "plot_perf_box_name"
6248   output-file-type: ".html"
6249   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6250   data: "plot-vpp-soak-2n-clx"
6251   include:
6252     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6253     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6254     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6255     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6257     - "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"
6258   layout:
6259     title: "30 Minutes Soak Test (PLRsearch)"
6260     layout: "plot-soak-throughput"
6261
6262 ###############################################################################
6263
6264 # Reconf tests 2n-skx
6265
6266 #- type: "plot"
6267 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6268 #  algorithm: "plot_nf_reconf_box_name"
6269 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6270 #  data: "plot-vpp-nfv-reconf-2n-skx"
6271 #  include:
6272 #    - "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"
6273 #    - "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"
6274 #    - "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"
6275 #    - "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"
6276 #    - "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"
6277 #    - "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"
6278 #  layout:
6279 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6280 #    layout: "plot-throughput"
6281 #
6282 #- type: "plot"
6283 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6284 #  algorithm: "plot_nf_reconf_box_name"
6285 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6286 #  data: "plot-vpp-nfv-reconf-2n-skx"
6287 #  include:
6288 #    - "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"
6289 #    - "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"
6290 #    - "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"
6291 #    - "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"
6292 #    - "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"
6293 #    - "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"
6294 #  layout:
6295 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6296 #    layout: "plot-throughput"
6297 #
6298 #- type: "plot"
6299 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6300 #  algorithm: "plot_nf_reconf_box_name"
6301 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6302 #  data: "plot-vpp-nfv-reconf-2n-skx"
6303 #  include:
6304 #    - "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"
6305 #    - "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"
6306 #    - "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"
6307 #    - "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"
6308 #    - "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"
6309 #    - "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"
6310 #  layout:
6311 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6312 #    layout: "plot-throughput"
6313
6314 ###############################################################################
6315
6316 # Reconf tests 2n-clx
6317
6318 - type: "plot"
6319   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6320   algorithm: "plot_nf_reconf_box_name"
6321   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6322   data: "plot-vpp-nfv-reconf-2n-clx"
6323   include:
6324     - "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"
6325     - "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"
6326     - "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"
6327     - "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"
6328   layout:
6329     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6330     layout: "plot-throughput"
6331
6332 - type: "plot"
6333   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6334   algorithm: "plot_nf_reconf_box_name"
6335   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6336   data: "plot-vpp-nfv-reconf-2n-clx"
6337   include:
6338     - "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"
6339     - "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"
6340     - "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"
6341     - "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"
6342   layout:
6343     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6344     layout: "plot-throughput"
6345
6346 - type: "plot"
6347   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6348   algorithm: "plot_nf_reconf_box_name"
6349   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6350   data: "plot-vpp-nfv-reconf-2n-clx"
6351   include:
6352     - "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"
6353     - "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"
6354     - "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"
6355     - "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"
6356   layout:
6357     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6358     layout: "plot-throughput"
6359
6360 ################################################################################
6361 ## Plots - NF Density - VSC - MRR 64b
6362 #- type: "plot"
6363 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6364 #  algorithm: "plot_nf_heatmap"
6365 #  output-file-type: ".html"
6366 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6367 #  data: "plot-vpp-nfv-2n-skx-mrr"
6368 #  filter: "'NIC_Intel-XXV710' and
6369 #           'NF_DENSITY' and
6370 #           'VHOST' and
6371 #           not 'VXLAN' and
6372 #           'CHAIN' and
6373 #           'NF_VPPIP4' and
6374 #           '64B' and
6375 #           '2T1C' and
6376 #           'MRR'"
6377 #  parameters:
6378 #  - "result"
6379 #  - "name"
6380 #  - "tags"
6381 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6382 #  x-axis: "X = VNFs per Service Chain"
6383 #  y-axis: "Y = Number of Service Chains"
6384 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6385 #  layout:
6386 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6387 #    layout: "plot-service-density"
6388 #
6389 #- type: "plot"
6390 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6391 #  algorithm: "plot_nf_heatmap"
6392 #  output-file-type: ".html"
6393 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6394 #  data: "plot-vpp-nfv-2n-skx-mrr"
6395 #  filter: "'NIC_Intel-XXV710' and
6396 #           'NF_DENSITY' and
6397 #           'VHOST' and
6398 #           not 'VXLAN' and
6399 #           'CHAIN' and
6400 #           'NF_VPPIP4' and
6401 #           '64B' and
6402 #           '4T2C' and
6403 #           'MRR'"
6404 #  parameters:
6405 #  - "result"
6406 #  - "name"
6407 #  - "tags"
6408 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6409 #  x-axis: "X = VNFs per Service Chain"
6410 #  y-axis: "Y = Number of Service Chains"
6411 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6412 #  layout:
6413 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6414 #    layout: "plot-service-density"
6415 #
6416 #- type: "plot"
6417 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6418 #  algorithm: "plot_nf_heatmap"
6419 #  output-file-type: ".html"
6420 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6421 #  data: "plot-vpp-nfv-2n-skx-mrr"
6422 #  filter: "'NIC_Intel-XXV710' and
6423 #           'NF_DENSITY' and
6424 #           'VHOST' and
6425 #           not 'VXLAN' and
6426 #           'CHAIN' and
6427 #           'NF_VPPIP4' and
6428 #           '64B' and
6429 #           '8T4C' and
6430 #           'MRR'"
6431 #  parameters:
6432 #  - "result"
6433 #  - "name"
6434 #  - "tags"
6435 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6436 #  x-axis: "X = VNFs per Service Chain"
6437 #  y-axis: "Y = Number of Service Chains"
6438 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6439 #  layout:
6440 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6441 #    layout: "plot-service-density"
6442 #
6443 ## Plots - NF Density - VSC - MRR IMIX
6444 #- type: "plot"
6445 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6446 #  algorithm: "plot_nf_heatmap"
6447 #  output-file-type: ".html"
6448 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6449 #  data: "plot-vpp-nfv-2n-skx-mrr"
6450 #  filter: "'NIC_Intel-XXV710' and
6451 #           'NF_DENSITY' and
6452 #           'VHOST' and
6453 #           not 'VXLAN' and
6454 #           'CHAIN' and
6455 #           'NF_VPPIP4' and
6456 #           'IMIX' and
6457 #           '2T1C' and
6458 #           'MRR'"
6459 #  parameters:
6460 #  - "result"
6461 #  - "name"
6462 #  - "tags"
6463 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6464 #  x-axis: "X = VNFs per Service Chain"
6465 #  y-axis: "Y = Number of Service Chains"
6466 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6467 #  layout:
6468 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6469 #    layout: "plot-service-density"
6470 #
6471 #- type: "plot"
6472 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6473 #  algorithm: "plot_nf_heatmap"
6474 #  output-file-type: ".html"
6475 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6476 #  data: "plot-vpp-nfv-2n-skx-mrr"
6477 #  filter: "'NIC_Intel-XXV710' and
6478 #           'NF_DENSITY' and
6479 #           'VHOST' and
6480 #           not 'VXLAN' and
6481 #           'CHAIN' and
6482 #           'NF_VPPIP4' and
6483 #           'IMIX' and
6484 #           '4T2C' and
6485 #           'MRR'"
6486 #  parameters:
6487 #  - "result"
6488 #  - "name"
6489 #  - "tags"
6490 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6491 #  x-axis: "X = VNFs per Service Chain"
6492 #  y-axis: "Y = Number of Service Chains"
6493 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6494 #  layout:
6495 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6496 #    layout: "plot-service-density"
6497 #
6498 #- type: "plot"
6499 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6500 #  algorithm: "plot_nf_heatmap"
6501 #  output-file-type: ".html"
6502 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6503 #  data: "plot-vpp-nfv-2n-skx-mrr"
6504 #  filter: "'NIC_Intel-XXV710' and
6505 #           'NF_DENSITY' and
6506 #           'VHOST' and
6507 #           not 'VXLAN' and
6508 #           'CHAIN' and
6509 #           'NF_VPPIP4' and
6510 #           'IMIX' and
6511 #           '8T4C' and
6512 #           'MRR'"
6513 #  parameters:
6514 #  - "result"
6515 #  - "name"
6516 #  - "tags"
6517 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6518 #  x-axis: "X = VNFs per Service Chain"
6519 #  y-axis: "Y = Number of Service Chains"
6520 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6521 #  layout:
6522 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6523 #    layout: "plot-service-density"
6524 #
6525 ## Plots - NF Density - VSC - NDR 64b
6526 #- type: "plot"
6527 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6528 #  algorithm: "plot_nf_heatmap"
6529 #  output-file-type: ".html"
6530 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6531 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6532 #  filter: "'NIC_Intel-XXV710' and
6533 #           'NF_DENSITY' and
6534 #           'VHOST' and
6535 #           not 'VXLAN' and
6536 #           'CHAIN' and
6537 #           'NF_VPPIP4' and
6538 #           '64B' and
6539 #           '2T1C' and
6540 #           'NDRPDR'"
6541 #  parameters:
6542 #  - "throughput"
6543 #  - "name"
6544 #  - "tags"
6545 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6546 #  x-axis: "X = VNFs per Service Chain"
6547 #  y-axis: "Y = Number of Service Chains"
6548 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6549 #  layout:
6550 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6551 #    layout: "plot-service-density"
6552 #
6553 #- type: "plot"
6554 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6555 #  algorithm: "plot_nf_heatmap"
6556 #  output-file-type: ".html"
6557 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6558 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6559 #  filter: "'NIC_Intel-XXV710' and
6560 #           'NF_DENSITY' and
6561 #           'VHOST' and
6562 #           not 'VXLAN' and
6563 #           'CHAIN' and
6564 #           'NF_VPPIP4' and
6565 #           '64B' and
6566 #           '4T2C' and
6567 #           'NDRPDR'"
6568 #  parameters:
6569 #  - "throughput"
6570 #  - "name"
6571 #  - "tags"
6572 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6573 #  x-axis: "X = VNFs per Service Chain"
6574 #  y-axis: "Y = Number of Service Chains"
6575 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6576 #  layout:
6577 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6578 #    layout: "plot-service-density"
6579 #
6580 #- type: "plot"
6581 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6582 #  algorithm: "plot_nf_heatmap"
6583 #  output-file-type: ".html"
6584 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6585 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6586 #  filter: "'NIC_Intel-XXV710' and
6587 #           'NF_DENSITY' and
6588 #           'VHOST' and
6589 #           not 'VXLAN' and
6590 #           'CHAIN' and
6591 #           'NF_VPPIP4' and
6592 #           '64B' and
6593 #           '8T4C' and
6594 #           'NDRPDR'"
6595 #  parameters:
6596 #  - "throughput"
6597 #  - "name"
6598 #  - "tags"
6599 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6600 #  x-axis: "X = VNFs per Service Chain"
6601 #  y-axis: "Y = Number of Service Chains"
6602 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6603 #  layout:
6604 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6605 #    layout: "plot-service-density"
6606 #
6607 ## Plots - NF Density - VSC - NDR IMIX
6608 #- type: "plot"
6609 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6610 #  algorithm: "plot_nf_heatmap"
6611 #  output-file-type: ".html"
6612 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6613 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6614 #  filter: "'NIC_Intel-XXV710' and
6615 #           'NF_DENSITY' and
6616 #           'VHOST' and
6617 #           not 'VXLAN' and
6618 #           'CHAIN' and
6619 #           'NF_VPPIP4' and
6620 #           'IMIX' and
6621 #           '2T1C' and
6622 #           'NDRPDR'"
6623 #  parameters:
6624 #  - "throughput"
6625 #  - "name"
6626 #  - "tags"
6627 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6628 #  x-axis: "X = VNFs per Service Chain"
6629 #  y-axis: "Y = Number of Service Chains"
6630 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6631 #  layout:
6632 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6633 #    layout: "plot-service-density"
6634 #
6635 #- type: "plot"
6636 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6637 #  algorithm: "plot_nf_heatmap"
6638 #  output-file-type: ".html"
6639 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6640 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6641 #  filter: "'NIC_Intel-XXV710' and
6642 #           'NF_DENSITY' and
6643 #           'VHOST' and
6644 #           not 'VXLAN' and
6645 #           'CHAIN' and
6646 #           'NF_VPPIP4' and
6647 #           'IMIX' and
6648 #           '4T2C' and
6649 #           'NDRPDR'"
6650 #  parameters:
6651 #  - "throughput"
6652 #  - "name"
6653 #  - "tags"
6654 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6655 #  x-axis: "X = VNFs per Service Chain"
6656 #  y-axis: "Y = Number of Service Chains"
6657 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6658 #  layout:
6659 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6660 #    layout: "plot-service-density"
6661 #
6662 #- type: "plot"
6663 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6664 #  algorithm: "plot_nf_heatmap"
6665 #  output-file-type: ".html"
6666 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6667 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6668 #  filter: "'NIC_Intel-XXV710' and
6669 #           'NF_DENSITY' and
6670 #           'VHOST' and
6671 #           not 'VXLAN' and
6672 #           'CHAIN' and
6673 #           'NF_VPPIP4' and
6674 #           'IMIX' and
6675 #           '8T4C' and
6676 #           'NDRPDR'"
6677 #  parameters:
6678 #  - "throughput"
6679 #  - "name"
6680 #  - "tags"
6681 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6682 #  x-axis: "X = VNFs per Service Chain"
6683 #  y-axis: "Y = Number of Service Chains"
6684 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6685 #  layout:
6686 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6687 #    layout: "plot-service-density"
6688 #
6689 ## Plots - NF Density - VSC - PDR 64b
6690 #- type: "plot"
6691 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6692 #  algorithm: "plot_nf_heatmap"
6693 #  output-file-type: ".html"
6694 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6695 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6696 #  filter: "'NIC_Intel-XXV710' and
6697 #           'NF_DENSITY' and
6698 #           'VHOST' and
6699 #           not 'VXLAN' and
6700 #           'CHAIN' and
6701 #           'NF_VPPIP4' and
6702 #           '64B' and
6703 #           '2T1C' and
6704 #           'NDRPDR'"
6705 #  parameters:
6706 #  - "throughput"
6707 #  - "name"
6708 #  - "tags"
6709 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6710 #  x-axis: "X = VNFs per Service Chain"
6711 #  y-axis: "Y = Number of Service Chains"
6712 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6713 #  layout:
6714 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6715 #    layout: "plot-service-density"
6716 #
6717 #- type: "plot"
6718 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6719 #  algorithm: "plot_nf_heatmap"
6720 #  output-file-type: ".html"
6721 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6722 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6723 #  filter: "'NIC_Intel-XXV710' and
6724 #           'NF_DENSITY' and
6725 #           'VHOST' and
6726 #           not 'VXLAN' and
6727 #           'CHAIN' and
6728 #           'NF_VPPIP4' and
6729 #           '64B' and
6730 #           '4T2C' and
6731 #           'NDRPDR'"
6732 #  parameters:
6733 #  - "throughput"
6734 #  - "name"
6735 #  - "tags"
6736 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6737 #  x-axis: "X = VNFs per Service Chain"
6738 #  y-axis: "Y = Number of Service Chains"
6739 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6740 #  layout:
6741 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6742 #    layout: "plot-service-density"
6743 #
6744 #- type: "plot"
6745 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6746 #  algorithm: "plot_nf_heatmap"
6747 #  output-file-type: ".html"
6748 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6749 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6750 #  filter: "'NIC_Intel-XXV710' and
6751 #           'NF_DENSITY' and
6752 #           'VHOST' and
6753 #           not 'VXLAN' and
6754 #           'CHAIN' and
6755 #           'NF_VPPIP4' and
6756 #           '64B' and
6757 #           '8T4C' and
6758 #           'NDRPDR'"
6759 #  parameters:
6760 #  - "throughput"
6761 #  - "name"
6762 #  - "tags"
6763 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6764 #  x-axis: "X = VNFs per Service Chain"
6765 #  y-axis: "Y = Number of Service Chains"
6766 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6767 #  layout:
6768 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6769 #    layout: "plot-service-density"
6770 #
6771 ## Plots - NF Density - VSC - PDR IMIX
6772 #- type: "plot"
6773 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6774 #  algorithm: "plot_nf_heatmap"
6775 #  output-file-type: ".html"
6776 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6777 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6778 #  filter: "'NIC_Intel-XXV710' and
6779 #           'NF_DENSITY' and
6780 #           'VHOST' and
6781 #           not 'VXLAN' and
6782 #           'CHAIN' and
6783 #           'NF_VPPIP4' and
6784 #           'IMIX' and
6785 #           '2T1C' and
6786 #           'NDRPDR'"
6787 #  parameters:
6788 #  - "throughput"
6789 #  - "name"
6790 #  - "tags"
6791 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6792 #  x-axis: "X = VNFs per Service Chain"
6793 #  y-axis: "Y = Number of Service Chains"
6794 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6795 #  layout:
6796 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6797 #    layout: "plot-service-density"
6798 #
6799 #- type: "plot"
6800 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6801 #  algorithm: "plot_nf_heatmap"
6802 #  output-file-type: ".html"
6803 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6804 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6805 #  filter: "'NIC_Intel-XXV710' and
6806 #           'NF_DENSITY' and
6807 #           'VHOST' and
6808 #           not 'VXLAN' and
6809 #           'CHAIN' and
6810 #           'NF_VPPIP4' and
6811 #           'IMIX' and
6812 #           '4T2C' and
6813 #           'NDRPDR'"
6814 #  parameters:
6815 #  - "throughput"
6816 #  - "name"
6817 #  - "tags"
6818 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6819 #  x-axis: "X = VNFs per Service Chain"
6820 #  y-axis: "Y = Number of Service Chains"
6821 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6822 #  layout:
6823 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6824 #    layout: "plot-service-density"
6825 #
6826 #- type: "plot"
6827 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6828 #  algorithm: "plot_nf_heatmap"
6829 #  output-file-type: ".html"
6830 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6831 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6832 #  filter: "'NIC_Intel-XXV710' and
6833 #           'NF_DENSITY' and
6834 #           'VHOST' and
6835 #           not 'VXLAN' and
6836 #           'CHAIN' and
6837 #           'NF_VPPIP4' and
6838 #           'IMIX' and
6839 #           '8T4C' and
6840 #           'NDRPDR'"
6841 #  parameters:
6842 #  - "throughput"
6843 #  - "name"
6844 #  - "tags"
6845 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6846 #  x-axis: "X = VNFs per Service Chain"
6847 #  y-axis: "Y = Number of Service Chains"
6848 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6849 #  layout:
6850 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6851 #    layout: "plot-service-density"
6852 #
6853 ################################################################################
6854 ## Plots - NF Density - VSC - MRR 64b
6855 #- type: "plot"
6856 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6857 #  algorithm: "plot_nf_heatmap"
6858 #  output-file-type: ".html"
6859 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6860 #  data: "plot-vpp-nfv-2n-skx-mrr"
6861 #  filter: "'NIC_Intel-XXV710' and
6862 #           'NF_DENSITY' and
6863 #           'VHOST' and
6864 #           'VXLAN' and
6865 #           'CHAIN' and
6866 #           '118' and
6867 #           '2T1C' and
6868 #           'MRR'"
6869 #  parameters:
6870 #  - "result"
6871 #  - "name"
6872 #  - "tags"
6873 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6874 #  x-axis: "X = VNFs per Service Chain"
6875 #  y-axis: "Y = Number of Service Chains"
6876 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6877 #  layout:
6878 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6879 #    layout: "plot-service-density"
6880 #
6881 #- type: "plot"
6882 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6883 #  algorithm: "plot_nf_heatmap"
6884 #  output-file-type: ".html"
6885 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6886 #  data: "plot-vpp-nfv-2n-skx-mrr"
6887 #  filter: "'NIC_Intel-XXV710' and
6888 #           'NF_DENSITY' and
6889 #           'VHOST' and
6890 #           'VXLAN' and
6891 #           'CHAIN' and
6892 #           '118' and
6893 #           '4T2C' and
6894 #           'MRR'"
6895 #  parameters:
6896 #  - "result"
6897 #  - "name"
6898 #  - "tags"
6899 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6900 #  x-axis: "X = VNFs per Service Chain"
6901 #  y-axis: "Y = Number of Service Chains"
6902 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6903 #  layout:
6904 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6905 #    layout: "plot-service-density"
6906 #
6907 #- type: "plot"
6908 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6909 #  algorithm: "plot_nf_heatmap"
6910 #  output-file-type: ".html"
6911 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6912 #  data: "plot-vpp-nfv-2n-skx-mrr"
6913 #  filter: "'NIC_Intel-XXV710' and
6914 #           'NF_DENSITY' and
6915 #           'VHOST' and
6916 #           'VXLAN' and
6917 #           'CHAIN' and
6918 #           '118' and
6919 #           '8T4C' and
6920 #           'MRR'"
6921 #  parameters:
6922 #  - "result"
6923 #  - "name"
6924 #  - "tags"
6925 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6926 #  x-axis: "X = VNFs per Service Chain"
6927 #  y-axis: "Y = Number of Service Chains"
6928 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6929 #  layout:
6930 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6931 #    layout: "plot-service-density"
6932 #
6933 ## Plots - NF Density - VSC - MRR IMIX
6934 #- type: "plot"
6935 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6936 #  algorithm: "plot_nf_heatmap"
6937 #  output-file-type: ".html"
6938 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6939 #  data: "plot-vpp-nfv-2n-skx-mrr"
6940 #  filter: "'NIC_Intel-XXV710' and
6941 #           'NF_DENSITY' and
6942 #           'VHOST' and
6943 #           'VXLAN' and
6944 #           'CHAIN' and
6945 #           'IMIX' and
6946 #           '2T1C' and
6947 #           'MRR'"
6948 #  parameters:
6949 #  - "result"
6950 #  - "name"
6951 #  - "tags"
6952 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6953 #  x-axis: "X = VNFs per Service Chain"
6954 #  y-axis: "Y = Number of Service Chains"
6955 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6956 #  layout:
6957 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6958 #    layout: "plot-service-density"
6959 #
6960 #- type: "plot"
6961 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6962 #  algorithm: "plot_nf_heatmap"
6963 #  output-file-type: ".html"
6964 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6965 #  data: "plot-vpp-nfv-2n-skx-mrr"
6966 #  filter: "'NIC_Intel-XXV710' and
6967 #           'NF_DENSITY' and
6968 #           'VHOST' and
6969 #           'VXLAN' and
6970 #           'CHAIN' and
6971 #           'IMIX' and
6972 #           '4T2C' and
6973 #           'MRR'"
6974 #  parameters:
6975 #  - "result"
6976 #  - "name"
6977 #  - "tags"
6978 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6979 #  x-axis: "X = VNFs per Service Chain"
6980 #  y-axis: "Y = Number of Service Chains"
6981 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6982 #  layout:
6983 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6984 #    layout: "plot-service-density"
6985 #
6986 #- type: "plot"
6987 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6988 #  algorithm: "plot_nf_heatmap"
6989 #  output-file-type: ".html"
6990 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6991 #  data: "plot-vpp-nfv-2n-skx-mrr"
6992 #  filter: "'NIC_Intel-XXV710' and
6993 #           'NF_DENSITY' and
6994 #           'VHOST' and
6995 #           'VXLAN' and
6996 #           'CHAIN' and
6997 #           'IMIX' and
6998 #           '8T4C' and
6999 #           'MRR'"
7000 #  parameters:
7001 #  - "result"
7002 #  - "name"
7003 #  - "tags"
7004 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7005 #  x-axis: "X = VNFs per Service Chain"
7006 #  y-axis: "Y = Number of Service Chains"
7007 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7008 #  layout:
7009 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7010 #    layout: "plot-service-density"
7011 #
7012 ## Plots - NF Density - VSC - NDR 64b
7013 #- type: "plot"
7014 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7015 #  algorithm: "plot_nf_heatmap"
7016 #  output-file-type: ".html"
7017 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7018 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7019 #  filter: "'NIC_Intel-XXV710' and
7020 #           'NF_DENSITY' and
7021 #           'VHOST' and
7022 #           'VXLAN' and
7023 #           'CHAIN' and
7024 #           '118' and
7025 #           '2T1C' and
7026 #           'NDRPDR'"
7027 #  parameters:
7028 #  - "throughput"
7029 #  - "name"
7030 #  - "tags"
7031 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7032 #  x-axis: "X = VNFs per Service Chain"
7033 #  y-axis: "Y = Number of Service Chains"
7034 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7035 #  layout:
7036 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7037 #    layout: "plot-service-density"
7038 #
7039 #- type: "plot"
7040 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7041 #  algorithm: "plot_nf_heatmap"
7042 #  output-file-type: ".html"
7043 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7044 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7045 #  filter: "'NIC_Intel-XXV710' and
7046 #           'NF_DENSITY' and
7047 #           'VHOST' and
7048 #           'VXLAN' and
7049 #           'CHAIN' and
7050 #           '118' and
7051 #           '4T2C' and
7052 #           'NDRPDR'"
7053 #  parameters:
7054 #  - "throughput"
7055 #  - "name"
7056 #  - "tags"
7057 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7058 #  x-axis: "X = VNFs per Service Chain"
7059 #  y-axis: "Y = Number of Service Chains"
7060 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7061 #  layout:
7062 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7063 #    layout: "plot-service-density"
7064 #
7065 #- type: "plot"
7066 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7067 #  algorithm: "plot_nf_heatmap"
7068 #  output-file-type: ".html"
7069 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7070 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7071 #  filter: "'NIC_Intel-XXV710' and
7072 #           'NF_DENSITY' and
7073 #           'VHOST' and
7074 #           'VXLAN' and
7075 #           'CHAIN' and
7076 #           '118' and
7077 #           '8T4C' and
7078 #           'NDRPDR'"
7079 #  parameters:
7080 #  - "throughput"
7081 #  - "name"
7082 #  - "tags"
7083 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7084 #  x-axis: "X = VNFs per Service Chain"
7085 #  y-axis: "Y = Number of Service Chains"
7086 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7087 #  layout:
7088 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7089 #    layout: "plot-service-density"
7090 #
7091 ## Plots - NF Density - VSC - NDR IMIX
7092 #- type: "plot"
7093 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7094 #  algorithm: "plot_nf_heatmap"
7095 #  output-file-type: ".html"
7096 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7097 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7098 #  filter: "'NIC_Intel-XXV710' and
7099 #           'NF_DENSITY' and
7100 #           'VHOST' and
7101 #           'VXLAN' and
7102 #           'CHAIN' and
7103 #           'IMIX' and
7104 #           '2T1C' and
7105 #           'NDRPDR'"
7106 #  parameters:
7107 #  - "throughput"
7108 #  - "name"
7109 #  - "tags"
7110 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7111 #  x-axis: "X = VNFs per Service Chain"
7112 #  y-axis: "Y = Number of Service Chains"
7113 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7114 #  layout:
7115 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7116 #    layout: "plot-service-density"
7117 #
7118 #- type: "plot"
7119 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7120 #  algorithm: "plot_nf_heatmap"
7121 #  output-file-type: ".html"
7122 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7123 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7124 #  filter: "'NIC_Intel-XXV710' and
7125 #           'NF_DENSITY' and
7126 #           'VHOST' and
7127 #           'VXLAN' and
7128 #           'CHAIN' and
7129 #           'IMIX' and
7130 #           '4T2C' and
7131 #           'NDRPDR'"
7132 #  parameters:
7133 #  - "throughput"
7134 #  - "name"
7135 #  - "tags"
7136 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7137 #  x-axis: "X = VNFs per Service Chain"
7138 #  y-axis: "Y = Number of Service Chains"
7139 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7140 #  layout:
7141 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7142 #    layout: "plot-service-density"
7143 #
7144 #- type: "plot"
7145 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7146 #  algorithm: "plot_nf_heatmap"
7147 #  output-file-type: ".html"
7148 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7149 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7150 #  filter: "'NIC_Intel-XXV710' and
7151 #           'NF_DENSITY' and
7152 #           'VHOST' and
7153 #           'VXLAN' and
7154 #           'CHAIN' and
7155 #           'IMIX' and
7156 #           '8T4C' and
7157 #           'NDRPDR'"
7158 #  parameters:
7159 #  - "throughput"
7160 #  - "name"
7161 #  - "tags"
7162 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7163 #  x-axis: "X = VNFs per Service Chain"
7164 #  y-axis: "Y = Number of Service Chains"
7165 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7166 #  layout:
7167 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7168 #    layout: "plot-service-density"
7169 #
7170 ## Plots - NF Density - VSC - PDR 64b
7171 #- type: "plot"
7172 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7173 #  algorithm: "plot_nf_heatmap"
7174 #  output-file-type: ".html"
7175 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7176 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7177 #  filter: "'NIC_Intel-XXV710' and
7178 #           'NF_DENSITY' and
7179 #           'VHOST' and
7180 #           'VXLAN' and
7181 #           'CHAIN' and
7182 #           '118' and
7183 #           '2T1C' and
7184 #           'NDRPDR'"
7185 #  parameters:
7186 #  - "throughput"
7187 #  - "name"
7188 #  - "tags"
7189 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7190 #  x-axis: "X = VNFs per Service Chain"
7191 #  y-axis: "Y = Number of Service Chains"
7192 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7193 #  layout:
7194 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7195 #    layout: "plot-service-density"
7196 #
7197 #- type: "plot"
7198 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7199 #  algorithm: "plot_nf_heatmap"
7200 #  output-file-type: ".html"
7201 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7202 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7203 #  filter: "'NIC_Intel-XXV710' and
7204 #           'NF_DENSITY' and
7205 #           'VHOST' and
7206 #           'VXLAN' and
7207 #           'CHAIN' and
7208 #           '118' and
7209 #           '4T2C' and
7210 #           'NDRPDR'"
7211 #  parameters:
7212 #  - "throughput"
7213 #  - "name"
7214 #  - "tags"
7215 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7216 #  x-axis: "X = VNFs per Service Chain"
7217 #  y-axis: "Y = Number of Service Chains"
7218 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7219 #  layout:
7220 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7221 #    layout: "plot-service-density"
7222 #
7223 #- type: "plot"
7224 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7225 #  algorithm: "plot_nf_heatmap"
7226 #  output-file-type: ".html"
7227 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7228 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7229 #  filter: "'NIC_Intel-XXV710' and
7230 #           'NF_DENSITY' and
7231 #           'VHOST' and
7232 #           'VXLAN' and
7233 #           'CHAIN' and
7234 #           '118' and
7235 #           '8T4C' and
7236 #           'NDRPDR'"
7237 #  parameters:
7238 #  - "throughput"
7239 #  - "name"
7240 #  - "tags"
7241 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7242 #  x-axis: "X = VNFs per Service Chain"
7243 #  y-axis: "Y = Number of Service Chains"
7244 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7245 #  layout:
7246 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7247 #    layout: "plot-service-density"
7248 #
7249 ## Plots - NF Density - VSC - PDR IMIX
7250 #- type: "plot"
7251 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7252 #  algorithm: "plot_nf_heatmap"
7253 #  output-file-type: ".html"
7254 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7255 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7256 #  filter: "'NIC_Intel-XXV710' and
7257 #           'NF_DENSITY' and
7258 #           'VHOST' and
7259 #           'VXLAN' and
7260 #           'CHAIN' and
7261 #           'IMIX' and
7262 #           '2T1C' and
7263 #           'NDRPDR'"
7264 #  parameters:
7265 #  - "throughput"
7266 #  - "name"
7267 #  - "tags"
7268 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7269 #  x-axis: "X = VNFs per Service Chain"
7270 #  y-axis: "Y = Number of Service Chains"
7271 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7272 #  layout:
7273 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7274 #    layout: "plot-service-density"
7275 #
7276 #- type: "plot"
7277 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7278 #  algorithm: "plot_nf_heatmap"
7279 #  output-file-type: ".html"
7280 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7281 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7282 #  filter: "'NIC_Intel-XXV710' and
7283 #           'NF_DENSITY' and
7284 #           'VHOST' and
7285 #           'VXLAN' and
7286 #           'CHAIN' and
7287 #           'IMIX' and
7288 #           '4T2C' and
7289 #           'NDRPDR'"
7290 #  parameters:
7291 #  - "throughput"
7292 #  - "name"
7293 #  - "tags"
7294 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7295 #  x-axis: "X = VNFs per Service Chain"
7296 #  y-axis: "Y = Number of Service Chains"
7297 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7298 #  layout:
7299 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7300 #    layout: "plot-service-density"
7301 #
7302 #- type: "plot"
7303 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7304 #  algorithm: "plot_nf_heatmap"
7305 #  output-file-type: ".html"
7306 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7307 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7308 #  filter: "'NIC_Intel-XXV710' and
7309 #           'NF_DENSITY' and
7310 #           'VHOST' and
7311 #           'VXLAN' and
7312 #           'CHAIN' and
7313 #           'IMIX' and
7314 #           '8T4C' and
7315 #           'NDRPDR'"
7316 #  parameters:
7317 #  - "throughput"
7318 #  - "name"
7319 #  - "tags"
7320 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7321 #  x-axis: "X = VNFs per Service Chain"
7322 #  y-axis: "Y = Number of Service Chains"
7323 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7324 #  layout:
7325 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7326 #    layout: "plot-service-density"
7327 #
7328 ################################################################################
7329 ## Plots - NF Density - CSC - MRR 64b
7330 #- type: "plot"
7331 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7332 #  algorithm: "plot_nf_heatmap"
7333 #  output-file-type: ".html"
7334 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7335 #  data: "plot-vpp-nfv-2n-skx-mrr"
7336 #  filter: "'NIC_Intel-XXV710' and
7337 #           'NF_DENSITY' and
7338 #           'DOCKER' and
7339 #           'CHAIN' and
7340 #           'NF_VPPIP4' and
7341 #           '64B' and
7342 #           '2T1C' and
7343 #           'MRR'"
7344 #  parameters:
7345 #  - "result"
7346 #  - "name"
7347 #  - "tags"
7348 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7349 #  x-axis: "X = CNFs per Service Chain"
7350 #  y-axis: "Y = Number of Service Chains"
7351 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7352 #  layout:
7353 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7354 #    layout: "plot-service-density"
7355 #
7356 #- type: "plot"
7357 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7358 #  algorithm: "plot_nf_heatmap"
7359 #  output-file-type: ".html"
7360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7361 #  data: "plot-vpp-nfv-2n-skx-mrr"
7362 #  filter: "'NIC_Intel-XXV710' and
7363 #           'NF_DENSITY' and
7364 #           'DOCKER' and
7365 #           'CHAIN' and
7366 #           'NF_VPPIP4' and
7367 #           '64B' and
7368 #           '4T2C' and
7369 #           'MRR'"
7370 #  parameters:
7371 #  - "result"
7372 #  - "name"
7373 #  - "tags"
7374 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7375 #  x-axis: "X = CNFs per Service Chain"
7376 #  y-axis: "Y = Number of Service Chains"
7377 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7378 #  layout:
7379 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7380 #    layout: "plot-service-density"
7381 #
7382 #- type: "plot"
7383 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7384 #  algorithm: "plot_nf_heatmap"
7385 #  output-file-type: ".html"
7386 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7387 #  data: "plot-vpp-nfv-2n-skx-mrr"
7388 #  filter: "'NIC_Intel-XXV710' and
7389 #           'NF_DENSITY' and
7390 #           'DOCKER' and
7391 #           'CHAIN' and
7392 #           'NF_VPPIP4' and
7393 #           '64B' and
7394 #           '8T4C' and
7395 #           'MRR'"
7396 #  parameters:
7397 #  - "result"
7398 #  - "name"
7399 #  - "tags"
7400 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7401 #  x-axis: "X = CNFs per Service Chain"
7402 #  y-axis: "Y = Number of Service Chains"
7403 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7404 #  layout:
7405 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7406 #    layout: "plot-service-density"
7407 #
7408 ## Plots - NF Density - CSC - MRR IMIX
7409 #- type: "plot"
7410 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7411 #  algorithm: "plot_nf_heatmap"
7412 #  output-file-type: ".html"
7413 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7414 #  data: "plot-vpp-nfv-2n-skx-mrr"
7415 #  filter: "'NIC_Intel-XXV710' and
7416 #           'NF_DENSITY' and
7417 #           'DOCKER' and
7418 #           'CHAIN' and
7419 #           'NF_VPPIP4' and
7420 #           'IMIX' and
7421 #           '2T1C' and
7422 #           'MRR'"
7423 #  parameters:
7424 #  - "result"
7425 #  - "name"
7426 #  - "tags"
7427 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7428 #  x-axis: "X = CNFs per Service Chain"
7429 #  y-axis: "Y = Number of Service Chains"
7430 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7431 #  layout:
7432 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7433 #    layout: "plot-service-density"
7434 #
7435 #- type: "plot"
7436 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7437 #  algorithm: "plot_nf_heatmap"
7438 #  output-file-type: ".html"
7439 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7440 #  data: "plot-vpp-nfv-2n-skx-mrr"
7441 #  filter: "'NIC_Intel-XXV710' and
7442 #           'NF_DENSITY' and
7443 #           'DOCKER' and
7444 #           'CHAIN' and
7445 #           'NF_VPPIP4' and
7446 #           'IMIX' and
7447 #           '4T2C' and
7448 #           'MRR'"
7449 #  parameters:
7450 #  - "result"
7451 #  - "name"
7452 #  - "tags"
7453 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7454 #  x-axis: "X = CNFs per Service Chain"
7455 #  y-axis: "Y = Number of Service Chains"
7456 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7457 #  layout:
7458 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7459 #    layout: "plot-service-density"
7460 #
7461 #- type: "plot"
7462 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7463 #  algorithm: "plot_nf_heatmap"
7464 #  output-file-type: ".html"
7465 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7466 #  data: "plot-vpp-nfv-2n-skx-mrr"
7467 #  filter: "'NIC_Intel-XXV710' and
7468 #           'NF_DENSITY' and
7469 #           'DOCKER' and
7470 #           'CHAIN' and
7471 #           'NF_VPPIP4' and
7472 #           'IMIX' and
7473 #           '8T4C' and
7474 #           'MRR'"
7475 #  parameters:
7476 #  - "result"
7477 #  - "name"
7478 #  - "tags"
7479 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7480 #  x-axis: "X = CNFs per Service Chain"
7481 #  y-axis: "Y = Number of Service Chains"
7482 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7483 #  layout:
7484 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7485 #    layout: "plot-service-density"
7486 #
7487 ## Plots - NF Density - CSC - NDR 64b
7488 #- type: "plot"
7489 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7490 #  algorithm: "plot_nf_heatmap"
7491 #  output-file-type: ".html"
7492 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7493 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7494 #  filter: "'NIC_Intel-XXV710' and
7495 #           'NF_DENSITY' and
7496 #           'DOCKER' and
7497 #           'CHAIN' and
7498 #           'NF_VPPIP4' and
7499 #           '64B' and
7500 #           '2T1C' and
7501 #           'NDRPDR'"
7502 #  parameters:
7503 #  - "throughput"
7504 #  - "name"
7505 #  - "tags"
7506 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7507 #  x-axis: "X = CNFs per Service Chain"
7508 #  y-axis: "Y = Number of Service Chains"
7509 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7510 #  layout:
7511 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7512 #    layout: "plot-service-density"
7513 #
7514 #- type: "plot"
7515 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7516 #  algorithm: "plot_nf_heatmap"
7517 #  output-file-type: ".html"
7518 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7519 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7520 #  filter: "'NIC_Intel-XXV710' and
7521 #           'NF_DENSITY' and
7522 #           'DOCKER' and
7523 #           'CHAIN' and
7524 #           'NF_VPPIP4' and
7525 #           '64B' and
7526 #           '4T2C' and
7527 #           'NDRPDR'"
7528 #  parameters:
7529 #  - "throughput"
7530 #  - "name"
7531 #  - "tags"
7532 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7533 #  x-axis: "X = CNFs per Service Chain"
7534 #  y-axis: "Y = Number of Service Chains"
7535 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7536 #  layout:
7537 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7538 #    layout: "plot-service-density"
7539 #
7540 #- type: "plot"
7541 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7542 #  algorithm: "plot_nf_heatmap"
7543 #  output-file-type: ".html"
7544 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7545 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7546 #  filter: "'NIC_Intel-XXV710' and
7547 #           'NF_DENSITY' and
7548 #           'DOCKER' and
7549 #           'CHAIN' and
7550 #           'NF_VPPIP4' and
7551 #           '64B' and
7552 #           '8T4C' and
7553 #           'NDRPDR'"
7554 #  parameters:
7555 #  - "throughput"
7556 #  - "name"
7557 #  - "tags"
7558 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7559 #  x-axis: "X = CNFs per Service Chain"
7560 #  y-axis: "Y = Number of Service Chains"
7561 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7562 #  layout:
7563 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7564 #    layout: "plot-service-density"
7565 #
7566 ## Plots - NF Density - CSC - NDR IMIX
7567 #- type: "plot"
7568 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7569 #  algorithm: "plot_nf_heatmap"
7570 #  output-file-type: ".html"
7571 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7572 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7573 #  filter: "'NIC_Intel-XXV710' and
7574 #           'NF_DENSITY' and
7575 #           'DOCKER' and
7576 #           'CHAIN' and
7577 #           'NF_VPPIP4' and
7578 #           'IMIX' and
7579 #           '2T1C' and
7580 #           'NDRPDR'"
7581 #  parameters:
7582 #  - "throughput"
7583 #  - "name"
7584 #  - "tags"
7585 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7586 #  x-axis: "X = CNFs per Service Chain"
7587 #  y-axis: "Y = Number of Service Chains"
7588 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7589 #  layout:
7590 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7591 #    layout: "plot-service-density"
7592 #
7593 #- type: "plot"
7594 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7595 #  algorithm: "plot_nf_heatmap"
7596 #  output-file-type: ".html"
7597 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7598 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7599 #  filter: "'NIC_Intel-XXV710' and
7600 #           'NF_DENSITY' and
7601 #           'DOCKER' and
7602 #           'CHAIN' and
7603 #           'NF_VPPIP4' and
7604 #           'IMIX' and
7605 #           '4T2C' and
7606 #           'NDRPDR'"
7607 #  parameters:
7608 #  - "throughput"
7609 #  - "name"
7610 #  - "tags"
7611 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7612 #  x-axis: "X = CNFs per Service Chain"
7613 #  y-axis: "Y = Number of Service Chains"
7614 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7615 #  layout:
7616 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7617 #    layout: "plot-service-density"
7618 #
7619 #- type: "plot"
7620 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7621 #  algorithm: "plot_nf_heatmap"
7622 #  output-file-type: ".html"
7623 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7624 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7625 #  filter: "'NIC_Intel-XXV710' and
7626 #           'NF_DENSITY' and
7627 #           'DOCKER' and
7628 #           'CHAIN' and
7629 #           'NF_VPPIP4' and
7630 #           'IMIX' and
7631 #           '8T4C' and
7632 #           'NDRPDR'"
7633 #  parameters:
7634 #  - "throughput"
7635 #  - "name"
7636 #  - "tags"
7637 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7638 #  x-axis: "X = CNFs per Service Chain"
7639 #  y-axis: "Y = Number of Service Chains"
7640 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7641 #  layout:
7642 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7643 #    layout: "plot-service-density"
7644 #
7645 ## Plots - NF Density - CSC - PDR 64b
7646 #- type: "plot"
7647 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7648 #  algorithm: "plot_nf_heatmap"
7649 #  output-file-type: ".html"
7650 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7651 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7652 #  filter: "'NIC_Intel-XXV710' and
7653 #           'NF_DENSITY' and
7654 #           'DOCKER' and
7655 #           'CHAIN' and
7656 #           'NF_VPPIP4' and
7657 #           '64B' and
7658 #           '2T1C' and
7659 #           'NDRPDR'"
7660 #  parameters:
7661 #  - "throughput"
7662 #  - "name"
7663 #  - "tags"
7664 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7665 #  x-axis: "X = CNFs per Service Chain"
7666 #  y-axis: "Y = Number of Service Chains"
7667 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7668 #  layout:
7669 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7670 #    layout: "plot-service-density"
7671 #
7672 #- type: "plot"
7673 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7674 #  algorithm: "plot_nf_heatmap"
7675 #  output-file-type: ".html"
7676 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7677 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7678 #  filter: "'NIC_Intel-XXV710' and
7679 #           'NF_DENSITY' and
7680 #           'DOCKER' and
7681 #           'CHAIN' and
7682 #           'NF_VPPIP4' and
7683 #           '64B' and
7684 #           '4T2C' and
7685 #           'NDRPDR'"
7686 #  parameters:
7687 #  - "throughput"
7688 #  - "name"
7689 #  - "tags"
7690 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7691 #  x-axis: "X = CNFs per Service Chain"
7692 #  y-axis: "Y = Number of Service Chains"
7693 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7694 #  layout:
7695 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7696 #    layout: "plot-service-density"
7697 #
7698 #- type: "plot"
7699 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7700 #  algorithm: "plot_nf_heatmap"
7701 #  output-file-type: ".html"
7702 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7703 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7704 #  filter: "'NIC_Intel-XXV710' and
7705 #           'NF_DENSITY' and
7706 #           'DOCKER' and
7707 #           'CHAIN' and
7708 #           'NF_VPPIP4' and
7709 #           '64B' and
7710 #           '8T4C' and
7711 #           'NDRPDR'"
7712 #  parameters:
7713 #  - "throughput"
7714 #  - "name"
7715 #  - "tags"
7716 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7717 #  x-axis: "X = CNFs per Service Chain"
7718 #  y-axis: "Y = Number of Service Chains"
7719 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7720 #  layout:
7721 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7722 #    layout: "plot-service-density"
7723 #
7724 ## Plots - NF Density - CSC - PDR IMIX
7725 #- type: "plot"
7726 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7727 #  algorithm: "plot_nf_heatmap"
7728 #  output-file-type: ".html"
7729 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7730 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7731 #  filter: "'NIC_Intel-XXV710' and
7732 #           'NF_DENSITY' and
7733 #           'DOCKER' and
7734 #           'CHAIN' and
7735 #           'NF_VPPIP4' and
7736 #           'IMIX' and
7737 #           '2T1C' and
7738 #           'NDRPDR'"
7739 #  parameters:
7740 #  - "throughput"
7741 #  - "name"
7742 #  - "tags"
7743 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7744 #  x-axis: "X = CNFs per Service Chain"
7745 #  y-axis: "Y = Number of Service Chains"
7746 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7747 #  layout:
7748 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7749 #    layout: "plot-service-density"
7750 #
7751 #- type: "plot"
7752 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7753 #  algorithm: "plot_nf_heatmap"
7754 #  output-file-type: ".html"
7755 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7756 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7757 #  filter: "'NIC_Intel-XXV710' and
7758 #           'NF_DENSITY' and
7759 #           'DOCKER' and
7760 #           'CHAIN' and
7761 #           'NF_VPPIP4' and
7762 #           'IMIX' and
7763 #           '4T2C' and
7764 #           'NDRPDR'"
7765 #  parameters:
7766 #  - "throughput"
7767 #  - "name"
7768 #  - "tags"
7769 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7770 #  x-axis: "X = CNFs per Service Chain"
7771 #  y-axis: "Y = Number of Service Chains"
7772 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7773 #  layout:
7774 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7775 #    layout: "plot-service-density"
7776 #
7777 #- type: "plot"
7778 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7779 #  algorithm: "plot_nf_heatmap"
7780 #  output-file-type: ".html"
7781 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7782 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7783 #  filter: "'NIC_Intel-XXV710' and
7784 #           'NF_DENSITY' and
7785 #           'DOCKER' and
7786 #           'CHAIN' and
7787 #           'NF_VPPIP4' and
7788 #           'IMIX' and
7789 #           '8T4C' and
7790 #           'NDRPDR'"
7791 #  parameters:
7792 #  - "throughput"
7793 #  - "name"
7794 #  - "tags"
7795 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7796 #  x-axis: "X = CNFs per Service Chain"
7797 #  y-axis: "Y = Number of Service Chains"
7798 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7799 #  layout:
7800 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7801 #    layout: "plot-service-density"
7802 #
7803 ################################################################################
7804 #
7805 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7806 #- type: "plot"
7807 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7808 #  algorithm: "plot_nf_heatmap"
7809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7810 #  data: "plot-vpp-nfv-3n-skx-mrr"
7811 #  filter: "'NIC_Intel-XXV710' and
7812 #           'NF_DENSITY' and
7813 #           'DOCKER' and
7814 #           'CHAIN' and
7815 #           'NF_VPPIP4' and
7816 #           'IPSEC' and
7817 #           'TNL_4' and
7818 #           'IMIX' and
7819 #           '2T1C' and
7820 #           'MRR'"
7821 #  parameters:
7822 #  - "result"
7823 #  - "name"
7824 #  - "tags"
7825 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7826 #  x-axis: "X = CNFs per Service Chain"
7827 #  y-axis: "Y = Number of Service Chains"
7828 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7829 #  layout:
7830 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7831 #    layout: "plot-service-density"
7832 #
7833 #- type: "plot"
7834 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7835 #  algorithm: "plot_nf_heatmap"
7836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7837 #  data: "plot-vpp-nfv-3n-skx-mrr"
7838 #  filter: "'NIC_Intel-XXV710' and
7839 #           'NF_DENSITY' and
7840 #           'DOCKER' and
7841 #           'CHAIN' and
7842 #           'NF_VPPIP4' and
7843 #           'IPSEC' and
7844 #           'TNL_4' and
7845 #           'IMIX' and
7846 #           '4T2C' and
7847 #           'MRR'"
7848 #  parameters:
7849 #  - "result"
7850 #  - "name"
7851 #  - "tags"
7852 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7853 #  x-axis: "X = CNFs per Service Chain"
7854 #  y-axis: "Y = Number of Service Chains"
7855 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7856 #  layout:
7857 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7858 #    layout: "plot-service-density"
7859 #
7860 #- type: "plot"
7861 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7862 #  algorithm: "plot_nf_heatmap"
7863 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7864 #  data: "plot-vpp-nfv-3n-skx-mrr"
7865 #  filter: "'NIC_Intel-XXV710' and
7866 #           'NF_DENSITY' and
7867 #           'DOCKER' and
7868 #           'CHAIN' and
7869 #           'NF_VPPIP4' and
7870 #           'IPSEC' and
7871 #           'TNL_4' and
7872 #           'IMIX' and
7873 #           '8T4C' and
7874 #           'MRR'"
7875 #  parameters:
7876 #  - "result"
7877 #  - "name"
7878 #  - "tags"
7879 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7880 #  x-axis: "X = CNFs per Service Chain"
7881 #  y-axis: "Y = Number of Service Chains"
7882 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7883 #  layout:
7884 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7885 #    layout: "plot-service-density"
7886
7887 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7888 - type: "plot"
7889   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7890   algorithm: "plot_nf_heatmap"
7891   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7892   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7893   filter: "'NIC_Intel-XXV710' and
7894            'NF_DENSITY' and
7895            'DOCKER' and
7896            'CHAIN' and
7897            'NF_VPPIP4' and
7898            'IPSEC' and
7899            'TNL_4' and
7900            'IMIX' and
7901            '2T1C' and
7902            'NDRPDR'"
7903   parameters:
7904   - "throughput"
7905   - "name"
7906   - "tags"
7907   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7908   x-axis: "X = CNFs per Service Chain"
7909   y-axis: "Y = Number of Service Chains"
7910   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7911   layout:
7912     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7913     layout: "plot-service-density"
7914
7915 - type: "plot"
7916   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7917   algorithm: "plot_nf_heatmap"
7918   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7919   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7920   filter: "'NIC_Intel-XXV710' and
7921            'NF_DENSITY' and
7922            'DOCKER' and
7923            'CHAIN' and
7924            'NF_VPPIP4' and
7925            'IPSEC' and
7926            'TNL_4' and
7927            'IMIX' and
7928            '4T2C' and
7929            'NDRPDR'"
7930   parameters:
7931   - "throughput"
7932   - "name"
7933   - "tags"
7934   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7935   x-axis: "X = CNFs per Service Chain"
7936   y-axis: "Y = Number of Service Chains"
7937   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7938   layout:
7939     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7940     layout: "plot-service-density"
7941
7942 - type: "plot"
7943   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7944   algorithm: "plot_nf_heatmap"
7945   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7946   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7947   filter: "'NIC_Intel-XXV710' and
7948            'NF_DENSITY' and
7949            'DOCKER' and
7950            'CHAIN' and
7951            'NF_VPPIP4' and
7952            'IPSEC' and
7953            'TNL_4' and
7954            'IMIX' and
7955            '8T4C' and
7956            'NDRPDR'"
7957   parameters:
7958   - "throughput"
7959   - "name"
7960   - "tags"
7961   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7962   x-axis: "X = CNFs per Service Chain"
7963   y-axis: "Y = Number of Service Chains"
7964   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7965   layout:
7966     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7967     layout: "plot-service-density"
7968
7969 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7970 - type: "plot"
7971   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7972   algorithm: "plot_nf_heatmap"
7973   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7974   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7975   filter: "'NIC_Intel-XXV710' and
7976            'NF_DENSITY' and
7977            'DOCKER' and
7978            'CHAIN' and
7979            'NF_VPPIP4' and
7980            'IPSEC' and
7981            'TNL_4' and
7982            'IMIX' and
7983            '2T1C' and
7984            'NDRPDR'"
7985   parameters:
7986   - "throughput"
7987   - "name"
7988   - "tags"
7989   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7990   x-axis: "X = CNFs per Service Chain"
7991   y-axis: "Y = Number of Service Chains"
7992   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7993   layout:
7994     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7995     layout: "plot-service-density"
7996
7997 - type: "plot"
7998   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7999   algorithm: "plot_nf_heatmap"
8000   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8001   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8002   filter: "'NIC_Intel-XXV710' and
8003            'NF_DENSITY' and
8004            'DOCKER' and
8005            'CHAIN' and
8006            'NF_VPPIP4' and
8007            'IPSEC' and
8008            'TNL_4' and
8009            'IMIX' and
8010            '4T2C' and
8011            'NDRPDR'"
8012   parameters:
8013   - "throughput"
8014   - "name"
8015   - "tags"
8016   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8017   x-axis: "X = CNFs per Service Chain"
8018   y-axis: "Y = Number of Service Chains"
8019   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8020   layout:
8021     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8022     layout: "plot-service-density"
8023
8024 - type: "plot"
8025   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8026   algorithm: "plot_nf_heatmap"
8027   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8028   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8029   filter: "'NIC_Intel-XXV710' and
8030            'NF_DENSITY' and
8031            'DOCKER' and
8032            'CHAIN' and
8033            'NF_VPPIP4' and
8034            'IPSEC' and
8035            'TNL_4' and
8036            'IMIX' and
8037            '8T4C' and
8038            'NDRPDR'"
8039   parameters:
8040   - "throughput"
8041   - "name"
8042   - "tags"
8043   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8044   x-axis: "X = CNFs per Service Chain"
8045   y-axis: "Y = Number of Service Chains"
8046   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8047   layout:
8048     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8049     layout: "plot-service-density"
8050
8051 ###############################################################################
8052
8053 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8054 - type: "plot"
8055   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8056   algorithm: "plot_nf_heatmap"
8057   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8058   data: "plot-vpp-nfv-3n-hsw-mrr"
8059   filter: "'NIC_Intel-XL710' and
8060            'NF_DENSITY' and
8061            'DOCKER' and
8062            'CHAIN' and
8063            'NF_VPPIP4' and
8064            'IMIX' and
8065            'TNL_4' and
8066            '1T1C' and
8067            'MRR'"
8068   parameters:
8069   - "result"
8070   - "name"
8071   - "tags"
8072   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8073   x-axis: "X = CNFs per Service Chain"
8074   y-axis: "Y = Number of Service Chains"
8075   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8076   layout:
8077     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8078     layout: "plot-service-density"
8079
8080 - type: "plot"
8081   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8082   algorithm: "plot_nf_heatmap"
8083   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8084   data: "plot-vpp-nfv-3n-hsw-mrr"
8085   filter: "'NIC_Intel-XL710' and
8086            'NF_DENSITY' and
8087            'DOCKER' and
8088            'CHAIN' and
8089            'NF_VPPIP4' and
8090            'IPSEC' and
8091            'TNL_4' and
8092            'IMIX' and
8093            '2T2C' and
8094            'MRR'"
8095   parameters:
8096   - "result"
8097   - "name"
8098   - "tags"
8099   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8100   x-axis: "X = CNFs per Service Chain"
8101   y-axis: "Y = Number of Service Chains"
8102   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8103   layout:
8104     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8105     layout: "plot-service-density"
8106
8107 - type: "plot"
8108   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8109   algorithm: "plot_nf_heatmap"
8110   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8111   data: "plot-vpp-nfv-3n-hsw-mrr"
8112   filter: "'NIC_Intel-XL710' and
8113            'NF_DENSITY' and
8114            'DOCKER' and
8115            'CHAIN' and
8116            'NF_VPPIP4' and
8117            'IPSEC' and
8118            'TNL_4' and
8119            'IMIX' and
8120            '4T4C' and
8121            'MRR'"
8122   parameters:
8123   - "result"
8124   - "name"
8125   - "tags"
8126   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8127   x-axis: "X = CNFs per Service Chain"
8128   y-axis: "Y = Number of Service Chains"
8129   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8130   layout:
8131     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8132     layout: "plot-service-density"
8133
8134 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8135 - type: "plot"
8136   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8137   algorithm: "plot_nf_heatmap"
8138   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8139   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8140   filter: "'NIC_Intel-XL710' and
8141            'NF_DENSITY' and
8142            'DOCKER' and
8143            'CHAIN' and
8144            'NF_VPPIP4' and
8145            'IPSEC' and
8146            'TNL_4' and
8147            'IMIX' and
8148            '1T1C' and
8149            'NDRPDR'"
8150   parameters:
8151   - "throughput"
8152   - "name"
8153   - "tags"
8154   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8155   x-axis: "X = CNFs per Service Chain"
8156   y-axis: "Y = Number of Service Chains"
8157   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8158   layout:
8159     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8160     layout: "plot-service-density"
8161
8162 - type: "plot"
8163   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8164   algorithm: "plot_nf_heatmap"
8165   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8166   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8167   filter: "'NIC_Intel-XL710' and
8168            'NF_DENSITY' and
8169            'DOCKER' and
8170            'CHAIN' and
8171            'NF_VPPIP4' and
8172            'IPSEC' and
8173            'TNL_4' and
8174            'IMIX' and
8175            '2T2C' and
8176            'NDRPDR'"
8177   parameters:
8178   - "throughput"
8179   - "name"
8180   - "tags"
8181   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8182   x-axis: "X = CNFs per Service Chain"
8183   y-axis: "Y = Number of Service Chains"
8184   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8185   layout:
8186     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8187     layout: "plot-service-density"
8188
8189 - type: "plot"
8190   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8191   algorithm: "plot_nf_heatmap"
8192   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8193   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8194   filter: "'NIC_Intel-XL710' and
8195            'NF_DENSITY' and
8196            'DOCKER' and
8197            'CHAIN' and
8198            'NF_VPPIP4' and
8199            'IPSEC' and
8200            'TNL_4' and
8201            'IMIX' and
8202            '4T4C' and
8203            'NDRPDR'"
8204   parameters:
8205   - "throughput"
8206   - "name"
8207   - "tags"
8208   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8209   x-axis: "X = CNFs per Service Chain"
8210   y-axis: "Y = Number of Service Chains"
8211   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8212   layout:
8213     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8214     layout: "plot-service-density"
8215
8216 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8217 - type: "plot"
8218   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8219   algorithm: "plot_nf_heatmap"
8220   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8221   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8222   filter: "'NIC_Intel-XL710' and
8223            'NF_DENSITY' and
8224            'DOCKER' and
8225            'CHAIN' and
8226            'NF_VPPIP4' and
8227            'IPSEC' and
8228            'TNL_4' and
8229            'IMIX' and
8230            '1T1C' and
8231            'NDRPDR'"
8232   parameters:
8233   - "throughput"
8234   - "name"
8235   - "tags"
8236   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8237   x-axis: "X = CNFs per Service Chain"
8238   y-axis: "Y = Number of Service Chains"
8239   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8240   layout:
8241     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8242     layout: "plot-service-density"
8243
8244 - type: "plot"
8245   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8246   algorithm: "plot_nf_heatmap"
8247   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8248   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8249   filter: "'NIC_Intel-XL710' and
8250            'NF_DENSITY' and
8251            'DOCKER' and
8252            'CHAIN' and
8253            'NF_VPPIP4' and
8254            'IPSEC' and
8255            'TNL_4' and
8256            'IMIX' and
8257            '2T2C' and
8258            'NDRPDR'"
8259   parameters:
8260   - "throughput"
8261   - "name"
8262   - "tags"
8263   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8264   x-axis: "X = CNFs per Service Chain"
8265   y-axis: "Y = Number of Service Chains"
8266   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8267   layout:
8268     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8269     layout: "plot-service-density"
8270
8271 - type: "plot"
8272   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8273   algorithm: "plot_nf_heatmap"
8274   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8275   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8276   filter: "'NIC_Intel-XL710' and
8277            'NF_DENSITY' and
8278            'DOCKER' and
8279            'CHAIN' and
8280            'NF_VPPIP4' and
8281            'IPSEC' and
8282            'TNL_4' and
8283            'IMIX' and
8284            '4T4C' and
8285            'NDRPDR'"
8286   parameters:
8287   - "throughput"
8288   - "name"
8289   - "tags"
8290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8291   x-axis: "X = CNFs per Service Chain"
8292   y-axis: "Y = Number of Service Chains"
8293   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8294   layout:
8295     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8296     layout: "plot-service-density"
8297
8298 ###############################################################################
8299
8300 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8301 #- type: "plot"
8302 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8303 #  algorithm: "plot_nf_heatmap"
8304 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8305 #  data: "plot-vpp-nfv-3n-skx-mrr"
8306 #  filter: "'NIC_Intel-XXV710' and
8307 #           'NF_DENSITY' and
8308 #           'DOCKER' and
8309 #           'CHAIN' and
8310 #           'NF_VPPIP4' and
8311 #           'IPSEC' and
8312 #           'TNL_1000' and
8313 #           'IMIX' and
8314 #           '2T1C' and
8315 #           'MRR'"
8316 #  parameters:
8317 #  - "result"
8318 #  - "name"
8319 #  - "tags"
8320 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8321 #  x-axis: "X = CNFs per Service Chain"
8322 #  y-axis: "Y = Number of Service Chains"
8323 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8324 #  layout:
8325 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8326 #    layout: "plot-service-density"
8327 #
8328 #- type: "plot"
8329 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8330 #  algorithm: "plot_nf_heatmap"
8331 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8332 #  data: "plot-vpp-nfv-3n-skx-mrr"
8333 #  filter: "'NIC_Intel-XXV710' and
8334 #           'NF_DENSITY' and
8335 #           'DOCKER' and
8336 #           'CHAIN' and
8337 #           'NF_VPPIP4' and
8338 #           'IPSEC' and
8339 #           'TNL_1000' and
8340 #           'IMIX' and
8341 #           '4T2C' and
8342 #           'MRR'"
8343 #  parameters:
8344 #  - "result"
8345 #  - "name"
8346 #  - "tags"
8347 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8348 #  x-axis: "X = CNFs per Service Chain"
8349 #  y-axis: "Y = Number of Service Chains"
8350 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8351 #  layout:
8352 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8353 #    layout: "plot-service-density"
8354 #
8355 #- type: "plot"
8356 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8357 #  algorithm: "plot_nf_heatmap"
8358 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8359 #  data: "plot-vpp-nfv-3n-skx-mrr"
8360 #  filter: "'NIC_Intel-XXV710' and
8361 #           'NF_DENSITY' and
8362 #           'DOCKER' and
8363 #           'CHAIN' and
8364 #           'NF_VPPIP4' and
8365 #           'IPSEC' and
8366 #           'TNL_1000' and
8367 #           'IMIX' and
8368 #           '8T4C' and
8369 #           'MRR'"
8370 #  parameters:
8371 #  - "result"
8372 #  - "name"
8373 #  - "tags"
8374 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8375 #  x-axis: "X = CNFs per Service Chain"
8376 #  y-axis: "Y = Number of Service Chains"
8377 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8378 #  layout:
8379 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8380 #    layout: "plot-service-density"
8381
8382 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8383 - type: "plot"
8384   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8385   algorithm: "plot_nf_heatmap"
8386   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8387   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8388   filter: "'NIC_Intel-XXV710' and
8389            'NF_DENSITY' and
8390            'DOCKER' and
8391            'CHAIN' and
8392            'NF_VPPIP4' and
8393            'IPSEC' and
8394            'TNL_1000' and
8395            'IMIX' and
8396            '2T1C' and
8397            'NDRPDR'"
8398   parameters:
8399   - "throughput"
8400   - "name"
8401   - "tags"
8402   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8403   x-axis: "X = CNFs per Service Chain"
8404   y-axis: "Y = Number of Service Chains"
8405   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8406   layout:
8407     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8408     layout: "plot-service-density"
8409
8410 - type: "plot"
8411   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8412   algorithm: "plot_nf_heatmap"
8413   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8414   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8415   filter: "'NIC_Intel-XXV710' and
8416            'NF_DENSITY' and
8417            'DOCKER' and
8418            'CHAIN' and
8419            'NF_VPPIP4' and
8420            'IPSEC' and
8421            'TNL_1000' and
8422            'IMIX' and
8423            '4T2C' and
8424            'NDRPDR'"
8425   parameters:
8426   - "throughput"
8427   - "name"
8428   - "tags"
8429   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8430   x-axis: "X = CNFs per Service Chain"
8431   y-axis: "Y = Number of Service Chains"
8432   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8433   layout:
8434     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8435     layout: "plot-service-density"
8436
8437 - type: "plot"
8438   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8439   algorithm: "plot_nf_heatmap"
8440   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8441   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8442   filter: "'NIC_Intel-XXV710' and
8443            'NF_DENSITY' and
8444            'DOCKER' and
8445            'CHAIN' and
8446            'NF_VPPIP4' and
8447            'IPSEC' and
8448            'TNL_1000' and
8449            'IMIX' and
8450            '8T4C' and
8451            'NDRPDR'"
8452   parameters:
8453   - "throughput"
8454   - "name"
8455   - "tags"
8456   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8457   x-axis: "X = CNFs per Service Chain"
8458   y-axis: "Y = Number of Service Chains"
8459   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8460   layout:
8461     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8462     layout: "plot-service-density"
8463
8464 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8465 - type: "plot"
8466   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8467   algorithm: "plot_nf_heatmap"
8468   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8469   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8470   filter: "'NIC_Intel-XXV710' and
8471            'NF_DENSITY' and
8472            'DOCKER' and
8473            'CHAIN' and
8474            'NF_VPPIP4' and
8475            'IPSEC' and
8476            'TNL_1000' and
8477            'IMIX' and
8478            '2T1C' and
8479            'NDRPDR'"
8480   parameters:
8481   - "throughput"
8482   - "name"
8483   - "tags"
8484   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8485   x-axis: "X = CNFs per Service Chain"
8486   y-axis: "Y = Number of Service Chains"
8487   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8488   layout:
8489     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8490     layout: "plot-service-density"
8491
8492 - type: "plot"
8493   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8494   algorithm: "plot_nf_heatmap"
8495   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8496   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8497   filter: "'NIC_Intel-XXV710' and
8498            'NF_DENSITY' and
8499            'DOCKER' and
8500            'CHAIN' and
8501            'NF_VPPIP4' and
8502            'IPSEC' and
8503            'TNL_1000' and
8504            'IMIX' and
8505            '4T2C' and
8506            'NDRPDR'"
8507   parameters:
8508   - "throughput"
8509   - "name"
8510   - "tags"
8511   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8512   x-axis: "X = CNFs per Service Chain"
8513   y-axis: "Y = Number of Service Chains"
8514   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8515   layout:
8516     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8517     layout: "plot-service-density"
8518
8519 - type: "plot"
8520   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8521   algorithm: "plot_nf_heatmap"
8522   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8523   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8524   filter: "'NIC_Intel-XXV710' and
8525            'NF_DENSITY' and
8526            'DOCKER' and
8527            'CHAIN' and
8528            'NF_VPPIP4' and
8529            'IPSEC' and
8530            'TNL_1000' and
8531            'IMIX' and
8532            '8T4C' and
8533            'NDRPDR'"
8534   parameters:
8535   - "throughput"
8536   - "name"
8537   - "tags"
8538   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8539   x-axis: "X = CNFs per Service Chain"
8540   y-axis: "Y = Number of Service Chains"
8541   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8542   layout:
8543     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8544     layout: "plot-service-density"
8545
8546 ###############################################################################
8547
8548 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8549 - type: "plot"
8550   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8551   algorithm: "plot_nf_heatmap"
8552   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8553   data: "plot-vpp-nfv-3n-hsw-mrr"
8554   filter: "'NIC_Intel-XL710' and
8555            'NF_DENSITY' and
8556            'DOCKER' and
8557            'CHAIN' and
8558            'NF_VPPIP4' and
8559            'IMIX' and
8560            'TNL_1000' and
8561            '1T1C' and
8562            'MRR'"
8563   parameters:
8564   - "result"
8565   - "name"
8566   - "tags"
8567   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8568   x-axis: "X = CNFs per Service Chain"
8569   y-axis: "Y = Number of Service Chains"
8570   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8571   layout:
8572     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8573     layout: "plot-service-density"
8574
8575 - type: "plot"
8576   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8577   algorithm: "plot_nf_heatmap"
8578   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8579   data: "plot-vpp-nfv-3n-hsw-mrr"
8580   filter: "'NIC_Intel-XL710' and
8581            'NF_DENSITY' and
8582            'DOCKER' and
8583            'CHAIN' and
8584            'NF_VPPIP4' and
8585            'IPSEC' and
8586            'TNL_1000' and
8587            'IMIX' and
8588            '2T2C' and
8589            'MRR'"
8590   parameters:
8591   - "result"
8592   - "name"
8593   - "tags"
8594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8595   x-axis: "X = CNFs per Service Chain"
8596   y-axis: "Y = Number of Service Chains"
8597   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8598   layout:
8599     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8600     layout: "plot-service-density"
8601
8602 - type: "plot"
8603   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8604   algorithm: "plot_nf_heatmap"
8605   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8606   data: "plot-vpp-nfv-3n-hsw-mrr"
8607   filter: "'NIC_Intel-XL710' and
8608            'NF_DENSITY' and
8609            'DOCKER' and
8610            'CHAIN' and
8611            'NF_VPPIP4' and
8612            'IPSEC' and
8613            'TNL_1000' and
8614            'IMIX' and
8615            '4T4C' and
8616            'MRR'"
8617   parameters:
8618   - "result"
8619   - "name"
8620   - "tags"
8621   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8622   x-axis: "X = CNFs per Service Chain"
8623   y-axis: "Y = Number of Service Chains"
8624   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8625   layout:
8626     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8627     layout: "plot-service-density"
8628
8629 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8630 - type: "plot"
8631   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8632   algorithm: "plot_nf_heatmap"
8633   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8634   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8635   filter: "'NIC_Intel-XL710' and
8636            'NF_DENSITY' and
8637            'DOCKER' and
8638            'CHAIN' and
8639            'NF_VPPIP4' and
8640            'IPSEC' and
8641            'TNL_1000' and
8642            'IMIX' and
8643            '1T1C' and
8644            'NDRPDR'"
8645   parameters:
8646   - "throughput"
8647   - "name"
8648   - "tags"
8649   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8650   x-axis: "X = CNFs per Service Chain"
8651   y-axis: "Y = Number of Service Chains"
8652   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8653   layout:
8654     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8655     layout: "plot-service-density"
8656
8657 - type: "plot"
8658   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8659   algorithm: "plot_nf_heatmap"
8660   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8661   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8662   filter: "'NIC_Intel-XL710' and
8663            'NF_DENSITY' and
8664            'DOCKER' and
8665            'CHAIN' and
8666            'NF_VPPIP4' and
8667            'IPSEC' and
8668            'TNL_1000' and
8669            'IMIX' and
8670            '2T2C' and
8671            'NDRPDR'"
8672   parameters:
8673   - "throughput"
8674   - "name"
8675   - "tags"
8676   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8677   x-axis: "X = CNFs per Service Chain"
8678   y-axis: "Y = Number of Service Chains"
8679   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8680   layout:
8681     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8682     layout: "plot-service-density"
8683
8684 - type: "plot"
8685   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8686   algorithm: "plot_nf_heatmap"
8687   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8688   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8689   filter: "'NIC_Intel-XL710' and
8690            'NF_DENSITY' and
8691            'DOCKER' and
8692            'CHAIN' and
8693            'NF_VPPIP4' and
8694            'IPSEC' and
8695            'TNL_1000' and
8696            'IMIX' and
8697            '4T4C' and
8698            'NDRPDR'"
8699   parameters:
8700   - "throughput"
8701   - "name"
8702   - "tags"
8703   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8704   x-axis: "X = CNFs per Service Chain"
8705   y-axis: "Y = Number of Service Chains"
8706   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8707   layout:
8708     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8709     layout: "plot-service-density"
8710
8711 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8712 - type: "plot"
8713   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8714   algorithm: "plot_nf_heatmap"
8715   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8716   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8717   filter: "'NIC_Intel-XL710' and
8718            'NF_DENSITY' and
8719            'DOCKER' and
8720            'CHAIN' and
8721            'NF_VPPIP4' and
8722            'IPSEC' and
8723            'TNL_1000' and
8724            'IMIX' and
8725            '1T1C' and
8726            'NDRPDR'"
8727   parameters:
8728   - "throughput"
8729   - "name"
8730   - "tags"
8731   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8732   x-axis: "X = CNFs per Service Chain"
8733   y-axis: "Y = Number of Service Chains"
8734   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8735   layout:
8736     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8737     layout: "plot-service-density"
8738
8739 - type: "plot"
8740   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8741   algorithm: "plot_nf_heatmap"
8742   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8743   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8744   filter: "'NIC_Intel-XL710' and
8745            'NF_DENSITY' and
8746            'DOCKER' and
8747            'CHAIN' and
8748            'NF_VPPIP4' and
8749            'IPSEC' and
8750            'TNL_1000' and
8751            'IMIX' and
8752            '2T2C' and
8753            'NDRPDR'"
8754   parameters:
8755   - "throughput"
8756   - "name"
8757   - "tags"
8758   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8759   x-axis: "X = CNFs per Service Chain"
8760   y-axis: "Y = Number of Service Chains"
8761   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8762   layout:
8763     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8764     layout: "plot-service-density"
8765
8766 - type: "plot"
8767   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8768   algorithm: "plot_nf_heatmap"
8769   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8770   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8771   filter: "'NIC_Intel-XL710' and
8772            'NF_DENSITY' and
8773            'DOCKER' and
8774            'CHAIN' and
8775            'NF_VPPIP4' and
8776            'IPSEC' and
8777            'TNL_1000' and
8778            'IMIX' and
8779            '4T4C' and
8780            'NDRPDR'"
8781   parameters:
8782   - "throughput"
8783   - "name"
8784   - "tags"
8785   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8786   x-axis: "X = CNFs per Service Chain"
8787   y-axis: "Y = Number of Service Chains"
8788   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8789   layout:
8790     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8791     layout: "plot-service-density"
8792
8793 ###############################################################################
8794
8795 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8796 #- type: "plot"
8797 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8798 #  algorithm: "plot_nf_heatmap"
8799 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8800 #  data: "plot-vpp-nfv-3n-skx-mrr"
8801 #  filter: "'NIC_Intel-XXV710' and
8802 #           'NF_DENSITY' and
8803 #           'DOCKER' and
8804 #           'CHAIN' and
8805 #           'NF_VPPIP4' and
8806 #           'IPSEC' and
8807 #           'TNL_10000' and
8808 #           'IMIX' and
8809 #           '2T1C' and
8810 #           'MRR'"
8811 #  parameters:
8812 #  - "result"
8813 #  - "name"
8814 #  - "tags"
8815 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8816 #  x-axis: "X = CNFs per Service Chain"
8817 #  y-axis: "Y = Number of Service Chains"
8818 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8819 #  layout:
8820 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8821 #    layout: "plot-service-density"
8822 #
8823 #- type: "plot"
8824 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8825 #  algorithm: "plot_nf_heatmap"
8826 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8827 #  data: "plot-vpp-nfv-3n-skx-mrr"
8828 #  filter: "'NIC_Intel-XXV710' and
8829 #           'NF_DENSITY' and
8830 #           'DOCKER' and
8831 #           'CHAIN' and
8832 #           'NF_VPPIP4' and
8833 #           'IPSEC' and
8834 #           'TNL_10000' and
8835 #           'IMIX' and
8836 #           '4T2C' and
8837 #           'MRR'"
8838 #  parameters:
8839 #  - "result"
8840 #  - "name"
8841 #  - "tags"
8842 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8843 #  x-axis: "X = CNFs per Service Chain"
8844 #  y-axis: "Y = Number of Service Chains"
8845 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8846 #  layout:
8847 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8848 #    layout: "plot-service-density"
8849 #
8850 #- type: "plot"
8851 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8852 #  algorithm: "plot_nf_heatmap"
8853 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8854 #  data: "plot-vpp-nfv-3n-skx-mrr"
8855 #  filter: "'NIC_Intel-XXV710' and
8856 #           'NF_DENSITY' and
8857 #           'DOCKER' and
8858 #           'CHAIN' and
8859 #           'NF_VPPIP4' and
8860 #           'IPSEC' and
8861 #           'TNL_10000' and
8862 #           'IMIX' and
8863 #           '8T4C' and
8864 #           'MRR'"
8865 #  parameters:
8866 #  - "result"
8867 #  - "name"
8868 #  - "tags"
8869 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8870 #  x-axis: "X = CNFs per Service Chain"
8871 #  y-axis: "Y = Number of Service Chains"
8872 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8873 #  layout:
8874 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8875 #    layout: "plot-service-density"
8876
8877 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8878 - type: "plot"
8879   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8880   algorithm: "plot_nf_heatmap"
8881   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8882   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8883   filter: "'NIC_Intel-XXV710' and
8884            'NF_DENSITY' and
8885            'DOCKER' and
8886            'CHAIN' and
8887            'NF_VPPIP4' and
8888            'IPSEC' and
8889            'TNL_10000' and
8890            'IMIX' and
8891            '2T1C' and
8892            'NDRPDR'"
8893   parameters:
8894   - "throughput"
8895   - "name"
8896   - "tags"
8897   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8898   x-axis: "X = CNFs per Service Chain"
8899   y-axis: "Y = Number of Service Chains"
8900   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8901   layout:
8902     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8903     layout: "plot-service-density"
8904
8905 - type: "plot"
8906   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8907   algorithm: "plot_nf_heatmap"
8908   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8909   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8910   filter: "'NIC_Intel-XXV710' and
8911            'NF_DENSITY' and
8912            'DOCKER' and
8913            'CHAIN' and
8914            'NF_VPPIP4' and
8915            'IPSEC' and
8916            'TNL_10000' and
8917            'IMIX' and
8918            '4T2C' and
8919            'NDRPDR'"
8920   parameters:
8921   - "throughput"
8922   - "name"
8923   - "tags"
8924   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8925   x-axis: "X = CNFs per Service Chain"
8926   y-axis: "Y = Number of Service Chains"
8927   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8928   layout:
8929     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8930     layout: "plot-service-density"
8931
8932 - type: "plot"
8933   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8934   algorithm: "plot_nf_heatmap"
8935   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8936   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8937   filter: "'NIC_Intel-XXV710' and
8938            'NF_DENSITY' and
8939            'DOCKER' and
8940            'CHAIN' and
8941            'NF_VPPIP4' and
8942            'IPSEC' and
8943            'TNL_10000' and
8944            'IMIX' and
8945            '8T4C' and
8946            'NDRPDR'"
8947   parameters:
8948   - "throughput"
8949   - "name"
8950   - "tags"
8951   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8952   x-axis: "X = CNFs per Service Chain"
8953   y-axis: "Y = Number of Service Chains"
8954   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8955   layout:
8956     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8957     layout: "plot-service-density"
8958
8959 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8960 - type: "plot"
8961   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8962   algorithm: "plot_nf_heatmap"
8963   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8964   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8965   filter: "'NIC_Intel-XXV710' and
8966            'NF_DENSITY' and
8967            'DOCKER' and
8968            'CHAIN' and
8969            'NF_VPPIP4' and
8970            'IPSEC' and
8971            'TNL_10000' and
8972            'IMIX' and
8973            '2T1C' and
8974            'NDRPDR'"
8975   parameters:
8976   - "throughput"
8977   - "name"
8978   - "tags"
8979   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8980   x-axis: "X = CNFs per Service Chain"
8981   y-axis: "Y = Number of Service Chains"
8982   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8983   layout:
8984     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8985     layout: "plot-service-density"
8986
8987 - type: "plot"
8988   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8989   algorithm: "plot_nf_heatmap"
8990   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8991   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8992   filter: "'NIC_Intel-XXV710' and
8993            'NF_DENSITY' and
8994            'DOCKER' and
8995            'CHAIN' and
8996            'NF_VPPIP4' and
8997            'IPSEC' and
8998            'TNL_10000' and
8999            'IMIX' and
9000            '4T2C' and
9001            'NDRPDR'"
9002   parameters:
9003   - "throughput"
9004   - "name"
9005   - "tags"
9006   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9007   x-axis: "X = CNFs per Service Chain"
9008   y-axis: "Y = Number of Service Chains"
9009   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9010   layout:
9011     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9012     layout: "plot-service-density"
9013
9014 - type: "plot"
9015   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9016   algorithm: "plot_nf_heatmap"
9017   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9018   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9019   filter: "'NIC_Intel-XXV710' and
9020            'NF_DENSITY' and
9021            'DOCKER' and
9022            'CHAIN' and
9023            'NF_VPPIP4' and
9024            'IPSEC' and
9025            'TNL_10000' and
9026            'IMIX' and
9027            '8T4C' and
9028            'NDRPDR'"
9029   parameters:
9030   - "throughput"
9031   - "name"
9032   - "tags"
9033   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9034   x-axis: "X = CNFs per Service Chain"
9035   y-axis: "Y = Number of Service Chains"
9036   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9037   layout:
9038     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9039     layout: "plot-service-density"
9040
9041 ###############################################################################
9042
9043 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9044 - type: "plot"
9045   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9046   algorithm: "plot_nf_heatmap"
9047   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9048   data: "plot-vpp-nfv-3n-hsw-mrr"
9049   filter: "'NIC_Intel-XL710' and
9050            'NF_DENSITY' and
9051            'DOCKER' and
9052            'CHAIN' and
9053            'NF_VPPIP4' and
9054            'IMIX' and
9055            'TNL_10000' and
9056            '1T1C' and
9057            'MRR'"
9058   parameters:
9059   - "result"
9060   - "name"
9061   - "tags"
9062   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9063   x-axis: "X = CNFs per Service Chain"
9064   y-axis: "Y = Number of Service Chains"
9065   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9066   layout:
9067     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9068     layout: "plot-service-density"
9069
9070 - type: "plot"
9071   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9072   algorithm: "plot_nf_heatmap"
9073   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9074   data: "plot-vpp-nfv-3n-hsw-mrr"
9075   filter: "'NIC_Intel-XL710' and
9076            'NF_DENSITY' and
9077            'DOCKER' and
9078            'CHAIN' and
9079            'NF_VPPIP4' and
9080            'IPSEC' and
9081            'TNL_10000' and
9082            'IMIX' and
9083            '2T2C' and
9084            'MRR'"
9085   parameters:
9086   - "result"
9087   - "name"
9088   - "tags"
9089   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9090   x-axis: "X = CNFs per Service Chain"
9091   y-axis: "Y = Number of Service Chains"
9092   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9093   layout:
9094     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9095     layout: "plot-service-density"
9096
9097 - type: "plot"
9098   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9099   algorithm: "plot_nf_heatmap"
9100   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9101   data: "plot-vpp-nfv-3n-hsw-mrr"
9102   filter: "'NIC_Intel-XL710' and
9103            'NF_DENSITY' and
9104            'DOCKER' and
9105            'CHAIN' and
9106            'NF_VPPIP4' and
9107            'IPSEC' and
9108            'TNL_10000' and
9109            'IMIX' and
9110            '4T4C' and
9111            'MRR'"
9112   parameters:
9113   - "result"
9114   - "name"
9115   - "tags"
9116   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9117   x-axis: "X = CNFs per Service Chain"
9118   y-axis: "Y = Number of Service Chains"
9119   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9120   layout:
9121     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9122     layout: "plot-service-density"
9123
9124 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9125 - type: "plot"
9126   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9127   algorithm: "plot_nf_heatmap"
9128   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9129   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9130   filter: "'NIC_Intel-XL710' and
9131            'NF_DENSITY' and
9132            'DOCKER' and
9133            'CHAIN' and
9134            'NF_VPPIP4' and
9135            'IPSEC' and
9136            'TNL_10000' and
9137            'IMIX' and
9138            '1T1C' and
9139            'NDRPDR'"
9140   parameters:
9141   - "throughput"
9142   - "name"
9143   - "tags"
9144   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9145   x-axis: "X = CNFs per Service Chain"
9146   y-axis: "Y = Number of Service Chains"
9147   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9148   layout:
9149     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9150     layout: "plot-service-density"
9151
9152 - type: "plot"
9153   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9154   algorithm: "plot_nf_heatmap"
9155   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9156   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9157   filter: "'NIC_Intel-XL710' and
9158            'NF_DENSITY' and
9159            'DOCKER' and
9160            'CHAIN' and
9161            'NF_VPPIP4' and
9162            'IPSEC' and
9163            'TNL_10000' and
9164            'IMIX' and
9165            '2T2C' and
9166            'NDRPDR'"
9167   parameters:
9168   - "throughput"
9169   - "name"
9170   - "tags"
9171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9172   x-axis: "X = CNFs per Service Chain"
9173   y-axis: "Y = Number of Service Chains"
9174   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9175   layout:
9176     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9177     layout: "plot-service-density"
9178
9179 - type: "plot"
9180   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9181   algorithm: "plot_nf_heatmap"
9182   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9183   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9184   filter: "'NIC_Intel-XL710' and
9185            'NF_DENSITY' and
9186            'DOCKER' and
9187            'CHAIN' and
9188            'NF_VPPIP4' and
9189            'IPSEC' and
9190            'TNL_10000' and
9191            'IMIX' and
9192            '4T4C' and
9193            'NDRPDR'"
9194   parameters:
9195   - "throughput"
9196   - "name"
9197   - "tags"
9198   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9199   x-axis: "X = CNFs per Service Chain"
9200   y-axis: "Y = Number of Service Chains"
9201   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9202   layout:
9203     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9204     layout: "plot-service-density"
9205
9206 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9207 - type: "plot"
9208   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9209   algorithm: "plot_nf_heatmap"
9210   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9211   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9212   filter: "'NIC_Intel-XL710' and
9213            'NF_DENSITY' and
9214            'DOCKER' and
9215            'CHAIN' and
9216            'NF_VPPIP4' and
9217            'IPSEC' and
9218            'TNL_10000' and
9219            'IMIX' and
9220            '1T1C' and
9221            'NDRPDR'"
9222   parameters:
9223   - "throughput"
9224   - "name"
9225   - "tags"
9226   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9227   x-axis: "X = CNFs per Service Chain"
9228   y-axis: "Y = Number of Service Chains"
9229   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9230   layout:
9231     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9232     layout: "plot-service-density"
9233
9234 - type: "plot"
9235   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9236   algorithm: "plot_nf_heatmap"
9237   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9238   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9239   filter: "'NIC_Intel-XL710' and
9240            'NF_DENSITY' and
9241            'DOCKER' and
9242            'CHAIN' and
9243            'NF_VPPIP4' and
9244            'IPSEC' and
9245            'TNL_10000' and
9246            'IMIX' and
9247            '2T2C' and
9248            'NDRPDR'"
9249   parameters:
9250   - "throughput"
9251   - "name"
9252   - "tags"
9253   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9254   x-axis: "X = CNFs per Service Chain"
9255   y-axis: "Y = Number of Service Chains"
9256   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9257   layout:
9258     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9259     layout: "plot-service-density"
9260
9261 - type: "plot"
9262   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9263   algorithm: "plot_nf_heatmap"
9264   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9265   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9266   filter: "'NIC_Intel-XL710' and
9267            'NF_DENSITY' and
9268            'DOCKER' and
9269            'CHAIN' and
9270            'NF_VPPIP4' and
9271            'IPSEC' and
9272            'TNL_10000' and
9273            'IMIX' and
9274            '4T4C' and
9275            'NDRPDR'"
9276   parameters:
9277   - "throughput"
9278   - "name"
9279   - "tags"
9280   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9281   x-axis: "X = CNFs per Service Chain"
9282   y-axis: "Y = Number of Service Chains"
9283   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9284   layout:
9285     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9286     layout: "plot-service-density"
9287
9288 ###############################################################################
9289
9290 # Plots - NF Density - CSP - MRR 64b
9291
9292 #- type: "plot"
9293 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9294 #  algorithm: "plot_nf_heatmap"
9295 #  output-file-type: ".html"
9296 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9297 #  data: "plot-vpp-nfv-2n-skx-mrr"
9298 #  filter: "'NIC_Intel-XXV710' and
9299 #           'NF_DENSITY' and
9300 #           'DOCKER' and
9301 #           'PIPELINE' and
9302 #           'NF_VPPIP4' and
9303 #           '64B' and
9304 #           '2T1C' and
9305 #           'MRR'"
9306 #  parameters:
9307 #  - "result"
9308 #  - "name"
9309 #  - "tags"
9310 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9311 #  x-axis: "X = CNFs per Service Pipeline"
9312 #  y-axis: "Y = Number of Service Pipelines"
9313 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9314 #  layout:
9315 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9316 #    layout: "plot-service-density"
9317 #
9318 #- type: "plot"
9319 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9320 #  algorithm: "plot_nf_heatmap"
9321 #  output-file-type: ".html"
9322 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9323 #  data: "plot-vpp-nfv-2n-skx-mrr"
9324 #  filter: "'NIC_Intel-XXV710' and
9325 #           'NF_DENSITY' and
9326 #           'DOCKER' and
9327 #           'PIPELINE' and
9328 #           'NF_VPPIP4' and
9329 #           '64B' and
9330 #           '4T2C' and
9331 #           'MRR'"
9332 #  parameters:
9333 #  - "result"
9334 #  - "name"
9335 #  - "tags"
9336 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9337 #  x-axis: "X = CNFs per Service Pipeline"
9338 #  y-axis: "Y = Number of Service Pipelines"
9339 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9340 #  layout:
9341 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9342 #    layout: "plot-service-density"
9343 #
9344 #- type: "plot"
9345 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9346 #  algorithm: "plot_nf_heatmap"
9347 #  output-file-type: ".html"
9348 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9349 #  data: "plot-vpp-nfv-2n-skx-mrr"
9350 #  filter: "'NIC_Intel-XXV710' and
9351 #           'NF_DENSITY' and
9352 #           'DOCKER' and
9353 #           'PIPELINE' and
9354 #           'NF_VPPIP4' and
9355 #           '64B' and
9356 #           '8T4C' and
9357 #           'MRR'"
9358 #  parameters:
9359 #  - "result"
9360 #  - "name"
9361 #  - "tags"
9362 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9363 #  x-axis: "X = CNFs per Service Pipeline"
9364 #  y-axis: "Y = Number of Service Pipelines"
9365 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9366 #  layout:
9367 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9368 #    layout: "plot-service-density"
9369 #
9370 ## Plots - NF Density - CSP - MRR IMIX
9371 #- type: "plot"
9372 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9373 #  algorithm: "plot_nf_heatmap"
9374 #  output-file-type: ".html"
9375 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9376 #  data: "plot-vpp-nfv-2n-skx-mrr"
9377 #  filter: "'NIC_Intel-XXV710' and
9378 #           'NF_DENSITY' and
9379 #           'DOCKER' and
9380 #           'PIPELINE' and
9381 #           'NF_VPPIP4' and
9382 #           'IMIX' and
9383 #           '2T1C' and
9384 #           'MRR'"
9385 #  parameters:
9386 #  - "result"
9387 #  - "name"
9388 #  - "tags"
9389 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9390 #  x-axis: "X = CNFs per Service Pipeline"
9391 #  y-axis: "Y = Number of Service Pipelines"
9392 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9393 #  layout:
9394 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9395 #    layout: "plot-service-density"
9396 #
9397 #- type: "plot"
9398 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9399 #  algorithm: "plot_nf_heatmap"
9400 #  output-file-type: ".html"
9401 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9402 #  data: "plot-vpp-nfv-2n-skx-mrr"
9403 #  filter: "'NIC_Intel-XXV710' and
9404 #           'NF_DENSITY' and
9405 #           'DOCKER' and
9406 #           'PIPELINE' and
9407 #           'NF_VPPIP4' and
9408 #           'IMIX' and
9409 #           '4T2C' and
9410 #           'MRR'"
9411 #  parameters:
9412 #  - "result"
9413 #  - "name"
9414 #  - "tags"
9415 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9416 #  x-axis: "X = CNFs per Service Pipeline"
9417 #  y-axis: "Y = Number of Service Pipelines"
9418 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9419 #  layout:
9420 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9421 #    layout: "plot-service-density"
9422 #
9423 #- type: "plot"
9424 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9425 #  algorithm: "plot_nf_heatmap"
9426 #  output-file-type: ".html"
9427 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9428 #  data: "plot-vpp-nfv-2n-skx-mrr"
9429 #  filter: "'NIC_Intel-XXV710' and
9430 #           'NF_DENSITY' and
9431 #           'DOCKER' and
9432 #           'PIPELINE' and
9433 #           'NF_VPPIP4' and
9434 #           'IMIX' and
9435 #           '8T4C' and
9436 #           'MRR'"
9437 #  parameters:
9438 #  - "result"
9439 #  - "name"
9440 #  - "tags"
9441 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9442 #  x-axis: "X = CNFs per Service Pipeline"
9443 #  y-axis: "Y = Number of Service Pipelines"
9444 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9445 #  layout:
9446 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9447 #    layout: "plot-service-density"
9448 #
9449 ## Plots - NF Density - CSP - NDR 64b
9450 #- type: "plot"
9451 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9452 #  algorithm: "plot_nf_heatmap"
9453 #  output-file-type: ".html"
9454 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9455 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9456 #  filter: "'NIC_Intel-XXV710' and
9457 #           'NF_DENSITY' and
9458 #           'DOCKER' and
9459 #           'PIPELINE' and
9460 #           'NF_VPPIP4' and
9461 #           '64B' and
9462 #           '2T1C' and
9463 #           'NDRPDR'"
9464 #  parameters:
9465 #  - "throughput"
9466 #  - "name"
9467 #  - "tags"
9468 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9469 #  x-axis: "X = CNFs per Service Pipeline"
9470 #  y-axis: "Y = Number of Service Pipelines"
9471 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9472 #  layout:
9473 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9474 #    layout: "plot-service-density"
9475 #
9476 #- type: "plot"
9477 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9478 #  algorithm: "plot_nf_heatmap"
9479 #  output-file-type: ".html"
9480 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9481 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9482 #  filter: "'NIC_Intel-XXV710' and
9483 #           'NF_DENSITY' and
9484 #           'DOCKER' and
9485 #           'PIPELINE' and
9486 #           'NF_VPPIP4' and
9487 #           '64B' and
9488 #           '4T2C' and
9489 #           'NDRPDR'"
9490 #  parameters:
9491 #  - "throughput"
9492 #  - "name"
9493 #  - "tags"
9494 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9495 #  x-axis: "X = CNFs per Service Pipeline"
9496 #  y-axis: "Y = Number of Service Pipelines"
9497 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9498 #  layout:
9499 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9500 #    layout: "plot-service-density"
9501 #
9502 #- type: "plot"
9503 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9504 #  algorithm: "plot_nf_heatmap"
9505 #  output-file-type: ".html"
9506 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9507 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9508 #  filter: "'NIC_Intel-XXV710' and
9509 #           'NF_DENSITY' and
9510 #           'DOCKER' and
9511 #           'PIPELINE' and
9512 #           'NF_VPPIP4' and
9513 #           '64B' and
9514 #           '8T4C' and
9515 #           'NDRPDR'"
9516 #  parameters:
9517 #  - "throughput"
9518 #  - "name"
9519 #  - "tags"
9520 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9521 #  x-axis: "X = CNFs per Service Pipeline"
9522 #  y-axis: "Y = Number of Service Pipelines"
9523 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9524 #  layout:
9525 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9526 #    layout: "plot-service-density"
9527 #
9528 ## Plots - NF Density - CSP - NDR IMIX
9529 #- type: "plot"
9530 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9531 #  algorithm: "plot_nf_heatmap"
9532 #  output-file-type: ".html"
9533 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9534 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9535 #  filter: "'NIC_Intel-XXV710' and
9536 #           'NF_DENSITY' and
9537 #           'DOCKER' and
9538 #           'PIPELINE' and
9539 #           'NF_VPPIP4' and
9540 #           'IMIX' and
9541 #           '2T1C' and
9542 #           'NDRPDR'"
9543 #  parameters:
9544 #  - "throughput"
9545 #  - "name"
9546 #  - "tags"
9547 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9548 #  x-axis: "X = CNFs per Service Pipeline"
9549 #  y-axis: "Y = Number of Service Pipelines"
9550 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9551 #  layout:
9552 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9553 #    layout: "plot-service-density"
9554 #
9555 #- type: "plot"
9556 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9557 #  algorithm: "plot_nf_heatmap"
9558 #  output-file-type: ".html"
9559 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9560 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9561 #  filter: "'NIC_Intel-XXV710' and
9562 #           'NF_DENSITY' and
9563 #           'DOCKER' and
9564 #           'PIPELINE' and
9565 #           'NF_VPPIP4' and
9566 #           'IMIX' and
9567 #           '4T2C' and
9568 #           'NDRPDR'"
9569 #  parameters:
9570 #  - "throughput"
9571 #  - "name"
9572 #  - "tags"
9573 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9574 #  x-axis: "X = CNFs per Service Pipeline"
9575 #  y-axis: "Y = Number of Service Pipelines"
9576 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9577 #  layout:
9578 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9579 #    layout: "plot-service-density"
9580 #
9581 #- type: "plot"
9582 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9583 #  algorithm: "plot_nf_heatmap"
9584 #  output-file-type: ".html"
9585 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9586 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9587 #  filter: "'NIC_Intel-XXV710' and
9588 #           'NF_DENSITY' and
9589 #           'DOCKER' and
9590 #           'PIPELINE' and
9591 #           'NF_VPPIP4' and
9592 #           'IMIX' and
9593 #           '8T4C' and
9594 #           'NDRPDR'"
9595 #  parameters:
9596 #  - "throughput"
9597 #  - "name"
9598 #  - "tags"
9599 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9600 #  x-axis: "X = CNFs per Service Pipeline"
9601 #  y-axis: "Y = Number of Service Pipelines"
9602 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9603 #  layout:
9604 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9605 #    layout: "plot-service-density"
9606 #
9607 ## Plots - NF Density - CSP - PDR 64b
9608 #- type: "plot"
9609 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9610 #  algorithm: "plot_nf_heatmap"
9611 #  output-file-type: ".html"
9612 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9613 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9614 #  filter: "'NIC_Intel-XXV710' and
9615 #           'NF_DENSITY' and
9616 #           'DOCKER' and
9617 #           'PIPELINE' and
9618 #           'NF_VPPIP4' and
9619 #           '64B' and
9620 #           '2T1C' and
9621 #           'NDRPDR'"
9622 #  parameters:
9623 #  - "throughput"
9624 #  - "name"
9625 #  - "tags"
9626 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9627 #  x-axis: "X = CNFs per Service Pipeline"
9628 #  y-axis: "Y = Number of Service Pipelines"
9629 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9630 #  layout:
9631 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9632 #    layout: "plot-service-density"
9633 #
9634 #- type: "plot"
9635 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9636 #  algorithm: "plot_nf_heatmap"
9637 #  output-file-type: ".html"
9638 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9639 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9640 #  filter: "'NIC_Intel-XXV710' and
9641 #           'NF_DENSITY' and
9642 #           'DOCKER' and
9643 #           'PIPELINE' and
9644 #           'NF_VPPIP4' and
9645 #           '64B' and
9646 #           '4T2C' and
9647 #           'NDRPDR'"
9648 #  parameters:
9649 #  - "throughput"
9650 #  - "name"
9651 #  - "tags"
9652 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9653 #  x-axis: "X = CNFs per Service Pipeline"
9654 #  y-axis: "Y = Number of Service Pipelines"
9655 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9656 #  layout:
9657 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9658 #    layout: "plot-service-density"
9659 #
9660 #- type: "plot"
9661 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9662 #  algorithm: "plot_nf_heatmap"
9663 #  output-file-type: ".html"
9664 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9665 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9666 #  filter: "'NIC_Intel-XXV710' and
9667 #           'NF_DENSITY' and
9668 #           'DOCKER' and
9669 #           'PIPELINE' and
9670 #           'NF_VPPIP4' and
9671 #           '64B' and
9672 #           '8T4C' and
9673 #           'NDRPDR'"
9674 #  parameters:
9675 #  - "throughput"
9676 #  - "name"
9677 #  - "tags"
9678 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9679 #  x-axis: "X = CNFs per Service Pipeline"
9680 #  y-axis: "Y = Number of Service Pipelines"
9681 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9682 #  layout:
9683 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9684 #    layout: "plot-service-density"
9685 #
9686 ## Plots - NF Density - CSP - PDR IMIX
9687 #- type: "plot"
9688 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9689 #  algorithm: "plot_nf_heatmap"
9690 #  output-file-type: ".html"
9691 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9692 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9693 #  filter: "'NIC_Intel-XXV710' and
9694 #           'NF_DENSITY' and
9695 #           'DOCKER' and
9696 #           'PIPELINE' and
9697 #           'NF_VPPIP4' and
9698 #           'IMIX' and
9699 #           '2T1C' and
9700 #           'NDRPDR'"
9701 #  parameters:
9702 #  - "throughput"
9703 #  - "name"
9704 #  - "tags"
9705 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9706 #  x-axis: "X = CNFs per Service Pipeline"
9707 #  y-axis: "Y = Number of Service Pipelines"
9708 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9709 #  layout:
9710 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9711 #    layout: "plot-service-density"
9712 #
9713 #- type: "plot"
9714 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9715 #  algorithm: "plot_nf_heatmap"
9716 #  output-file-type: ".html"
9717 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9718 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9719 #  filter: "'NIC_Intel-XXV710' and
9720 #           'NF_DENSITY' and
9721 #           'DOCKER' and
9722 #           'PIPELINE' and
9723 #           'NF_VPPIP4' and
9724 #           'IMIX' and
9725 #           '4T2C' and
9726 #           'NDRPDR'"
9727 #  parameters:
9728 #  - "throughput"
9729 #  - "name"
9730 #  - "tags"
9731 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9732 #  x-axis: "X = CNFs per Service Pipeline"
9733 #  y-axis: "Y = Number of Service Pipelines"
9734 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9735 #  layout:
9736 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9737 #    layout: "plot-service-density"
9738 #
9739 #- type: "plot"
9740 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9741 #  algorithm: "plot_nf_heatmap"
9742 #  output-file-type: ".html"
9743 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9744 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9745 #  filter: "'NIC_Intel-XXV710' and
9746 #           'NF_DENSITY' and
9747 #           'DOCKER' and
9748 #           'PIPELINE' and
9749 #           'NF_VPPIP4' and
9750 #           'IMIX' and
9751 #           '8T4C' and
9752 #           'NDRPDR'"
9753 #  parameters:
9754 #  - "throughput"
9755 #  - "name"
9756 #  - "tags"
9757 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9758 #  x-axis: "X = CNFs per Service Pipeline"
9759 #  y-axis: "Y = Number of Service Pipelines"
9760 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9761 #  layout:
9762 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9763 #    layout: "plot-service-density"
9764
9765 ###############################################################################
9766 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9767
9768 - type: "plot"
9769   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9770   algorithm: "plot_nf_heatmap"
9771   output-file-type: ".html"
9772   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9773   data: "plot-vpp-nfv-2n-clx-mrr"
9774   filter: "'NIC_Intel-XXV710' and
9775            'NF_DENSITY' and
9776            'VHOST' and
9777            not 'VXLAN' and
9778            'CHAIN' and
9779            'NF_VPPIP4' and
9780            'IMIX' and
9781            '2T1C' and
9782            'MRR'"
9783   parameters:
9784   - "result"
9785   - "name"
9786   - "tags"
9787   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9788   x-axis: "X = VNFs per Service Chain"
9789   y-axis: "Y = Number of Service Chains"
9790   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9791   layout:
9792     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9793     layout: "plot-service-density"
9794
9795 - type: "plot"
9796   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9797   algorithm: "plot_nf_heatmap"
9798   output-file-type: ".html"
9799   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9800   data: "plot-vpp-nfv-2n-clx-mrr"
9801   filter: "'NIC_Intel-XXV710' and
9802            'NF_DENSITY' and
9803            'VHOST' and
9804            not 'VXLAN' and
9805            'CHAIN' and
9806            'NF_VPPIP4' and
9807            'IMIX' and
9808            '4T2C' and
9809            'MRR'"
9810   parameters:
9811   - "result"
9812   - "name"
9813   - "tags"
9814   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9815   x-axis: "X = VNFs per Service Chain"
9816   y-axis: "Y = Number of Service Chains"
9817   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9818   layout:
9819     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9820     layout: "plot-service-density"
9821
9822 - type: "plot"
9823   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9824   algorithm: "plot_nf_heatmap"
9825   output-file-type: ".html"
9826   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9827   data: "plot-vpp-nfv-2n-clx-mrr"
9828   filter: "'NIC_Intel-XXV710' and
9829            'NF_DENSITY' and
9830            'VHOST' and
9831            not 'VXLAN' and
9832            'CHAIN' and
9833            'NF_VPPIP4' and
9834            'IMIX' and
9835            '8T4C' and
9836            'MRR'"
9837   parameters:
9838   - "result"
9839   - "name"
9840   - "tags"
9841   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9842   x-axis: "X = VNFs per Service Chain"
9843   y-axis: "Y = Number of Service Chains"
9844   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9845   layout:
9846     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9847     layout: "plot-service-density"
9848
9849 # Plots - NF Density - VSC - NDR IMIX
9850 - type: "plot"
9851   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9852   algorithm: "plot_nf_heatmap"
9853   output-file-type: ".html"
9854   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9855   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9856   filter: "'NIC_Intel-XXV710' and
9857            'NF_DENSITY' and
9858            'VHOST' and
9859            not 'VXLAN' and
9860            'CHAIN' and
9861            'NF_VPPIP4' and
9862            'IMIX' and
9863            '2T1C' and
9864            'NDRPDR'"
9865   parameters:
9866   - "throughput"
9867   - "name"
9868   - "tags"
9869   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9870   x-axis: "X = VNFs per Service Chain"
9871   y-axis: "Y = Number of Service Chains"
9872   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9873   layout:
9874     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9875     layout: "plot-service-density"
9876
9877 - type: "plot"
9878   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9879   algorithm: "plot_nf_heatmap"
9880   output-file-type: ".html"
9881   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9882   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9883   filter: "'NIC_Intel-XXV710' and
9884            'NF_DENSITY' and
9885            'VHOST' and
9886            not 'VXLAN' and
9887            'CHAIN' and
9888            'NF_VPPIP4' and
9889            'IMIX' and
9890            '4T2C' and
9891            'NDRPDR'"
9892   parameters:
9893   - "throughput"
9894   - "name"
9895   - "tags"
9896   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9897   x-axis: "X = VNFs per Service Chain"
9898   y-axis: "Y = Number of Service Chains"
9899   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9900   layout:
9901     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9902     layout: "plot-service-density"
9903
9904 - type: "plot"
9905   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9906   algorithm: "plot_nf_heatmap"
9907   output-file-type: ".html"
9908   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9909   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9910   filter: "'NIC_Intel-XXV710' and
9911            'NF_DENSITY' and
9912            'VHOST' and
9913            not 'VXLAN' and
9914            'CHAIN' and
9915            'NF_VPPIP4' and
9916            'IMIX' and
9917            '8T4C' and
9918            'NDRPDR'"
9919   parameters:
9920   - "throughput"
9921   - "name"
9922   - "tags"
9923   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9924   x-axis: "X = VNFs per Service Chain"
9925   y-axis: "Y = Number of Service Chains"
9926   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9927   layout:
9928     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9929     layout: "plot-service-density"
9930
9931 # Plots - NF Density - VSC - PDR IMIX
9932 - type: "plot"
9933   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9934   algorithm: "plot_nf_heatmap"
9935   output-file-type: ".html"
9936   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9937   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9938   filter: "'NIC_Intel-XXV710' and
9939            'NF_DENSITY' and
9940            'VHOST' and
9941            not 'VXLAN' and
9942            'CHAIN' and
9943            'NF_VPPIP4' and
9944            'IMIX' and
9945            '2T1C' and
9946            'NDRPDR'"
9947   parameters:
9948   - "throughput"
9949   - "name"
9950   - "tags"
9951   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9952   x-axis: "X = VNFs per Service Chain"
9953   y-axis: "Y = Number of Service Chains"
9954   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9955   layout:
9956     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9957     layout: "plot-service-density"
9958
9959 - type: "plot"
9960   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9961   algorithm: "plot_nf_heatmap"
9962   output-file-type: ".html"
9963   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9964   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9965   filter: "'NIC_Intel-XXV710' and
9966            'NF_DENSITY' and
9967            'VHOST' and
9968            not 'VXLAN' and
9969            'CHAIN' and
9970            'NF_VPPIP4' and
9971            'IMIX' and
9972            '4T2C' and
9973            'NDRPDR'"
9974   parameters:
9975   - "throughput"
9976   - "name"
9977   - "tags"
9978   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9979   x-axis: "X = VNFs per Service Chain"
9980   y-axis: "Y = Number of Service Chains"
9981   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9982   layout:
9983     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9984     layout: "plot-service-density"
9985
9986 - type: "plot"
9987   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9988   algorithm: "plot_nf_heatmap"
9989   output-file-type: ".html"
9990   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9991   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9992   filter: "'NIC_Intel-XXV710' and
9993            'NF_DENSITY' and
9994            'VHOST' and
9995            not 'VXLAN' and
9996            'CHAIN' and
9997            'NF_VPPIP4' and
9998            'IMIX' and
9999            '8T4C' and
10000            'NDRPDR'"
10001   parameters:
10002   - "throughput"
10003   - "name"
10004   - "tags"
10005   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10006   x-axis: "X = VNFs per Service Chain"
10007   y-axis: "Y = Number of Service Chains"
10008   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10009   layout:
10010     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10011     layout: "plot-service-density"
10012
10013 # Plots - NF Density - VSC - MRR IMIX
10014 - type: "plot"
10015   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10016   algorithm: "plot_nf_heatmap"
10017   output-file-type: ".html"
10018   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10019   data: "plot-vpp-nfv-2n-clx-mrr"
10020   filter: "'NIC_Intel-XXV710' and
10021            'NF_DENSITY' and
10022            'VHOST' and
10023            'VXLAN' and
10024            'CHAIN' and
10025            'IMIX' and
10026            '2T1C' and
10027            'MRR'"
10028   parameters:
10029   - "result"
10030   - "name"
10031   - "tags"
10032   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10033   x-axis: "X = VNFs per Service Chain"
10034   y-axis: "Y = Number of Service Chains"
10035   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10036   layout:
10037     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10038     layout: "plot-service-density"
10039
10040 - type: "plot"
10041   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10042   algorithm: "plot_nf_heatmap"
10043   output-file-type: ".html"
10044   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10045   data: "plot-vpp-nfv-2n-clx-mrr"
10046   filter: "'NIC_Intel-XXV710' and
10047            'NF_DENSITY' and
10048            'VHOST' and
10049            'VXLAN' and
10050            'CHAIN' and
10051            'IMIX' and
10052            '4T2C' and
10053            'MRR'"
10054   parameters:
10055   - "result"
10056   - "name"
10057   - "tags"
10058   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10059   x-axis: "X = VNFs per Service Chain"
10060   y-axis: "Y = Number of Service Chains"
10061   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10062   layout:
10063     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10064     layout: "plot-service-density"
10065
10066 - type: "plot"
10067   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10068   algorithm: "plot_nf_heatmap"
10069   output-file-type: ".html"
10070   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10071   data: "plot-vpp-nfv-2n-clx-mrr"
10072   filter: "'NIC_Intel-XXV710' and
10073            'NF_DENSITY' and
10074            'VHOST' and
10075            'VXLAN' and
10076            'CHAIN' and
10077            'IMIX' and
10078            '8T4C' and
10079            'MRR'"
10080   parameters:
10081   - "result"
10082   - "name"
10083   - "tags"
10084   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10085   x-axis: "X = VNFs per Service Chain"
10086   y-axis: "Y = Number of Service Chains"
10087   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10088   layout:
10089     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10090     layout: "plot-service-density"
10091
10092 # Plots - NF Density - VSC - NDR IMIX
10093 - type: "plot"
10094   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10095   algorithm: "plot_nf_heatmap"
10096   output-file-type: ".html"
10097   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10098   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10099   filter: "'NIC_Intel-XXV710' and
10100            'NF_DENSITY' and
10101            'VHOST' and
10102            'VXLAN' and
10103            'CHAIN' a
10104            'IMIX' and
10105            '2T1C' and
10106            'NDRPDR'"
10107   parameters:
10108   - "throughput"
10109   - "name"
10110   - "tags"
10111   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10112   x-axis: "X = VNFs per Service Chain"
10113   y-axis: "Y = Number of Service Chains"
10114   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10115   layout:
10116     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10117     layout: "plot-service-density"
10118
10119 - type: "plot"
10120   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10121   algorithm: "plot_nf_heatmap"
10122   output-file-type: ".html"
10123   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10124   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10125   filter: "'NIC_Intel-XXV710' and
10126            'NF_DENSITY' and
10127            'VHOST' and
10128            'VXLAN' and
10129            'CHAIN' and
10130            'IMIX' and
10131            '4T2C' and
10132            'NDRPDR'"
10133   parameters:
10134   - "throughput"
10135   - "name"
10136   - "tags"
10137   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10138   x-axis: "X = VNFs per Service Chain"
10139   y-axis: "Y = Number of Service Chains"
10140   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10141   layout:
10142     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10143     layout: "plot-service-density"
10144
10145 - type: "plot"
10146   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10147   algorithm: "plot_nf_heatmap"
10148   output-file-type: ".html"
10149   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10150   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10151   filter: "'NIC_Intel-XXV710' and
10152            'NF_DENSITY' and
10153            'VHOST' and
10154            'VXLAN' and
10155            'CHAIN' and
10156            'IMIX' and
10157            '8T4C' and
10158            'NDRPDR'"
10159   parameters:
10160   - "throughput"
10161   - "name"
10162   - "tags"
10163   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10164   x-axis: "X = VNFs per Service Chain"
10165   y-axis: "Y = Number of Service Chains"
10166   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10167   layout:
10168     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10169     layout: "plot-service-density"
10170
10171 # Plots - NF Density - VSC - PDR IMIX
10172 - type: "plot"
10173   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10174   algorithm: "plot_nf_heatmap"
10175   output-file-type: ".html"
10176   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10177   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10178   filter: "'NIC_Intel-XXV710' and
10179            'NF_DENSITY' and
10180            'VHOST' and
10181            'VXLAN' and
10182            'CHAIN' and
10183            'IMIX' and
10184            '2T1C' and
10185            'NDRPDR'"
10186   parameters:
10187   - "throughput"
10188   - "name"
10189   - "tags"
10190   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10191   x-axis: "X = VNFs per Service Chain"
10192   y-axis: "Y = Number of Service Chains"
10193   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10194   layout:
10195     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10196     layout: "plot-service-density"
10197
10198 - type: "plot"
10199   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10200   algorithm: "plot_nf_heatmap"
10201   output-file-type: ".html"
10202   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10203   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10204   filter: "'NIC_Intel-XXV710' and
10205            'NF_DENSITY' and
10206            'VHOST' and
10207            'VXLAN' and
10208            'CHAIN' and
10209            'IMIX' and
10210            '4T2C' and
10211            'NDRPDR'"
10212   parameters:
10213   - "throughput"
10214   - "name"
10215   - "tags"
10216   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10217   x-axis: "X = VNFs per Service Chain"
10218   y-axis: "Y = Number of Service Chains"
10219   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10220   layout:
10221     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10222     layout: "plot-service-density"
10223
10224 - type: "plot"
10225   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10226   algorithm: "plot_nf_heatmap"
10227   output-file-type: ".html"
10228   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10229   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10230   filter: "'NIC_Intel-XXV710' and
10231            'NF_DENSITY' and
10232            'VHOST' and
10233            'VXLAN' and
10234            'CHAIN' and
10235            'IMIX' and
10236            '8T4C' and
10237            'NDRPDR'"
10238   parameters:
10239   - "throughput"
10240   - "name"
10241   - "tags"
10242   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10243   x-axis: "X = VNFs per Service Chain"
10244   y-axis: "Y = Number of Service Chains"
10245   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10246   layout:
10247     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10248     layout: "plot-service-density"
10249
10250 # Plots - NF Density - CSC - MRR IMIX
10251 - type: "plot"
10252   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10253   algorithm: "plot_nf_heatmap"
10254   output-file-type: ".html"
10255   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10256   data: "plot-vpp-nfv-2n-clx-mrr"
10257   filter: "'NIC_Intel-XXV710' and
10258            'NF_DENSITY' and
10259            'DOCKER' and
10260            'CHAIN' and
10261            'NF_VPPIP4' and
10262            'IMIX' and
10263            '2T1C' and
10264            'MRR'"
10265   parameters:
10266   - "result"
10267   - "name"
10268   - "tags"
10269   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10270   x-axis: "X = CNFs per Service Chain"
10271   y-axis: "Y = Number of Service Chains"
10272   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10273   layout:
10274     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10275     layout: "plot-service-density"
10276
10277 - type: "plot"
10278   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10279   algorithm: "plot_nf_heatmap"
10280   output-file-type: ".html"
10281   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10282   data: "plot-vpp-nfv-2n-clx-mrr"
10283   filter: "'NIC_Intel-XXV710' and
10284            'NF_DENSITY' and
10285            'DOCKER' and
10286            'CHAIN' and
10287            'NF_VPPIP4' and
10288            'IMIX' and
10289            '4T2C' and
10290            'MRR'"
10291   parameters:
10292   - "result"
10293   - "name"
10294   - "tags"
10295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10296   x-axis: "X = CNFs per Service Chain"
10297   y-axis: "Y = Number of Service Chains"
10298   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10299   layout:
10300     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10301     layout: "plot-service-density"
10302
10303 - type: "plot"
10304   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10305   algorithm: "plot_nf_heatmap"
10306   output-file-type: ".html"
10307   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10308   data: "plot-vpp-nfv-2n-clx-mrr"
10309   filter: "'NIC_Intel-XXV710' and
10310            'NF_DENSITY' and
10311            'DOCKER' and
10312            'CHAIN' and
10313            'NF_VPPIP4' and
10314            'IMIX' and
10315            '8T4C' and
10316            'MRR'"
10317   parameters:
10318   - "result"
10319   - "name"
10320   - "tags"
10321   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10322   x-axis: "X = CNFs per Service Chain"
10323   y-axis: "Y = Number of Service Chains"
10324   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10325   layout:
10326     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10327     layout: "plot-service-density"
10328
10329 # Plots - NF Density - CSC - NDR IMIX
10330 - type: "plot"
10331   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10332   algorithm: "plot_nf_heatmap"
10333   output-file-type: ".html"
10334   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10335   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10336   filter: "'NIC_Intel-XXV710' and
10337            'NF_DENSITY' and
10338            'DOCKER' and
10339            'CHAIN' and
10340            'NF_VPPIP4' and
10341            'IMIX' and
10342            '2T1C' and
10343            'NDRPDR'"
10344   parameters:
10345   - "throughput"
10346   - "name"
10347   - "tags"
10348   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10349   x-axis: "X = CNFs per Service Chain"
10350   y-axis: "Y = Number of Service Chains"
10351   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10352   layout:
10353     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10354     layout: "plot-service-density"
10355
10356 - type: "plot"
10357   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10358   algorithm: "plot_nf_heatmap"
10359   output-file-type: ".html"
10360   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10361   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10362   filter: "'NIC_Intel-XXV710' and
10363            'NF_DENSITY' and
10364            'DOCKER' and
10365            'CHAIN' and
10366            'NF_VPPIP4' and
10367            'IMIX' and
10368            '4T2C' and
10369            'NDRPDR'"
10370   parameters:
10371   - "throughput"
10372   - "name"
10373   - "tags"
10374   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10375   x-axis: "X = CNFs per Service Chain"
10376   y-axis: "Y = Number of Service Chains"
10377   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10378   layout:
10379     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10380     layout: "plot-service-density"
10381
10382 - type: "plot"
10383   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10384   algorithm: "plot_nf_heatmap"
10385   output-file-type: ".html"
10386   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10387   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10388   filter: "'NIC_Intel-XXV710' and
10389            'NF_DENSITY' and
10390            'DOCKER' and
10391            'CHAIN' and
10392            'NF_VPPIP4' and
10393            'IMIX' and
10394            '8T4C' and
10395            'NDRPDR'"
10396   parameters:
10397   - "throughput"
10398   - "name"
10399   - "tags"
10400   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10401   x-axis: "X = CNFs per Service Chain"
10402   y-axis: "Y = Number of Service Chains"
10403   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10404   layout:
10405     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10406     layout: "plot-service-density"
10407
10408 # Plots - NF Density - CSC - PDR IMIX
10409 - type: "plot"
10410   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10411   algorithm: "plot_nf_heatmap"
10412   output-file-type: ".html"
10413   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10414   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10415   filter: "'NIC_Intel-XXV710' and
10416            'NF_DENSITY' and
10417            'DOCKER' and
10418            'CHAIN' and
10419            'NF_VPPIP4' and
10420            'IMIX' and
10421            '2T1C' and
10422            'NDRPDR'"
10423   parameters:
10424   - "throughput"
10425   - "name"
10426   - "tags"
10427   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10428   x-axis: "X = CNFs per Service Chain"
10429   y-axis: "Y = Number of Service Chains"
10430   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10431   layout:
10432     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10433     layout: "plot-service-density"
10434
10435 - type: "plot"
10436   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10437   algorithm: "plot_nf_heatmap"
10438   output-file-type: ".html"
10439   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10440   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10441   filter: "'NIC_Intel-XXV710' and
10442            'NF_DENSITY' and
10443            'DOCKER' and
10444            'CHAIN' and
10445            'NF_VPPIP4' and
10446            'IMIX' and
10447            '4T2C' and
10448            'NDRPDR'"
10449   parameters:
10450   - "throughput"
10451   - "name"
10452   - "tags"
10453   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10454   x-axis: "X = CNFs per Service Chain"
10455   y-axis: "Y = Number of Service Chains"
10456   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10457   layout:
10458     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10459     layout: "plot-service-density"
10460
10461 - type: "plot"
10462   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10463   algorithm: "plot_nf_heatmap"
10464   output-file-type: ".html"
10465   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10466   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10467   filter: "'NIC_Intel-XXV710' and
10468            'NF_DENSITY' and
10469            'DOCKER' and
10470            'CHAIN' and
10471            'NF_VPPIP4' and
10472            'IMIX' and
10473            '8T4C' and
10474            'NDRPDR'"
10475   parameters:
10476   - "throughput"
10477   - "name"
10478   - "tags"
10479   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10480   x-axis: "X = CNFs per Service Chain"
10481   y-axis: "Y = Number of Service Chains"
10482   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10483   layout:
10484     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10485     layout: "plot-service-density"
10486
10487 # Plots - NF Density - CSP - MRR IMIX
10488 - type: "plot"
10489   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10490   algorithm: "plot_nf_heatmap"
10491   output-file-type: ".html"
10492   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10493   data: "plot-vpp-nfv-2n-clx-mrr"
10494   filter: "'NIC_Intel-XXV710' and
10495            'NF_DENSITY' and
10496            'DOCKER' and
10497            'PIPELINE' and
10498            'NF_VPPIP4' and
10499            'IMIX' and
10500            '2T1C' and
10501            'MRR'"
10502   parameters:
10503   - "result"
10504   - "name"
10505   - "tags"
10506   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10507   x-axis: "X = CNFs per Service Pipeline"
10508   y-axis: "Y = Number of Service Pipelines"
10509   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10510   layout:
10511     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10512     layout: "plot-service-density"
10513
10514 - type: "plot"
10515   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10516   algorithm: "plot_nf_heatmap"
10517   output-file-type: ".html"
10518   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10519   data: "plot-vpp-nfv-2n-clx-mrr"
10520   filter: "'NIC_Intel-XXV710' and
10521            'NF_DENSITY' and
10522            'DOCKER' and
10523            'PIPELINE' and
10524            'NF_VPPIP4' and
10525            'IMIX' and
10526            '4T2C' and
10527            'MRR'"
10528   parameters:
10529   - "result"
10530   - "name"
10531   - "tags"
10532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10533   x-axis: "X = CNFs per Service Pipeline"
10534   y-axis: "Y = Number of Service Pipelines"
10535   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10536   layout:
10537     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10538     layout: "plot-service-density"
10539
10540 - type: "plot"
10541   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10542   algorithm: "plot_nf_heatmap"
10543   output-file-type: ".html"
10544   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10545   data: "plot-vpp-nfv-2n-clx-mrr"
10546   filter: "'NIC_Intel-XXV710' and
10547            'NF_DENSITY' and
10548            'DOCKER' and
10549            'PIPELINE' and
10550            'NF_VPPIP4' and
10551            'IMIX' and
10552            '8T4C' and
10553            'MRR'"
10554   parameters:
10555   - "result"
10556   - "name"
10557   - "tags"
10558   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10559   x-axis: "X = CNFs per Service Pipeline"
10560   y-axis: "Y = Number of Service Pipelines"
10561   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10562   layout:
10563     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10564     layout: "plot-service-density"
10565
10566 # Plots - NF Density - CSP - NDR IMIX
10567 - type: "plot"
10568   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10569   algorithm: "plot_nf_heatmap"
10570   output-file-type: ".html"
10571   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10572   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10573   filter: "'NIC_Intel-XXV710' and
10574            'NF_DENSITY' and
10575            'DOCKER' and
10576            'PIPELINE' and
10577            'NF_VPPIP4' and
10578            'IMIX' and
10579            '2T1C' and
10580            'NDRPDR'"
10581   parameters:
10582   - "throughput"
10583   - "name"
10584   - "tags"
10585   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10586   x-axis: "X = CNFs per Service Pipeline"
10587   y-axis: "Y = Number of Service Pipelines"
10588   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10589   layout:
10590     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10591     layout: "plot-service-density"
10592
10593 - type: "plot"
10594   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10595   algorithm: "plot_nf_heatmap"
10596   output-file-type: ".html"
10597   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10598   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10599   filter: "'NIC_Intel-XXV710' and
10600            'NF_DENSITY' and
10601            'DOCKER' and
10602            'PIPELINE' and
10603            'NF_VPPIP4' and
10604            'IMIX' and
10605            '4T2C' and
10606            'NDRPDR'"
10607   parameters:
10608   - "throughput"
10609   - "name"
10610   - "tags"
10611   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10612   x-axis: "X = CNFs per Service Pipeline"
10613   y-axis: "Y = Number of Service Pipelines"
10614   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10615   layout:
10616     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10617     layout: "plot-service-density"
10618
10619 - type: "plot"
10620   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10621   algorithm: "plot_nf_heatmap"
10622   output-file-type: ".html"
10623   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10624   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10625   filter: "'NIC_Intel-XXV710' and
10626            'NF_DENSITY' and
10627            'DOCKER' and
10628            'PIPELINE' and
10629            'NF_VPPIP4' and
10630            'IMIX' and
10631            '8T4C' and
10632            'NDRPDR'"
10633   parameters:
10634   - "throughput"
10635   - "name"
10636   - "tags"
10637   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10638   x-axis: "X = CNFs per Service Pipeline"
10639   y-axis: "Y = Number of Service Pipelines"
10640   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10641   layout:
10642     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10643     layout: "plot-service-density"
10644
10645 # Plots - NF Density - CSP - PDR IMIX
10646 - type: "plot"
10647   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10648   algorithm: "plot_nf_heatmap"
10649   output-file-type: ".html"
10650   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10651   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10652   filter: "'NIC_Intel-XXV710' and
10653            'NF_DENSITY' and
10654            'DOCKER' and
10655            'PIPELINE' and
10656            'NF_VPPIP4' and
10657            'IMIX' and
10658            '2T1C' and
10659            'NDRPDR'"
10660   parameters:
10661   - "throughput"
10662   - "name"
10663   - "tags"
10664   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10665   x-axis: "X = CNFs per Service Pipeline"
10666   y-axis: "Y = Number of Service Pipelines"
10667   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10668   layout:
10669     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10670     layout: "plot-service-density"
10671
10672 - type: "plot"
10673   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10674   algorithm: "plot_nf_heatmap"
10675   output-file-type: ".html"
10676   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10677   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10678   filter: "'NIC_Intel-XXV710' and
10679            'NF_DENSITY' and
10680            'DOCKER' and
10681            'PIPELINE' and
10682            'NF_VPPIP4' and
10683            'IMIX' and
10684            '4T2C' and
10685            'NDRPDR'"
10686   parameters:
10687   - "throughput"
10688   - "name"
10689   - "tags"
10690   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10691   x-axis: "X = CNFs per Service Pipeline"
10692   y-axis: "Y = Number of Service Pipelines"
10693   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10694   layout:
10695     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10696     layout: "plot-service-density"
10697
10698 - type: "plot"
10699   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10700   algorithm: "plot_nf_heatmap"
10701   output-file-type: ".html"
10702   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10703   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10704   filter: "'NIC_Intel-XXV710' and
10705            'NF_DENSITY' and
10706            'DOCKER' and
10707            'PIPELINE' and
10708            'NF_VPPIP4' and
10709            'IMIX' and
10710            '8T4C' and
10711            'NDRPDR'"
10712   parameters:
10713   - "throughput"
10714   - "name"
10715   - "tags"
10716   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10717   x-axis: "X = CNFs per Service Pipeline"
10718   y-axis: "Y = Number of Service Pipelines"
10719   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10720   layout:
10721     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10722     layout: "plot-service-density"
10723
10724 ################################################################################
10725
10726 # Packet Throughput
10727
10728 - type: "plot"
10729   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10730   algorithm: "plot_perf_box_name"
10731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10733   include:
10734     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10735     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10736     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10737     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10738   layout:
10739     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10740     layout: "plot-throughput"
10741
10742 - type: "plot"
10743   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10744   algorithm: "plot_perf_box_name"
10745   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10746   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10747   include:
10748     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10749     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10750     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10751     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10752   layout:
10753     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10754     layout: "plot-throughput"
10755
10756 - type: "plot"
10757   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10758   algorithm: "plot_perf_box_name"
10759   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10760   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10761   include:
10762     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
10763     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
10764     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10765     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10766     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10767   layout:
10768     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10769     layout: "plot-throughput"
10770
10771 - type: "plot"
10772   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10773   algorithm: "plot_perf_box_name"
10774   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10775   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10776   include:
10777     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10778     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10779     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10780     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10781     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10782   layout:
10783     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10784     layout: "plot-throughput"
10785
10786 - type: "plot"
10787   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10788   algorithm: "plot_perf_box_name"
10789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10791   include:
10792     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10793     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10794     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10795     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10796     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10797   layout:
10798     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10799     layout: "plot-throughput"
10800
10801 - type: "plot"
10802   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10803   algorithm: "plot_perf_box_name"
10804   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10806   include:
10807     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10808     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10809     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10810     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10811     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10812   layout:
10813     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10814     layout: "plot-throughput"
10815
10816 - type: "plot"
10817   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10818   algorithm: "plot_perf_box_name"
10819   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10820   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10821   include:
10822     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10823     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10824     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10825     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10826     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10827   layout:
10828     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10829     layout: "plot-throughput"
10830
10831 - type: "plot"
10832   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10833   algorithm: "plot_perf_box_name"
10834   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10835   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10836   include:
10837     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10838     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10839     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10840     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10841     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10842   layout:
10843     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10844     layout: "plot-throughput"
10845
10846 - type: "plot"
10847   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10848   algorithm: "plot_perf_box_name"
10849   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10850   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10851   include:
10852     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10853     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10858   layout:
10859     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10860     layout: "plot-throughput"
10861
10862 - type: "plot"
10863   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10864   algorithm: "plot_perf_box_name"
10865   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10866   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10867   include:
10868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10874   layout:
10875     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10876     layout: "plot-throughput"
10877
10878 - type: "plot"
10879   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10880   algorithm: "plot_perf_box_name"
10881   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10882   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10883   include:
10884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10888   layout:
10889     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10890     layout: "plot-throughput"
10891
10892 - type: "plot"
10893   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10894   algorithm: "plot_perf_box_name"
10895   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10896   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10897   include:
10898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10902   layout:
10903     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10904     layout: "plot-throughput"
10905
10906 - type: "plot"
10907   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10908   algorithm: "plot_perf_box_name"
10909   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10910   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10911   include:
10912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10915   layout:
10916     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10917     layout: "plot-throughput"
10918
10919 - type: "plot"
10920   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10921   algorithm: "plot_perf_box_name"
10922   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10923   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10924   include:
10925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10928   layout:
10929     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10930     layout: "plot-throughput"
10931
10932 - type: "plot"
10933   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10934   algorithm: "plot_perf_box_name"
10935   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10936   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10937   include:
10938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10943   layout:
10944     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10945     layout: "plot-throughput"
10946
10947 - type: "plot"
10948   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10949   algorithm: "plot_perf_box_name"
10950   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10952   include:
10953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10958   layout:
10959     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10960     layout: "plot-throughput"
10961
10962 - type: "plot"
10963   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10964   algorithm: "plot_perf_box_name"
10965   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10967   include:
10968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10971   layout:
10972     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10973     layout: "plot-throughput"
10974
10975 - type: "plot"
10976   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10977   algorithm: "plot_perf_box_name"
10978   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10980   include:
10981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10984   layout:
10985     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10986     layout: "plot-throughput"
10987
10988 - type: "plot"
10989   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10990   algorithm: "plot_perf_box_name"
10991   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10992   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10993   include:
10994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11000   layout:
11001     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11002     layout: "plot-throughput"
11003
11004 - type: "plot"
11005   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11006   algorithm: "plot_perf_box_name"
11007   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11008   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11009   include:
11010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11016   layout:
11017     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11018     layout: "plot-throughput"
11019
11020 - type: "plot"
11021   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11022   algorithm: "plot_perf_box_name"
11023   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11024   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11025   include:
11026     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11027     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11028     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11029   layout:
11030     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11031     layout: "plot-throughput"
11032
11033 - type: "plot"
11034   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11035   algorithm: "plot_perf_box_name"
11036   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11037   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11038   include:
11039     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11040     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11041     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11042   layout:
11043     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11044     layout: "plot-throughput"
11045
11046 - type: "plot"
11047   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11048   algorithm: "plot_perf_box_name"
11049   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11051   include:
11052     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11053     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11054     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11055 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11056 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11057   layout:
11058     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11059     layout: "plot-throughput"
11060
11061 - type: "plot"
11062   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11063   algorithm: "plot_perf_box_name"
11064   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11066   include:
11067     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11068     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11069     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11070 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11071 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11072   layout:
11073     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11074     layout: "plot-throughput"
11075
11076 - type: "plot"
11077   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11078   algorithm: "plot_perf_box_name"
11079   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11080   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11081   include:
11082     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11083     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11084     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11085     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11086     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11087   layout:
11088     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11089     layout: "plot-throughput"
11090
11091 - type: "plot"
11092   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11093   algorithm: "plot_perf_box_name"
11094   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11095   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11096   include:
11097     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11098     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11099     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11100     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11101     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11102   layout:
11103     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11104     layout: "plot-throughput"
11105
11106 - type: "plot"
11107   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11108   algorithm: "plot_perf_box_name"
11109   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11111   include:
11112     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11113     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11114     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11115     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11117   layout:
11118     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11119     layout: "plot-throughput"
11120
11121 - type: "plot"
11122   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11123   algorithm: "plot_perf_box_name"
11124   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11125   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11126   include:
11127     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11128     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11129     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11132   layout:
11133     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11134     layout: "plot-throughput"
11135
11136 - type: "plot"
11137   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11138   algorithm: "plot_perf_box_name"
11139   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11141   include:
11142     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11143     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11145     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11146     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11148   layout:
11149     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11150     layout: "plot-throughput"
11151
11152 - type: "plot"
11153   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11154   algorithm: "plot_perf_box_name"
11155   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11156   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11157   include:
11158     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11159     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11160     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11162     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11164   layout:
11165     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11166     layout: "plot-throughput"
11167
11168 - type: "plot"
11169   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11170   algorithm: "plot_perf_box_name"
11171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11173   include:
11174     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11175     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11176     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11177     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11178     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11179     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11180   layout:
11181     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11182     layout: "plot-throughput"
11183
11184 - type: "plot"
11185   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11186   algorithm: "plot_perf_box_name"
11187   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11189   include:
11190     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11191     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11192     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11193     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11196   layout:
11197     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11198     layout: "plot-throughput"
11199
11200 - type: "plot"
11201   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11202   algorithm: "plot_perf_box_name"
11203   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11204   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11205   include:
11206     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11207     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11208     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11209     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11210     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11211   layout:
11212     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11213     layout: "plot-throughput"
11214
11215 - type: "plot"
11216   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11217   algorithm: "plot_perf_box_name"
11218   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11219   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11220   include:
11221     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11222     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11223     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11224     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11225     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11226   layout:
11227     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11228     layout: "plot-throughput"
11229
11230 - type: "plot"
11231   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11232   algorithm: "plot_perf_box_name"
11233   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11234   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11235   include:
11236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11237     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11238     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11239     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11240     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11241     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11242   layout:
11243     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11244     layout: "plot-throughput"
11245
11246 - type: "plot"
11247   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11248   algorithm: "plot_perf_box_name"
11249   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11250   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11251   include:
11252     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11253     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11254     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11255     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11256     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11257     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11258   layout:
11259     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11260     layout: "plot-throughput"
11261
11262 - type: "plot"
11263   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11264   algorithm: "plot_perf_box_name"
11265   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11266   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11267   include:
11268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11269     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11270     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11271     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11272     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11273   layout:
11274     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11275     layout: "plot-throughput"
11276
11277 - type: "plot"
11278   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11279   algorithm: "plot_perf_box_name"
11280   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11281   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11282   include:
11283     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11284     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11285     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11286     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11287     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11288   layout:
11289     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11290     layout: "plot-throughput"
11291
11292 - type: "plot"
11293   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11294   algorithm: "plot_perf_box_name"
11295   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11296   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11297   include:
11298     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11299     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11300     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11301     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11302     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11304   layout:
11305     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11306     layout: "plot-throughput"
11307
11308 - type: "plot"
11309   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11310   algorithm: "plot_perf_box_name"
11311   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11312   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11313   include:
11314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11315     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11317     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11320   layout:
11321     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11322     layout: "plot-throughput"
11323
11324 - type: "plot"
11325   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11326   algorithm: "plot_perf_box_name"
11327   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11328   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11329   include:
11330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11335   layout:
11336     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11337     layout: "plot-throughput"
11338
11339 - type: "plot"
11340   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11341   algorithm: "plot_perf_box_name"
11342   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11343   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11344   include:
11345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11350   layout:
11351     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11352     layout: "plot-throughput"
11353
11354 - type: "plot"
11355   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11356   algorithm: "plot_perf_box_name"
11357   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11358   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11359   include:
11360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11366   layout:
11367     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11368     layout: "plot-throughput"
11369
11370 - type: "plot"
11371   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11372   algorithm: "plot_perf_box_name"
11373   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11374   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11375   include:
11376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11382   layout:
11383     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11384     layout: "plot-throughput"
11385
11386 - type: "plot"
11387   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11388   algorithm: "plot_perf_box_name"
11389   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11390   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11391   include:
11392     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11393     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11394   layout:
11395     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11396     layout: "plot-throughput"
11397
11398 - type: "plot"
11399   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11400   algorithm: "plot_perf_box_name"
11401   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11402   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11403   include:
11404     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11405     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11406   layout:
11407     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11408     layout: "plot-throughput"
11409
11410 - type: "plot"
11411   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11412   algorithm: "plot_perf_box_name"
11413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11415   include:
11416     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11417     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11418     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11419     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11420   layout:
11421     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11422     layout: "plot-throughput"
11423
11424 - type: "plot"
11425   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11426   algorithm: "plot_perf_box_name"
11427   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11429   include:
11430     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11432     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11433     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11434   layout:
11435     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11436     layout: "plot-throughput"
11437
11438 - type: "plot"
11439   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11440   algorithm: "plot_perf_box_name"
11441   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11443   include:
11444     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11445     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11447     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11448   layout:
11449     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11450     layout: "plot-throughput"
11451
11452 - type: "plot"
11453   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11454   algorithm: "plot_perf_box_name"
11455   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11457   include:
11458     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11462   layout:
11463     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11464     layout: "plot-throughput"
11465
11466 - type: "plot"
11467   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11468   algorithm: "plot_perf_box_name"
11469   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11470   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11471   include:
11472     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11476   layout:
11477     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11478     layout: "plot-throughput"
11479
11480 - type: "plot"
11481   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11482   algorithm: "plot_perf_box_name"
11483   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11484   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11485   include:
11486     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11490   layout:
11491     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11492     layout: "plot-throughput"
11493
11494 - type: "plot"
11495   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11496   algorithm: "plot_perf_box_name"
11497   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11498   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11499   include:
11500     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11504   layout:
11505     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11506     layout: "plot-throughput"
11507
11508 - type: "plot"
11509   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11510   algorithm: "plot_perf_box_name"
11511   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11512   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11513   include:
11514     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11515     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11518   layout:
11519     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11520     layout: "plot-throughput"
11521
11522 - type: "plot"
11523   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11524   algorithm: "plot_perf_box_name"
11525   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11526   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11527   include:
11528     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11534   layout:
11535     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11536     layout: "plot-throughput"
11537
11538 - type: "plot"
11539   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11540   algorithm: "plot_perf_box_name"
11541   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11542   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11543   include:
11544     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11550   layout:
11551     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11552     layout: "plot-throughput"
11553
11554 - type: "plot"
11555   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11556   algorithm: "plot_perf_box_name"
11557   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11558   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11559   include:
11560     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11565   layout:
11566     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11567     layout: "plot-throughput"
11568
11569 - type: "plot"
11570   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11571   algorithm: "plot_perf_box_name"
11572   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11573   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11574   include:
11575     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11578     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11580   layout:
11581     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11582     layout: "plot-throughput"
11583
11584 - type: "plot"
11585   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11586   algorithm: "plot_perf_box_name"
11587   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11588   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11589   include:
11590     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11593     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11595   layout:
11596     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11597     layout: "plot-throughput"
11598
11599 - type: "plot"
11600   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11601   algorithm: "plot_perf_box_name"
11602   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11603   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11604   include:
11605     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11610   layout:
11611     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11612     layout: "plot-throughput"
11613
11614 - type: "plot"
11615   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11616   algorithm: "plot_perf_box_name"
11617   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11618   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11619   include:
11620     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11623   layout:
11624     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11625     layout: "plot-throughput"
11626
11627 - type: "plot"
11628   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11629   algorithm: "plot_perf_box_name"
11630   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11631   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11632   include:
11633     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11636   layout:
11637     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11638     layout: "plot-throughput"
11639
11640 - type: "plot"
11641   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11642   algorithm: "plot_perf_box_name"
11643   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11645   include:
11646     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11649   layout:
11650     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11651     layout: "plot-throughput"
11652
11653 - type: "plot"
11654   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11655   algorithm: "plot_perf_box_name"
11656   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11658   include:
11659     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11660     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11662   layout:
11663     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11664     layout: "plot-throughput"
11665
11666 - type: "plot"
11667   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11668   algorithm: "plot_perf_box_name"
11669   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11671   include:
11672     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11673     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11674     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11675     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11676     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11677   layout:
11678     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11679     layout: "plot-throughput"
11680
11681 - type: "plot"
11682   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11683   algorithm: "plot_perf_box_name"
11684   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11686   include:
11687     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11688     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11689     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11690     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11691     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11692   layout:
11693     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11694     layout: "plot-throughput"
11695
11696 - type: "plot"
11697   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11698   algorithm: "plot_perf_box_name"
11699   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11701   include:
11702     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11707   layout:
11708     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11709     layout: "plot-throughput"
11710
11711 - type: "plot"
11712   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11713   algorithm: "plot_perf_box_name"
11714   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11716   include:
11717     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11722   layout:
11723     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11724     layout: "plot-throughput"
11725
11726 - type: "plot"
11727   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11728   algorithm: "plot_perf_box_name"
11729   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11730   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11731   include:
11732     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11737   layout:
11738     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11739     layout: "plot-throughput"
11740
11741 - type: "plot"
11742   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11743   algorithm: "plot_perf_box_name"
11744   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11745   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11746   include:
11747     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11752   layout:
11753     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11754     layout: "plot-throughput"
11755
11756 - type: "plot"
11757   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11758   algorithm: "plot_perf_box_name"
11759   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11760   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11761   include:
11762     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11766     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11767   layout:
11768     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11769     layout: "plot-throughput"
11770
11771 - type: "plot"
11772   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11773   algorithm: "plot_perf_box_name"
11774   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11775   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11776   include:
11777     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11782   layout:
11783     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11784     layout: "plot-throughput"
11785
11786 - type: "plot"
11787   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11788   algorithm: "plot_perf_box_name"
11789   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11790   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11791   include:
11792     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11793     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11797   layout:
11798     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11799     layout: "plot-throughput"
11800
11801 - type: "plot"
11802   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11803   algorithm: "plot_perf_box_name"
11804   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11805   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11806   include:
11807     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11808     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11809     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11812   layout:
11813     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11814     layout: "plot-throughput"
11815
11816 - type: "plot"
11817   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11818   algorithm: "plot_perf_box_name"
11819   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11820   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11821   include:
11822     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11823     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11824     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11825     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11826     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11827     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11828   layout:
11829     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11830     layout: "plot-throughput"
11831
11832 - type: "plot"
11833   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11834   algorithm: "plot_perf_box_name"
11835   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11836   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11837   include:
11838     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11839     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11840     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11841     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11842     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11843     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11844   layout:
11845     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11846     layout: "plot-throughput"
11847
11848 - type: "plot"
11849   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11850   algorithm: "plot_perf_box_name"
11851   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11852   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11853   include:
11854     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11855     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11856     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11857     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11858   layout:
11859     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11860     layout: "plot-throughput"
11861
11862 - type: "plot"
11863   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11864   algorithm: "plot_perf_box_name"
11865   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11866   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11867   include:
11868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11869     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11871     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11872   layout:
11873     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11874     layout: "plot-throughput"
11875
11876 - type: "plot"
11877   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11878   algorithm: "plot_perf_box_name"
11879   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11880   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11881   include:
11882     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11883     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11884     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11885     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11886     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11887     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11888   layout:
11889     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11890     layout: "plot-throughput"
11891
11892 - type: "plot"
11893   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11894   algorithm: "plot_perf_box_name"
11895   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11897   include:
11898     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11899     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11900     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11901     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11902     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11903     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11904   layout:
11905     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11906     layout: "plot-throughput"
11907
11908 - type: "plot"
11909   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11910   algorithm: "plot_perf_box_name"
11911   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11912   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11913   include:
11914     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11915     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11916     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11917     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11918     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11919     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11920   layout:
11921     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11922     layout: "plot-throughput"
11923
11924 - type: "plot"
11925   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11926   algorithm: "plot_perf_box_name"
11927   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11929   include:
11930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11931     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11932     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11933     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11934     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11935     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11936   layout:
11937     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11938     layout: "plot-throughput"
11939
11940 - type: "plot"
11941   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11942   algorithm: "plot_perf_box_name"
11943   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11944   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11945   include:
11946     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11947 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11948     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11949 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11950     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11951 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11952   layout:
11953     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11954     layout: "plot-throughput"
11955
11956 - type: "plot"
11957   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11958   algorithm: "plot_perf_box_name"
11959   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11960   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11961   include:
11962     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11963 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11964     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11965 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11966     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11967 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11968   layout:
11969     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11970     layout: "plot-throughput"
11971
11972 - type: "plot"
11973   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11974   algorithm: "plot_perf_box_name"
11975   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11976   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11977   include:
11978     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11979     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11980     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11981     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11982     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11983     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11984   layout:
11985     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11986     layout: "plot-throughput"
11987
11988 - type: "plot"
11989   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11990   algorithm: "plot_perf_box_name"
11991   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11992   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11993   include:
11994     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11995     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11996     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11997     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11998     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11999     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12000   layout:
12001     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12002     layout: "plot-throughput"
12003
12004 - type: "plot"
12005   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12006   algorithm: "plot_perf_box_name"
12007   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12008   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12009   include:
12010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12016   layout:
12017     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12018     layout: "plot-throughput"
12019
12020 - type: "plot"
12021   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12022   algorithm: "plot_perf_box_name"
12023   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12025   include:
12026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12031     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12032   layout:
12033     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12034     layout: "plot-throughput"
12035
12036 - type: "plot"
12037   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12038   algorithm: "plot_perf_box_name"
12039   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12040   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12041   include:
12042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12046   layout:
12047     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12048     layout: "plot-throughput"
12049
12050 - type: "plot"
12051   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12052   algorithm: "plot_perf_box_name"
12053   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12055   include:
12056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12060   layout:
12061     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12062     layout: "plot-throughput"
12063
12064 - type: "plot"
12065   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12066   algorithm: "plot_perf_box_name"
12067   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12068   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12069   include:
12070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12075   layout:
12076     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12077     layout: "plot-throughput"
12078
12079 - type: "plot"
12080   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12081   algorithm: "plot_perf_box_name"
12082   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12083   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12084   include:
12085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12090   layout:
12091     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12092     layout: "plot-throughput"
12093
12094 - type: "plot"
12095   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12096   algorithm: "plot_perf_box_name"
12097   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12099   include:
12100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12104   layout:
12105     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12106     layout: "plot-throughput"
12107
12108 - type: "plot"
12109   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12110   algorithm: "plot_perf_box_name"
12111   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12113   include:
12114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12118   layout:
12119     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12120     layout: "plot-throughput"
12121
12122 - type: "plot"
12123   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12124   algorithm: "plot_perf_box_name"
12125   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12126   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12127   include:
12128     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12129     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12130     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12131     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12132     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12133     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12134   layout:
12135     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12136     layout: "plot-throughput"
12137
12138 - type: "plot"
12139   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12140   algorithm: "plot_perf_box_name"
12141   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12142   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12143   include:
12144     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12145     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12146     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12147     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12148     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12149     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12150   layout:
12151     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12152     layout: "plot-throughput"
12153
12154 - type: "plot"
12155   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12156   algorithm: "plot_perf_box_name"
12157   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12159   include:
12160     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12161     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12162     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12163     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12164     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12165   layout:
12166     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12167     layout: "plot-throughput"
12168
12169 - type: "plot"
12170   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12171   algorithm: "plot_perf_box_name"
12172   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12174   include:
12175     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12176     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12177     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12178     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12179     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12180   layout:
12181     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12182     layout: "plot-throughput"
12183
12184 - type: "plot"
12185   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12186   algorithm: "plot_perf_box_name"
12187   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12189   include:
12190     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12191     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12195   layout:
12196     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12197     layout: "plot-throughput"
12198
12199 - type: "plot"
12200   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12201   algorithm: "plot_perf_box_name"
12202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12204   include:
12205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12210   layout:
12211     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12212     layout: "plot-throughput"
12213
12214 - type: "plot"
12215   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12216   algorithm: "plot_perf_box_name"
12217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12219   include:
12220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12224   layout:
12225     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12226     layout: "plot-throughput"
12227
12228 - type: "plot"
12229   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12230   algorithm: "plot_perf_box_name"
12231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12233   include:
12234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12238   layout:
12239     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12240     layout: "plot-throughput"
12241
12242 - type: "plot"
12243   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12244   algorithm: "plot_perf_box_name"
12245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12247   include:
12248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12254   layout:
12255     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12256     layout: "plot-throughput"
12257
12258 - type: "plot"
12259   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12260   algorithm: "plot_perf_box_name"
12261   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12263   include:
12264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12270   layout:
12271     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12272     layout: "plot-throughput"
12273
12274 - type: "plot"
12275   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12276   algorithm: "plot_perf_box_name"
12277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12279   include:
12280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12286   layout:
12287     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12288     layout: "plot-throughput"
12289
12290 - type: "plot"
12291   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12292   algorithm: "plot_perf_box_name"
12293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12295   include:
12296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12302   layout:
12303     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12304     layout: "plot-throughput"
12305
12306 - type: "plot"
12307   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12308   algorithm: "plot_perf_box_name"
12309   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12311   include:
12312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12318   layout:
12319     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12320     layout: "plot-throughput"
12321
12322 - type: "plot"
12323   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12324   algorithm: "plot_perf_box_name"
12325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12327   include:
12328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12334   layout:
12335     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12336     layout: "plot-throughput"
12337
12338 - type: "plot"
12339   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12340   algorithm: "plot_perf_box_name"
12341   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12342   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12343   include:
12344     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12345     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12346     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12347     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12348   layout:
12349     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12350     layout: "plot-throughput"
12351
12352 - type: "plot"
12353   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12354   algorithm: "plot_perf_box_name"
12355   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12356   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12357   include:
12358     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12359     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12360     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12361     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12362   layout:
12363     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12364     layout: "plot-throughput"
12365
12366 - type: "plot"
12367   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12368   algorithm: "plot_perf_box_name"
12369   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12370   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12371   include:
12372     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12373     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12374     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12375     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12376     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12377     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12378   layout:
12379     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12380     layout: "plot-throughput"
12381
12382 - type: "plot"
12383   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12384   algorithm: "plot_perf_box_name"
12385   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12386   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12387   include:
12388     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12389     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12390     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12391     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12392     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12393     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12394   layout:
12395     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12396     layout: "plot-throughput"
12397
12398 - type: "plot"
12399   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12400   algorithm: "plot_perf_box_name"
12401   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12402   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12403   include:
12404     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12405     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12406     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12407     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12408     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12409     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12410   layout:
12411     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12412     layout: "plot-throughput"
12413
12414 - type: "plot"
12415   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12416   algorithm: "plot_perf_box_name"
12417   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12418   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12419   include:
12420     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12421     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12422     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12423     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12424     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12425     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12426   layout:
12427     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12428     layout: "plot-throughput"
12429
12430 - type: "plot"
12431   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12432   algorithm: "plot_perf_box_name"
12433   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12434   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12435   include:
12436     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12437     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12438     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12439     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12440   layout:
12441     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12442     layout: "plot-throughput"
12443
12444 - type: "plot"
12445   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12446   algorithm: "plot_perf_box_name"
12447   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12448   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12449   include:
12450     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12451     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12452     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12453     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12454   layout:
12455     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12456     layout: "plot-throughput"
12457
12458 - type: "plot"
12459   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12460   algorithm: "plot_perf_box_name"
12461   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12462   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12463   include:
12464     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12465     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12466     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12467     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12468     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12469     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12470   layout:
12471     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12472     layout: "plot-throughput"
12473
12474 - type: "plot"
12475   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12476   algorithm: "plot_perf_box_name"
12477   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12478   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12479   include:
12480     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12481     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12482     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12483     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12485     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12486   layout:
12487     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12488     layout: "plot-throughput"
12489
12490 - type: "plot"
12491   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12492   algorithm: "plot_perf_box_name"
12493   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12494   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12495   include:
12496     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12497     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12498     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12499     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12500   layout:
12501     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12502     layout: "plot-throughput"
12503
12504 - type: "plot"
12505   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12506   algorithm: "plot_perf_box_name"
12507   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12508   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12509   include:
12510     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12511     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12512     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12513     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12514   layout:
12515     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12516     layout: "plot-throughput"
12517
12518 - type: "plot"
12519   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12520   algorithm: "plot_perf_box_name"
12521   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12522   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12523   include:
12524     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12525     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12526     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12527     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12528     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12529     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12530   layout:
12531     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12532     layout: "plot-throughput"
12533
12534 - type: "plot"
12535   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12536   algorithm: "plot_perf_box_name"
12537   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12538   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12539   include:
12540     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12541     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12542     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12543     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12544     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12545     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12546   layout:
12547     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12548     layout: "plot-throughput"
12549
12550 - type: "plot"
12551   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12552   algorithm: "plot_perf_box_name"
12553   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12554   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12555   include:
12556     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12557     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12558     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12559     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12560     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12561     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12562   layout:
12563     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12564     layout: "plot-throughput"
12565
12566 - type: "plot"
12567   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12568   algorithm: "plot_perf_box_name"
12569   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12570   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12571   include:
12572     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12573     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12574     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12575     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12576     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12577     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12578   layout:
12579     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12580     layout: "plot-throughput"
12581
12582 - type: "plot"
12583   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12584   algorithm: "plot_perf_box_name"
12585   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12586   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12587   include:
12588     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12589     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12590     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12591     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12592     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12593     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12594   layout:
12595     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12596     layout: "plot-throughput"
12597
12598 - type: "plot"
12599   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12600   algorithm: "plot_perf_box_name"
12601   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12602   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12603   include:
12604     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12605     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12606     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12607     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12608     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12609     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12610   layout:
12611     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12612     layout: "plot-throughput"
12613
12614 - type: "plot"
12615   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12616   algorithm: "plot_perf_box_name"
12617   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12619   include:
12620     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12621     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12622     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12623     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12624     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12625     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12626   layout:
12627     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12628     layout: "plot-throughput"
12629
12630 - type: "plot"
12631   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12632   algorithm: "plot_perf_box_name"
12633   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12635   include:
12636     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12637     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12638     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12639     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12640     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12641     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12642   layout:
12643     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12644     layout: "plot-throughput"
12645
12646 - type: "plot"
12647   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12648   algorithm: "plot_perf_box_name"
12649   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12650   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12651   include:
12652     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12653     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12654     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12655     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12656     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12657     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12658   layout:
12659     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12660     layout: "plot-throughput"
12661
12662 - type: "plot"
12663   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12664   algorithm: "plot_perf_box_name"
12665   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12666   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12667   include:
12668     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12669     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12670     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12671     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12672     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12673     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12674   layout:
12675     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12676     layout: "plot-throughput"
12677
12678 #- type: "plot"
12679 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12680 #  algorithm: "plot_perf_box_name"
12681 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12682 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12683 #  include:
12684 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12685 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12686 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12687 #  layout:
12688 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12689 #    layout: "plot-throughput"
12690 #
12691 #- type: "plot"
12692 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12693 #  algorithm: "plot_perf_box_name"
12694 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12695 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12696 #  include:
12697 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12698 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12699 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12700 #  layout:
12701 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12702 #    layout: "plot-throughput"
12703
12704 - type: "plot"
12705   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12706   algorithm: "plot_perf_box_name"
12707   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12708   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12709   include:
12710     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12711     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12712     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12713     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12714   layout:
12715     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12716     layout: "plot-throughput"
12717
12718 - type: "plot"
12719   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12720   algorithm: "plot_perf_box_name"
12721   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12722   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12723   include:
12724     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12725     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12726     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12727     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12728   layout:
12729     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12730     layout: "plot-throughput"
12731
12732 - type: "plot"
12733   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12734   algorithm: "plot_perf_box_name"
12735   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12736   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12737   include:
12738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12742   layout:
12743     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12744     layout: "plot-throughput"
12745
12746 - type: "plot"
12747   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12748   algorithm: "plot_perf_box_name"
12749   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12750   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12751   include:
12752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12754     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12756   layout:
12757     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12758     layout: "plot-throughput"
12759
12760 - type: "plot"
12761   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12762   algorithm: "plot_perf_box_name"
12763   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12764   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12765   include:
12766     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12767     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12768     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12769     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12770   layout:
12771     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12772     layout: "plot-throughput"
12773
12774 - type: "plot"
12775   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12776   algorithm: "plot_perf_box_name"
12777   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12778   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12779   include:
12780     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12781     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12782     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12783     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12784   layout:
12785     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12786     layout: "plot-throughput"
12787
12788 - type: "plot"
12789   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12790   algorithm: "plot_perf_box_name"
12791   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12792   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12793   include:
12794     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12795     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12796     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12797     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12798   layout:
12799     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12800     layout: "plot-throughput"
12801
12802 - type: "plot"
12803   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12804   algorithm: "plot_perf_box_name"
12805   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12806   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12807   include:
12808     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12809     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12810     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12811     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12812   layout:
12813     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12814     layout: "plot-throughput"
12815
12816 - type: "plot"
12817   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12818   algorithm: "plot_perf_box_name"
12819   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12821   include:
12822     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12823     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12824     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12825     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12826   layout:
12827     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12828     layout: "plot-throughput"
12829
12830 - type: "plot"
12831   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12832   algorithm: "plot_perf_box_name"
12833   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12835   include:
12836     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12837     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12838     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12839     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12840   layout:
12841     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12842     layout: "plot-throughput"
12843
12844 - type: "plot"
12845   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12846   algorithm: "plot_perf_box_name"
12847   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12848   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12849   include:
12850     - "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"
12851     - "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"
12852     - "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"
12853     - "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"
12854   layout:
12855     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12856     layout: "plot-throughput"
12857
12858 - type: "plot"
12859   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12860   algorithm: "plot_perf_box_name"
12861   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12863   include:
12864     - "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"
12865     - "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"
12866     - "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"
12867     - "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"
12868   layout:
12869     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12870     layout: "plot-throughput"
12871
12872 - type: "plot"
12873   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12874   algorithm: "plot_perf_box_name"
12875   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12877   include:
12878     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12879     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12880     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12881     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12882     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12883     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12884   layout:
12885     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12886     layout: "plot-throughput"
12887
12888 - type: "plot"
12889   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12890   algorithm: "plot_perf_box_name"
12891   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12892   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12893   include:
12894     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12895     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12896     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12897     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12898     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12899     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12900   layout:
12901     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12902     layout: "plot-throughput"
12903
12904 - type: "plot"
12905   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12906   algorithm: "plot_perf_box_name"
12907   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12908   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12909   include:
12910     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12911     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12912     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12913     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12914     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12915     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12916   layout:
12917     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12918     layout: "plot-throughput"
12919
12920 - type: "plot"
12921   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12922   algorithm: "plot_perf_box_name"
12923   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12925   include:
12926     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12927     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12928     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12929     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12930     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12931     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12932   layout:
12933     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12934     layout: "plot-throughput"
12935
12936 - type: "plot"
12937   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12938   algorithm: "plot_perf_box_name"
12939   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12940   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12941   include:
12942     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12943     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12944     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12945     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12946     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12947     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12948   layout:
12949     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12950     layout: "plot-throughput"
12951
12952 - type: "plot"
12953   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12954   algorithm: "plot_perf_box_name"
12955   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12956   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12957   include:
12958     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12959     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12960     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12961     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12962     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12963     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12964   layout:
12965     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12966     layout: "plot-throughput"
12967
12968 - type: "plot"
12969   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12970   algorithm: "plot_perf_box_name"
12971   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12972   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12973   include:
12974     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12975     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12976     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12977     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12978     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12979   layout:
12980     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12981     layout: "plot-throughput"
12982
12983 - type: "plot"
12984   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12985   algorithm: "plot_perf_box_name"
12986   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12987   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12988   include:
12989     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12990     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12991     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12992     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12993     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12994   layout:
12995     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12996     layout: "plot-throughput"
12997
12998 - type: "plot"
12999   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13000   algorithm: "plot_perf_box_name"
13001   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13003   include:
13004     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13005     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13006   layout:
13007     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13008     layout: "plot-throughput"
13009
13010 - type: "plot"
13011   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13012   algorithm: "plot_perf_box_name"
13013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13015   include:
13016     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13017     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13018   layout:
13019     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13020     layout: "plot-throughput"
13021
13022 - type: "plot"
13023   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13024   algorithm: "plot_perf_box_name"
13025   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13027   include:
13028     - "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"
13029     - "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"
13030   layout:
13031     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13032     layout: "plot-throughput"
13033
13034 - type: "plot"
13035   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13036   algorithm: "plot_perf_box_name"
13037   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13039   include:
13040     - "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"
13041     - "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"
13042   layout:
13043     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13044     layout: "plot-throughput"
13045
13046 - type: "plot"
13047   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13048   algorithm: "plot_perf_box_name"
13049   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13050   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13051   include:
13052     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13053     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13054     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13055     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13056     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13057   layout:
13058     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13059     layout: "plot-throughput"
13060
13061 - type: "plot"
13062   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13063   algorithm: "plot_perf_box_name"
13064   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13065   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13066   include:
13067     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13068     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13069     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13070     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13071     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13072   layout:
13073     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13074     layout: "plot-throughput"
13075
13076 #- type: "plot"
13077 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13078 #  algorithm: "plot_perf_box_name"
13079 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13080 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13081 #  include:
13082 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13083 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13084 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13085 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13086 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13087 #  layout:
13088 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13089 #    layout: "plot-throughput"
13090 #
13091 #- type: "plot"
13092 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13093 #  algorithm: "plot_perf_box_name"
13094 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13095 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13096 #  include:
13097 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13098 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13099 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13100 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13101 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13102 #  layout:
13103 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13104 #    layout: "plot-throughput"
13105
13106 #- type: "plot"
13107 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13108 #  algorithm: "plot_perf_box_name"
13109 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13110 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13111 #  include:
13112 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13113 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13114 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13115 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13116 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13117 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13118 #  layout:
13119 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13120 #    layout: "plot-throughput"
13121 #
13122 #- type: "plot"
13123 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13124 #  algorithm: "plot_perf_box_name"
13125 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13126 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13127 #  include:
13128 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13129 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13130 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13131 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13132 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13133 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13134 #  layout:
13135 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13136 #    layout: "plot-throughput"
13137
13138 - type: "plot"
13139   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13140   algorithm: "plot_perf_box_name"
13141   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13143   include:
13144     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13145     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13146     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13147   layout:
13148     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13149     layout: "plot-throughput"
13150
13151 - type: "plot"
13152   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13153   algorithm: "plot_perf_box_name"
13154   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13156   include:
13157     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13158     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13159     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13160   layout:
13161     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13162     layout: "plot-throughput"
13163
13164 ################################################################################
13165
13166 # Packet Speedup
13167
13168 - type: "plot"
13169   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13170   algorithm: "plot_tsa_name"
13171   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13172   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13173   include:
13174     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13175     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13176     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13177     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13178   layout:
13179     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13180     layout: "plot-throughput-speedup-analysis"
13181
13182 - type: "plot"
13183   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13184   algorithm: "plot_tsa_name"
13185   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13187   include:
13188     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13189     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13190     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13191     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13192   layout:
13193     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13194     layout: "plot-throughput-speedup-analysis"
13195
13196 - type: "plot"
13197   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13198   algorithm: "plot_tsa_name"
13199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13201   include:
13202     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13203     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13204     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13205     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13206     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13207   layout:
13208     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13209     layout: "plot-throughput-speedup-analysis"
13210
13211 - type: "plot"
13212   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13213   algorithm: "plot_tsa_name"
13214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13216   include:
13217     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13218     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13219     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13220     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13221     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13222   layout:
13223     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13224     layout: "plot-throughput-speedup-analysis"
13225
13226 - type: "plot"
13227   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13228   algorithm: "plot_tsa_name"
13229   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13231   include:
13232     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13233     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13234     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13235     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13236     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13237   layout:
13238     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13239     layout: "plot-throughput-speedup-analysis"
13240
13241 - type: "plot"
13242   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13243   algorithm: "plot_tsa_name"
13244   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13246   include:
13247     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13248     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13249     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13250     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13251     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13252   layout:
13253     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13254     layout: "plot-throughput-speedup-analysis"
13255
13256 - type: "plot"
13257   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13258   algorithm: "plot_tsa_name"
13259   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13260   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13261   include:
13262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13263     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13264     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13265     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13267     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13268   layout:
13269     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13270     layout: "plot-throughput-speedup-analysis"
13271
13272 - type: "plot"
13273   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13274   algorithm: "plot_tsa_name"
13275   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13276   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13277   include:
13278     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13280     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13281     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13282     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13283     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13284   layout:
13285     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13286     layout: "plot-throughput-speedup-analysis"
13287
13288 - type: "plot"
13289   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13290   algorithm: "plot_tsa_name"
13291   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13292   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13293   include:
13294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13298   layout:
13299     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13300     layout: "plot-throughput-speedup-analysis"
13301
13302 - type: "plot"
13303   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13304   algorithm: "plot_tsa_name"
13305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13307   include:
13308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13312   layout:
13313     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13314     layout: "plot-throughput-speedup-analysis"
13315
13316 - type: "plot"
13317   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13318   algorithm: "plot_tsa_name"
13319   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13320   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13321   include:
13322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13325   layout:
13326     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13327     layout: "plot-throughput-speedup-analysis"
13328
13329 - type: "plot"
13330   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13331   algorithm: "plot_tsa_name"
13332   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13333   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13334   include:
13335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13338   layout:
13339     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13340     layout: "plot-throughput-speedup-analysis"
13341
13342 - type: "plot"
13343   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13344   algorithm: "plot_tsa_name"
13345   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13346   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13347   include:
13348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13353   layout:
13354     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13355     layout: "plot-throughput-speedup-analysis"
13356
13357 - type: "plot"
13358   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13359   algorithm: "plot_tsa_name"
13360   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13361   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13362   include:
13363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13368   layout:
13369     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13370     layout: "plot-throughput-speedup-analysis"
13371
13372 - type: "plot"
13373   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13374   algorithm: "plot_tsa_name"
13375   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13376   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13377   include:
13378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13381   layout:
13382     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13383     layout: "plot-throughput-speedup-analysis"
13384
13385 - type: "plot"
13386   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13387   algorithm: "plot_tsa_name"
13388   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13389   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13390   include:
13391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13394   layout:
13395     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13396     layout: "plot-throughput-speedup-analysis"
13397
13398 - type: "plot"
13399   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13400   algorithm: "plot_tsa_name"
13401   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13402   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13403   include:
13404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13410   layout:
13411     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13412     layout: "plot-throughput-speedup-analysis"
13413
13414 - type: "plot"
13415   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13416   algorithm: "plot_tsa_name"
13417   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13418   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13419   include:
13420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13426   layout:
13427     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13428     layout: "plot-throughput-speedup-analysis"
13429
13430 - type: "plot"
13431   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13432   algorithm: "plot_tsa_name"
13433   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13434   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13435   include:
13436     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13437     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13438     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13439   layout:
13440     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13441     layout: "plot-throughput-speedup-analysis"
13442
13443 - type: "plot"
13444   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13445   algorithm: "plot_tsa_name"
13446   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13447   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13448   include:
13449     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13450     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13451     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13452   layout:
13453     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13454     layout: "plot-throughput-speedup-analysis"
13455
13456 - type: "plot"
13457   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13458   algorithm: "plot_tsa_name"
13459   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13461   include:
13462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13465 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13466 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13467   layout:
13468     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13469     layout: "plot-throughput-speedup-analysis"
13470
13471 - type: "plot"
13472   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13473   algorithm: "plot_tsa_name"
13474   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13476   include:
13477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13480 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13481 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13482   layout:
13483     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13484     layout: "plot-throughput-speedup-analysis"
13485
13486 - type: "plot"
13487   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13488   algorithm: "plot_tsa_name"
13489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13491   include:
13492     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13493     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13495     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13497   layout:
13498     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13499     layout: "plot-throughput-speedup-analysis"
13500
13501 - type: "plot"
13502   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13503   algorithm: "plot_tsa_name"
13504   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13506   include:
13507     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13508     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13510     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13512   layout:
13513     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13514     layout: "plot-throughput-speedup-analysis"
13515
13516 - type: "plot"
13517   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13518   algorithm: "plot_tsa_name"
13519   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13520   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13521   include:
13522     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13523     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13524     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13525     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13526     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13527   layout:
13528     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13529     layout: "plot-throughput-speedup-analysis"
13530
13531 - type: "plot"
13532   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13533   algorithm: "plot_tsa_name"
13534   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13536   include:
13537     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13538     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13540     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13541     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13542   layout:
13543     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13544     layout: "plot-throughput-speedup-analysis"
13545
13546 - type: "plot"
13547   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13548   algorithm: "plot_tsa_name"
13549   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13551   include:
13552     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13553     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13554     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13555     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13556     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13557     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13558   layout:
13559     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13560     layout: "plot-throughput-speedup-analysis"
13561
13562 - type: "plot"
13563   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13564   algorithm: "plot_tsa_name"
13565   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13567   include:
13568     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13569     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13570     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13571     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13572     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13573     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13574   layout:
13575     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13576     layout: "plot-throughput-speedup-analysis"
13577
13578 - type: "plot"
13579   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13580   algorithm: "plot_tsa_name"
13581   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13583   include:
13584     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13585     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13586     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13587     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13588     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13589     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13590   layout:
13591     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13592     layout: "plot-throughput-speedup-analysis"
13593
13594 - type: "plot"
13595   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13596   algorithm: "plot_tsa_name"
13597   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13599   include:
13600     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13601     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13602     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13603     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13604     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13605     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13606   layout:
13607     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13608     layout: "plot-throughput-speedup-analysis"
13609
13610 - type: "plot"
13611   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13612   algorithm: "plot_tsa_name"
13613   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13614   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13615   include:
13616     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13617     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13618   layout:
13619     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13620     layout: "plot-throughput-speedup-analysis"
13621
13622 - type: "plot"
13623   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13624   algorithm: "plot_tsa_name"
13625   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13626   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13627   include:
13628     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13629     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13630   layout:
13631     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13632     layout: "plot-throughput-speedup-analysis"
13633
13634 - type: "plot"
13635   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13636   algorithm: "plot_tsa_name"
13637   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13638   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13639   include:
13640     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13641     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13642     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13643     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13644   layout:
13645     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
13646     layout: "plot-throughput-speedup-analysis"
13647
13648 - type: "plot"
13649   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13650   algorithm: "plot_tsa_name"
13651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13653   include:
13654     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13655     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13656     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13657     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13658   layout:
13659     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
13660     layout: "plot-throughput-speedup-analysis"
13661
13662 - type: "plot"
13663   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13664   algorithm: "plot_tsa_name"
13665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13667   include:
13668     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13669     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13670     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13671     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13672   layout:
13673     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13674     layout: "plot-throughput-speedup-analysis"
13675
13676 - type: "plot"
13677   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13678   algorithm: "plot_tsa_name"
13679   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13681   include:
13682     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13683     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13684     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13685     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13686   layout:
13687     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13688     layout: "plot-throughput-speedup-analysis"
13689
13690 - type: "plot"
13691   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13692   algorithm: "plot_tsa_name"
13693   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13694   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13695   include:
13696     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13697     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13698     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13699     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13700     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13701     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13702   layout:
13703     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
13704     layout: "plot-throughput-speedup-analysis"
13705
13706 - type: "plot"
13707   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13708   algorithm: "plot_tsa_name"
13709   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13710   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13711   include:
13712     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13713     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13714     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13715     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13716     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13717     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13718   layout:
13719     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
13720     layout: "plot-throughput-speedup-analysis"
13721
13722 - type: "plot"
13723   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13724   algorithm: "plot_tsa_name"
13725   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13727   include:
13728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13731     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13732     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13733   layout:
13734     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13735     layout: "plot-throughput-speedup-analysis"
13736
13737 - type: "plot"
13738   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13739   algorithm: "plot_tsa_name"
13740   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13741   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13742   include:
13743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13746     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13748   layout:
13749     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13750     layout: "plot-throughput-speedup-analysis"
13751
13752 - type: "plot"
13753   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13754   algorithm: "plot_tsa_name"
13755   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13756   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13757   include:
13758     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13759     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13761     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13762     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13763   layout:
13764     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
13765     layout: "plot-throughput-speedup-analysis"
13766
13767 - type: "plot"
13768   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13769   algorithm: "plot_tsa_name"
13770   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13772   include:
13773     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13774     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13775     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13776     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13777     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13778   layout:
13779     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
13780     layout: "plot-throughput-speedup-analysis"
13781
13782 - type: "plot"
13783   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13784   algorithm: "plot_tsa_name"
13785   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13786   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13787   include:
13788     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13789     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13790     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13791   layout:
13792     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13793     layout: "plot-throughput-speedup-analysis"
13794
13795 - type: "plot"
13796   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13797   algorithm: "plot_tsa_name"
13798   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13799   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13800   include:
13801     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13802     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13803     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13804   layout:
13805     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13806     layout: "plot-throughput-speedup-analysis"
13807
13808 - type: "plot"
13809   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13810   algorithm: "plot_tsa_name"
13811   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13812   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13813   include:
13814     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13815     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13816     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13817   layout:
13818     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
13819     layout: "plot-throughput-speedup-analysis"
13820
13821 - type: "plot"
13822   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
13823   algorithm: "plot_tsa_name"
13824   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
13825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13826   include:
13827     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13828     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13829     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13830   layout:
13831     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
13832     layout: "plot-throughput-speedup-analysis"
13833
13834 - type: "plot"
13835   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13836   algorithm: "plot_tsa_name"
13837   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13839   include:
13840     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13841     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13842     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13843     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13844     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13845   layout:
13846     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13847     layout: "plot-throughput-speedup-analysis"
13848
13849 - type: "plot"
13850   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13851   algorithm: "plot_tsa_name"
13852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13854   include:
13855     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13856     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13857     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13858     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13859     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13860   layout:
13861     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13862     layout: "plot-throughput-speedup-analysis"
13863
13864 - type: "plot"
13865   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13866   algorithm: "plot_tsa_name"
13867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13869   include:
13870     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13871     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13872     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13873     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13874     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13875   layout:
13876     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
13877     layout: "plot-throughput-speedup-analysis"
13878
13879 - type: "plot"
13880   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13881   algorithm: "plot_tsa_name"
13882   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13884   include:
13885     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13886     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13887     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13888     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13889     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13890   layout:
13891     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
13892     layout: "plot-throughput-speedup-analysis"
13893
13894 - type: "plot"
13895   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13896   algorithm: "plot_tsa_name"
13897   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13898   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13899   include:
13900     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13901     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13902     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13903     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13904     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13905     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13906   layout:
13907     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13908     layout: "plot-throughput-speedup-analysis"
13909
13910 - type: "plot"
13911   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13912   algorithm: "plot_tsa_name"
13913   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13914   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13915   include:
13916     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13917     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13918     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13919     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13920     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13921     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13922   layout:
13923     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13924     layout: "plot-throughput-speedup-analysis"
13925
13926 - type: "plot"
13927   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13928   algorithm: "plot_tsa_name"
13929   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13930   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13931   include:
13932     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13933     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13934     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13935     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13936   layout:
13937     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13938     layout: "plot-throughput-speedup-analysis"
13939
13940 - type: "plot"
13941   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13942   algorithm: "plot_tsa_name"
13943   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13944   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13945   include:
13946     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13947     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13948     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13949     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13950   layout:
13951     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13952     layout: "plot-throughput-speedup-analysis"
13953
13954 - type: "plot"
13955   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
13956   algorithm: "plot_tsa_name"
13957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
13958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13959   include:
13960     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13961     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13962     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13963     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13964     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13965     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13966   layout:
13967     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
13968     layout: "plot-throughput-speedup-analysis"
13969
13970 - type: "plot"
13971   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
13972   algorithm: "plot_tsa_name"
13973   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
13974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13975   include:
13976     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13977     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13978     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13979     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13980     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13981     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13982   layout:
13983     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
13984     layout: "plot-throughput-speedup-analysis"
13985
13986 - type: "plot"
13987   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13988   algorithm: "plot_tsa_name"
13989   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13990   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13991   include:
13992     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13993     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13994     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13995     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13996     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13997     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13998   layout:
13999     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14000     layout: "plot-throughput-speedup-analysis"
14001
14002 - type: "plot"
14003   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14004   algorithm: "plot_tsa_name"
14005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14007   include:
14008     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14009     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14010     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14011     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14012     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14013     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14014   layout:
14015     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14016     layout: "plot-throughput-speedup-analysis"
14017
14018 - type: "plot"
14019   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14020   algorithm: "plot_tsa_name"
14021   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14022   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14023   include:
14024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14030   layout:
14031     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14032     layout: "plot-throughput-speedup-analysis"
14033
14034 - type: "plot"
14035   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14036   algorithm: "plot_tsa_name"
14037   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14038   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14039   include:
14040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14043     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14044     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14045     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14046   layout:
14047     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14048     layout: "plot-throughput-speedup-analysis"
14049
14050 - type: "plot"
14051   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14052   algorithm: "plot_tsa_name"
14053   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14055   include:
14056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14060   layout:
14061     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14062     layout: "plot-throughput-speedup-analysis"
14063
14064 - type: "plot"
14065   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14066   algorithm: "plot_tsa_name"
14067   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14068   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14069   include:
14070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14074   layout:
14075     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14076     layout: "plot-throughput-speedup-analysis"
14077
14078 - type: "plot"
14079   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14080   algorithm: "plot_tsa_name"
14081   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14082   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14083   include:
14084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14089   layout:
14090     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14091     layout: "plot-throughput-speedup-analysis"
14092
14093 - type: "plot"
14094   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14095   algorithm: "plot_tsa_name"
14096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14098   include:
14099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14104   layout:
14105     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14106     layout: "plot-throughput-speedup-analysis"
14107
14108 - type: "plot"
14109   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14110   algorithm: "plot_tsa_name"
14111   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14113   include:
14114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14118   layout:
14119     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14120     layout: "plot-throughput-speedup-analysis"
14121
14122 - type: "plot"
14123   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14124   algorithm: "plot_tsa_name"
14125   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14126   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14127   include:
14128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14132   layout:
14133     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14134     layout: "plot-throughput-speedup-analysis"
14135
14136 - type: "plot"
14137   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14138   algorithm: "plot_tsa_name"
14139   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14141   include:
14142     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14143     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14144     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14145     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14146     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14147     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14148   layout:
14149     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14150     layout: "plot-throughput-speedup-analysis"
14151
14152 - type: "plot"
14153   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14154   algorithm: "plot_tsa_name"
14155   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14156   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14157   include:
14158     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14159     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14160     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14161     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14162     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14163     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14164   layout:
14165     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14166     layout: "plot-throughput-speedup-analysis"
14167
14168 - type: "plot"
14169   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14170   algorithm: "plot_tsa_name"
14171   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14173   include:
14174     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14175     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14176     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14177     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14178     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14179   layout:
14180     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14181     layout: "plot-throughput-speedup-analysis"
14182
14183 - type: "plot"
14184   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14185   algorithm: "plot_tsa_name"
14186   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14188   include:
14189     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14190     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14191     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14192     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14193     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14194   layout:
14195     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14196     layout: "plot-throughput-speedup-analysis"
14197
14198 - type: "plot"
14199   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14200   algorithm: "plot_tsa_name"
14201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14203   include:
14204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14209   layout:
14210     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14211     layout: "plot-throughput-speedup-analysis"
14212
14213 - type: "plot"
14214   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14215   algorithm: "plot_tsa_name"
14216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14218   include:
14219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14224   layout:
14225     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14226     layout: "plot-throughput-speedup-analysis"
14227
14228 - type: "plot"
14229   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14230   algorithm: "plot_tsa_name"
14231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14233   include:
14234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14238   layout:
14239     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14240     layout: "plot-throughput-speedup-analysis"
14241
14242 - type: "plot"
14243   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14244   algorithm: "plot_tsa_name"
14245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14247   include:
14248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14252   layout:
14253     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14254     layout: "plot-throughput-speedup-analysis"
14255
14256 - type: "plot"
14257   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14258   algorithm: "plot_tsa_name"
14259   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14260   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14261   include:
14262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14268   layout:
14269     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14270     layout: "plot-throughput-speedup-analysis"
14271
14272 - type: "plot"
14273   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14274   algorithm: "plot_tsa_name"
14275   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14276   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14277   include:
14278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14284   layout:
14285     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14286     layout: "plot-throughput-speedup-analysis"
14287
14288 - type: "plot"
14289   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14290   algorithm: "plot_tsa_name"
14291   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14293   include:
14294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14300   layout:
14301     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14302     layout: "plot-throughput-speedup-analysis"
14303
14304 - type: "plot"
14305   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14306   algorithm: "plot_tsa_name"
14307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14309   include:
14310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14316   layout:
14317     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14318     layout: "plot-throughput-speedup-analysis"
14319
14320 - type: "plot"
14321   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14322   algorithm: "plot_tsa_name"
14323   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14325   include:
14326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14332   layout:
14333     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14334     layout: "plot-throughput-speedup-analysis"
14335
14336 - type: "plot"
14337   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14338   algorithm: "plot_tsa_name"
14339   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14341   include:
14342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14348   layout:
14349     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14350     layout: "plot-throughput-speedup-analysis"
14351
14352 - type: "plot"
14353   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14354   algorithm: "plot_tsa_name"
14355   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14357   include:
14358     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14359     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14360     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14361     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14362     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14363     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14364   layout:
14365     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14366     layout: "plot-throughput-speedup-analysis"
14367
14368 - type: "plot"
14369   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14370   algorithm: "plot_tsa_name"
14371   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14372   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14373   include:
14374     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14375     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14376     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14377     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14378     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14379     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14380   layout:
14381     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14382     layout: "plot-throughput-speedup-analysis"
14383
14384 - type: "plot"
14385   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14386   algorithm: "plot_tsa_name"
14387   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14389   include:
14390     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14391     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14392     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14393     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14394     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14395     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14396   layout:
14397     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14398     layout: "plot-throughput-speedup-analysis"
14399
14400 - type: "plot"
14401   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14402   algorithm: "plot_tsa_name"
14403   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14405   include:
14406     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14407     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14408     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14409     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14410     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14411     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14412   layout:
14413     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14414     layout: "plot-throughput-speedup-analysis"
14415
14416 - type: "plot"
14417   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14418   algorithm: "plot_tsa_name"
14419   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14420   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14421   include:
14422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14426   layout:
14427     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14428     layout: "plot-throughput-speedup-analysis"
14429
14430 - type: "plot"
14431   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14432   algorithm: "plot_tsa_name"
14433   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14434   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14435   include:
14436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14440   layout:
14441     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14442     layout: "plot-throughput-speedup-analysis"
14443
14444 - type: "plot"
14445   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14446   algorithm: "plot_tsa_name"
14447   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14448   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14449   include:
14450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14454   layout:
14455     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14456     layout: "plot-throughput-speedup-analysis"
14457
14458 - type: "plot"
14459   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14460   algorithm: "plot_tsa_name"
14461   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14462   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14463   include:
14464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14468   layout:
14469     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14470     layout: "plot-throughput-speedup-analysis"
14471
14472 - type: "plot"
14473   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14474   algorithm: "plot_tsa_name"
14475   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
14476   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14477   include:
14478     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14479     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14480     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14481     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14482   layout:
14483     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14484     layout: "plot-throughput-speedup-analysis"
14485
14486 - type: "plot"
14487   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14488   algorithm: "plot_tsa_name"
14489   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
14490   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14491   include:
14492     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14493     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14494     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14495     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14496   layout:
14497     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14498     layout: "plot-throughput-speedup-analysis"
14499
14500 - type: "plot"
14501   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14502   algorithm: "plot_tsa_name"
14503   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14504   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14505   include:
14506     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14507     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14508     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14509     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14510   layout:
14511     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14512     layout: "plot-throughput-speedup-analysis"
14513
14514 - type: "plot"
14515   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14516   algorithm: "plot_tsa_name"
14517   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14519   include:
14520     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14521     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14522     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14523     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14524   layout:
14525     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14526     layout: "plot-throughput-speedup-analysis"
14527
14528 - type: "plot"
14529   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14530   algorithm: "plot_tsa_name"
14531   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14532   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14533   include:
14534     - "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"
14535     - "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"
14536     - "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"
14537     - "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"
14538   layout:
14539     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14540     layout: "plot-throughput-speedup-analysis"
14541
14542 - type: "plot"
14543   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14544   algorithm: "plot_tsa_name"
14545   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14547   include:
14548     - "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"
14549     - "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"
14550     - "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"
14551     - "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"
14552   layout:
14553     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14554     layout: "plot-throughput-speedup-analysis"
14555
14556 - type: "plot"
14557   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14558   algorithm: "plot_tsa_name"
14559   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14560   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14561   include:
14562     - "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"
14563     - "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"
14564     - "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"
14565     - "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"
14566   layout:
14567     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14568     layout: "plot-throughput-speedup-analysis"
14569
14570 - type: "plot"
14571   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14572   algorithm: "plot_tsa_name"
14573   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14575   include:
14576     - "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"
14577     - "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"
14578     - "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"
14579     - "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"
14580   layout:
14581     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14582     layout: "plot-throughput-speedup-analysis"
14583
14584 - type: "plot"
14585   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
14586   algorithm: "plot_tsa_name"
14587   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14588   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14589   include:
14590     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14591     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14592     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14593     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14594     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14595     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14596   layout:
14597     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
14598     layout: "plot-throughput-speedup-analysis"
14599
14600 - type: "plot"
14601   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
14602   algorithm: "plot_tsa_name"
14603   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14604   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14605   include:
14606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14608     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14610     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14611     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14612   layout:
14613     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
14614     layout: "plot-throughput-speedup-analysis"
14615
14616 - type: "plot"
14617   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14618   algorithm: "plot_tsa_name"
14619   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14621   include:
14622     - "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"
14623     - "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"
14624     - "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"
14625     - "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"
14626     - "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"
14627     - "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"
14628   layout:
14629     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14630     layout: "plot-throughput-speedup-analysis"
14631
14632 - type: "plot"
14633   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14634   algorithm: "plot_tsa_name"
14635   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14637   include:
14638     - "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"
14639     - "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"
14640     - "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"
14641     - "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"
14642     - "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"
14643     - "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"
14644   layout:
14645     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14646     layout: "plot-throughput-speedup-analysis"
14647
14648 - type: "plot"
14649   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14650   algorithm: "plot_tsa_name"
14651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14653   include:
14654     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14655     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14656     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14657     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14658     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14660   layout:
14661     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14662     layout: "plot-throughput-speedup-analysis"
14663
14664 - type: "plot"
14665   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14666   algorithm: "plot_tsa_name"
14667   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14669   include:
14670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14672     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14676   layout:
14677     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14678     layout: "plot-throughput-speedup-analysis"
14679
14680 - type: "plot"
14681   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14682   algorithm: "plot_tsa_name"
14683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14685   include:
14686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14691   layout:
14692     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14693     layout: "plot-throughput-speedup-analysis"
14694
14695 - type: "plot"
14696   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14697   algorithm: "plot_tsa_name"
14698   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14700   include:
14701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14706   layout:
14707     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14708     layout: "plot-throughput-speedup-analysis"
14709
14710 - type: "plot"
14711   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
14712   algorithm: "plot_tsa_name"
14713   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14715   include:
14716     - "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"
14717     - "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"
14718   layout:
14719     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
14720     layout: "plot-throughput-speedup-analysis"
14721
14722 - type: "plot"
14723   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
14724   algorithm: "plot_tsa_name"
14725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14727   include:
14728     - "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"
14729     - "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"
14730   layout:
14731     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
14732     layout: "plot-throughput-speedup-analysis"
14733
14734 - type: "plot"
14735   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14736   algorithm: "plot_tsa_name"
14737   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14739   include:
14740     - "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"
14741     - "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"
14742   layout:
14743     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14744     layout: "plot-throughput-speedup-analysis"
14745
14746 - type: "plot"
14747   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14748   algorithm: "plot_tsa_name"
14749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14751   include:
14752     - "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"
14753     - "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"
14754   layout:
14755     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14756     layout: "plot-throughput-speedup-analysis"
14757
14758 - type: "plot"
14759   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14760   algorithm: "plot_tsa_name"
14761   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14762   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14763   include:
14764     - "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"
14765     - "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"
14766     - "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"
14767   layout:
14768     title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
14769     layout: "plot-throughput-speedup-analysis"
14770
14771 - type: "plot"
14772   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14773   algorithm: "plot_tsa_name"
14774   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14775   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14776   include:
14777     - "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"
14778     - "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"
14779     - "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"
14780   layout:
14781     title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
14782     layout: "plot-throughput-speedup-analysis"
14783
14784 - type: "plot"
14785   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
14786   algorithm: "plot_tsa_name"
14787   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
14788   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14789   include:
14790     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14791     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14792     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14793     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14794     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14795   layout:
14796     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
14797     layout: "plot-throughput-speedup-analysis"
14798
14799 - type: "plot"
14800   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
14801   algorithm: "plot_tsa_name"
14802   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
14803   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14804   include:
14805     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14806     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14807     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14808     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14809     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14810   layout:
14811     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
14812     layout: "plot-throughput-speedup-analysis"
14813
14814 - type: "plot"
14815   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14816   algorithm: "plot_tsa_name"
14817   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14818   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14819   include:
14820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14825   layout:
14826     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
14827     layout: "plot-throughput-speedup-analysis"
14828
14829 - type: "plot"
14830   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14831   algorithm: "plot_tsa_name"
14832   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14833   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14834   include:
14835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14840   layout:
14841     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
14842     layout: "plot-throughput-speedup-analysis"
14843
14844 - type: "plot"
14845   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14846   algorithm: "plot_tsa_name"
14847   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14848   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14849   include:
14850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14856   layout:
14857     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
14858     layout: "plot-throughput-speedup-analysis"
14859
14860 - type: "plot"
14861   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14862   algorithm: "plot_tsa_name"
14863   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14864   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14865   include:
14866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14872   layout:
14873     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
14874     layout: "plot-throughput-speedup-analysis"
14875
14876 - type: "plot"
14877   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14878   algorithm: "plot_tsa_name"
14879   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14880   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14881   include:
14882     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14883     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14884     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14885     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14886   layout:
14887     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
14888     layout: "plot-throughput-speedup-analysis"
14889
14890 - type: "plot"
14891   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14892   algorithm: "plot_tsa_name"
14893   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14894   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14895   include:
14896     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14897     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14898     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14899     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14900   layout:
14901     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
14902     layout: "plot-throughput-speedup-analysis"
14903
14904 - type: "plot"
14905   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14906   algorithm: "plot_tsa_name"
14907   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14908   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14909   include:
14910     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14911     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14912     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14913     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14914     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14915   layout:
14916     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
14917     layout: "plot-throughput-speedup-analysis"
14918
14919 - type: "plot"
14920   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14921   algorithm: "plot_tsa_name"
14922   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14923   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14924   include:
14925     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14926     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14927     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14928     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14929     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14930   layout:
14931     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
14932     layout: "plot-throughput-speedup-analysis"
14933
14934 - type: "plot"
14935   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14936   algorithm: "plot_tsa_name"
14937   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14938   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14939   include:
14940     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14941     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14942     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14943     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14944     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14945     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14946   layout:
14947     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14948     layout: "plot-throughput-speedup-analysis"
14949
14950 - type: "plot"
14951   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14952   algorithm: "plot_tsa_name"
14953   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14954   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14955   include:
14956     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14957     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14958     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14959     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14960     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14961     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14962   layout:
14963     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14964     layout: "plot-throughput-speedup-analysis"
14965
14966 - type: "plot"
14967   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14968   algorithm: "plot_tsa_name"
14969   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14970   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14971   include:
14972     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14973     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14974     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14975     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14976   layout:
14977     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14978     layout: "plot-throughput-speedup-analysis"
14979
14980 - type: "plot"
14981   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14982   algorithm: "plot_tsa_name"
14983   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14984   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14985   include:
14986     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14987     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14988     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14989     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14990   layout:
14991     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14992     layout: "plot-throughput-speedup-analysis"
14993
14994 - type: "plot"
14995   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14996   algorithm: "plot_tsa_name"
14997   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14998   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14999   include:
15000     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15001     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15002     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15003     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15004     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15006   layout:
15007     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15008     layout: "plot-throughput-speedup-analysis"
15009
15010 - type: "plot"
15011   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15012   algorithm: "plot_tsa_name"
15013   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15014   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15015   include:
15016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15017     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15018     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15019     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15020     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15021     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15022   layout:
15023     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15024     layout: "plot-throughput-speedup-analysis"
15025
15026 - type: "plot"
15027   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15028   algorithm: "plot_tsa_name"
15029   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15030   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15031   include:
15032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15038   layout:
15039     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15040     layout: "plot-throughput-speedup-analysis"
15041
15042 - type: "plot"
15043   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15044   algorithm: "plot_tsa_name"
15045   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15046   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15047   include:
15048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15054   layout:
15055     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15056     layout: "plot-throughput-speedup-analysis"
15057
15058 - type: "plot"
15059   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15060   algorithm: "plot_tsa_name"
15061   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15062   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15063   include:
15064     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15065     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15066     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15067     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15068     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15069     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15070   layout:
15071     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15072     layout: "plot-throughput-speedup-analysis"
15073
15074 - type: "plot"
15075   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15076   algorithm: "plot_tsa_name"
15077   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15078   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15079   include:
15080     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15081     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15082     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15083     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15084     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15085     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15086   layout:
15087     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15088     layout: "plot-throughput-speedup-analysis"
15089
15090 - type: "plot"
15091   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15092   algorithm: "plot_tsa_name"
15093   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15094   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15095   include:
15096     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15097     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15098     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15099     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15100     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15101   layout:
15102     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15103     layout: "plot-throughput-speedup-analysis"
15104
15105 - type: "plot"
15106   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15107   algorithm: "plot_tsa_name"
15108   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15109   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15110   include:
15111     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15112     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15113     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15114     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15115     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15116   layout:
15117     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15118     layout: "plot-throughput-speedup-analysis"
15119
15120 #- type: "plot"
15121 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15122 #  algorithm: "plot_tsa_name"
15123 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15124 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15125 #  include:
15126 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15127 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15128 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15129 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15130 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15131 #  layout:
15132 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15133 #    layout: "plot-throughput-speedup-analysis"
15134 #
15135 #- type: "plot"
15136 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15137 #  algorithm: "plot_tsa_name"
15138 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15139 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15140 #  include:
15141 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15142 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15143 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15144 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15145 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15146 #  layout:
15147 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15148 #    layout: "plot-throughput-speedup-analysis"
15149
15150 #- type: "plot"
15151 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15152 #  algorithm: "plot_tsa_name"
15153 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15154 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15155 #  include:
15156 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15157 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15158 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15159 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15160 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15161 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15162 #  layout:
15163 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15164 #    layout: "plot-throughput-speedup-analysis"
15165 #
15166 #- type: "plot"
15167 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15168 #  algorithm: "plot_tsa_name"
15169 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15170 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15171 #  include:
15172 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15173 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15174 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15175 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15176 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15177 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15178 #  layout:
15179 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15180 #    layout: "plot-throughput-speedup-analysis"
15181
15182 - type: "plot"
15183   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15184   algorithm: "plot_tsa_name"
15185   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15186   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15187   include:
15188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15191     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15192     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15193   layout:
15194     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15195     layout: "plot-throughput-speedup-analysis"
15196
15197 - type: "plot"
15198   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15199   algorithm: "plot_tsa_name"
15200   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15201   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15202   include:
15203     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15205     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15208   layout:
15209     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15210     layout: "plot-throughput-speedup-analysis"
15211
15212 - type: "plot"
15213   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15214   algorithm: "plot_tsa_name"
15215   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15216   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15217   include:
15218     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15220     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15221     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15224   layout:
15225     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15226     layout: "plot-throughput-speedup-analysis"
15227
15228 - type: "plot"
15229   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15230   algorithm: "plot_tsa_name"
15231   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15232   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15233   include:
15234     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15240   layout:
15241     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15242     layout: "plot-throughput-speedup-analysis"
15243
15244 - type: "plot"
15245   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15246   algorithm: "plot_tsa_name"
15247   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15248   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15249   include:
15250     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15251     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15252     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15253     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15254     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15255   layout:
15256     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15257     layout: "plot-throughput-speedup-analysis"
15258
15259 - type: "plot"
15260   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15261   algorithm: "plot_tsa_name"
15262   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15263   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15264   include:
15265     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15266     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15267     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15268     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15269     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15270   layout:
15271     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15272     layout: "plot-throughput-speedup-analysis"
15273
15274 - type: "plot"
15275   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15276   algorithm: "plot_tsa_name"
15277   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15278   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15279   include:
15280     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15281     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15282     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15283     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15284   layout:
15285     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15286     layout: "plot-throughput-speedup-analysis"
15287
15288 - type: "plot"
15289   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15290   algorithm: "plot_tsa_name"
15291   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15292   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15293   include:
15294     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15295     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15296     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15297     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15298   layout:
15299     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15300     layout: "plot-throughput-speedup-analysis"
15301
15302 - type: "plot"
15303   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15304   algorithm: "plot_tsa_name"
15305   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15306   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15307   include:
15308     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15309     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15310     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15311     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15312     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15313     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15314   layout:
15315     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15316     layout: "plot-throughput-speedup-analysis"
15317
15318 - type: "plot"
15319   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15320   algorithm: "plot_tsa_name"
15321   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15322   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15323   include:
15324     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15325     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15329     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15330   layout:
15331     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15332     layout: "plot-throughput-speedup-analysis"
15333
15334 - type: "plot"
15335   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15336   algorithm: "plot_tsa_name"
15337   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15338   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15339   include:
15340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15345   layout:
15346     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15347     layout: "plot-throughput-speedup-analysis"
15348
15349 - type: "plot"
15350   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15351   algorithm: "plot_tsa_name"
15352   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15353   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15354   include:
15355     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15360   layout:
15361     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15362     layout: "plot-throughput-speedup-analysis"
15363
15364 - type: "plot"
15365   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15366   algorithm: "plot_tsa_name"
15367   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15368   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15369   include:
15370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15376   layout:
15377     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15378     layout: "plot-throughput-speedup-analysis"
15379
15380 - type: "plot"
15381   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15382   algorithm: "plot_tsa_name"
15383   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15384   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15385   include:
15386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15392   layout:
15393     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15394     layout: "plot-throughput-speedup-analysis"
15395
15396 - type: "plot"
15397   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15398   algorithm: "plot_tsa_name"
15399   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15400   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15401   include:
15402     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15403     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15404     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15405     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15406   layout:
15407     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15408     layout: "plot-throughput-speedup-analysis"
15409
15410 - type: "plot"
15411   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15412   algorithm: "plot_tsa_name"
15413   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15414   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15415   include:
15416     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15417     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15418     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15419     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15420   layout:
15421     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15422     layout: "plot-throughput-speedup-analysis"
15423
15424 - type: "plot"
15425   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15426   algorithm: "plot_tsa_name"
15427   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15428   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15429   include:
15430     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15431     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15432     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15433     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15434     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15435   layout:
15436     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15437     layout: "plot-throughput-speedup-analysis"
15438
15439 - type: "plot"
15440   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15441   algorithm: "plot_tsa_name"
15442   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15443   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15444   include:
15445     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15446     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15447     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15448     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15449     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15450   layout:
15451     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15452     layout: "plot-throughput-speedup-analysis"
15453
15454 - type: "plot"
15455   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15456   algorithm: "plot_tsa_name"
15457   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15458   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15459   include:
15460     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15461     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15462     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15463     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15464     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15465     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15466   layout:
15467     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15468     layout: "plot-throughput-speedup-analysis"
15469
15470 - type: "plot"
15471   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15472   algorithm: "plot_tsa_name"
15473   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15474   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15475   include:
15476     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15477     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15478     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15479     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15480     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15481     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15482   layout:
15483     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15484     layout: "plot-throughput-speedup-analysis"
15485
15486 - type: "plot"
15487   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15488   algorithm: "plot_tsa_name"
15489   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15490   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15491   include:
15492     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15493     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15494     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15495     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15496   layout:
15497     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15498     layout: "plot-throughput-speedup-analysis"
15499
15500 - type: "plot"
15501   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15502   algorithm: "plot_tsa_name"
15503   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15504   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15505   include:
15506     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15507     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15508     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15509     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15510   layout:
15511     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15512     layout: "plot-throughput-speedup-analysis"
15513
15514 - type: "plot"
15515   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15516   algorithm: "plot_tsa_name"
15517   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15518   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15519   include:
15520     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15522     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15524     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15525     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15526   layout:
15527     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15528     layout: "plot-throughput-speedup-analysis"
15529
15530 - type: "plot"
15531   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15532   algorithm: "plot_tsa_name"
15533   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15534   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15535   include:
15536     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15541     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15542   layout:
15543     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15544     layout: "plot-throughput-speedup-analysis"
15545
15546 - type: "plot"
15547   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15548   algorithm: "plot_tsa_name"
15549   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15550   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15551   include:
15552     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15557     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15558   layout:
15559     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15560     layout: "plot-throughput-speedup-analysis"
15561
15562 - type: "plot"
15563   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15564   algorithm: "plot_tsa_name"
15565   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15566   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15567   include:
15568     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15571     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15572     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15573     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15574   layout:
15575     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15576     layout: "plot-throughput-speedup-analysis"
15577
15578 #- type: "plot"
15579 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15580 #  algorithm: "plot_tsa_name"
15581 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15582 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15583 #  include:
15584 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15585 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15586 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15587 #  layout:
15588 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15589 #    layout: "plot-throughput-speedup-analysis"
15590 #
15591 #- type: "plot"
15592 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15593 #  algorithm: "plot_tsa_name"
15594 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15595 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15596 #  include:
15597 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15598 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15599 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15600 #  layout:
15601 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15602 #    layout: "plot-throughput-speedup-analysis"
15603
15604 ################################################################################
15605
15606 # Packet Throughput - DPDK
15607
15608 # 2n-skx-xxv710
15609
15610 #- type: "plot"
15611 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
15612 #  algorithm: "plot_perf_box_name"
15613 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
15614 #  data: "plot-dpdk-throughput-latency-2n-skx"
15615 #  include:
15616 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15617 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15618 #  layout:
15619 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
15620 #    layout: "plot-throughput"
15621 #
15622 #- type: "plot"
15623 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
15624 #  algorithm: "plot_perf_box_name"
15625 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
15626 #  data: "plot-dpdk-throughput-latency-2n-skx"
15627 #  include:
15628 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15629 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15630 #  layout:
15631 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
15632 #    layout: "plot-throughput"
15633 #
15634 #- type: "plot"
15635 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
15636 #  algorithm: "plot_perf_box_name"
15637 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
15638 #  data: "plot-dpdk-throughput-latency-2n-skx"
15639 #  include:
15640 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15641 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15642 #  layout:
15643 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
15644 #    layout: "plot-throughput"
15645 #
15646 #- type: "plot"
15647 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
15648 #  algorithm: "plot_perf_box_name"
15649 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
15650 #  data: "plot-dpdk-throughput-latency-2n-skx"
15651 #  include:
15652 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15653 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15654 #  layout:
15655 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
15656 #    layout: "plot-throughput"
15657 #
15658 ## 2n-skx-x710
15659 #
15660 #- type: "plot"
15661 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
15662 #  algorithm: "plot_perf_box_name"
15663 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
15664 #  data: "plot-dpdk-throughput-latency-2n-skx"
15665 #  include:
15666 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15667 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15668 #  layout:
15669 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
15670 #    layout: "plot-throughput"
15671 #
15672 #- type: "plot"
15673 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
15674 #  algorithm: "plot_perf_box_name"
15675 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
15676 #  data: "plot-dpdk-throughput-latency-2n-skx"
15677 #  include:
15678 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15679 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15680 #  layout:
15681 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
15682 #    layout: "plot-throughput"
15683 #
15684 #- type: "plot"
15685 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
15686 #  algorithm: "plot_perf_box_name"
15687 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
15688 #  data: "plot-dpdk-throughput-latency-2n-skx"
15689 #  include:
15690 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15691 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15692 #  layout:
15693 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
15694 #    layout: "plot-throughput"
15695 #
15696 #- type: "plot"
15697 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
15698 #  algorithm: "plot_perf_box_name"
15699 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
15700 #  data: "plot-dpdk-throughput-latency-2n-skx"
15701 #  include:
15702 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15703 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15704 #  layout:
15705 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
15706 #    layout: "plot-throughput"
15707 #
15708 ## 3n-skx-xxv710
15709 #
15710 #- type: "plot"
15711 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
15712 #  algorithm: "plot_perf_box_name"
15713 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
15714 #  data: "plot-dpdk-throughput-latency-3n-skx"
15715 #  include:
15716 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15717 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15718 #  layout:
15719 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
15720 #    layout: "plot-throughput"
15721 #
15722 #- type: "plot"
15723 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
15724 #  algorithm: "plot_perf_box_name"
15725 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
15726 #  data: "plot-dpdk-throughput-latency-3n-skx"
15727 #  include:
15728 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15729 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15730 #  layout:
15731 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
15732 #    layout: "plot-throughput"
15733 #
15734 #- type: "plot"
15735 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
15736 #  algorithm: "plot_perf_box_name"
15737 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
15738 #  data: "plot-dpdk-throughput-latency-3n-skx"
15739 #  include:
15740 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15741 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15742 #  layout:
15743 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
15744 #    layout: "plot-throughput"
15745 #
15746 #- type: "plot"
15747 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
15748 #  algorithm: "plot_perf_box_name"
15749 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
15750 #  data: "plot-dpdk-throughput-latency-3n-skx"
15751 #  include:
15752 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15753 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15754 #  layout:
15755 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
15756 #    layout: "plot-throughput"
15757 #
15758 ## 3n-skx-x710
15759 #
15760 #- type: "plot"
15761 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
15762 #  algorithm: "plot_perf_box_name"
15763 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
15764 #  data: "plot-dpdk-throughput-latency-3n-skx"
15765 #  include:
15766 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15767 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15768 #  layout:
15769 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
15770 #    layout: "plot-throughput"
15771 #
15772 #- type: "plot"
15773 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
15774 #  algorithm: "plot_perf_box_name"
15775 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
15776 #  data: "plot-dpdk-throughput-latency-3n-skx"
15777 #  include:
15778 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15779 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15780 #  layout:
15781 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
15782 #    layout: "plot-throughput"
15783 #
15784 #- type: "plot"
15785 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
15786 #  algorithm: "plot_perf_box_name"
15787 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
15788 #  data: "plot-dpdk-throughput-latency-3n-skx"
15789 #  include:
15790 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15791 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15792 #  layout:
15793 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
15794 #    layout: "plot-throughput"
15795 #
15796 #- type: "plot"
15797 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
15798 #  algorithm: "plot_perf_box_name"
15799 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
15800 #  data: "plot-dpdk-throughput-latency-3n-skx"
15801 #  include:
15802 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15803 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15804 #  layout:
15805 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
15806 #    layout: "plot-throughput"
15807
15808 # 3n-hsw-xl710
15809
15810 - type: "plot"
15811   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
15812   algorithm: "plot_perf_box_name"
15813   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
15814   data: "plot-dpdk-throughput-latency-3n-hsw"
15815   include:
15816     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15817     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15818   layout:
15819     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
15820     layout: "plot-throughput"
15821
15822 - type: "plot"
15823   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
15824   algorithm: "plot_perf_box_name"
15825   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
15826   data: "plot-dpdk-throughput-latency-3n-hsw"
15827   include:
15828     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15829     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15830   layout:
15831     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
15832     layout: "plot-throughput"
15833
15834 - type: "plot"
15835   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
15836   algorithm: "plot_perf_box_name"
15837   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
15838   data: "plot-dpdk-throughput-latency-3n-hsw"
15839   include:
15840     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15841     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15842   layout:
15843     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
15844     layout: "plot-throughput"
15845
15846 - type: "plot"
15847   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
15848   algorithm: "plot_perf_box_name"
15849   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
15850   data: "plot-dpdk-throughput-latency-3n-hsw"
15851   include:
15852     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15853     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15854   layout:
15855     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
15856     layout: "plot-throughput"
15857
15858 # 3n-hsw-x710
15859
15860 - type: "plot"
15861   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
15862   algorithm: "plot_perf_box_name"
15863   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
15864   data: "plot-dpdk-throughput-latency-3n-hsw"
15865   include:
15866     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15867     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15868   layout:
15869     title: "3n-hsw-x710-64b-1t1c-base-ndr"
15870     layout: "plot-throughput"
15871
15872 - type: "plot"
15873   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
15874   algorithm: "plot_perf_box_name"
15875   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
15876   data: "plot-dpdk-throughput-latency-3n-hsw"
15877   include:
15878     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15879     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15880   layout:
15881     title: "3n-hsw-x710-64b-2t2c-base-ndr"
15882     layout: "plot-throughput"
15883
15884 - type: "plot"
15885   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
15886   algorithm: "plot_perf_box_name"
15887   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
15888   data: "plot-dpdk-throughput-latency-3n-hsw"
15889   include:
15890     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15891     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15892   layout:
15893     title: "3n-hsw-x710-64b-1t1c-base-pdr"
15894     layout: "plot-throughput"
15895
15896 - type: "plot"
15897   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
15898   algorithm: "plot_perf_box_name"
15899   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
15900   data: "plot-dpdk-throughput-latency-3n-hsw"
15901   include:
15902     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15903     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15904   layout:
15905     title: "3n-hsw-x710-64b-2t2c-base-pdr"
15906     layout: "plot-throughput"
15907
15908 # 2n-dnv-x553
15909
15910 - type: "plot"
15911   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
15912   algorithm: "plot_perf_box_name"
15913   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
15914   data: "plot-dpdk-throughput-latency-2n-dnv"
15915   include:
15916     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15917     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15918   layout:
15919     title: "2n-dnv-x553-64b-1t1c-base-ndr"
15920     layout: "plot-throughput"
15921
15922 - type: "plot"
15923   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
15924   algorithm: "plot_perf_box_name"
15925   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
15926   data: "plot-dpdk-throughput-latency-2n-dnv"
15927   include:
15928     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15929     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15930   layout:
15931     title: "2n-dnv-x553-64b-2t2c-base-ndr"
15932     layout: "plot-throughput"
15933
15934 - type: "plot"
15935   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
15936   algorithm: "plot_perf_box_name"
15937   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
15938   data: "plot-dpdk-throughput-latency-2n-dnv"
15939   include:
15940     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15941     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15942   layout:
15943     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15944     layout: "plot-throughput"
15945
15946 - type: "plot"
15947   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15948   algorithm: "plot_perf_box_name"
15949   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15950   data: "plot-dpdk-throughput-latency-2n-dnv"
15951   include:
15952     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15953     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15954   layout:
15955     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15956     layout: "plot-throughput"
15957
15958 # 3n-dnv-x553
15959
15960 - type: "plot"
15961   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15962   algorithm: "plot_perf_box_name"
15963   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15964   data: "plot-dpdk-throughput-latency-3n-dnv"
15965   include:
15966     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15967     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15968   layout:
15969     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15970     layout: "plot-throughput"
15971
15972 - type: "plot"
15973   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15974   algorithm: "plot_perf_box_name"
15975   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15976   data: "plot-dpdk-throughput-latency-3n-dnv"
15977   include:
15978     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15979     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15980   layout:
15981     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15982     layout: "plot-throughput"
15983
15984 - type: "plot"
15985   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15986   algorithm: "plot_perf_box_name"
15987   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15988   data: "plot-dpdk-throughput-latency-3n-dnv"
15989   include:
15990     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15991     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15992   layout:
15993     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15994     layout: "plot-throughput"
15995
15996 - type: "plot"
15997   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15998   algorithm: "plot_perf_box_name"
15999   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16000   data: "plot-dpdk-throughput-latency-3n-dnv"
16001   include:
16002     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16003     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16004   layout:
16005     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16006     layout: "plot-throughput"
16007
16008 # 3n-tsh-x520
16009
16010 - type: "plot"
16011   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16012   algorithm: "plot_perf_box_name"
16013   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16014   data: "plot-dpdk-throughput-latency-3n-tsh"
16015   include:
16016     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16017     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16018   layout:
16019     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16020     layout: "plot-throughput"
16021
16022 - type: "plot"
16023   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16024   algorithm: "plot_perf_box_name"
16025   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16026   data: "plot-dpdk-throughput-latency-3n-tsh"
16027   include:
16028     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16029     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16030   layout:
16031     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16032     layout: "plot-throughput"
16033
16034 - type: "plot"
16035   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16036   algorithm: "plot_perf_box_name"
16037   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16038   data: "plot-dpdk-throughput-latency-3n-tsh"
16039   include:
16040     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16041     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16042   layout:
16043     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16044     layout: "plot-throughput"
16045
16046 - type: "plot"
16047   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16048   algorithm: "plot_perf_box_name"
16049   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16050   data: "plot-dpdk-throughput-latency-3n-tsh"
16051   include:
16052     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16053     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16054   layout:
16055     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16056     layout: "plot-throughput"
16057
16058 ################################################################################
16059 ###   2n-clx                                                                 ###
16060 ################################################################################
16061
16062 # Packet Throughput
16063
16064 - type: "plot"
16065   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16066   algorithm: "plot_perf_box_name"
16067   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16068   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16069   include:
16070     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16071     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16072     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16073     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16074   layout:
16075     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16076     layout: "plot-throughput"
16077
16078 - type: "plot"
16079   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16080   algorithm: "plot_perf_box_name"
16081   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16083   include:
16084     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16085     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16086     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16088   layout:
16089     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16090     layout: "plot-throughput"
16091
16092 - type: "plot"
16093   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16094   algorithm: "plot_perf_box_name"
16095   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16097   include:
16098     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16099     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16100     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16101     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16102   layout:
16103     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16104     layout: "plot-throughput"
16105
16106 - type: "plot"
16107   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16108   algorithm: "plot_perf_box_name"
16109   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16111   include:
16112     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16113     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16114     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16115     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16116   layout:
16117     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16118     layout: "plot-throughput"
16119
16120 - type: "plot"
16121   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16122   algorithm: "plot_perf_box_name"
16123   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16125   include:
16126     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16127     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16128     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16129     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16130     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16131     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16132   layout:
16133     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16134     layout: "plot-throughput"
16135
16136 - type: "plot"
16137   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16138   algorithm: "plot_perf_box_name"
16139   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16141   include:
16142     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16145     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16148   layout:
16149     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16150     layout: "plot-throughput"
16151
16152 - type: "plot"
16153   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16154   algorithm: "plot_perf_box_name"
16155   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16157   include:
16158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16162   layout:
16163     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16164     layout: "plot-throughput"
16165
16166 - type: "plot"
16167   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16168   algorithm: "plot_perf_box_name"
16169   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16171   include:
16172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16176   layout:
16177     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16178     layout: "plot-throughput"
16179
16180 - type: "plot"
16181   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16182   algorithm: "plot_perf_box_name"
16183   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16185   include:
16186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16189   layout:
16190     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16191     layout: "plot-throughput"
16192
16193 - type: "plot"
16194   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16195   algorithm: "plot_perf_box_name"
16196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16198   include:
16199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16202   layout:
16203     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16204     layout: "plot-throughput"
16205
16206 - type: "plot"
16207   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16208   algorithm: "plot_perf_box_name"
16209   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16210   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16211   include:
16212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16217   layout:
16218     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16219     layout: "plot-throughput"
16220
16221 - type: "plot"
16222   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16223   algorithm: "plot_perf_box_name"
16224   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16225   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16226   include:
16227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16232   layout:
16233     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16234     layout: "plot-throughput"
16235
16236 - type: "plot"
16237   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16238   algorithm: "plot_perf_box_name"
16239   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16240   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16241   include:
16242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16245   layout:
16246     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16247     layout: "plot-throughput"
16248
16249 - type: "plot"
16250   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16251   algorithm: "plot_perf_box_name"
16252   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16253   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16254   include:
16255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16258   layout:
16259     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16260     layout: "plot-throughput"
16261
16262 - type: "plot"
16263   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16264   algorithm: "plot_perf_box_name"
16265   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16266   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16267   include:
16268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16274   layout:
16275     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16276     layout: "plot-throughput"
16277
16278 - type: "plot"
16279   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16280   algorithm: "plot_perf_box_name"
16281   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16282   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16283   include:
16284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16290   layout:
16291     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16292     layout: "plot-throughput"
16293
16294 - type: "plot"
16295   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16296   algorithm: "plot_perf_box_name"
16297   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16299   include:
16300     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16301     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16302   layout:
16303     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16304     layout: "plot-throughput"
16305
16306 - type: "plot"
16307   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16308   algorithm: "plot_perf_box_name"
16309   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16311   include:
16312     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16313     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16314   layout:
16315     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16316     layout: "plot-throughput"
16317
16318 - type: "plot"
16319   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16320   algorithm: "plot_perf_box_name"
16321   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16323   include:
16324     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16325     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16326     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16327     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16328     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16329     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16330   layout:
16331     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16332     layout: "plot-throughput"
16333
16334 - type: "plot"
16335   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16336   algorithm: "plot_perf_box_name"
16337   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16338   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16339   include:
16340     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16341     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16342     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16343     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16344     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16345     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16346   layout:
16347     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16348     layout: "plot-throughput"
16349
16350 - type: "plot"
16351   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16352   algorithm: "plot_perf_box_name"
16353   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16354   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16355   include:
16356     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16357     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16358     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16359     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16360     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16361     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16362   layout:
16363     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16364     layout: "plot-throughput"
16365
16366 - type: "plot"
16367   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16368   algorithm: "plot_perf_box_name"
16369   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16370   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16371   include:
16372     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16373     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16374     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16375     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16376     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16378   layout:
16379     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16380     layout: "plot-throughput"
16381
16382 - type: "plot"
16383   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16384   algorithm: "plot_perf_box_name"
16385   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16386   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16387   include:
16388     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16389     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16391   layout:
16392     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16393     layout: "plot-throughput"
16394
16395 - type: "plot"
16396   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16397   algorithm: "plot_perf_box_name"
16398   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16400   include:
16401     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16402     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16403     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16404   layout:
16405     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16406     layout: "plot-throughput"
16407
16408 - type: "plot"
16409   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16410   algorithm: "plot_perf_box_name"
16411   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16412   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16413   include:
16414     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16415     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16416     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16417     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16418     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16419   layout:
16420     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16421     layout: "plot-throughput"
16422
16423 - type: "plot"
16424   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16425   algorithm: "plot_perf_box_name"
16426   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16427   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16428   include:
16429     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16430     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16431     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16432     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16434   layout:
16435     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16436     layout: "plot-throughput"
16437
16438 - type: "plot"
16439   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16440   algorithm: "plot_perf_box_name"
16441   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16442   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16443   include:
16444     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16445     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16446     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16447     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16448     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16449   layout:
16450     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16451     layout: "plot-throughput"
16452
16453 - type: "plot"
16454   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16455   algorithm: "plot_perf_box_name"
16456   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16457   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16458   include:
16459     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16460     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16461     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16462     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16463     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16464   layout:
16465     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16466     layout: "plot-throughput"
16467
16468 - type: "plot"
16469   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
16470   algorithm: "plot_perf_box_name"
16471   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
16472   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16473   include:
16474     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16475     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16476     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16477     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16478     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16479     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16480   layout:
16481     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
16482     layout: "plot-throughput"
16483
16484 - type: "plot"
16485   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
16486   algorithm: "plot_perf_box_name"
16487   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
16488   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16489   include:
16490     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16491     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16492     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16493     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16494     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16495     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16496   layout:
16497     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
16498     layout: "plot-throughput"
16499
16500 - type: "plot"
16501   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16502   algorithm: "plot_perf_box_name"
16503   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16505   include:
16506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16510   layout:
16511     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16512     layout: "plot-throughput"
16513
16514 - type: "plot"
16515   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16516   algorithm: "plot_perf_box_name"
16517   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16518   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16519   include:
16520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16524   layout:
16525     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16526     layout: "plot-throughput"
16527
16528 - type: "plot"
16529   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16530   algorithm: "plot_perf_box_name"
16531   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16533   include:
16534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16538   layout:
16539     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16540     layout: "plot-throughput"
16541
16542 - type: "plot"
16543   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16544   algorithm: "plot_perf_box_name"
16545   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16547   include:
16548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16552   layout:
16553     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16554     layout: "plot-throughput"
16555
16556 - type: "plot"
16557   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16558   algorithm: "plot_perf_box_name"
16559   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16560   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16561   include:
16562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16567   layout:
16568     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16569     layout: "plot-throughput"
16570
16571 - type: "plot"
16572   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16573   algorithm: "plot_perf_box_name"
16574   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16575   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16576   include:
16577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16582   layout:
16583     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16584     layout: "plot-throughput"
16585
16586 - type: "plot"
16587   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16588   algorithm: "plot_perf_box_name"
16589   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16591   include:
16592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16596   layout:
16597     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16598     layout: "plot-throughput"
16599
16600 - type: "plot"
16601   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16602   algorithm: "plot_perf_box_name"
16603   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16605   include:
16606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16610   layout:
16611     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16612     layout: "plot-throughput"
16613
16614 - type: "plot"
16615   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16616   algorithm: "plot_perf_box_name"
16617   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16618   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16619   include:
16620     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16621     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16622     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16623     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16624     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16625     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16626   layout:
16627     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16628     layout: "plot-throughput"
16629
16630 - type: "plot"
16631   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16632   algorithm: "plot_perf_box_name"
16633   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16635   include:
16636     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16637     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16638     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16639     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16640     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16641     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16642   layout:
16643     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16644     layout: "plot-throughput"
16645
16646 - type: "plot"
16647   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16648   algorithm: "plot_perf_box_name"
16649   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16650   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16651   include:
16652     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16653     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16654     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16655     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16656   layout:
16657     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16658     layout: "plot-throughput"
16659
16660 - type: "plot"
16661   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16662   algorithm: "plot_perf_box_name"
16663   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16665   include:
16666     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16667     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16668     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16669     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16670   layout:
16671     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16672     layout: "plot-throughput"
16673
16674 - type: "plot"
16675   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16676   algorithm: "plot_perf_box_name"
16677   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16679   include:
16680     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16681     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16682     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16683     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16684   layout:
16685     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16686     layout: "plot-throughput"
16687
16688 - type: "plot"
16689   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16690   algorithm: "plot_perf_box_name"
16691   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16693   include:
16694     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16695     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16696     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16697     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16698   layout:
16699     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16700     layout: "plot-throughput"
16701
16702 - type: "plot"
16703   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16704   algorithm: "plot_perf_box_name"
16705   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16707   include:
16708     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16709     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16710     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16711     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16712   layout:
16713     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16714     layout: "plot-throughput"
16715
16716 - type: "plot"
16717   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16718   algorithm: "plot_perf_box_name"
16719   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16720   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16721   include:
16722     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16723     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16724     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16725     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16726   layout:
16727     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16728     layout: "plot-throughput"
16729
16730 - type: "plot"
16731   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16732   algorithm: "plot_perf_box_name"
16733   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16734   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16735   include:
16736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16740   layout:
16741     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16742     layout: "plot-throughput"
16743
16744 - type: "plot"
16745   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16746   algorithm: "plot_perf_box_name"
16747   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16749   include:
16750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16754   layout:
16755     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16756     layout: "plot-throughput"
16757
16758 - type: "plot"
16759   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16760   algorithm: "plot_perf_box_name"
16761   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16763   include:
16764     - "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"
16765     - "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"
16766     - "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"
16767     - "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"
16768   layout:
16769     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16770     layout: "plot-throughput"
16771
16772 - type: "plot"
16773   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16774   algorithm: "plot_perf_box_name"
16775   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16776   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16777   include:
16778     - "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"
16779     - "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"
16780     - "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"
16781     - "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"
16782   layout:
16783     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16784     layout: "plot-throughput"
16785
16786 ################################################################################
16787
16788 # Packet Speedup
16789
16790 - type: "plot"
16791   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16792   algorithm: "plot_tsa_name"
16793   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16795   include:
16796     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16797     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16799     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16800   layout:
16801     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
16802     layout: "plot-throughput-speedup-analysis"
16803
16804 - type: "plot"
16805   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16806   algorithm: "plot_tsa_name"
16807   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16808   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16809   include:
16810     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16811     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16813     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16814   layout:
16815     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
16816     layout: "plot-throughput-speedup-analysis"
16817
16818 - type: "plot"
16819   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
16820   algorithm: "plot_tsa_name"
16821   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
16822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16823   include:
16824     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16825     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16826     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16827     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16828   layout:
16829     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
16830     layout: "plot-throughput-speedup-analysis"
16831
16832 - type: "plot"
16833   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
16834   algorithm: "plot_tsa_name"
16835   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
16836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16837   include:
16838     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16839     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16840     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16841     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16842   layout:
16843     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
16844     layout: "plot-throughput-speedup-analysis"
16845
16846 - type: "plot"
16847   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16848   algorithm: "plot_tsa_name"
16849   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16851   include:
16852     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16853     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16858   layout:
16859     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
16860     layout: "plot-throughput-speedup-analysis"
16861
16862 - type: "plot"
16863   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16864   algorithm: "plot_tsa_name"
16865   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16867   include:
16868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16874   layout:
16875     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
16876     layout: "plot-throughput-speedup-analysis"
16877
16878 - type: "plot"
16879   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16880   algorithm: "plot_tsa_name"
16881   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16883   include:
16884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16888   layout:
16889     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
16890     layout: "plot-throughput-speedup-analysis"
16891
16892 - type: "plot"
16893   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16894   algorithm: "plot_tsa_name"
16895   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16896   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16897   include:
16898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16902   layout:
16903     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
16904     layout: "plot-throughput-speedup-analysis"
16905
16906 - type: "plot"
16907   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
16908   algorithm: "plot_tsa_name"
16909   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
16910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16911   include:
16912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16915   layout:
16916     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
16917     layout: "plot-throughput-speedup-analysis"
16918
16919 - type: "plot"
16920   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
16921   algorithm: "plot_tsa_name"
16922   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
16923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16924   include:
16925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16928   layout:
16929     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
16930     layout: "plot-throughput-speedup-analysis"
16931
16932 - type: "plot"
16933   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16934   algorithm: "plot_tsa_name"
16935   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16937   include:
16938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16943   layout:
16944     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
16945     layout: "plot-throughput-speedup-analysis"
16946
16947 - type: "plot"
16948   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16949   algorithm: "plot_tsa_name"
16950   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16952   include:
16953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16958   layout:
16959     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
16960     layout: "plot-throughput-speedup-analysis"
16961
16962 - type: "plot"
16963   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
16964   algorithm: "plot_tsa_name"
16965   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
16966   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16967   include:
16968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
16969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
16970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16971   layout:
16972     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
16973     layout: "plot-throughput-speedup-analysis"
16974
16975 - type: "plot"
16976   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
16977   algorithm: "plot_tsa_name"
16978   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
16979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16980   include:
16981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
16982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
16983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16984   layout:
16985     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
16986     layout: "plot-throughput-speedup-analysis"
16987
16988 - type: "plot"
16989   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16990   algorithm: "plot_tsa_name"
16991   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16993   include:
16994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17000   layout:
17001     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17002     layout: "plot-throughput-speedup-analysis"
17003
17004 - type: "plot"
17005   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17006   algorithm: "plot_tsa_name"
17007   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17008   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17009   include:
17010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17016   layout:
17017     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17018     layout: "plot-throughput-speedup-analysis"
17019
17020 - type: "plot"
17021   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17022   algorithm: "plot_tsa_name"
17023   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17024   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17025   include:
17026     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17027     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17028   layout:
17029     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17030     layout: "plot-throughput-speedup-analysis"
17031
17032 - type: "plot"
17033   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17034   algorithm: "plot_tsa_name"
17035   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17036   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17037   include:
17038     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17039     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17040   layout:
17041     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17042     layout: "plot-throughput-speedup-analysis"
17043
17044 - type: "plot"
17045   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17046   algorithm: "plot_tsa_name"
17047   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17048   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17049   include:
17050     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17051     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17052     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17053     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17054     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17055     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17056   layout:
17057     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17058     layout: "plot-throughput-speedup-analysis"
17059
17060 - type: "plot"
17061   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17062   algorithm: "plot_tsa_name"
17063   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17064   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17065   include:
17066     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17067     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17068     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17069     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17070     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17071     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17072   layout:
17073     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17074     layout: "plot-throughput-speedup-analysis"
17075
17076 - type: "plot"
17077   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17078   algorithm: "plot_tsa_name"
17079   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17080   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17081   include:
17082     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17083     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17084     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17085     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17086     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17087     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17088   layout:
17089     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17090     layout: "plot-throughput-speedup-analysis"
17091
17092 - type: "plot"
17093   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17094   algorithm: "plot_tsa_name"
17095   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17097   include:
17098     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17099     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17100     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17101     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17102     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17103     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17104   layout:
17105     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
17106     layout: "plot-throughput-speedup-analysis"
17107
17108 - type: "plot"
17109   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17110   algorithm: "plot_tsa_name"
17111   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17112   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17113   include:
17114     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17115     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17116     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17117   layout:
17118     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
17119     layout: "plot-throughput-speedup-analysis"
17120
17121 - type: "plot"
17122   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17123   algorithm: "plot_tsa_name"
17124   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17126   include:
17127     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17128     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17129     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17130   layout:
17131     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
17132     layout: "plot-throughput-speedup-analysis"
17133
17134 - type: "plot"
17135   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17136   algorithm: "plot_tsa_name"
17137   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17138   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17139   include:
17140     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17141     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17142     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17143     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17144     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17145   layout:
17146     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17147     layout: "plot-throughput-speedup-analysis"
17148
17149 - type: "plot"
17150   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17151   algorithm: "plot_tsa_name"
17152   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17153   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17154   include:
17155     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17156     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17157     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17158     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17159     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17160   layout:
17161     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17162     layout: "plot-throughput-speedup-analysis"
17163
17164 - type: "plot"
17165   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17166   algorithm: "plot_tsa_name"
17167   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17169   include:
17170     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17171     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17172     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17173     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17174     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17175   layout:
17176     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
17177     layout: "plot-throughput-speedup-analysis"
17178
17179 - type: "plot"
17180   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17181   algorithm: "plot_tsa_name"
17182   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17184   include:
17185     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17186     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17188     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17189     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17190   layout:
17191     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
17192     layout: "plot-throughput-speedup-analysis"
17193
17194 - type: "plot"
17195   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
17196   algorithm: "plot_tsa_name"
17197   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
17198   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17199   include:
17200     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17201     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17202     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17203     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17204     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17205     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17206   layout:
17207     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
17208     layout: "plot-throughput-speedup-analysis"
17209
17210 - type: "plot"
17211   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
17212   algorithm: "plot_tsa_name"
17213   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
17214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17215   include:
17216     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17217     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17218     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17219     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17220     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17221     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17222   layout:
17223     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
17224     layout: "plot-throughput-speedup-analysis"
17225
17226 - type: "plot"
17227   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17228   algorithm: "plot_tsa_name"
17229   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17231   include:
17232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17236   layout:
17237     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
17238     layout: "plot-throughput-speedup-analysis"
17239
17240 - type: "plot"
17241   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17242   algorithm: "plot_tsa_name"
17243   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17245   include:
17246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17250   layout:
17251     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
17252     layout: "plot-throughput-speedup-analysis"
17253
17254 - type: "plot"
17255   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17256   algorithm: "plot_tsa_name"
17257   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17258   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17259   include:
17260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17264   layout:
17265     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
17266     layout: "plot-throughput-speedup-analysis"
17267
17268 - type: "plot"
17269   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17270   algorithm: "plot_tsa_name"
17271   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17273   include:
17274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17278   layout:
17279     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
17280     layout: "plot-throughput-speedup-analysis"
17281
17282 - type: "plot"
17283   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17284   algorithm: "plot_tsa_name"
17285   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17286   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17287   include:
17288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17293   layout:
17294     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
17295     layout: "plot-throughput-speedup-analysis"
17296
17297 - type: "plot"
17298   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17299   algorithm: "plot_tsa_name"
17300   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17302   include:
17303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17308   layout:
17309     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
17310     layout: "plot-throughput-speedup-analysis"
17311
17312 - type: "plot"
17313   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17314   algorithm: "plot_tsa_name"
17315   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17317   include:
17318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17322   layout:
17323     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17324     layout: "plot-throughput-speedup-analysis"
17325
17326 - type: "plot"
17327   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17328   algorithm: "plot_tsa_name"
17329   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17330   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17331   include:
17332     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17336   layout:
17337     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17338     layout: "plot-throughput-speedup-analysis"
17339
17340 - type: "plot"
17341   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17342   algorithm: "plot_tsa_name"
17343   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17345   include:
17346     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
17347     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17348     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17349     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
17350     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
17351     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17352   layout:
17353     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
17354     layout: "plot-throughput-speedup-analysis"
17355
17356 - type: "plot"
17357   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
17358   algorithm: "plot_tsa_name"
17359   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
17360   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17361   include:
17362     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
17363     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17364     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17365     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
17366     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
17367     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17368   layout:
17369     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
17370     layout: "plot-throughput-speedup-analysis"
17371
17372 - type: "plot"
17373   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
17374   algorithm: "plot_tsa_name"
17375   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
17376   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17377   include:
17378     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17379     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17380     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17381     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17382   layout:
17383     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
17384     layout: "plot-throughput-speedup-analysis"
17385
17386 - type: "plot"
17387   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
17388   algorithm: "plot_tsa_name"
17389   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
17390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17391   include:
17392     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17393     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17394     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17395     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17396   layout:
17397     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
17398     layout: "plot-throughput-speedup-analysis"
17399
17400 - type: "plot"
17401   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
17402   algorithm: "plot_tsa_name"
17403   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
17404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17405   include:
17406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17410   layout:
17411     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
17412     layout: "plot-throughput-speedup-analysis"
17413
17414 - type: "plot"
17415   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
17416   algorithm: "plot_tsa_name"
17417   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
17418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17419   include:
17420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17424   layout:
17425     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
17426     layout: "plot-throughput-speedup-analysis"
17427
17428 - type: "plot"
17429   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17430   algorithm: "plot_tsa_name"
17431   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
17432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17433   include:
17434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17438   layout:
17439     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17440     layout: "plot-throughput-speedup-analysis"
17441
17442 - type: "plot"
17443   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17444   algorithm: "plot_tsa_name"
17445   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
17446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17447   include:
17448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17452   layout:
17453     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17454     layout: "plot-throughput-speedup-analysis"
17455
17456 - type: "plot"
17457   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
17458   algorithm: "plot_tsa_name"
17459   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
17460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17461   include:
17462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17466   layout:
17467     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
17468     layout: "plot-throughput-speedup-analysis"
17469
17470 - type: "plot"
17471   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
17472   algorithm: "plot_tsa_name"
17473   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
17474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17475   include:
17476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17480   layout:
17481     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
17482     layout: "plot-throughput-speedup-analysis"
17483
17484 - type: "plot"
17485   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
17486   algorithm: "plot_tsa_name"
17487   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
17488   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17489   include:
17490     - "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"
17491     - "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"
17492     - "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"
17493     - "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"
17494   layout:
17495     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
17496     layout: "plot-throughput-speedup-analysis"
17497
17498 - type: "plot"
17499   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
17500   algorithm: "plot_tsa_name"
17501   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
17502   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17503   include:
17504     - "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"
17505     - "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"
17506     - "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"
17507     - "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"
17508   layout:
17509     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
17510     layout: "plot-throughput-speedup-analysis"
17511
17512 ################################################################################
17513
17514 # Packet Throughput - DPDK
17515
17516 # 2n-clx-xxv710
17517
17518 - type: "plot"
17519   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
17520   algorithm: "plot_perf_box_name"
17521   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
17522   data: "plot-dpdk-throughput-latency-2n-clx"
17523   include:
17524     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17525     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17526   layout:
17527     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
17528     layout: "plot-throughput"
17529
17530 - type: "plot"
17531   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
17532   algorithm: "plot_perf_box_name"
17533   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
17534   data: "plot-dpdk-throughput-latency-2n-clx"
17535   include:
17536     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17537     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17538   layout:
17539     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
17540     layout: "plot-throughput"
17541
17542 - type: "plot"
17543   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
17544   algorithm: "plot_perf_box_name"
17545   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
17546   data: "plot-dpdk-throughput-latency-2n-clx"
17547   include:
17548     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17549     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17550   layout:
17551     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
17552     layout: "plot-throughput"
17553
17554 - type: "plot"
17555   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
17556   algorithm: "plot_perf_box_name"
17557   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
17558   data: "plot-dpdk-throughput-latency-2n-clx"
17559   include:
17560     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17561     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17562   layout:
17563     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
17564     layout: "plot-throughput"
17565
17566 # 2n-clx-x710
17567
17568 - type: "plot"
17569   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
17570   algorithm: "plot_perf_box_name"
17571   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
17572   data: "plot-dpdk-throughput-latency-2n-clx"
17573   include:
17574     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17575     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17576   layout:
17577     title: "2n-clx-x710-64b-2t1c-base-ndr"
17578     layout: "plot-throughput"
17579
17580 - type: "plot"
17581   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
17582   algorithm: "plot_perf_box_name"
17583   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
17584   data: "plot-dpdk-throughput-latency-2n-clx"
17585   include:
17586     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17587     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17588   layout:
17589     title: "2n-clx-x710-64b-4t2c-base-ndr"
17590     layout: "plot-throughput"
17591
17592 - type: "plot"
17593   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
17594   algorithm: "plot_perf_box_name"
17595   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
17596   data: "plot-dpdk-throughput-latency-2n-clx"
17597   include:
17598     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17599     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17600   layout:
17601     title: "2n-clx-x710-64b-2t1c-base-pdr"
17602     layout: "plot-throughput"
17603
17604 - type: "plot"
17605   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
17606   algorithm: "plot_perf_box_name"
17607   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
17608   data: "plot-dpdk-throughput-latency-2n-clx"
17609   include:
17610     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17611     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17612   layout:
17613     title: "2n-clx-x710-64b-4t2c-base-pdr"
17614     layout: "plot-throughput"
17615
17616 ################################################################################
17617
17618 - type: "plot"
17619   title: "Latency by percentile: 2n-skx"
17620   algorithm: "plot_hdrh_lat_by_percentile"
17621   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
17622   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
17623   target-links: "../../_static/vpp"
17624   data: "plot-vpp-hdrh-lat-2n-skx"
17625   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17626   layout:
17627     layout: "plot-hdrh-latency-by-percentile"
17628
17629 - type: "plot"
17630   title: "Latency by percentile: 3n-skx"
17631   algorithm: "plot_hdrh_lat_by_percentile"
17632   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
17633   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
17634   target-links: "../../_static/vpp"
17635   data: "plot-vpp-hdrh-lat-3n-skx"
17636   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17637   layout:
17638     layout: "plot-hdrh-latency-by-percentile"
17639
17640 - type: "plot"
17641   title: "Latency by percentile: 2n-clx"
17642   algorithm: "plot_hdrh_lat_by_percentile"
17643   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
17644   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
17645   target-links: "../../_static/vpp"
17646   data: "plot-vpp-hdrh-lat-2n-clx"
17647   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17648   layout:
17649     layout: "plot-hdrh-latency-by-percentile"
17650
17651 - type: "plot"
17652   title: "Latency by percentile: 3n-hsw"
17653   algorithm: "plot_hdrh_lat_by_percentile"
17654   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
17655   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
17656   target-links: "../../_static/vpp"
17657   data: "plot-vpp-hdrh-lat-3n-hsw"
17658   filter: "'1T1C' and 'NIC_Intel-XL710'"
17659   layout:
17660     layout: "plot-hdrh-latency-by-percentile"
17661
17662 - type: "plot"
17663   title: "Latency by percentile: 3n-tsh"
17664   algorithm: "plot_hdrh_lat_by_percentile"
17665   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
17666   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
17667   target-links: "../../_static/vpp"
17668   data: "plot-vpp-hdrh-lat-3n-tsh"
17669   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
17670   layout:
17671     layout: "plot-hdrh-latency-by-percentile"
17672
17673 - type: "plot"
17674   title: "Latency by percentile: DPDK 2n-clx"
17675   algorithm: "plot_hdrh_lat_by_percentile"
17676   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
17677   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
17678   target-links: "../../_static/dpdk"
17679   data: "plot-dpdk-hdrh-lat-2n-clx"
17680   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17681   layout:
17682     layout: "plot-hdrh-latency-by-percentile"
17683
17684 - type: "plot"
17685   title: "Latency by percentile: DPDK 3n-hsw"
17686   algorithm: "plot_hdrh_lat_by_percentile"
17687   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
17688   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
17689   target-links: "../../_static/dpdk"
17690   data: "plot-dpdk-hdrh-lat-3n-hsw"
17691   filter: "'1T1C' and 'NIC_Intel-XL710'"
17692   layout:
17693     layout: "plot-hdrh-latency-by-percentile"
17694
17695 - type: "plot"
17696   title: "Latency by percentile: DPDK 3n-tsh"
17697   algorithm: "plot_hdrh_lat_by_percentile"
17698   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
17699   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
17700   target-links: "../../_static/dpdk"
17701   data: "plot-dpdk-hdrh-lat-3n-tsh"
17702   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
17703   layout:
17704     layout: "plot-hdrh-latency-by-percentile"