Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # 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
328     plot-vpp-hdrh-lat-2n-skx:
329       csit-vpp-perf-verify-2001-2n-skx:
330         - 92  # NDRPDR sel
331
332     plot-vpp-http-server-performance:
333       csit-vpp-perf-verify-2001-2n-clx:
334         - 80  # TCP
335         - 82  # TCP
336         - 83  # TCP
337         - 85  # TCP
338         - 86  # TCP
339         - 87  # TCP
340         - 88  # TCP
341         - 89  # TCP
342         - 90  # TCP
343         - 91  # TCP
344
345     plot-vpp-soak-2n-skx:
346       # TODO: Replace the data
347       # csit-vpp-perf-verify-2001-2n-skx:
348       csit-vpp-perf-verify-1908-2n-skx:
349         - 83  # SOAK
350         - 86  # SOAK
351
352     plot-vpp-nfv-2n-skx-ndrpdr:
353       # TODO: Replace the data
354       csit-vpp-perf-verify-2001-2n-skx:
355         - 30  # NFV
356         - 31  # NFV
357
358     plot-vpp-nfv-2n-skx-mrr:
359       # TODO: Replace the data
360       # csit-vpp-perf-verify-2001-2n-skx:
361       csit-vpp-perf-verify-1908-2n-skx:
362         - 71  # NFV MRR
363
364     plot-vpp-nfv-reconf-2n-skx:
365       # TODO: Replace the data
366       # csit-vpp-perf-verify-2001-2n-skx:
367       csit-vpp-perf-verify-1908-2n-skx:
368         - 113 # NFV reconf sel
369         - 114 # NFV reconf sel
370         - 115 # NFV reconf sel
371
372     plot-dpdk-throughput-latency-2n-skx:
373       csit-dpdk-perf-verify-2001-2n-skx:
374         - 1   # NDRPDR sel
375         - 2   # NDRPDR sel
376         - 3   # NDRPDR sel
377         - 4   # NDRPDR sel
378         - 5   # NDRPDR sel
379         - 6   # NDRPDR sel
380         - 7   # NDRPDR sel
381         - 8   # NDRPDR sel
382         - 9   # NDRPDR sel
383         - 10  # NDRPDR sel
384         - 11  # NDRPDR sel
385         - 13  # NDRPDR sel
386         - 26  # NDRPDR sel
387         - 16  # NDRPDR sel
388         - 17  # NDRPDR sel
389         - 18  # NDRPDR sel
390         - 19  # NDRPDR sel
391         - 27  # NDRPDR sel
392         - 21  # NDRPDR sel
393         - 25  # NDRPDR sel
394
395     plot-dpdk-hdrh-lat-2n-skx:
396       csit-dpdk-perf-verify-2001-2n-skx:
397         - 1   # NDRPDR sel
398         - 19  # NDRPDR sel
399
400     # 2n-clx
401
402     plot-vpp-throughput-lat-tsa-2n-clx:
403       csit-vpp-perf-verify-2001-2n-clx:
404         - 28  # NDRPDR sel
405         - 29  # NDRPDR sel
406         - 32  # NDRPDR sel
407         - 40  # NDRPDR sel
408         - 43  # NDRPDR sel
409         - 44  # NDRPDR sel
410         - 45  # NDRPDR sel
411         - 47  # NDRPDR sel
412         - 48  # NDRPDR sel
413         - 49  # NDRPDR sel
414
415     plot-vpp-hdrh-lat-2n-clx:
416       csit-vpp-perf-verify-2001-2n-clx:
417         - 28  # NDRPDR sel
418
419     plot-vpp-nfv-2n-clx-ndrpdr:
420       csit-vpp-perf-verify-2001-2n-clx:
421         - 28  # NDRPDR sel
422         - 29  # NDRPDR sel
423         - 32  # NDRPDR sel
424         - 40  # NDRPDR sel
425         - 43  # NDRPDR sel
426         - 44  # NDRPDR sel
427         - 45  # NDRPDR sel
428         - 47  # NDRPDR sel
429         - 48  # NDRPDR sel
430         - 49  # NDRPDR sel
431
432     plot-vpp-nfv-2n-clx-mrr:
433       csit-vpp-perf-verify-2001-2n-clx:
434         - 39  # MRR
435
436     plot-vpp-nfv-reconf-2n-clx:
437       csit-vpp-perf-verify-2001-2n-clx:
438         - 68  # Reconf
439         - 69  # Reconf
440         - 70  # Reconf
441         - 71  # Reconf
442         - 72  # Reconf
443         - 73  # Reconf
444         - 74  # Reconf
445         - 75  # Reconf
446         - 76  # Reconf
447         - 77  # Reconf
448
449     plot-vpp-soak-2n-clx:
450       csit-vpp-perf-verify-2001-2n-clx:
451         - 93  # Soak
452         - 94  # Soak
453
454     plot-dpdk-throughput-latency-2n-clx:
455       csit-dpdk-perf-verify-2001-2n-clx:
456         - 15  # NDRPDR sel
457         - 16  # NDRPDR sel
458         - 17  # NDRPDR sel
459         - 18  # NDRPDR sel
460         - 19  # NDRPDR sel
461         - 20  # NDRPDR sel
462         - 21  # NDRPDR sel
463         - 22  # NDRPDR sel
464         - 23  # NDRPDR sel
465         - 24  # NDRPDR sel
466         - 25  # NDRPDR sel
467         - 26  # NDRPDR sel
468         - 27  # NDRPDR sel
469         - 28  # NDRPDR sel
470         - 29  # NDRPDR sel
471         - 30  # NDRPDR sel
472         - 31  # NDRPDR sel
473         - 32  # NDRPDR sel
474         - 33  # NDRPDR sel
475         - 34  # NDRPDR sel
476
477
478     plot-dpdk-hdrh-lat-2n-clx:
479       csit-dpdk-perf-verify-2001-2n-clx:
480         - 15  # NDRPDR sel
481
482     # 3n-tsh
483
484     plot-vpp-throughput-lat-tsa-3n-tsh:
485       csit-vpp-perf-verify-2001-3n-tsh:
486         - 3   # NDRPDR sel
487         - 4   # NDRPDR sel
488         - 7   # NDRPDR sel
489         - 8   # NDRPDR sel
490         - 10  # NDRPDR sel
491         - 12  # NDRPDR sel
492         - 13  # NDRPDR sel
493         - 14  # NDRPDR sel
494         - 15  # NDRPDR sel
495         - 21  # NDRPDR sel
496
497     plot-vpp-hdrh-lat-3n-tsh:
498       csit-vpp-perf-verify-2001-3n-tsh:
499         - 10  # NDRPDR sel
500
501     plot-dpdk-throughput-latency-3n-tsh:
502       csit-dpdk-perf-verify-2001-3n-tsh:
503         - 3   # NDRPDR sel
504         - 4   # NDRPDR sel
505         - 5   # NDRPDR sel
506         - 9   # NDRPDR sel
507         - 10  # NDRPDR sel
508         - 11  # NDRPDR sel
509         - 12  # NDRPDR sel
510         - 14  # NDRPDR sel
511         - 15  # NDRPDR sel
512         - 18  # NDRPDR sel
513
514     plot-dpdk-hdrh-lat-3n-tsh:
515       csit-dpdk-perf-verify-2001-3n-tsh:
516         - 3   # NDRPDR sel
517
518     # 3n-dnv
519
520     plot-vpp-throughput-lat-tsa-3n-dnv:
521       csit-vpp-perf-verify-2001-3n-dnv:
522         - 5   # NDRPDR sel
523         - 6   # NDRPDR sel
524         - 7   # NDRPDR sel
525         - 8   # NDRPDR sel
526         - 9   # NDRPDR sel
527         - 10  # NDRPDR sel
528         - 12  # NDRPDR sel
529         - 16  # NDRPDR sel
530         - 17  # NDRPDR sel
531         - 18  # NDRPDR sel
532
533     plot-dpdk-throughput-latency-3n-dnv:
534       csit-dpdk-perf-verify-2001-3n-dnv:
535         - 12  # NDRPDR sel
536         - 13  # NDRPDR sel
537         - 14  # NDRPDR sel
538         - 15  # NDRPDR sel
539         - 16  # NDRPDR sel
540         - 17  # NDRPDR sel
541         - 18  # NDRPDR sel
542         - 19  # NDRPDR sel
543         - 20  # NDRPDR sel
544         - 22  # NDRPDR sel
545
546     # 2n-dnv
547
548     plot-vpp-throughput-lat-tsa-2n-dnv:
549       csit-vpp-perf-verify-2001-2n-dnv:
550         - 4   # NDRPDR sel
551         - 5   # NDRPDR sel
552         - 6   # NDRPDR sel
553         - 7   # NDRPDR sel
554         - 8   # NDRPDR sel
555         - 9   # NDRPDR sel
556         - 10  # NDRPDR sel
557         - 11  # NDRPDR sel
558         - 13  # NDRPDR sel
559         - 16  # NDRPDR sel
560
561     plot-dpdk-throughput-latency-2n-dnv:
562       csit-dpdk-perf-verify-2001-2n-dnv:
563         - 9   # NDRPDR sel
564         - 10  # NDRPDR sel
565         - 11  # NDRPDR sel
566         - 12  # NDRPDR sel
567         - 13  # NDRPDR sel
568         - 14  # NDRPDR sel
569         - 15  # NDRPDR sel
570         - 16  # NDRPDR sel
571         - 17  # NDRPDR sel
572         - 18  # NDRPDR sel
573
574     ###########################################################################
575     # Simple tables (only one data set):
576
577     # NIC Comparisons
578
579     vpp-nic-comparison-3n-skx:
580       # TODO: Add the data
581       csit-vpp-perf-verify-2001-3n-skx:
582         - 45  # NDRPDR sel
583         - 46  # NDRPDR sel
584         - 47  # NDRPDR sel
585         - 48  # NDRPDR sel
586
587     vpp-nic-comparison-2n-skx:
588       # TODO: Add the data
589       csit-vpp-perf-verify-2001-2n-skx:
590         - 92  # NDRPDR sel
591         - 93  # NDRPDR sel
592         - 94  # NDRPDR sel
593         - 95  # NDRPDR sel
594         - 96  # NDRPDR sel
595         - 97  # NDRPDR sel
596         - 98  # NDRPDR sel
597
598     vpp-nic-comparison-3n-skx-mrr:
599       # TODO: Replace
600       # csit-vpp-perf-verify-2001-3n-skx:
601       csit-vpp-perf-verify-1908-3n-skx:
602         - 36  # MRR sel
603
604     vpp-nic-comparison-2n-skx-mrr:
605       # TODO: Replace
606       # csit-vpp-perf-verify-2001-2n-skx:
607       csit-vpp-perf-verify-1908-2n-skx:
608         - 69  # MRR sel
609
610     # Results
611
612     vpp-perf-results-3n-hsw:
613       csit-vpp-perf-verify-2001-3n-hsw:
614         - 18  # NDRPDR full
615         - 20  # NDRPDR full
616         - 28  # NDRPDR full
617         - 35  # NDRPDR full
618         - 42  # NDRPDR full
619         - 46  # NDRPDR full
620         - 47  # NDRPDR full
621         - 48  # NDRPDR full
622         - 49  # NDRPDR full
623         - 50  # NDRPDR full
624         - 51  # NDRPDR full
625         - 52  # NDRPDR full
626         - 53  # NDRPDR full
627         - 54  # NDRPDR full
628         - 55  # NDRPDR full
629         - 56  # NDRPDR full
630         - 57  # NDRPDR full
631         - 58  # NDRPDR full
632         - 59  # NDRPDR full
633         - 61  # NDRPDR full
634         - 62  # NDRPDR full
635         - 63  # NDRPDR full
636         - 64  # NDRPDR full
637         - 65  # NDRPDR full
638         - 67  # NDRPDR full
639         - 70  # NDRPDR full
640         - 72  # NDRPDR full
641         - 73  # NDRPDR full
642         - 76  # NDRPDR full
643         - 77  # NDRPDR full
644         - 78  # NDRPDR full
645         - 79  # NDRPDR full
646         - 81  # NDRPDR full
647         - 82  # NDRPDR full
648         - 84  # NDRPDR full
649         - 85  # NDRPDR full
650
651     vpp-perf-results-3n-skx:
652       # TODO: Replace
653       csit-vpp-perf-verify-2001-3n-skx:
654         - 47  # NDRPDR sel
655
656     vpp-perf-results-2n-skx:
657       csit-vpp-perf-verify-2001-2n-skx:
658         # TODO: Replace
659         - 92  # NDRPDR sel
660
661     vpp-perf-results-2n-clx:
662       csit-vpp-perf-verify-2001-2n-clx:
663         - 53  # NDRPDR full
664         - 54  # NDRPDR full
665         - 55  # NDRPDR full
666         - 56  # NDRPDR full
667         - 57  # NDRPDR full
668         - 58  # NDRPDR full
669         - 59  # NDRPDR full
670         - 60  # NDRPDR full
671         - 61  # NDRPDR full
672         - 62  # NDRPDR full
673         - 63  # NDRPDR full
674         - 64  # NDRPDR full
675         - 65  # NDRPDR full
676         - 66  # NDRPDR full
677         - 67  # NDRPDR full
678
679     vpp-perf-results-3n-tsh:
680       csit-vpp-perf-verify-2001-3n-tsh:
681         - 10  # NDRPDR sel
682
683     vpp-perf-results-3n-dnv:
684       csit-vpp-perf-verify-2001-3n-dnv:
685         - 19  # NDRPDR full
686         - 20  # NDRPDR full
687         - 21  # NDRPDR full
688         - 22  # NDRPDR full
689         - 23  # NDRPDR full
690         - 24  # NDRPDR full
691         - 25  # NDRPDR full
692         - 26  # NDRPDR full
693         - 37  # NDRPDR full
694         - 38  # NDRPDR full
695         - 39  # NDRPDR full
696
697     vpp-perf-results-2n-dnv:
698       csit-vpp-perf-verify-2001-2n-dnv:
699         - 21  # NDRPDR full
700         - 22  # NDRPDR full
701         - 25  # NDRPDR full
702         - 26  # NDRPDR full
703         - 27  # NDRPDR full
704         - 28  # NDRPDR full
705
706     vpp-mrr-results-3n-hsw:
707       csit-vpp-perf-verify-2001-3n-hsw:
708         - 17  # MRR sel
709
710     vpp-mrr-results-3n-skx:
711       # TODO: Replace
712       # csit-vpp-perf-verify-2001-3n-skx:
713       csit-vpp-perf-verify-1908-3n-skx:
714         - 36  # MRR sel
715
716     vpp-mrr-results-2n-skx:
717       # TODO: Replace
718       # csit-vpp-perf-verify-2001-2n-skx:
719       csit-vpp-perf-verify-1908-2n-skx:
720         - 69  # MRR sel
721
722     vpp-mrr-results-2n-clx:
723       csit-vpp-perf-verify-2001-2n-clx:
724         - 39  # MRR
725
726     vpp-mrr-results-3n-tsh:
727       csit-vpp-perf-verify-2001-3n-tsh:
728         - 9   # MRR sel
729
730     vpp-mrr-results-3n-dnv:
731       csit-vpp-perf-verify-2001-3n-dnv:
732         - 11  # MRR sel
733
734     vpp-mrr-results-2n-dnv:
735       csit-vpp-perf-verify-2001-2n-dnv:
736         - 12  # MRR sel
737
738     vpp-device-results-ubuntu:
739       csit-vpp-device-2001-ubuntu1804-1n-skx:
740         - 57
741
742     dpdk-perf-results-3n-hsw:
743       csit-dpdk-perf-verify-2001-3n-hsw:
744         - 25  # NDRPDR full
745         - 26  # NDRPDR full
746
747     dpdk-perf-results-3n-skx:
748       csit-dpdk-perf-verify-2001-3n-skx:
749         - 1   # NDRPDR sel
750
751     dpdk-perf-results-2n-skx:
752       csit-dpdk-perf-verify-2001-2n-skx:
753         - 1   # NDRPDR sel
754
755     dpdk-perf-results-2n-clx:
756       csit-dpdk-perf-verify-2001-2n-clx:
757         - 15  # NDRPDR sel
758         - 34  # NDRPDR sel
759
760     dpdk-perf-results-2n-dnv:
761       csit-dpdk-perf-verify-2001-2n-dnv:
762         - 16  # NDRPDR sel
763
764     dpdk-perf-results-3n-dnv:
765       csit-dpdk-perf-verify-2001-3n-dnv:
766         - 12  # NDRPDR sel
767
768     dpdk-perf-results-3n-tsh:
769       csit-dpdk-perf-verify-2001-3n-tsh:
770         - 3   # NDRPDR sel
771
772 ###########################################################################
773     # Tables (more than one data set)
774
775     # Performance changes
776
777     vpp-performance-changes-3n-hsw-h1:
778       csit-vpp-perf-verify-1904-3n-hsw:
779         - 11  # NDRPDR sel
780         - 12  # NDRPDR sel
781         - 20  # NDRPDR sel
782         - 21  # NDRPDR sel
783         - 23  # NDRPDR sel
784         - 24  # NDRPDR sel
785         - 25  # NDRPDR sel
786         - 26  # NDRPDR sel
787         - 29  # NDRPDR sel
788         - 30  # NDRPDR sel
789     vpp-performance-changes-3n-hsw-ref:
790       csit-vpp-perf-verify-1908-3n-hsw:
791         - 12  # NDRPDR sel
792         - 13  # NDRPDR sel
793         - 14  # NDRPDR sel
794         - 15  # NDRPDR sel
795         - 16  # NDRPDR sel
796         - 17  # NDRPDR sel
797         - 18  # NDRPDR sel
798         - 19  # NDRPDR sel
799         - 20  # NDRPDR sel
800         - 21  # NDRPDR sel
801     vpp-performance-changes-3n-hsw-cmp:
802       csit-vpp-perf-verify-2001-3n-hsw:
803         - 21  # NDRPDR sel
804         - 22  # NDRPDR sel
805         - 23  # NDRPDR sel
806         - 24  # NDRPDR sel
807         - 25  # NDRPDR sel
808         - 29  # NDRPDR sel
809         - 30  # NDRPDR sel
810         - 31  # NDRPDR sel
811         - 32  # NDRPDR sel
812         - 34  # NDRPDR sel
813     vpp-performance-changes-3n-hsw:
814       - "vpp-performance-changes-3n-hsw-h1"
815       - "vpp-performance-changes-3n-hsw-ref"
816       - "vpp-performance-changes-3n-hsw-cmp"
817
818     vpp-performance-changes-3n-skx-h1:
819       csit-vpp-perf-verify-1904-3n-skx:
820         - 8   # NDRPDR sel
821         - 9   # NDRPDR sel
822         - 10  # NDRPDR sel
823         - 11  # NDRPDR sel
824         - 12  # NDRPDR sel
825         - 14  # NDRPDR sel
826         - 16  # NDRPDR sel
827         - 21  # NDRPDR sel
828         - 23  # NDRPDR sel
829         - 25  # NDRPDR sel
830     vpp-performance-changes-3n-skx-ref:
831       csit-vpp-perf-verify-1908-3n-skx:
832         - 14  # NDRPDR sel
833         - 16  # NDRPDR sel
834         - 19  # NDRPDR sel
835         - 20  # NDRPDR sel
836         - 22  # NDRPDR sel
837         - 23  # NDRPDR sel
838         - 24  # NDRPDR sel
839         - 25  # NDRPDR sel
840         - 26  # NDRPDR sel
841         - 29  # NDRPDR sel
842     vpp-performance-changes-3n-skx-cmp:
843       # TODO: Add the data
844       csit-vpp-perf-verify-2001-3n-skx:
845         - 45  # NDRPDR sel
846         - 46  # NDRPDR sel
847         - 47  # NDRPDR sel
848         - 48  # NDRPDR sel
849     vpp-performance-changes-3n-skx:
850       - "vpp-performance-changes-3n-skx-h1"
851       - "vpp-performance-changes-3n-skx-ref"
852       - "vpp-performance-changes-3n-skx-cmp"
853
854     vpp-performance-changes-2n-skx-h1:
855       csit-vpp-perf-verify-1904-2n-skx:
856         - 12  # NDRPDR sel
857         - 14  # NDRPDR sel
858         - 16  # NDRPDR sel
859         - 17  # NDRPDR sel
860         - 18  # NDRPDR sel
861         - 21  # NDRPDR sel
862         - 27  # NDRPDR sel
863         - 30  # NDRPDR sel
864         - 31  # NDRPDR sel
865         - 32  # NDRPDR sel
866     vpp-performance-changes-2n-skx-ref:
867       csit-vpp-perf-verify-1908-2n-skx:
868         - 26  # NDRPDR sel
869         - 27  # NDRPDR sel
870         - 34  # NDRPDR sel
871         - 35  # NDRPDR sel
872         - 36  # NDRPDR sel
873         - 42  # NDRPDR sel
874         - 43  # NDRPDR sel
875         - 44  # NDRPDR sel
876         - 45  # NDRPDR sel
877         - 46  # NDRPDR sel
878     vpp-performance-changes-2n-skx-cmp:
879       # TODO: Add the data
880       csit-vpp-perf-verify-2001-2n-skx:
881         - 92  # NDRPDR sel
882         - 93  # NDRPDR sel
883         - 94  # NDRPDR sel
884         - 95  # NDRPDR sel
885         - 96  # NDRPDR sel
886         - 97  # NDRPDR sel
887         - 98  # NDRPDR sel
888     vpp-performance-changes-2n-skx:
889       - "vpp-performance-changes-2n-skx-h1"
890       - "vpp-performance-changes-2n-skx-ref"
891       - "vpp-performance-changes-2n-skx-cmp"
892
893     vpp-performance-changes-nfv-2n-skx-ref:
894       csit-vpp-perf-verify-1908-2n-skx:
895         - 22  # NFV
896         - 31  # NFV
897         - 32  # NFV
898     vpp-performance-changes-nfv-2n-skx-cmp:
899       # TODO: Add the data
900       csit-vpp-perf-verify-2001-2n-skx:
901         - 30  # NFV
902         - 31  # NFV
903     vpp-performance-changes-nfv-2n-skx:
904       - "vpp-performance-changes-nfv-2n-skx-ref"
905       - "vpp-performance-changes-nfv-2n-skx-cmp"
906
907     vpp-performance-changes-2n-dnv-ref:
908       csit-vpp-perf-verify-1908-2n-dnv:
909         - 1   # NDRPDR sel
910         - 2   # NDRPDR sel
911         - 3   # NDRPDR sel
912         - 4   # NDRPDR sel
913         - 5   # NDRPDR sel
914         - 6   # NDRPDR sel
915         - 7   # NDRPDR sel
916         - 8   # NDRPDR sel
917         - 9   # NDRPDR sel
918         - 10  # NDRPDR sel
919     vpp-performance-changes-2n-dnv-cmp:
920       csit-vpp-perf-verify-2001-2n-dnv:
921         - 4   # NDRPDR sel
922         - 5   # NDRPDR sel
923         - 6   # NDRPDR sel
924         - 7   # NDRPDR sel
925         - 8   # NDRPDR sel
926         - 9   # NDRPDR sel
927         - 10  # NDRPDR sel
928         - 11  # NDRPDR sel
929         - 13  # NDRPDR sel
930         - 16  # NDRPDR sel
931     vpp-performance-changes-2n-dnv:
932       - "vpp-performance-changes-2n-dnv-ref"
933       - "vpp-performance-changes-2n-dnv-cmp"
934
935     vpp-performance-changes-3n-dnv-ref:
936       csit-vpp-perf-verify-1908-3n-dnv:
937         - 6   # NDRPDR sel
938         - 7   # NDRPDR sel
939         - 8   # NDRPDR sel
940         - 9   # NDRPDR sel
941         - 10  # NDRPDR sel
942         - 12  # NDRPDR sel
943         - 13  # NDRPDR sel
944         - 14  # NDRPDR sel
945         - 15  # NDRPDR sel
946         - 16  # NDRPDR sel
947     vpp-performance-changes-3n-dnv-cmp:
948       csit-vpp-perf-verify-2001-3n-dnv:
949         - 5   # NDRPDR sel
950         - 6   # NDRPDR sel
951         - 7   # NDRPDR sel
952         - 8   # NDRPDR sel
953         - 9   # NDRPDR sel
954         - 10  # NDRPDR sel
955         - 12  # NDRPDR sel
956         - 16  # NDRPDR sel
957         - 17  # NDRPDR sel
958         - 18  # NDRPDR sel
959     vpp-performance-changes-3n-dnv:
960       - "vpp-performance-changes-3n-dnv-ref"
961       - "vpp-performance-changes-3n-dnv-cmp"
962
963     vpp-performance-changes-3n-tsh-ref:
964       csit-vpp-perf-verify-1908-3n-tsh:
965         - 7   # NDRPDR sel
966         - 8   # NDRPDR sel
967         - 9   # NDRPDR sel
968         - 10  # NDRPDR sel
969         - 11  # NDRPDR sel
970         - 12  # NDRPDR sel
971         - 13  # NDRPDR sel
972         - 14  # NDRPDR sel
973         - 15  # NDRPDR sel
974         - 16  # NDRPDR sel
975     vpp-performance-changes-3n-tsh-cmp:
976       csit-vpp-perf-verify-2001-3n-tsh:
977         - 3   # NDRPDR sel
978         - 4   # NDRPDR sel
979         - 7   # NDRPDR sel
980         - 8   # NDRPDR sel
981         - 10  # NDRPDR sel
982         - 12  # NDRPDR sel
983         - 13  # NDRPDR sel
984         - 14  # NDRPDR sel
985         - 15  # NDRPDR sel
986         - 21  # NDRPDR sel
987     vpp-performance-changes-3n-tsh:
988       - "vpp-performance-changes-3n-tsh-ref"
989       - "vpp-performance-changes-3n-tsh-cmp"
990
991     vpp-soak-vs-ndr-2n-skx-ref:
992       csit-vpp-perf-verify-2001-2n-skx:
993         - 92  # NDRPDR sel
994         - 93  # NDRPDR sel
995         - 94  # NDRPDR sel
996         - 95  # NDRPDR sel
997         - 96  # NDRPDR sel
998         - 97  # NDRPDR sel
999         - 98  # NDRPDR sel
1000     vpp-soak-vs-ndr-2n-skx-cmp:
1001       # TODO: Replace
1002       # csit-vpp-perf-verify-2001-2n-skx:
1003       csit-vpp-perf-verify-1908-2n-skx:
1004         - 83  # SOAK
1005         - 86  # SOAK
1006     vpp-soak-vs-ndr-2n-skx:
1007       csit-vpp-perf-verify-2001-2n-skx:
1008         - 92  # NDRPDR sel
1009         - 93  # NDRPDR sel
1010         - 94  # NDRPDR sel
1011         - 95  # NDRPDR sel
1012         - 96  # NDRPDR sel
1013         - 97  # NDRPDR sel
1014         - 98  # NDRPDR sel
1015         - 83  # SOAK
1016         - 86  # SOAK
1017
1018     vpp-soak-vs-ndr-2n-clx-ref:
1019       csit-vpp-perf-verify-2001-2n-clx:
1020         - 28  # NDRPDR sel
1021         - 29  # NDRPDR sel
1022         - 32  # NDRPDR sel
1023         - 40  # NDRPDR sel
1024         - 43  # NDRPDR sel
1025         - 44  # NDRPDR sel
1026         - 45  # NDRPDR sel
1027         - 47  # NDRPDR sel
1028         - 48  # NDRPDR sel
1029         - 49  # NDRPDR sel
1030     vpp-soak-vs-ndr-2n-clx-cmp:
1031       csit-vpp-perf-verify-2001-2n-clx:
1032         - 93  # SOAK
1033         - 94  # Soak
1034     vpp-soak-vs-ndr-2n-clx:
1035       csit-vpp-perf-verify-2001-2n-clx:
1036         - 28  # NDRPDR sel
1037         - 29  # NDRPDR sel
1038         - 32  # NDRPDR sel
1039         - 40  # NDRPDR sel
1040         - 43  # NDRPDR sel
1041         - 44  # NDRPDR sel
1042         - 45  # NDRPDR sel
1043         - 47  # NDRPDR sel
1044         - 48  # NDRPDR sel
1045         - 49  # NDRPDR sel
1046         - 93  # SOAK
1047         - 94  # Soak
1048
1049     vpp-performance-changes-3n-hsw-mrr-h1:
1050       csit-vpp-perf-verify-1904-3n-hsw:
1051         - 9   # MRR sel
1052     vpp-performance-changes-3n-hsw-mrr-ref:
1053       csit-vpp-perf-verify-1908-3n-hsw:
1054         - 39  # MRR sel
1055     vpp-performance-changes-3n-hsw-mrr-cmp:
1056       csit-vpp-perf-verify-2001-3n-hsw:
1057         - 17  # MRR sel
1058     vpp-performance-changes-3n-hsw-mrr:
1059       - "vpp-performance-changes-3n-hsw-mrr-h1"
1060       - "vpp-performance-changes-3n-hsw-mrr-ref"
1061       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1062
1063     vpp-performance-changes-3n-skx-mrr-h1:
1064       csit-vpp-perf-verify-1904-3n-skx:
1065         - 7   # MRR sel
1066     vpp-performance-changes-3n-skx-mrr-ref:
1067       csit-vpp-perf-verify-1908-3n-skx:
1068         - 36  # MRR sel
1069     vpp-performance-changes-3n-skx-mrr-cmp:
1070       # TODO: Replace
1071       # csit-vpp-perf-verify-2001-3n-skx:
1072       csit-vpp-perf-verify-1908-3n-skx:
1073         - 36  # MRR sel
1074     vpp-performance-changes-3n-skx-mrr:
1075       - "vpp-performance-changes-3n-skx-mrr-h1"
1076       - "vpp-performance-changes-3n-skx-mrr-ref"
1077       - "vpp-performance-changes-3n-skx-mrr-cmp"
1078
1079     vpp-performance-changes-2n-skx-mrr-h1:
1080       csit-vpp-perf-verify-1904-2n-skx:
1081         - 11  # MRR sel
1082     vpp-performance-changes-2n-skx-mrr-ref:
1083       csit-vpp-perf-verify-1908-2n-skx:
1084         - 69  # MRR sel
1085     vpp-performance-changes-2n-skx-mrr-cmp:
1086       # TODO: Replace
1087       # csit-vpp-perf-verify-2001-2n-skx:
1088       csit-vpp-perf-verify-1908-2n-skx:
1089         - 69  # MRR sel
1090     vpp-performance-changes-2n-skx-mrr:
1091       - "vpp-performance-changes-2n-skx-mrr-h1"
1092       - "vpp-performance-changes-2n-skx-mrr-ref"
1093       - "vpp-performance-changes-2n-skx-mrr-cmp"
1094
1095     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1096       csit-vpp-perf-verify-1908-2n-skx:
1097         - 71  # NFV MRR
1098     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1099       # TODO: Replace
1100       # csit-vpp-perf-verify-2001-2n-skx:
1101       csit-vpp-perf-verify-1908-2n-skx:
1102         - 71  # NFV MRR
1103     vpp-performance-changes-nfv-2n-skx-mrr:
1104       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1105       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1106
1107     vpp-performance-changes-2n-dnv-mrr-ref:
1108       csit-vpp-perf-verify-1908-2n-dnv:
1109         - 11  # MRR sel
1110     vpp-performance-changes-2n-dnv-mrr-cmp:
1111       csit-vpp-perf-verify-2001-2n-dnv:
1112         - 12  # MRR sel
1113     vpp-performance-changes-2n-dnv-mrr:
1114       - "vpp-performance-changes-2n-dnv-mrr-ref"
1115       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1116
1117     vpp-performance-changes-3n-dnv-mrr-ref:
1118       csit-vpp-perf-verify-1908-3n-dnv:
1119         - 17  # MRR sel
1120     vpp-performance-changes-3n-dnv-mrr-cmp:
1121       csit-vpp-perf-verify-2001-3n-dnv:
1122         - 11  # MRR sel
1123     vpp-performance-changes-3n-dnv-mrr:
1124       - "vpp-performance-changes-3n-dnv-mrr-ref"
1125       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1126
1127     vpp-performance-changes-3n-tsh-mrr-ref:
1128       csit-vpp-perf-verify-1908-3n-tsh:
1129         - 17  # MRR sel
1130     vpp-performance-changes-3n-tsh-mrr-cmp:
1131       csit-vpp-perf-verify-2001-3n-tsh:
1132         - 9   # MRR sel
1133     vpp-performance-changes-3n-tsh-mrr:
1134       - "vpp-performance-changes-3n-tsh-mrr-ref"
1135       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1136
1137     dpdk-performance-changes-3n-hsw-h1:
1138       csit-dpdk-perf-verify-1904-3n-hsw:
1139         - 2   # NDRPDR sel
1140         - 3   # NDRPDR sel
1141         - 5   # NDRPDR sel
1142         - 6   # NDRPDR sel
1143         - 13  # NDRPDR sel
1144         - 14  # NDRPDR sel
1145         - 15  # NDRPDR sel
1146         - 18  # NDRPDR sel
1147         - 19  # NDRPDR sel
1148         - 20  # NDRPDR sel
1149     dpdk-performance-changes-3n-hsw-ref:
1150       csit-dpdk-perf-verify-1908-3n-hsw:
1151         - 2   # NDRPDR sel
1152         - 3   # NDRPDR sel
1153         - 4   # NDRPDR sel
1154         - 5   # NDRPDR sel
1155         - 6   # NDRPDR sel
1156         - 7   # NDRPDR sel
1157         - 8   # NDRPDR sel
1158         - 9   # NDRPDR sel
1159         - 10  # NDRPDR sel
1160         - 11  # NDRPDR sel
1161     dpdk-performance-changes-3n-hsw-cmp:
1162       csit-dpdk-perf-verify-2001-3n-hsw:
1163 #        - 4   # NDRPDR sel
1164 #        - 5   # NDRPDR sel
1165 #        - 6   # NDRPDR sel
1166 #        - 7   # NDRPDR sel
1167 #        - 8   # NDRPDR sel
1168 #        - 9   # NDRPDR sel
1169 #        - 10  # NDRPDR sel
1170 #        - 11  # NDRPDR sel
1171 #        - 12  # NDRPDR sel
1172 #        - 13  # NDRPDR sel
1173         - 15  # NDRPDR sel
1174         - 16  # NDRPDR sel
1175         - 17  # NDRPDR sel
1176         - 18  # NDRPDR sel
1177         - 19  # NDRPDR sel
1178         - 20  # NDRPDR sel
1179         - 21  # NDRPDR sel
1180         - 22  # NDRPDR sel
1181         - 23  # NDRPDR sel
1182         - 24  # NDRPDR sel
1183     dpdk-performance-changes-3n-hsw:
1184       - "dpdk-performance-changes-3n-hsw-h1"
1185       - "dpdk-performance-changes-3n-hsw-ref"
1186       - "dpdk-performance-changes-3n-hsw-cmp"
1187
1188     dpdk-performance-changes-3n-skx-h1:
1189       csit-dpdk-perf-verify-1904-3n-skx:
1190         - 2   # NDRPDR sel
1191         - 3   # NDRPDR sel
1192         - 4   # NDRPDR sel
1193         - 5   # NDRPDR sel
1194         - 6   # NDRPDR sel
1195         - 7   # NDRPDR sel
1196         - 11  # NDRPDR sel
1197         - 12  # NDRPDR sel
1198         - 13  # NDRPDR sel
1199         - 14  # NDRPDR sel
1200     dpdk-performance-changes-3n-skx-ref:
1201       csit-dpdk-perf-verify-1908-3n-skx:
1202         - 3   # NDRPDR sel
1203         - 4   # NDRPDR sel
1204         - 5   # NDRPDR sel
1205         - 6   # NDRPDR sel
1206         - 7   # NDRPDR sel
1207         - 8   # NDRPDR sel
1208         - 9   # NDRPDR sel
1209         - 10  # NDRPDR sel
1210         - 11  # NDRPDR sel
1211         - 12  # NDRPDR sel
1212     dpdk-performance-changes-3n-skx-cmp:
1213       csit-dpdk-perf-verify-2001-3n-skx:
1214         - 1   # NDRPDR sel
1215         - 2   # NDRPDR sel
1216         - 3   # NDRPDR sel
1217         - 4   # NDRPDR sel
1218         - 5   # NDRPDR sel
1219         - 6   # NDRPDR sel
1220         - 7   # NDRPDR sel
1221         - 8   # NDRPDR sel
1222         - 9   # NDRPDR sel
1223         - 10  # NDRPDR sel
1224     dpdk-performance-changes-3n-skx:
1225       - "dpdk-performance-changes-3n-skx-h1"
1226       - "dpdk-performance-changes-3n-skx-ref"
1227       - "dpdk-performance-changes-3n-skx-cmp"
1228
1229     dpdk-performance-changes-2n-skx-h1:
1230       csit-dpdk-perf-verify-1904-2n-skx:
1231         - 2   # NDRPDR sel
1232         - 3   # NDRPDR sel
1233         - 4   # NDRPDR sel
1234         - 5   # NDRPDR sel
1235         - 7   # NDRPDR sel
1236         - 8   # NDRPDR sel
1237         - 9   # NDRPDR sel
1238         - 10  # NDRPDR sel
1239         - 11  # NDRPDR sel
1240         - 12  # NDRPDR sel
1241     dpdk-performance-changes-2n-skx-ref:
1242       csit-dpdk-perf-verify-1908-2n-skx:
1243         - 2   # NDRPDR sel
1244         - 3   # NDRPDR sel
1245         - 4   # NDRPDR sel
1246         - 5   # NDRPDR sel
1247         - 7   # NDRPDR sel
1248         - 8   # NDRPDR sel
1249         - 9   # NDRPDR sel
1250         - 10  # NDRPDR sel
1251         - 11  # NDRPDR sel
1252         - 12  # NDRPDR sel
1253     dpdk-performance-changes-2n-skx-cmp:
1254       csit-dpdk-perf-verify-2001-2n-skx:
1255         - 1   # NDRPDR sel
1256         - 2   # NDRPDR sel
1257         - 3   # NDRPDR sel
1258         - 4   # NDRPDR sel
1259         - 5   # NDRPDR sel
1260         - 6   # NDRPDR sel
1261         - 7   # NDRPDR sel
1262         - 8   # NDRPDR sel
1263         - 9   # NDRPDR sel
1264         - 10  # NDRPDR sel
1265         - 11  # NDRPDR sel
1266         - 13  # NDRPDR sel
1267         - 26  # NDRPDR sel
1268         - 16  # NDRPDR sel
1269         - 17  # NDRPDR sel
1270         - 18  # NDRPDR sel
1271         - 19  # NDRPDR sel
1272         - 27  # NDRPDR sel
1273         - 21  # NDRPDR sel
1274         - 25  # NDRPDR sel
1275     dpdk-performance-changes-2n-skx:
1276       - "dpdk-performance-changes-2n-skx-h1"
1277       - "dpdk-performance-changes-2n-skx-ref"
1278       - "dpdk-performance-changes-2n-skx-cmp"
1279
1280     # Compare testbeds
1281
1282     vpp-compare-testbeds-ref:
1283       csit-vpp-perf-verify-2001-3n-hsw:
1284         - 21  # NDRPDR sel
1285         - 22  # NDRPDR sel
1286         - 23  # NDRPDR sel
1287         - 24  # NDRPDR sel
1288         - 25  # NDRPDR sel
1289         - 29  # NDRPDR sel
1290         - 30  # NDRPDR sel
1291         - 31  # NDRPDR sel
1292         - 32  # NDRPDR sel
1293         - 34  # NDRPDR sel
1294     vpp-compare-testbeds-cmp:
1295       # TODO: Add the data
1296       csit-vpp-perf-verify-2001-3n-skx:
1297         - 45  # NDRPDR sel
1298         - 46  # NDRPDR sel
1299         - 47  # NDRPDR sel
1300         - 48  # NDRPDR sel
1301     vpp-compare-testbeds:
1302       - "vpp-compare-testbeds-ref"
1303       - "vpp-compare-testbeds-cmp"
1304
1305     vpp-compare-testbeds-skx-clx-ref:
1306       # TODO: Add the data
1307       csit-vpp-perf-verify-2001-2n-skx:
1308         - 92  # NDRPDR sel
1309         - 93  # NDRPDR sel
1310         - 94  # NDRPDR sel
1311         - 95  # NDRPDR sel
1312         - 96  # NDRPDR sel
1313         - 97  # NDRPDR sel
1314         - 98  # NDRPDR sel
1315     vpp-compare-testbeds-skx-clx-cmp:
1316       csit-vpp-perf-verify-2001-2n-clx:
1317         - 28  # NDRPDR sel
1318         - 29  # NDRPDR sel
1319         - 32  # NDRPDR sel
1320         - 40  # NDRPDR sel
1321         - 43  # NDRPDR sel
1322         - 44  # NDRPDR sel
1323         - 45  # NDRPDR sel
1324         - 47  # NDRPDR sel
1325         - 48  # NDRPDR sel
1326         - 49  # NDRPDR sel
1327     vpp-compare-testbeds-skx-clx:
1328       - "vpp-compare-testbeds-skx-clx-ref"
1329       - "vpp-compare-testbeds-skx-clx-cmp"
1330
1331     vpp-compare-testbeds-hsw-clx-ref:
1332       csit-vpp-perf-verify-2001-3n-hsw:
1333         - 21  # NDRPDR sel
1334         - 22  # NDRPDR sel
1335         - 23  # NDRPDR sel
1336         - 24  # NDRPDR sel
1337         - 25  # NDRPDR sel
1338         - 29  # NDRPDR sel
1339         - 30  # NDRPDR sel
1340         - 31  # NDRPDR sel
1341         - 32  # NDRPDR sel
1342         - 34  # NDRPDR sel
1343     vpp-compare-testbeds-hsw-clx-cmp:
1344       csit-vpp-perf-verify-2001-2n-clx:
1345         - 28  # NDRPDR sel
1346         - 29  # NDRPDR sel
1347         - 32  # NDRPDR sel
1348         - 40  # NDRPDR sel
1349         - 43  # NDRPDR sel
1350         - 44  # NDRPDR sel
1351         - 45  # NDRPDR sel
1352         - 47  # NDRPDR sel
1353         - 48  # NDRPDR sel
1354         - 49  # NDRPDR sel
1355     vpp-compare-testbeds-hsw-clx:
1356       - "vpp-compare-testbeds-hsw-clx-ref"
1357       - "vpp-compare-testbeds-hsw-clx-cmp"
1358
1359     vpp-compare-testbeds-mrr-ref:
1360       csit-vpp-perf-verify-2001-3n-hsw:
1361         - 17  # MRR sel
1362     vpp-compare-testbeds-mrr-cmp:
1363       # TODO: Replace
1364       # csit-vpp-perf-verify-2001-3n-skx:
1365       csit-vpp-perf-verify-1908-3n-skx:
1366         - 36  # MRR sel
1367     vpp-compare-testbeds-mrr:
1368       - "vpp-compare-testbeds-mrr-ref"
1369       - "vpp-compare-testbeds-mrr-cmp"
1370
1371     vpp-compare-testbeds-mrr-skx-clx-ref:
1372       # TODO: Replace
1373       # csit-vpp-perf-verify-2001-2n-skx:
1374       csit-vpp-perf-verify-1908-2n-skx:
1375         - 69  # MRR sel
1376     vpp-compare-testbeds-mrr-skx-clx-cmp:
1377       csit-vpp-perf-verify-2001-2n-clx:
1378         - 39  # MRR
1379     vpp-compare-testbeds-mrr-skx-clx:
1380       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1381       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1382
1383     vpp-compare-testbeds-mrr-hsw-clx-ref:
1384       csit-vpp-perf-verify-2001-3n-hsw:
1385         - 17  # MRR sel
1386     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1387       csit-vpp-perf-verify-2001-2n-clx:
1388         - 39  # MRR
1389     vpp-compare-testbeds-mrr-hsw-clx:
1390       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1391       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1392
1393     dpdk-compare-testbeds-ref:
1394       csit-dpdk-perf-verify-2001-3n-hsw:
1395         - 4   # NDRPDR sel
1396         - 5   # NDRPDR sel
1397         - 6   # NDRPDR sel
1398         - 7   # NDRPDR sel
1399         - 8   # NDRPDR sel
1400         - 9   # NDRPDR sel
1401         - 10  # NDRPDR sel
1402         - 11  # NDRPDR sel
1403         - 12  # NDRPDR sel
1404         - 13  # NDRPDR sel
1405         - 15  # NDRPDR sel
1406         - 16  # NDRPDR sel
1407         - 17  # NDRPDR sel
1408         - 18  # NDRPDR sel
1409         - 19  # NDRPDR sel
1410         - 20  # NDRPDR sel
1411         - 21  # NDRPDR sel
1412         - 22  # NDRPDR sel
1413         - 23  # NDRPDR sel
1414         - 24  # NDRPDR sel
1415     dpdk-compare-testbeds-cmp:
1416       csit-dpdk-perf-verify-2001-3n-skx:
1417         - 1   # NDRPDR sel
1418         - 2   # NDRPDR sel
1419         - 3   # NDRPDR sel
1420         - 4   # NDRPDR sel
1421         - 5   # NDRPDR sel
1422         - 6   # NDRPDR sel
1423         - 7   # NDRPDR sel
1424         - 8   # NDRPDR sel
1425         - 9   # NDRPDR sel
1426         - 10  # NDRPDR sel
1427     dpdk-compare-testbeds:
1428       - "dpdk-compare-testbeds-ref"
1429       - "dpdk-compare-testbeds-cmp"
1430
1431     dpdk-compare-testbeds-skx-clx-ref:
1432       csit-dpdk-perf-verify-2001-2n-skx:
1433         - 1   # NDRPDR sel
1434         - 2   # NDRPDR sel
1435         - 3   # NDRPDR sel
1436         - 4   # NDRPDR sel
1437         - 5   # NDRPDR sel
1438         - 6   # NDRPDR sel
1439         - 7   # NDRPDR sel
1440         - 8   # NDRPDR sel
1441         - 9   # NDRPDR sel
1442         - 10  # NDRPDR sel
1443         - 11  # NDRPDR sel
1444         - 13  # NDRPDR sel
1445         - 26  # NDRPDR sel
1446         - 16  # NDRPDR sel
1447         - 17  # NDRPDR sel
1448         - 18  # NDRPDR sel
1449         - 19  # NDRPDR sel
1450         - 27  # NDRPDR sel
1451         - 21  # NDRPDR sel
1452         - 25  # NDRPDR sel
1453     dpdk-compare-testbeds-skx-clx-cmp:
1454       csit-dpdk-perf-verify-2001-2n-clx:
1455         - 15  # NDRPDR sel
1456         - 16  # NDRPDR sel
1457         - 17  # NDRPDR sel
1458         - 18  # NDRPDR sel
1459         - 19  # NDRPDR sel
1460         - 20  # NDRPDR sel
1461         - 21  # NDRPDR sel
1462         - 22  # NDRPDR sel
1463         - 23  # NDRPDR sel
1464         - 24  # NDRPDR sel
1465         - 25  # NDRPDR sel
1466         - 26  # NDRPDR sel
1467         - 27  # NDRPDR sel
1468         - 28  # NDRPDR sel
1469         - 29  # NDRPDR sel
1470         - 30  # NDRPDR sel
1471         - 31  # NDRPDR sel
1472         - 32  # NDRPDR sel
1473         - 33  # NDRPDR sel
1474         - 34  # NDRPDR sel
1475
1476     dpdk-compare-testbeds-skx-clx:
1477       - "dpdk-compare-testbeds-skx-clx-ref"
1478       - "dpdk-compare-testbeds-skx-clx-cmp"
1479
1480     # Compare topologies
1481
1482     vpp-compare-topologies-ref:
1483       # TODO: Add the data
1484       csit-vpp-perf-verify-2001-3n-skx:
1485         - 45  # NDRPDR sel
1486         - 46  # NDRPDR sel
1487         - 47  # NDRPDR sel
1488         - 48  # NDRPDR sel
1489     vpp-compare-topologies-cmp:
1490       # TODO: Add the data
1491       csit-vpp-perf-verify-2001-2n-skx:
1492         - 92  # NDRPDR sel
1493         - 93  # NDRPDR sel
1494         - 94  # NDRPDR sel
1495         - 95  # NDRPDR sel
1496         - 96  # NDRPDR sel
1497         - 97  # NDRPDR sel
1498         - 98  # NDRPDR sel
1499     vpp-compare-topologies:
1500       - "vpp-compare-topologies-ref"
1501       - "vpp-compare-topologies-cmp"
1502
1503     vpp-compare-topologies-mrr-ref:
1504       # TODO: Replace
1505       # csit-vpp-perf-verify-2001-3n-skx:
1506       csit-vpp-perf-verify-1908-3n-skx:
1507         - 36  # MRR sel
1508     vpp-compare-topologies-mrr-cmp:
1509       # TODO: Replace
1510       # csit-vpp-perf-verify-2001-2n-skx:
1511       csit-vpp-perf-verify-1908-2n-skx:
1512         - 69  # MRR sel
1513     vpp-compare-topologies-mrr:
1514       - "vpp-compare-topologies-mrr-ref"
1515       - "vpp-compare-topologies-mrr-cmp"
1516
1517     dpdk-compare-topologies-ref:
1518       csit-dpdk-perf-verify-2001-3n-skx:
1519         - 1   # NDRPDR sel
1520         - 2   # NDRPDR sel
1521         - 3   # NDRPDR sel
1522         - 4   # NDRPDR sel
1523         - 5   # NDRPDR sel
1524         - 6   # NDRPDR sel
1525         - 7   # NDRPDR sel
1526         - 8   # NDRPDR sel
1527         - 9   # NDRPDR sel
1528         - 10  # NDRPDR sel
1529     dpdk-compare-topologies-cmp:
1530       csit-dpdk-perf-verify-2001-2n-skx:
1531         - 1   # NDRPDR sel
1532         - 2   # NDRPDR sel
1533         - 3   # NDRPDR sel
1534         - 4   # NDRPDR sel
1535         - 5   # NDRPDR sel
1536         - 6   # NDRPDR sel
1537         - 7   # NDRPDR sel
1538         - 8   # NDRPDR sel
1539         - 9   # NDRPDR sel
1540         - 10  # NDRPDR sel
1541         - 11  # NDRPDR sel
1542         - 13  # NDRPDR sel
1543         - 26  # NDRPDR sel
1544         - 16  # NDRPDR sel
1545         - 17  # NDRPDR sel
1546         - 18  # NDRPDR sel
1547         - 19  # NDRPDR sel
1548         - 27  # NDRPDR sel
1549         - 21  # NDRPDR sel
1550         - 25  # NDRPDR sel
1551     dpdk-compare-topologies:
1552       - "dpdk-compare-topologies-ref"
1553       - "dpdk-compare-topologies-cmp"
1554
1555   plot-layouts:
1556
1557     plot-soak-throughput:
1558       titlefont:
1559         size: 18
1560       xaxis:
1561         title: "<b>Test Cases [Index]</b>"
1562         titlefont:
1563           size: 16
1564         autorange: True
1565         fixedrange: False
1566         gridcolor: "rgb(230, 230, 230)"
1567         linecolor: "rgb(220, 220, 220)"
1568         linewidth: 1
1569         showgrid: True
1570         showline: True
1571         showticklabels: True
1572         tickcolor: "rgb(220, 220, 220)"
1573         tickmode: "linear"
1574         tickfont:
1575           size: 16
1576         zeroline: False
1577       yaxis:
1578         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1579         titlefont:
1580           size: 16
1581         gridcolor: "rgb(230, 230, 230)"
1582         hoverformat: ".4r"
1583         tickformat: ".3r"
1584         linecolor: "rgb(220, 220, 220)"
1585         linewidth: 1
1586         showgrid: True
1587         showline: True
1588         showticklabels: True
1589         tickcolor: "rgb(220, 220, 220)"
1590         tickfont:
1591           size: 16
1592         zeroline: False
1593         range: [0,50]
1594       autosize: False
1595       margin:
1596         t: 50
1597         b: 0
1598         l: 80
1599         r: 20
1600       showlegend: True
1601       legend:
1602         orientation: "h"
1603         font:
1604           size: 16
1605       width: 700
1606       height: 900
1607       paper_bgcolor: "#fff"
1608       plot_bgcolor: "#fff"
1609       hoverlabel:
1610         namelength: -1
1611
1612     plot-service-density:
1613       titlefont:
1614         size: 18
1615       xaxis:
1616         side: "top"
1617         autorange: True
1618         fixedrange: False
1619         showgrid: False
1620         showline: False
1621         showticklabels: False
1622         ticks: ""
1623         ticklen: 0
1624         tickwidth: 0
1625         zeroline: False
1626       yaxis:
1627         autorange: "reversed"
1628         showgrid: False
1629         showline: False
1630         showticklabels: False
1631         ticks: ""
1632         ticklen: 0
1633         tickwidth: 0
1634         zeroline: False
1635       showlegend: False
1636       paper_bgcolor: "#fff"
1637       plot_bgcolor: "#fff"
1638       width: 700
1639       height: 700
1640       hoverlabel:
1641         namelength: -1
1642
1643     plot-cps:
1644       titlefont:
1645         size: 18
1646       xaxis:
1647         title: "<b>Test Cases [Index]</b>"
1648         titlefont:
1649           size: 16
1650         autorange: True
1651         fixedrange: False
1652         gridcolor: "rgb(230, 230, 230)"
1653         linecolor: "rgb(220, 220, 220)"
1654         linewidth: 1
1655         showgrid: True
1656         showline: True
1657         showticklabels: True
1658         tickcolor: "rgb(220, 220, 220)"
1659         tickmode: "linear"
1660         tickfont:
1661           size: 16
1662         zeroline: False
1663       yaxis:
1664         title: "<b>Connections Per Second [cps]</b>"
1665         titlefont:
1666           size: 16
1667         gridcolor: "rgb(230, 230, 230)"
1668         hoverformat: ".4s"
1669         linecolor: "rgb(220, 220, 220)"
1670         linewidth: 1
1671         rangemode: "tozero"
1672         showgrid: True
1673         showline: True
1674         showticklabels: True
1675         tickcolor: "rgb(220, 220, 220)"
1676         tickformat: ".3s"
1677         tickfont:
1678           size: 16
1679         zeroline: False
1680       boxmode: "group"
1681       boxgroupgap: 0.5
1682       autosize: False
1683       margin:
1684         t: 50
1685         b: 20
1686         l: 80
1687         r: 20
1688       showlegend: True
1689       legend:
1690         orientation: "h"
1691         font:
1692           size: 16
1693       width: 700
1694       height: 800
1695       paper_bgcolor: "#fff"
1696       plot_bgcolor: "#fff"
1697       hoverlabel:
1698         namelength: -1
1699
1700     plot-rps:
1701       titlefont:
1702         size: 18
1703       xaxis:
1704         title: "<b>Test Cases [Index]</b>"
1705         titlefont:
1706           size: 16
1707         autorange: True
1708         fixedrange: False
1709         gridcolor: "rgb(230, 230, 230)"
1710         linecolor: "rgb(220, 220, 220)"
1711         linewidth: 1
1712         showgrid: True
1713         showline: True
1714         showticklabels: True
1715         tickcolor: "rgb(220, 220, 220)"
1716         tickmode: "linear"
1717         tickfont:
1718           size: 16
1719         zeroline: False
1720       yaxis:
1721         title: "<b>Requests Per Second [rps]</b>"
1722         titlefont:
1723           size: 16
1724         gridcolor: "rgb(230, 230, 230)"
1725         hoverformat: ".4s"
1726         linecolor: "rgb(220, 220, 220)"
1727         linewidth: 1
1728         rangemode: "tozero"
1729         showgrid: True
1730         showline: True
1731         showticklabels: True
1732         tickcolor: "rgb(230, 230, 230)"
1733         tickformat: ".3s"
1734         tickfont:
1735           size: 16
1736         zeroline: False
1737       boxmode: "group"
1738       boxgroupgap: 0.5
1739       autosize: False
1740       margin:
1741         t: 50
1742         b: 20
1743         l: 80
1744         r: 20
1745       showlegend: True
1746       legend:
1747         orientation: "h"
1748         font:
1749           size: 16
1750       width: 700
1751       height: 800
1752       paper_bgcolor: "#fff"
1753       plot_bgcolor: "#fff"
1754       hoverlabel:
1755         namelength: -1
1756
1757     plot-hoststack:
1758       titlefont:
1759         size: 16
1760       xaxis:
1761         title: "<b>Test Cases [Index]</b>"
1762         titlefont:
1763           size: 14
1764         autorange: True
1765         fixedrange: False
1766         gridcolor: "rgb(230, 230, 230)"
1767         linecolor: "rgb(220, 220, 220)"
1768         linewidth: 1
1769         showgrid: True
1770         showline: True
1771         showticklabels: True
1772         tickcolor: "rgb(220, 220, 220)"
1773         tickmode: "linear"
1774         tickfont:
1775           size: 14
1776         zeroline: False
1777       yaxis:
1778         title: "<b>Bandwidth [Gbps]</b>"
1779         titlefont:
1780           size: 14
1781         gridcolor: "rgb(230, 230, 230)"
1782         hoverformat: ".4s"
1783         linecolor: "rgb(220, 220, 220)"
1784         linewidth: 1
1785         rangemode: "tozero"
1786         showgrid: True
1787         showline: True
1788         showticklabels: True
1789         tickcolor: "rgb(230, 230, 230)"
1790         tickformat: ".3s"
1791         tickfont:
1792           size: 14
1793         zeroline: False
1794       boxmode: "group"
1795       boxgroupgap: 0.5
1796       autosize: False
1797       margin:
1798         t: 50
1799         b: 20
1800         l: 80
1801         r: 20
1802       showlegend: True
1803       legend:
1804         orientation: "h"
1805         font:
1806           size: 14
1807       width: 700
1808       height: 800
1809       paper_bgcolor: "#fff"
1810       plot_bgcolor: "#fff"
1811       hoverlabel:
1812         namelength: -1
1813
1814     plot-throughput:
1815       titlefont:
1816         size: 18
1817       xaxis:
1818         title: "<b>Test Cases [Index]</b>"
1819         titlefont:
1820           size: 16
1821         autorange: True
1822         fixedrange: False
1823         gridcolor: "rgb(230, 230, 230)"
1824         linecolor: "rgb(220, 220, 220)"
1825         linewidth: 1
1826         showgrid: True
1827         showline: True
1828         showticklabels: True
1829         tickcolor: "rgb(220, 220, 220)"
1830         tickmode: "linear"
1831         tickfont:
1832           size: 16
1833         zeroline: False
1834       yaxis:
1835         title: "<b>Packet Throughput [Mpps]</b>"
1836         titlefont:
1837           size: 16
1838         gridcolor: "rgb(230, 230, 230)"
1839         hoverformat: ".4r"
1840         tickformat: ".3r"
1841         linecolor: "rgb(220, 220, 220)"
1842         linewidth: 1
1843         showgrid: True
1844         showline: True
1845         showticklabels: True
1846         tickcolor: "rgb(220, 220, 220)"
1847         tickfont:
1848           size: 16
1849         zeroline: False
1850         range: [0,50]
1851       autosize: False
1852       margin:
1853         t: 50
1854         b: 0
1855         l: 80
1856         r: 20
1857       showlegend: True
1858       legend:
1859         orientation: "h"
1860         font:
1861           size: 16
1862       width: 700
1863       height: 900
1864       paper_bgcolor: "#fff"
1865       plot_bgcolor: "#fff"
1866       hoverlabel:
1867         namelength: -1
1868
1869     plot-throughput-speedup-analysis:
1870       titlefont:
1871         size: 18
1872       xaxis:
1873         title: "<b>Number of Cores [Qty]</b>"
1874         titlefont:
1875           size: 16
1876         autorange: True
1877         fixedrange: False
1878         gridcolor: "rgb(230, 230, 230)"
1879         linecolor: "rgb(220, 220, 220)"
1880         linewidth: 1
1881         showgrid: True
1882         showline: True
1883         showticklabels: True
1884         tickcolor: "rgb(238, 238, 238)"
1885         tickmode: "linear"
1886         tickfont:
1887           size: 16
1888         zeroline: False
1889       yaxis:
1890         title: "<b>Packet Throughput [Mpps]</b>"
1891         titlefont:
1892           size: 16
1893         type: "linear"
1894         gridcolor: "rgb(230, 230, 230)"
1895         hoverformat: ".4s"
1896         linecolor: "rgb(220, 220, 220)"
1897         linewidth: 1
1898         showgrid: True
1899         showline: True
1900         showticklabels: True
1901         tickcolor: "rgb(220, 220, 220)"
1902         tickformat: ".4s"
1903         tickfont:
1904           size: 16
1905         zeroline: True
1906         rangemode: "tozero"
1907         range: [0,100]
1908       legend:
1909         orientation: "h"
1910         font:
1911           size: 16
1912         xanchor: "left"
1913         yanchor: "top"
1914         x: 0
1915         y: -0.2
1916         bgcolor: "rgba(255, 255, 255, 0)"
1917         bordercolor: "rgba(255, 255, 255, 0)"
1918         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1919       autosize: False
1920       margin:
1921           't': 50
1922           'b': 150
1923           'l': 85
1924           'r': 10
1925       showlegend: True
1926       width: 700
1927       height: 700
1928       paper_bgcolor: "#fff"
1929       plot_bgcolor: "#fff"
1930       hoverlabel:
1931         namelength: -1
1932       annotations: [
1933         {
1934           text: "_ _          __          ...",
1935           align: "left",
1936           showarrow: False,
1937           xref: "paper",
1938           yref: "paper",
1939           xanchor: "left",
1940           yanchor: "top",
1941           x: 0,
1942           y: -0.13,
1943           font: {
1944             family: "Consolas, Courier New",
1945             size: 15
1946           },
1947         },
1948         {
1949           text: "    Perfect     Measured     Limit",
1950           align: "left",
1951           showarrow: False,
1952           xref: "paper",
1953           yref: "paper",
1954           xanchor: "left",
1955           yanchor: "top",
1956           x: 0,
1957           y: -0.15,
1958           font: {
1959             family: "Consolas, Courier New",
1960             size: 15
1961           },
1962         },
1963       ]
1964
1965     plot-latency:
1966       titlefont:
1967         size: 18
1968       xaxis:
1969         title: "<b>Direction</b>"
1970         titlefont:
1971           size: 16
1972         autorange: True
1973         fixedrange: False
1974         gridcolor: "rgb(230, 230, 230)"
1975         linecolor: "rgb(220, 220, 220)"
1976         linewidth: 1
1977         showgrid: True
1978         showline: True
1979         showticklabels: False
1980         tickcolor: "rgb(220, 220, 220)"
1981         tickmode: "linear"
1982         tickfont:
1983           size: 16
1984         zeroline: False
1985       yaxis:
1986         title: "<b>Packet Latency [uSec]</b>"
1987         titlefont:
1988           size: 16
1989         type: "linear"
1990         gridcolor: "rgb(230, 230, 230)"
1991         hoverformat: ".4s"
1992         linecolor: "rgb(220, 220, 220)"
1993         linewidth: 1
1994         showgrid: True
1995         showline: True
1996         showticklabels: True
1997         tickcolor: "rgb(220, 220, 220)"
1998         tickformat: ".4s"
1999         tickfont:
2000           size: 16
2001         zeroline: True
2002         rangemode: "tozero"
2003       legend:
2004         orientation: "h"
2005         font:
2006           size: 16
2007         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2008       autosize: False
2009       margin:
2010           't': 50
2011           'b': 150
2012           'l': 80
2013           'r': 10
2014       showlegend: True
2015       width: 700
2016       height: 700
2017       paper_bgcolor: "#fff"
2018       plot_bgcolor: "#fff"
2019       hoverlabel:
2020         namelength: -1
2021
2022     plot-hdrh-latency:
2023       title:
2024         text: ""
2025         xanchor: "center"
2026         x: 0.5
2027         font:
2028           size: 16
2029       width: 700
2030       plot_bgcolor: "white"
2031       annotations:
2032         - font:
2033             size: 14
2034           showarrow: False
2035           text: "<b>Packet Latency [uSec]</b>"
2036           x: 1
2037           xanchor: "right"
2038           xref: "paper"
2039           y: -0.045
2040           yanchor: "top"
2041           yref: "paper"
2042         - font:
2043             size: 14
2044           showarrow: False
2045           text: "<b>Probability [%]</b>"
2046           textangle: 270
2047           x: -0.06
2048           xanchor: "center"
2049           xref: "paper"
2050           y: 0.5
2051           yanchor: "middle"
2052           yref: "paper"
2053         - font:
2054             size: 14
2055           showarrow: False
2056           text: "<b>Direction: E-W</b>"
2057           x: 0.24
2058           xanchor: "center"
2059           xref: "paper"
2060           y: 1.05
2061           yanchor: "bottom"
2062           yref: "paper"
2063         - font:
2064             size: 14
2065           showarrow: False
2066           text: "<b>Direction: W-E</b>"
2067           x: 0.74
2068           xanchor: "center"
2069           xref: "paper"
2070           y: 1.05
2071           yanchor: "bottom"
2072           yref: "paper"
2073
2074     plot-hdrh-latency-percentile:
2075       title:
2076         text: ""
2077         xanchor: "center"
2078         x: 0.5
2079         font:
2080           size: 18
2081       xaxis:
2082         type: "log"
2083         title: "<b>Percentile [%]</b>"
2084         titlefont:
2085           size: 16
2086         autorange: True
2087         fixedrange: False
2088         gridcolor: "rgb(230, 230, 230)"
2089         linecolor: "rgb(220, 220, 220)"
2090         linewidth: 1
2091         showgrid: True
2092         showline: True
2093         showticklabels: True
2094         tickcolor: "rgb(220, 220, 220)"
2095         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2096         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2097         tickfont:
2098           size: 16
2099       yaxis:
2100         title: "<b>Packet Latency [uSec]</b>"
2101         titlefont:
2102           size: 16
2103         gridcolor: "rgb(230, 230, 230)"
2104         linecolor: "rgb(220, 220, 220)"
2105         linewidth: 1
2106         showgrid: True
2107         showline: True
2108         showticklabels: True
2109         tickcolor: "rgb(220, 220, 220)"
2110         tickfont:
2111           size: 16
2112       autosize: False
2113       showlegend: True
2114       legend:
2115         traceorder: "normal"
2116         orientation: "h"
2117         font:
2118           size: 16
2119         xanchor: "left"
2120         yanchor: "top"
2121         x: 0
2122         y: -0.15
2123         bgcolor: "rgba(255, 255, 255, 0)"
2124         bordercolor: "rgba(255, 255, 255, 0)"
2125       width: 700
2126       height: 700
2127       paper_bgcolor: "white"
2128       plot_bgcolor: "white"
2129
2130     plot-hdrh-latency-by-percentile:
2131       title:
2132         text: "<b>Latency by Percentile Distribution</b>"
2133         xanchor: "center"
2134         x: 0.5
2135         font:
2136           size: 18
2137       showlegend: True
2138       legend:
2139         traceorder: "normal"
2140         orientation: "h"
2141         font:
2142           size: 16
2143         xanchor: "left"
2144         yanchor: "top"
2145         x: 0
2146         y: -0.2
2147         bgcolor: "rgba(255, 255, 255, 0)"
2148         bordercolor: "rgba(255, 255, 255, 0)"
2149       xaxis:
2150         type: "linear"
2151         title: "<b>Percentile [%]</b>"
2152         titlefont:
2153           size: 14
2154         autorange: False
2155         fixedrange: False
2156         range: [0, 100]
2157         gridcolor: "rgb(230, 230, 230)"
2158         linecolor: "rgb(220, 220, 220)"
2159         linewidth: 1
2160         showgrid: True
2161         showline: True
2162         showticklabels: True
2163         tickcolor: "rgb(220, 220, 220)"
2164         tickvals: [0, 25, 50, 75, 100]
2165         ticktext: [0, 25, 50, 75, 100]
2166         tickfont:
2167           size: 14
2168       yaxis:
2169         title: "<b>One-Way Latency per Direction [uSec]</b>"
2170         titlefont:
2171           size: 14
2172         gridcolor: "rgb(230, 230, 230)"
2173         linecolor: "rgb(220, 220, 220)"
2174         linewidth: 1
2175         showgrid: True
2176         showline: True
2177         showticklabels: True
2178         tickcolor: "rgb(220, 220, 220)"
2179         tickfont:
2180           size: 14
2181       width: 700
2182       height: 700
2183       paper_bgcolor: "white"
2184       plot_bgcolor: "white"
2185
2186 - type: "static"
2187   src-path: "{DIR[RST]}"
2188   dst-path: "{DIR[WORKING,SRC]}"
2189
2190 - type: "input"
2191   general:
2192     file-name: "output_info.xml.gz"
2193     file-format: ".gz"
2194     arch-file-format:
2195       - ".gz"
2196       - ".zip"
2197     download-path: "{job}/{build}/archives/{filename}"
2198     extract: "output.xml"
2199
2200     zip-file-name: "robot-plugin.zip"
2201     zip-file-format: ".zip"
2202     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2203     zip-extract: "robot-plugin/output.xml"
2204
2205   builds:
2206
2207     csit-vpp-perf-verify-1904-3n-hsw:
2208       - 9   # MRR sel
2209       - 11  # NDRPDR sel
2210       - 12  # NDRPDR sel
2211       - 20  # NDRPDR sel
2212       - 21  # NDRPDR sel
2213       - 23  # NDRPDR sel
2214       - 24  # NDRPDR sel
2215       - 25  # NDRPDR sel
2216       - 26  # NDRPDR sel
2217       - 29  # NDRPDR sel
2218       - 30  # NDRPDR sel
2219     csit-vpp-perf-verify-1908-3n-hsw:
2220       - 12  # NDRPDR sel
2221       - 13  # NDRPDR sel
2222       - 14  # NDRPDR sel
2223       - 15  # NDRPDR sel
2224       - 16  # NDRPDR sel
2225       - 17  # NDRPDR sel
2226       - 18  # NDRPDR sel
2227       - 19  # NDRPDR sel
2228       - 20  # NDRPDR sel
2229       - 21  # NDRPDR sel
2230       - 48  # NDRPDR sel vhost
2231       - 49  # NDRPDR sel vhost
2232       - 52  # NDRPDR sel vhost
2233       - 53  # NDRPDR sel vhost
2234       - 54  # NDRPDR sel vhost
2235       - 55  # NDRPDR sel vhost
2236       - 56  # NDRPDR sel vhost
2237       - 57  # NDRPDR sel vhost
2238       - 58  # NDRPDR sel vhost
2239       - 59  # NDRPDR sel vhost
2240       - 39  # MRR sel
2241     csit-vpp-perf-verify-2001-3n-hsw:
2242       - 21  # NDRPDR sel
2243       - 22  # NDRPDR sel
2244       - 23  # NDRPDR sel
2245       - 24  # NDRPDR sel
2246       - 25  # NDRPDR sel
2247       - 29  # NDRPDR sel
2248       - 30  # NDRPDR sel
2249       - 31  # NDRPDR sel
2250       - 32  # NDRPDR sel
2251       - 34  # NDRPDR sel
2252       - 17  # MRR sel
2253       - 18  # NDRPDR full
2254       - 20  # NDRPDR full
2255       - 28  # NDRPDR full
2256       - 35  # NDRPDR full
2257       - 42  # NDRPDR full
2258       - 46  # NDRPDR full
2259       - 47  # NDRPDR full
2260       - 48  # NDRPDR full
2261       - 49  # NDRPDR full
2262       - 50  # NDRPDR full
2263       - 51  # NDRPDR full
2264       - 52  # NDRPDR full
2265       - 53  # NDRPDR full
2266       - 54  # NDRPDR full
2267       - 55  # NDRPDR full
2268       - 56  # NDRPDR full
2269       - 57  # NDRPDR full
2270       - 58  # NDRPDR full
2271       - 59  # NDRPDR full
2272       - 61  # NDRPDR full
2273       - 62  # NDRPDR full
2274       - 63  # NDRPDR full
2275       - 64  # NDRPDR full
2276       - 65  # NDRPDR full
2277       - 67  # NDRPDR full
2278       - 70  # NDRPDR full
2279       - 72  # NDRPDR full
2280       - 73  # NDRPDR full
2281       - 76  # NDRPDR full
2282       - 77  # NDRPDR full
2283       - 78  # NDRPDR full
2284       - 79  # NDRPDR full
2285       - 81  # NDRPDR full
2286       - 82  # NDRPDR full
2287       - 84  # NDRPDR full
2288       - 85  # NDRPDR full
2289       - 87  # hoststack
2290       - 88  # hoststack
2291       - 89  # hoststack
2292       - 90  # hoststack
2293       - 91  # hoststack
2294       - 92  # hoststack
2295       - 93  # hoststack
2296       - 94  # hoststack
2297       - 95  # hoststack
2298       - 96  # hoststack
2299
2300     csit-vpp-perf-verify-1904-3n-skx:
2301       - 7   # MRR sel
2302       - 8   # NDRPDR sel
2303       - 9   # NDRPDR sel
2304       - 10  # NDRPDR sel
2305       - 11  # NDRPDR sel
2306       - 12  # NDRPDR sel
2307       - 14  # NDRPDR sel
2308       - 16  # NDRPDR sel
2309       - 21  # NDRPDR sel
2310       - 23  # NDRPDR sel
2311       - 25  # NDRPDR sel
2312     csit-vpp-perf-verify-1908-3n-skx:
2313       - 14  # NDRPDR sel
2314       - 16  # NDRPDR sel
2315       - 19  # NDRPDR sel
2316       - 20  # NDRPDR sel
2317       - 22  # NDRPDR sel
2318       - 23  # NDRPDR sel
2319       - 24  # NDRPDR sel
2320       - 25  # NDRPDR sel
2321       - 26  # NDRPDR sel
2322       - 29  # NDRPDR sel
2323       - 52  # NDRPDR sel vhost
2324       - 53  # NDRPDR sel vhost
2325       - 55  # NDRPDR sel vhost
2326       - 61  # NDRPDR sel vhost
2327       - 62  # NDRPDR sel vhost
2328       - 63  # NDRPDR sel vhost
2329       - 64  # NDRPDR sel vhost
2330       - 65  # NDRPDR sel vhost
2331       - 66  # NDRPDR sel vhost
2332       - 67  # NDRPDR sel vhost
2333       - 36  # MRR sel
2334     csit-vpp-perf-verify-2001-3n-skx:
2335       - 45  # NDRPDR sel
2336       - 46  # NDRPDR sel
2337       - 47  # NDRPDR sel
2338       - 48  # NDRPDR sel
2339
2340     csit-vpp-perf-verify-1904-2n-skx:
2341       - 11  # MRR sel
2342       - 12  # NDRPDR sel
2343       - 14  # NDRPDR sel
2344       - 16  # NDRPDR sel
2345       - 17  # NDRPDR sel
2346       - 18  # NDRPDR sel
2347       - 21  # NDRPDR sel
2348       - 27  # NDRPDR sel
2349       - 30  # NDRPDR sel
2350       - 31  # NDRPDR sel
2351       - 32  # NDRPDR sel
2352     csit-vpp-perf-verify-1908-2n-skx:
2353       - 26  # NDRPDR sel
2354       - 27  # NDRPDR sel
2355       - 34  # NDRPDR sel
2356       - 35  # NDRPDR sel
2357       - 36  # NDRPDR sel
2358       - 42  # NDRPDR sel
2359       - 43  # NDRPDR sel
2360       - 44  # NDRPDR sel
2361       - 45  # NDRPDR sel
2362       - 46  # NDRPDR sel
2363       - 88  # NDRPDR sel vhost
2364       - 89  # NDRPDR sel vhost
2365       - 91  # NDRPDR sel vhost
2366       - 92  # NDRPDR sel vhost
2367       - 93  # NDRPDR sel vhost
2368       - 94  # NDRPDR sel vhost
2369       - 95  # NDRPDR sel vhost
2370       - 96  # NDRPDR sel vhost
2371       - 97  # NDRPDR sel vhost
2372       - 98  # NDRPDR sel vhost
2373       - 69  # MRR sel
2374       - 22  # NFV
2375       - 31  # NFV
2376       - 32  # NFV
2377       - 71  # NFV MRR
2378       - 113 # NFV reconf sel - to be removed
2379       - 114 # NFV reconf sel - to be removed
2380       - 115 # NFV reconf sel - to be removed
2381     csit-vpp-perf-verify-2001-2n-skx:
2382       - 92  # NDRPDR sel
2383       - 93  # NDRPDR sel
2384       - 94  # NDRPDR sel
2385       - 95  # NDRPDR sel
2386       - 96  # NDRPDR sel
2387       - 97  # NDRPDR sel
2388       - 98  # NDRPDR sel
2389
2390     csit-vpp-perf-verify-2001-2n-clx:
2391       - 28  # NDRPDR sel
2392       - 29  # NDRPDR sel
2393       - 32  # NDRPDR sel
2394       - 40  # NDRPDR sel
2395       - 43  # NDRPDR sel
2396       - 44  # NDRPDR sel
2397       - 45  # NDRPDR sel
2398       - 47  # NDRPDR sel
2399       - 48  # NDRPDR sel
2400       - 49  # NDRPDR sel
2401       - 39  # MRR
2402       - 53  # NDRPDR full
2403       - 54  # NDRPDR full
2404       - 55  # NDRPDR full
2405       - 56  # NDRPDR full
2406       - 57  # NDRPDR full
2407       - 58  # NDRPDR full
2408       - 59  # NDRPDR full
2409       - 60  # NDRPDR full
2410       - 61  # NDRPDR full
2411       - 62  # NDRPDR full
2412       - 63  # NDRPDR full
2413       - 64  # NDRPDR full
2414       - 65  # NDRPDR full
2415       - 66  # NDRPDR full
2416       - 67  # NDRPDR full
2417       - 68  # Reconf
2418       - 69  # Reconf
2419       - 70  # Reconf
2420       - 71  # Reconf
2421       - 72  # Reconf
2422       - 73  # Reconf
2423       - 74  # Reconf
2424       - 75  # Reconf
2425       - 76  # Reconf
2426       - 77  # Reconf
2427       - 80  # TCP
2428       - 82  # TCP
2429       - 83  # TCP
2430       - 85  # TCP
2431       - 86  # TCP
2432       - 87  # TCP
2433       - 88  # TCP
2434       - 89  # TCP
2435       - 90  # TCP
2436       - 91  # TCP
2437       - 93  # Soak
2438       - 94  # Soak
2439
2440     csit-vpp-perf-verify-1908-3n-tsh:
2441       - 7   # NDRPDR sel
2442       - 8   # NDRPDR sel
2443       - 9   # NDRPDR sel
2444       - 10  # NDRPDR sel
2445       - 11  # NDRPDR sel
2446       - 12  # NDRPDR sel
2447       - 13  # NDRPDR sel
2448       - 14  # NDRPDR sel
2449       - 15  # NDRPDR sel
2450       - 16  # NDRPDR sel
2451       - 17  # MRR sel
2452     csit-vpp-perf-verify-2001-3n-tsh:
2453       - 3   # NDRPDR sel
2454       - 4   # NDRPDR sel
2455       - 7   # NDRPDR sel
2456       - 8   # NDRPDR sel
2457       - 10  # NDRPDR sel
2458       - 12  # NDRPDR sel
2459       - 13  # NDRPDR sel
2460       - 14  # NDRPDR sel
2461       - 15  # NDRPDR sel
2462       - 21  # NDRPDR sel
2463       - 9   # MRR sel
2464
2465     csit-vpp-perf-verify-1908-3n-dnv:
2466       - 6   # NDRPDR sel
2467       - 7   # NDRPDR sel
2468       - 8   # NDRPDR sel
2469       - 9   # NDRPDR sel
2470       - 10  # NDRPDR sel
2471       - 12  # NDRPDR sel
2472       - 13  # NDRPDR sel
2473       - 14  # NDRPDR sel
2474       - 15  # NDRPDR sel
2475       - 16  # NDRPDR sel
2476       - 17  # MRR sel
2477     csit-vpp-perf-verify-2001-3n-dnv:
2478       - 5   # NDRPDR sel
2479       - 6   # NDRPDR sel
2480       - 7   # NDRPDR sel
2481       - 8   # NDRPDR sel
2482       - 9   # NDRPDR sel
2483       - 10  # NDRPDR sel
2484       - 12  # NDRPDR sel
2485       - 16  # NDRPDR sel
2486       - 17  # NDRPDR sel
2487       - 18  # NDRPDR sel
2488       - 11  # MRR sel
2489       - 19  # NDRPDR full
2490       - 20  # NDRPDR full
2491       - 21  # NDRPDR full
2492       - 22  # NDRPDR full
2493       - 23  # NDRPDR full
2494       - 24  # NDRPDR full
2495       - 25  # NDRPDR full
2496       - 26  # NDRPDR full
2497       - 37  # NDRPDR full
2498       - 38  # NDRPDR full
2499       - 39  # NDRPDR full
2500
2501     csit-vpp-perf-verify-1908-2n-dnv:
2502       - 1   # NDRPDR sel
2503       - 2   # NDRPDR sel
2504       - 3   # NDRPDR sel
2505       - 4   # NDRPDR sel
2506       - 5   # NDRPDR sel
2507       - 6   # NDRPDR sel
2508       - 7   # NDRPDR sel
2509       - 8   # NDRPDR sel
2510       - 9   # NDRPDR sel
2511       - 10  # NDRPDR sel
2512       - 11  # MRR sel
2513     csit-vpp-perf-verify-2001-2n-dnv:
2514       - 4   # NDRPDR sel
2515       - 5   # NDRPDR sel
2516       - 6   # NDRPDR sel
2517       - 7   # NDRPDR sel
2518       - 8   # NDRPDR sel
2519       - 9   # NDRPDR sel
2520       - 10  # NDRPDR sel
2521       - 11  # NDRPDR sel
2522       - 13  # NDRPDR sel
2523       - 16  # NDRPDR sel
2524       - 12  # MRR sel
2525       - 21  # NDRPDR full
2526       - 22  # NDRPDR full
2527       - 25  # NDRPDR full
2528       - 26  # NDRPDR full
2529       - 27  # NDRPDR full
2530       - 28  # NDRPDR full
2531
2532     csit-dpdk-perf-verify-1904-3n-hsw:
2533       - 2   # NDRPDR sel
2534       - 3   # NDRPDR sel
2535       - 5   # NDRPDR sel
2536       - 6   # NDRPDR sel
2537       - 13  # NDRPDR sel
2538       - 14  # NDRPDR sel
2539       - 15  # NDRPDR sel
2540       - 18  # NDRPDR sel
2541       - 19  # NDRPDR sel
2542       - 20  # NDRPDR sel
2543     csit-dpdk-perf-verify-1908-3n-hsw:
2544       - 2   # NDRPDR sel
2545       - 3   # NDRPDR sel
2546       - 4   # NDRPDR sel
2547       - 5   # NDRPDR sel
2548       - 6   # NDRPDR sel
2549       - 7   # NDRPDR sel
2550       - 8   # NDRPDR sel
2551       - 9   # NDRPDR sel
2552       - 10  # NDRPDR sel
2553       - 11  # NDRPDR sel
2554     csit-dpdk-perf-verify-2001-3n-hsw:
2555       - 4   # NDRPDR sel
2556       - 5   # NDRPDR sel
2557       - 6   # NDRPDR sel
2558       - 7   # NDRPDR sel
2559       - 8   # NDRPDR sel
2560       - 9   # NDRPDR sel
2561       - 10  # NDRPDR sel
2562       - 11  # NDRPDR sel
2563       - 12  # NDRPDR sel
2564       - 13  # NDRPDR sel
2565       - 15  # NDRPDR sel
2566       - 16  # NDRPDR sel
2567       - 17  # NDRPDR sel
2568       - 18  # NDRPDR sel
2569       - 19  # NDRPDR sel
2570       - 20  # NDRPDR sel
2571       - 21  # NDRPDR sel
2572       - 22  # NDRPDR sel
2573       - 23  # NDRPDR sel
2574       - 24  # NDRPDR sel
2575       - 25  # NDRPDR full
2576       - 26  # NDRPDR full
2577
2578 #    csit-dpdk-perf-verify-1904-3n-skx:
2579 #      - 2   # NDRPDR sel
2580 #      - 3   # NDRPDR sel
2581 #      - 4   # NDRPDR sel
2582 #      - 5   # NDRPDR sel
2583 #      - 6   # NDRPDR sel
2584 #      - 7   # NDRPDR sel
2585 #      - 11  # NDRPDR sel
2586 #      - 12  # NDRPDR sel
2587 #      - 13  # NDRPDR sel
2588 #      - 14  # NDRPDR sel
2589 #    csit-dpdk-perf-verify-1908-3n-skx:
2590 #      - 3   # NDRPDR sel
2591 #      - 4   # NDRPDR sel
2592 #      - 5   # NDRPDR sel
2593 #      - 6   # NDRPDR sel
2594 #      - 7   # NDRPDR sel
2595 #      - 8   # NDRPDR sel
2596 #      - 9   # NDRPDR sel
2597 #      - 10  # NDRPDR sel
2598 #      - 11  # NDRPDR sel
2599 #      - 12  # NDRPDR sel
2600 #    csit-dpdk-perf-verify-2001-3n-skx:
2601 #      - 1   # NDRPDR sel
2602 #      - 2   # NDRPDR sel
2603 #      - 3   # NDRPDR sel
2604 #      - 4   # NDRPDR sel
2605 #      - 5   # NDRPDR sel
2606 #      - 6   # NDRPDR sel
2607 #      - 7   # NDRPDR sel
2608 #      - 8   # NDRPDR sel
2609 #      - 9   # NDRPDR sel
2610 #      - 10  # NDRPDR sel
2611
2612 #    csit-dpdk-perf-verify-1904-2n-skx:
2613 #      - 2   # NDRPDR sel
2614 #      - 3   # NDRPDR sel
2615 #      - 4   # NDRPDR sel
2616 #      - 5   # NDRPDR sel
2617 #      - 7   # NDRPDR sel
2618 #      - 8   # NDRPDR sel
2619 #      - 9   # NDRPDR sel
2620 #      - 10  # NDRPDR sel
2621 #      - 11  # NDRPDR sel
2622 #      - 12  # NDRPDR sel
2623 #    csit-dpdk-perf-verify-1908-2n-skx:
2624 #      - 2   # NDRPDR sel
2625 #      - 3   # NDRPDR sel
2626 #      - 4   # NDRPDR sel
2627 #      - 5   # NDRPDR sel
2628 #      - 7   # NDRPDR sel
2629 #      - 8   # NDRPDR sel
2630 #      - 9   # NDRPDR sel
2631 #      - 10  # NDRPDR sel
2632 #      - 11  # NDRPDR sel
2633 #      - 12  # NDRPDR sel
2634 #    csit-dpdk-perf-verify-2001-2n-skx:
2635 #      - 1   # NDRPDR sel
2636 #      - 2   # NDRPDR sel
2637 #      - 3   # NDRPDR sel
2638 #      - 4   # NDRPDR sel
2639 #      - 5   # NDRPDR sel
2640 #      - 6   # NDRPDR sel
2641 #      - 7   # NDRPDR sel
2642 #      - 8   # NDRPDR sel
2643 #      - 9   # NDRPDR sel
2644 #      - 10  # NDRPDR sel
2645 #      - 11  # NDRPDR sel
2646 #      - 13  # NDRPDR sel
2647 #      - 26  # NDRPDR sel
2648 #      - 16  # NDRPDR sel
2649 #      - 17  # NDRPDR sel
2650 #      - 18  # NDRPDR sel
2651 #      - 19  # NDRPDR sel
2652 #      - 27  # NDRPDR sel
2653 #      - 21  # NDRPDR sel
2654 #      - 25  # NDRPDR sel
2655
2656     csit-dpdk-perf-verify-2001-2n-clx:
2657       - 15  # NDRPDR sel
2658       - 16  # NDRPDR sel
2659       - 17  # NDRPDR sel
2660       - 18  # NDRPDR sel
2661       - 19  # NDRPDR sel
2662       - 20  # NDRPDR sel
2663       - 21  # NDRPDR sel
2664       - 22  # NDRPDR sel
2665       - 23  # NDRPDR sel
2666       - 24  # NDRPDR sel
2667       - 25  # NDRPDR sel
2668       - 26  # NDRPDR sel
2669       - 27  # NDRPDR sel
2670       - 28  # NDRPDR sel
2671       - 29  # NDRPDR sel
2672       - 30  # NDRPDR sel
2673       - 31  # NDRPDR sel
2674       - 32  # NDRPDR sel
2675       - 33  # NDRPDR sel
2676       - 34  # NDRPDR sel
2677
2678     csit-dpdk-perf-verify-2001-2n-dnv:
2679       - 9   # NDRPDR sel
2680       - 10  # NDRPDR sel
2681       - 11  # NDRPDR sel
2682       - 12  # NDRPDR sel
2683       - 13  # NDRPDR sel
2684       - 14  # NDRPDR sel
2685       - 15  # NDRPDR sel
2686       - 16  # NDRPDR sel
2687       - 17  # NDRPDR sel
2688       - 18  # NDRPDR sel
2689
2690     csit-dpdk-perf-verify-2001-3n-dnv:
2691       - 12  # NDRPDR sel
2692       - 13  # NDRPDR sel
2693       - 14  # NDRPDR sel
2694       - 15  # NDRPDR sel
2695       - 16  # NDRPDR sel
2696       - 17  # NDRPDR sel
2697       - 18  # NDRPDR sel
2698       - 19  # NDRPDR sel
2699       - 20  # NDRPDR sel
2700       - 22  # NDRPDR sel
2701
2702     csit-dpdk-perf-verify-2001-3n-tsh:
2703       - 3   # NDRPDR sel
2704       - 4   # NDRPDR sel
2705       - 5   # NDRPDR sel
2706       - 9   # NDRPDR sel
2707       - 10  # NDRPDR sel
2708       - 11  # NDRPDR sel
2709       - 12  # NDRPDR sel
2710       - 14  # NDRPDR sel
2711       - 15  # NDRPDR sel
2712       - 18  # NDRPDR sel
2713
2714     csit-vpp-device-2001-ubuntu1804-1n-skx:
2715       - 57
2716
2717 - type: "output"
2718   output: "report"
2719   format:
2720     html:
2721     - full
2722 #    pdf:
2723 #    - minimal
2724
2725 ################################################################################
2726 ###                               T A B L E S                                ###
2727 ################################################################################
2728
2729 ## VPP Soak vs NDR - 2n-skx
2730 #- type: "table"
2731 #  title: "VPP Soak vs NDR 2n-skx"
2732 #  algorithm: "table_soak_vs_ndr"
2733 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2734 #  reference:
2735 #    title: "NDR"
2736 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2737 #  compare:
2738 #    title: "Soak"
2739 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2740 #  data: "vpp-soak-vs-ndr-2n-skx"
2741 #  include-tests: "NDR"
2742 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2743 #  parameters:
2744 #    - "throughput"
2745 #    - "name"
2746 #    - "parent"
2747
2748 # VPP Soak vs NDR - 2n-clx
2749 - type: "table"
2750   title: "VPP Soak vs NDR 2n-clx"
2751   algorithm: "table_soak_vs_ndr"
2752   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2753   reference:
2754     title: "NDR"
2755     data: "vpp-soak-vs-ndr-2n-clx-ref"
2756   compare:
2757     title: "Soak"
2758     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2759   data: "vpp-soak-vs-ndr-2n-clx"
2760   include-tests: "NDR"
2761   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2762   parameters:
2763     - "throughput"
2764     - "name"
2765     - "parent"
2766
2767 ################################################################################
2768
2769 # VPP Compare NICs 3n-skx 2t1c ndr
2770 - type: "table"
2771   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2772   algorithm: "table_nics_comparison"
2773   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2774   reference:
2775     title: "x710"
2776     nic: "NIC_Intel-X710"
2777   compare:
2778     title: "xxv710"
2779     nic: "NIC_Intel-XXV710"
2780   data: "vpp-nic-comparison-3n-skx"
2781   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2782   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2783   parameters:
2784   - "name"
2785   - "parent"
2786   - "throughput"
2787   - "tags"
2788
2789 # VPP Compare NICs 3n-skx 4t2c ndr
2790 - type: "table"
2791   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2792   algorithm: "table_nics_comparison"
2793   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2794   reference:
2795     title: "x710"
2796     nic: "NIC_Intel-X710"
2797   compare:
2798     title: "xxv710"
2799     nic: "NIC_Intel-XXV710"
2800   data: "vpp-nic-comparison-3n-skx"
2801   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2802   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2803   parameters:
2804   - "name"
2805   - "parent"
2806   - "throughput"
2807   - "tags"
2808
2809 # VPP Compare NICs 3n-skx 2t1c pdr
2810 - type: "table"
2811   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2812   algorithm: "table_nics_comparison"
2813   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2814   reference:
2815     title: "x710"
2816     nic: "NIC_Intel-X710"
2817   compare:
2818     title: "xxv710"
2819     nic: "NIC_Intel-XXV710"
2820   data: "vpp-nic-comparison-3n-skx"
2821   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2822   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2823   parameters:
2824   - "name"
2825   - "parent"
2826   - "throughput"
2827   - "tags"
2828
2829  # VPP Compare NICs 3n-skx 4t2c pdr
2830 - type: "table"
2831   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2832   algorithm: "table_nics_comparison"
2833   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2834   reference:
2835     title: "x710"
2836     nic: "NIC_Intel-X710"
2837   compare:
2838     title: "xxv710"
2839     nic: "NIC_Intel-XXV710"
2840   data: "vpp-nic-comparison-3n-skx"
2841   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2842   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2843   parameters:
2844   - "name"
2845   - "parent"
2846   - "throughput"
2847   - "tags"
2848
2849 ## VPP Compare NICs 3n-skx 2t1c mrr
2850 #- type: "table"
2851 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2852 #  algorithm: "table_nics_comparison"
2853 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2854 #  reference:
2855 #    title: "x710"
2856 #    nic: "NIC_Intel-X710"
2857 #  compare:
2858 #    title: "xxv710"
2859 #    nic: "NIC_Intel-XXV710"
2860 #  data: "vpp-nic-comparison-3n-skx-mrr"
2861 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2862 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2863 #  parameters:
2864 #  - "name"
2865 #  - "parent"
2866 #  - "result"
2867 #  - "tags"
2868 #
2869 ## VPP Compare NICs 3n-skx 4t2c mrr
2870 #- type: "table"
2871 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2872 #  algorithm: "table_nics_comparison"
2873 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2874 #  reference:
2875 #    title: "x710"
2876 #    nic: "NIC_Intel-X710"
2877 #  compare:
2878 #    title: "xxv710"
2879 #    nic: "NIC_Intel-XXV710"
2880 #  data: "vpp-nic-comparison-3n-skx-mrr"
2881 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2882 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2883 #  parameters:
2884 #  - "name"
2885 #  - "parent"
2886 #  - "result"
2887 #  - "tags"
2888 #
2889 # # VPP Compare NICs 3n-skx 8t4c mrr
2890 #- type: "table"
2891 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2892 #  algorithm: "table_nics_comparison"
2893 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2894 #  reference:
2895 #    title: "x710"
2896 #    nic: "NIC_Intel-X710"
2897 #  compare:
2898 #    title: "xxv710"
2899 #    nic: "NIC_Intel-XXV710"
2900 #  data: "vpp-nic-comparison-3n-skx-mrr"
2901 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2902 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2903 #  parameters:
2904 #  - "name"
2905 #  - "parent"
2906 #  - "result"
2907 #  - "tags"
2908
2909 # VPP Compare NICs 2n-skx 2t1c ndr
2910 - type: "table"
2911   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2912   algorithm: "table_nics_comparison"
2913   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2914   reference:
2915     title: "x710"
2916     nic: "NIC_Intel-X710"
2917   compare:
2918     title: "xxv710"
2919     nic: "NIC_Intel-XXV710"
2920   data: "vpp-nic-comparison-2n-skx"
2921   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2922   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2923   parameters:
2924   - "name"
2925   - "parent"
2926   - "throughput"
2927   - "tags"
2928
2929 # VPP Compare NICs 2n-skx 4t2c ndr
2930 - type: "table"
2931   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2932   algorithm: "table_nics_comparison"
2933   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2934   reference:
2935     title: "x710"
2936     nic: "NIC_Intel-X710"
2937   compare:
2938     title: "xxv710"
2939     nic: "NIC_Intel-XXV710"
2940   data: "vpp-nic-comparison-2n-skx"
2941   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2942   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2943   parameters:
2944   - "name"
2945   - "parent"
2946   - "throughput"
2947   - "tags"
2948
2949  # VPP Compare NICs 2n-skx 2t1c pdr
2950 - type: "table"
2951   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2952   algorithm: "table_nics_comparison"
2953   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2954   reference:
2955     title: "x710"
2956     nic: "NIC_Intel-X710"
2957   compare:
2958     title: "xxv710"
2959     nic: "NIC_Intel-XXV710"
2960   data: "vpp-nic-comparison-2n-skx"
2961   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2962   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2963   parameters:
2964   - "name"
2965   - "parent"
2966   - "throughput"
2967   - "tags"
2968
2969 # VPP Compare NICs 2n-skx 4t2c pdr
2970 - type: "table"
2971   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2972   algorithm: "table_nics_comparison"
2973   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2974   reference:
2975     title: "x710"
2976     nic: "NIC_Intel-X710"
2977   compare:
2978     title: "xxv710"
2979     nic: "NIC_Intel-XXV710"
2980   data: "vpp-nic-comparison-2n-skx"
2981   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2982   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2983   parameters:
2984   - "name"
2985   - "parent"
2986   - "throughput"
2987   - "tags"
2988
2989 ## VPP Compare NICs 2n-skx 2t1c mrr
2990 #- type: "table"
2991 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2992 #  algorithm: "table_nics_comparison"
2993 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2994 #  reference:
2995 #    title: "x710"
2996 #    nic: "NIC_Intel-X710"
2997 #  compare:
2998 #    title: "xxv710"
2999 #    nic: "NIC_Intel-XXV710"
3000 #  data: "vpp-nic-comparison-2n-skx-mrr"
3001 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3002 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3003 #  parameters:
3004 #  - "name"
3005 #  - "parent"
3006 #  - "result"
3007 #  - "tags"
3008 #
3009 ## VPP Compare NICs 2n-skx 4t2c mrr
3010 #- type: "table"
3011 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
3012 #  algorithm: "table_nics_comparison"
3013 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3014 #  reference:
3015 #    title: "x710"
3016 #    nic: "NIC_Intel-X710"
3017 #  compare:
3018 #    title: "xxv710"
3019 #    nic: "NIC_Intel-XXV710"
3020 #  data: "vpp-nic-comparison-2n-skx-mrr"
3021 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3022 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3023 #  parameters:
3024 #  - "name"
3025 #  - "parent"
3026 #  - "result"
3027 #  - "tags"
3028 #
3029 ## VPP Compare NICs 2n-skx 8t4c mrr
3030 #- type: "table"
3031 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
3032 #  algorithm: "table_nics_comparison"
3033 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3034 #  reference:
3035 #    title: "x710"
3036 #    nic: "NIC_Intel-X710"
3037 #  compare:
3038 #    title: "xxv710"
3039 #    nic: "NIC_Intel-XXV710"
3040 #  data: "vpp-nic-comparison-2n-skx-mrr"
3041 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3042 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3043 #  parameters:
3044 #  - "name"
3045 #  - "parent"
3046 #  - "result"
3047 #  - "tags"
3048
3049 ################################################################################
3050 # VPP
3051
3052 # VPP Performance Changes 3n-hsw 1t1c pdr
3053 - type: "table"
3054   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3055   algorithm: "table_perf_comparison"
3056   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3057   history:
3058     - title: "rls1904"
3059       data: "vpp-performance-changes-3n-hsw-h1"
3060   reference:
3061     title: "rls1908"
3062     data: "vpp-performance-changes-3n-hsw-ref"
3063     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3064   compare:
3065     title: "rls2001"
3066     data: "vpp-performance-changes-3n-hsw-cmp"
3067   data: "vpp-performance-changes-3n-hsw"
3068   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3069   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3070   parameters:
3071   - "name"
3072   - "parent"
3073   - "throughput"
3074
3075 # VPP Performance Changes 3n-hsw 2t2c pdr
3076 - type: "table"
3077   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3078   algorithm: "table_perf_comparison"
3079   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3080   history:
3081     - title: "rls1904"
3082       data: "vpp-performance-changes-3n-hsw-h1"
3083   reference:
3084     title: "rls1908"
3085     data: "vpp-performance-changes-3n-hsw-ref"
3086     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3087   compare:
3088     title: "rls2001"
3089     data: "vpp-performance-changes-3n-hsw-cmp"
3090   data: "vpp-performance-changes-3n-hsw"
3091   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3092   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3093   parameters:
3094   - "name"
3095   - "parent"
3096   - "throughput"
3097
3098 # VPP Performance Changes 3n-hsw 1t1c ndr
3099 - type: "table"
3100   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3101   algorithm: "table_perf_comparison"
3102   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3103   history:
3104     - title: "rls1904"
3105       data: "vpp-performance-changes-3n-hsw-h1"
3106   reference:
3107     title: "rls1908"
3108     data: "vpp-performance-changes-3n-hsw-ref"
3109     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3110   compare:
3111     title: "rls2001"
3112     data: "vpp-performance-changes-3n-hsw-cmp"
3113   data: "vpp-performance-changes-3n-hsw"
3114   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3115   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3116   parameters:
3117   - "name"
3118   - "parent"
3119   - "throughput"
3120
3121 # VPP Performance Changes 3n-hsw 2t2c ndr
3122 - type: "table"
3123   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3124   algorithm: "table_perf_comparison"
3125   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3126   history:
3127     - title: "rls1904"
3128       data: "vpp-performance-changes-3n-hsw-h1"
3129   reference:
3130     title: "rls1908"
3131     data: "vpp-performance-changes-3n-hsw-ref"
3132     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3133   compare:
3134     title: "rls2001"
3135     data: "vpp-performance-changes-3n-hsw-cmp"
3136   data: "vpp-performance-changes-3n-hsw"
3137   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3138   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3139   parameters:
3140   - "name"
3141   - "parent"
3142   - "throughput"
3143
3144 # VPP Performance Changes 3n-skx 2t1c pdr
3145 - type: "table"
3146   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3147   algorithm: "table_perf_comparison_nic"
3148   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3149   history:
3150     - title: "rls1904 x710"
3151       data: "vpp-performance-changes-3n-skx-h1"
3152       nic: "NIC_Intel-X710"
3153   reference:
3154     title: "rls1908 xxv710"
3155     data: "vpp-performance-changes-3n-skx-ref"
3156     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3157     nic: "NIC_Intel-XXV710"
3158   compare:
3159     title: "rls2001 xxv710"
3160     data: "vpp-performance-changes-3n-skx-cmp"
3161     nic: "NIC_Intel-XXV710"
3162   data: "vpp-performance-changes-3n-skx"
3163   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3164   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3165   parameters:
3166   - "name"
3167   - "parent"
3168   - "throughput"
3169   - "tags"
3170
3171 # VPP Performance Changes 3n-skx 4t2c pdr
3172 - type: "table"
3173   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3174   algorithm: "table_perf_comparison_nic"
3175   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3176   history:
3177     - title: "rls1904 x710"
3178       data: "vpp-performance-changes-3n-skx-h1"
3179       nic: "NIC_Intel-X710"
3180   reference:
3181     title: "rls1908 xxv710"
3182     data: "vpp-performance-changes-3n-skx-ref"
3183     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3184     nic: "NIC_Intel-XXV710"
3185   compare:
3186     title: "rls2001 xxv710"
3187     data: "vpp-performance-changes-3n-skx-cmp"
3188     nic: "NIC_Intel-XXV710"
3189   data: "vpp-performance-changes-3n-skx"
3190   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3191   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3192   parameters:
3193   - "name"
3194   - "parent"
3195   - "throughput"
3196   - "tags"
3197
3198 # VPP Performance Changes 3n-skx 2t1c ndr
3199 - type: "table"
3200   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3201   algorithm: "table_perf_comparison_nic"
3202   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3203   history:
3204     - title: "rls1904 x710"
3205       data: "vpp-performance-changes-3n-skx-h1"
3206       nic: "NIC_Intel-X710"
3207   reference:
3208     title: "rls1908 xxv710"
3209     data: "vpp-performance-changes-3n-skx-ref"
3210     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3211     nic: "NIC_Intel-XXV710"
3212   compare:
3213     title: "rls2001 xxv710"
3214     data: "vpp-performance-changes-3n-skx-cmp"
3215     nic: "NIC_Intel-XXV710"
3216   data: "vpp-performance-changes-3n-skx"
3217   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3218   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3219   parameters:
3220   - "name"
3221   - "parent"
3222   - "throughput"
3223   - "tags"
3224
3225 # VPP Performance Changes 3n-skx 4t2c ndr
3226 - type: "table"
3227   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3228   algorithm: "table_perf_comparison_nic"
3229   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3230   history:
3231     - title: "rls1904 x710"
3232       data: "vpp-performance-changes-3n-skx-h1"
3233       nic: "NIC_Intel-X710"
3234   reference:
3235     title: "rls1908 xxv710"
3236     data: "vpp-performance-changes-3n-skx-ref"
3237     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3238     nic: "NIC_Intel-XXV710"
3239   compare:
3240     title: "rls2001 xxv710"
3241     data: "vpp-performance-changes-3n-skx-cmp"
3242     nic: "NIC_Intel-XXV710"
3243   data: "vpp-performance-changes-3n-skx"
3244   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3245   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3246   parameters:
3247   - "name"
3248   - "parent"
3249   - "throughput"
3250   - "tags"
3251
3252 # VPP Performance Changes 2n-skx 2t1c pdr
3253 - type: "table"
3254   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3255   algorithm: "table_perf_comparison_nic"
3256   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3257   history:
3258     - title: "rls1904 x710"
3259       data: "vpp-performance-changes-2n-skx-h1"
3260       nic: "NIC_Intel-X710"
3261   reference:
3262     title: "rls1908 xxv710"
3263     data: "vpp-performance-changes-2n-skx-ref"
3264     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3265     nic: "NIC_Intel-XXV710"
3266   compare:
3267     title: "rls2001 xxv710"
3268     data: "vpp-performance-changes-2n-skx-cmp"
3269     nic: "NIC_Intel-XXV710"
3270   data: "vpp-performance-changes-2n-skx"
3271   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3272   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3273   parameters:
3274   - "name"
3275   - "parent"
3276   - "throughput"
3277   - "tags"
3278
3279 # VPP Performance Changes 2n-skx 4t2c pdr
3280 - type: "table"
3281   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3282   algorithm: "table_perf_comparison_nic"
3283   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3284   history:
3285     - title: "rls1904 x710"
3286       data: "vpp-performance-changes-2n-skx-h1"
3287       nic: "NIC_Intel-X710"
3288   reference:
3289     title: "rls1908 xxv710"
3290     data: "vpp-performance-changes-2n-skx-ref"
3291     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3292     nic: "NIC_Intel-XXV710"
3293   compare:
3294     title: "rls2001 xxv710"
3295     data: "vpp-performance-changes-2n-skx-cmp"
3296     nic: "NIC_Intel-XXV710"
3297   data: "vpp-performance-changes-2n-skx"
3298   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3299   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3300   parameters:
3301   - "name"
3302   - "parent"
3303   - "throughput"
3304   - "tags"
3305
3306 # VPP Performance Changes 2n-skx 2t1c ndr
3307 - type: "table"
3308   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3309   algorithm: "table_perf_comparison_nic"
3310   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3311   history:
3312     - title: "rls1904 x710"
3313       data: "vpp-performance-changes-2n-skx-h1"
3314       nic: "NIC_Intel-X710"
3315   reference:
3316     title: "rls1908 xxv710"
3317     data: "vpp-performance-changes-2n-skx-ref"
3318     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3319     nic: "NIC_Intel-XXV710"
3320   compare:
3321     title: "rls2001 xxv710"
3322     data: "vpp-performance-changes-2n-skx-cmp"
3323     nic: "NIC_Intel-XXV710"
3324   data: "vpp-performance-changes-2n-skx"
3325   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3326   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3327   parameters:
3328   - "name"
3329   - "parent"
3330   - "throughput"
3331   - "tags"
3332
3333 # VPP Performance Changes 2n-skx 4t2c ndr
3334 - type: "table"
3335   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3336   algorithm: "table_perf_comparison_nic"
3337   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3338   history:
3339     - title: "rls1904 x710"
3340       data: "vpp-performance-changes-2n-skx-h1"
3341       nic: "NIC_Intel-X710"
3342   reference:
3343     title: "rls1908 xxv710"
3344     data: "vpp-performance-changes-2n-skx-ref"
3345     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3346     nic: "NIC_Intel-XXV710"
3347   compare:
3348     title: "rls2001 xxv710"
3349     data: "vpp-performance-changes-2n-skx-cmp"
3350     nic: "NIC_Intel-XXV710"
3351   data: "vpp-performance-changes-2n-skx"
3352   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3353   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3354   parameters:
3355   - "name"
3356   - "parent"
3357   - "throughput"
3358   - "tags"
3359
3360 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3361 #- type: "table"
3362 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3363 #  algorithm: "table_perf_comparison"
3364 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3365 #  reference:
3366 #    title: "rls1908"
3367 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3368 #  compare:
3369 #    title: "rls2001"
3370 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3371 #  data: "vpp-performance-changes-nfv-2n-skx"
3372 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3373 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3374 #  parameters:
3375 #  - "name"
3376 #  - "parent"
3377 #  - "throughput"
3378 #  - "tags"
3379 #
3380 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3381 #- type: "table"
3382 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3383 #  algorithm: "table_perf_comparison"
3384 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3385 #  reference:
3386 #    title: "rls1908"
3387 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3388 #  compare:
3389 #    title: "rls2001"
3390 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3391 #  data: "vpp-performance-changes-nfv-2n-skx"
3392 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3393 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3394 #  parameters:
3395 #  - "name"
3396 #  - "parent"
3397 #  - "throughput"
3398 #  - "tags"
3399 #
3400 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3401 #- type: "table"
3402 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3403 #  algorithm: "table_perf_comparison"
3404 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3405 #  reference:
3406 #    title: "rls1908"
3407 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3408 #  compare:
3409 #    title: "rls2001"
3410 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3411 #  data: "vpp-performance-changes-nfv-2n-skx"
3412 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3413 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3414 #  parameters:
3415 #  - "name"
3416 #  - "parent"
3417 #  - "throughput"
3418 #  - "tags"
3419 #
3420 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3421 #- type: "table"
3422 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3423 #  algorithm: "table_perf_comparison"
3424 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3425 #  reference:
3426 #    title: "rls1908"
3427 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3428 #  compare:
3429 #    title: "rls2001"
3430 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3431 #  data: "vpp-performance-changes-nfv-2n-skx"
3432 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3433 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3434 #  parameters:
3435 #  - "name"
3436 #  - "parent"
3437 #  - "throughput"
3438 #  - "tags"
3439
3440 # VPP Performance Changes 2n-dnv 1t1c pdr
3441 - type: "table"
3442   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3443   algorithm: "table_perf_comparison"
3444   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3445   reference:
3446     title: "rls1908"
3447     data: "vpp-performance-changes-2n-dnv-ref"
3448   compare:
3449     title: "rls2001"
3450     data: "vpp-performance-changes-2n-dnv-cmp"
3451   data: "vpp-performance-changes-2n-dnv"
3452   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3453   filter: "'1T1C'"
3454   parameters:
3455   - "name"
3456   - "parent"
3457   - "throughput"
3458   - "tags"
3459
3460 # VPP Performance Changes 2n-dnv 2t2c pdr
3461 - type: "table"
3462   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3463   algorithm: "table_perf_comparison"
3464   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3465   reference:
3466     title: "rls1908"
3467     data: "vpp-performance-changes-2n-dnv-ref"
3468   compare:
3469     title: "rls2001"
3470     data: "vpp-performance-changes-2n-dnv-cmp"
3471   data: "vpp-performance-changes-2n-dnv"
3472   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3473   filter: "'2T2C'"
3474   parameters:
3475   - "name"
3476   - "parent"
3477   - "throughput"
3478   - "tags"
3479
3480 # VPP Performance Changes 2n-dnv 1t1c ndr
3481 - type: "table"
3482   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3483   algorithm: "table_perf_comparison"
3484   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3485   reference:
3486     title: "rls1908"
3487     data: "vpp-performance-changes-2n-dnv-ref"
3488   compare:
3489     title: "rls2001"
3490     data: "vpp-performance-changes-2n-dnv-cmp"
3491   data: "vpp-performance-changes-2n-dnv"
3492   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3493   filter: "'1T1C'"
3494   parameters:
3495   - "name"
3496   - "parent"
3497   - "throughput"
3498   - "tags"
3499
3500 # VPP Performance Changes 2n-dnv 2t2c ndr
3501 - type: "table"
3502   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3503   algorithm: "table_perf_comparison"
3504   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3505   reference:
3506     title: "rls1908 "
3507     data: "vpp-performance-changes-2n-dnv-ref"
3508   compare:
3509     title: "rls2001"
3510     data: "vpp-performance-changes-2n-dnv-cmp"
3511   data: "vpp-performance-changes-2n-dnv"
3512   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3513   filter: "'2T2C'"
3514   parameters:
3515   - "name"
3516   - "parent"
3517   - "throughput"
3518   - "tags"
3519
3520 # VPP Performance Changes 3n-dnv 1t1c pdr
3521 - type: "table"
3522   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3523   algorithm: "table_perf_comparison"
3524   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3525   reference:
3526     title: "rls1908"
3527     data: "vpp-performance-changes-3n-dnv-ref"
3528   compare:
3529     title: "rls2001"
3530     data: "vpp-performance-changes-3n-dnv-cmp"
3531   data: "vpp-performance-changes-3n-dnv"
3532   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3533   filter: "'1T1C'"
3534   parameters:
3535   - "name"
3536   - "parent"
3537   - "throughput"
3538   - "tags"
3539
3540 # VPP Performance Changes 3n-dnv 2t2c pdr
3541 - type: "table"
3542   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3543   algorithm: "table_perf_comparison"
3544   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3545   reference:
3546     title: "rls1908"
3547     data: "vpp-performance-changes-3n-dnv-ref"
3548   compare:
3549     title: "rls2001"
3550     data: "vpp-performance-changes-3n-dnv-cmp"
3551   data: "vpp-performance-changes-3n-dnv"
3552   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3553   filter: "'2T2C'"
3554   parameters:
3555   - "name"
3556   - "parent"
3557   - "throughput"
3558   - "tags"
3559
3560 # VPP Performance Changes 3n-dnv 1t1c ndr
3561 - type: "table"
3562   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3563   algorithm: "table_perf_comparison"
3564   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3565   reference:
3566     title: "rls1908"
3567     data: "vpp-performance-changes-3n-dnv-ref"
3568   compare:
3569     title: "rls2001"
3570     data: "vpp-performance-changes-3n-dnv-cmp"
3571   data: "vpp-performance-changes-3n-dnv"
3572   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3573   filter: "'1T1C'"
3574   parameters:
3575   - "name"
3576   - "parent"
3577   - "throughput"
3578   - "tags"
3579
3580 # VPP Performance Changes 3n-dnv 2t2c ndr
3581 - type: "table"
3582   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3583   algorithm: "table_perf_comparison"
3584   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3585   reference:
3586     title: "rls1908"
3587     data: "vpp-performance-changes-3n-dnv-ref"
3588   compare:
3589     title: "rls2001"
3590     data: "vpp-performance-changes-3n-dnv-cmp"
3591   data: "vpp-performance-changes-3n-dnv"
3592   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3593   filter: "'2T2C'"
3594   parameters:
3595   - "name"
3596   - "parent"
3597   - "throughput"
3598   - "tags"
3599
3600 # VPP Performance Changes 3n-tsh 1t1c pdr
3601 - type: "table"
3602   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3603   algorithm: "table_perf_comparison"
3604   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3605   reference:
3606     title: "rls1908"
3607     data: "vpp-performance-changes-3n-tsh-ref"
3608   compare:
3609     title: "rls2001"
3610     data: "vpp-performance-changes-3n-tsh-cmp"
3611   data: "vpp-performance-changes-3n-tsh"
3612   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3613   filter: "'1T1C'"
3614   parameters:
3615   - "name"
3616   - "parent"
3617   - "throughput"
3618   - "tags"
3619
3620 # VPP Performance Changes 3n-tsh 2t2c pdr
3621 - type: "table"
3622   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3623   algorithm: "table_perf_comparison"
3624   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3625   reference:
3626     title: "rls1908"
3627     data: "vpp-performance-changes-3n-tsh-ref"
3628   compare:
3629     title: "rls2001"
3630     data: "vpp-performance-changes-3n-tsh-cmp"
3631   data: "vpp-performance-changes-3n-tsh"
3632   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3633   filter: "'2T2C'"
3634   parameters:
3635   - "name"
3636   - "parent"
3637   - "throughput"
3638   - "tags"
3639
3640 # VPP Performance Changes 3n-tsh 1t1c ndr
3641 - type: "table"
3642   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3643   algorithm: "table_perf_comparison"
3644   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3645   reference:
3646     title: "rls1908"
3647     data: "vpp-performance-changes-3n-tsh-ref"
3648   compare:
3649     title: "rls2001"
3650     data: "vpp-performance-changes-3n-tsh-cmp"
3651   data: "vpp-performance-changes-3n-tsh"
3652   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3653   filter: "'1T1C'"
3654   parameters:
3655   - "name"
3656   - "parent"
3657   - "throughput"
3658   - "tags"
3659
3660 # VPP Performance Changes 3n-tsh 2t2c ndr
3661 - type: "table"
3662   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3663   algorithm: "table_perf_comparison"
3664   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3665   reference:
3666     title: "rls1908"
3667     data: "vpp-performance-changes-3n-tsh-ref"
3668   compare:
3669     title: "rls2001"
3670     data: "vpp-performance-changes-3n-tsh-cmp"
3671   data: "vpp-performance-changes-3n-tsh"
3672   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3673   filter: "'2T2C'"
3674   parameters:
3675   - "name"
3676   - "parent"
3677   - "throughput"
3678   - "tags"
3679
3680 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3681 - type: "table"
3682   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3683   algorithm: "table_perf_comparison_nic"
3684   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3685   reference:
3686     title: "3n-hsw xl710"
3687     data: "vpp-compare-testbeds-ref"
3688     nic: "NIC_Intel-XL710"
3689   compare:
3690     title: "3n-skx xxv710"
3691     data: "vpp-compare-testbeds-cmp"
3692     nic: "NIC_Intel-XXV710"
3693   data: "vpp-compare-testbeds"
3694   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3695   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3696   parameters:
3697   - "name"
3698   - "parent"
3699   - "throughput"
3700   - "tags"
3701
3702 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3703 - type: "table"
3704   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3705   algorithm: "table_perf_comparison_nic"
3706   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3707   reference:
3708     title: "3n-hsw xl710"
3709     data: "vpp-compare-testbeds-ref"
3710     nic: "NIC_Intel-XL710"
3711   compare:
3712     title: "3n-skx xxv710"
3713     data: "vpp-compare-testbeds-cmp"
3714     nic: "NIC_Intel-XXV710"
3715   data: "vpp-compare-testbeds"
3716   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3717   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3718   parameters:
3719   - "name"
3720   - "parent"
3721   - "throughput"
3722   - "tags"
3723
3724 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3725 - type: "table"
3726   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3727   algorithm: "table_perf_comparison_nic"
3728   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3729   reference:
3730     title: "3n-hsw xl710"
3731     data: "vpp-compare-testbeds-ref"
3732     nic: "NIC_Intel-XL710"
3733   compare:
3734     title: "3n-skx xxv710"
3735     data: "vpp-compare-testbeds-cmp"
3736     nic: "NIC_Intel-XXV710"
3737   data: "vpp-compare-testbeds"
3738   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3739   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3740   parameters:
3741   - "name"
3742   - "parent"
3743   - "throughput"
3744   - "tags"
3745
3746 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3747 - type: "table"
3748   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3749   algorithm: "table_perf_comparison_nic"
3750   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3751   reference:
3752     title: "3n-hsw xl710"
3753     data: "vpp-compare-testbeds-ref"
3754     nic: "NIC_Intel-XL710"
3755   compare:
3756     title: "3n-skx xxv710"
3757     data: "vpp-compare-testbeds-cmp"
3758     nic: "NIC_Intel-XXV710"
3759   data: "vpp-compare-testbeds"
3760   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3761   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3762   parameters:
3763   - "name"
3764   - "parent"
3765   - "throughput"
3766   - "tags"
3767
3768 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3769 - type: "table"
3770   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3771   algorithm: "table_perf_comparison"
3772   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3773   reference:
3774     title: "2n-skx"
3775     data: "vpp-compare-testbeds-skx-clx-ref"
3776   compare:
3777     title: "2n-clx"
3778     data: "vpp-compare-testbeds-skx-clx-cmp"
3779   data: "vpp-compare-testbeds-skx-clx"
3780   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3781   filter: "'2T1C'"
3782   parameters:
3783   - "name"
3784   - "parent"
3785   - "throughput"
3786   - "tags"
3787
3788 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3789 - type: "table"
3790   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3791   algorithm: "table_perf_comparison"
3792   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3793   reference:
3794     title: "2n-skx"
3795     data: "vpp-compare-testbeds-skx-clx-ref"
3796   compare:
3797     title: "2n-clx"
3798     data: "vpp-compare-testbeds-skx-clx-cmp"
3799   data: "vpp-compare-testbeds-skx-clx"
3800   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3801   filter: "'4T2C'"
3802   parameters:
3803   - "name"
3804   - "parent"
3805   - "throughput"
3806   - "tags"
3807
3808 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3809 - type: "table"
3810   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3811   algorithm: "table_perf_comparison"
3812   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3813   reference:
3814     title: "2n-skx"
3815     data: "vpp-compare-testbeds-skx-clx-ref"
3816   compare:
3817     title: "2n-clx"
3818     data: "vpp-compare-testbeds-skx-clx-cmp"
3819   data: "vpp-compare-testbeds-skx-clx"
3820   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3821   filter: "'2T1C'"
3822   parameters:
3823   - "name"
3824   - "parent"
3825   - "throughput"
3826   - "tags"
3827
3828 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3829 - type: "table"
3830   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3831   algorithm: "table_perf_comparison"
3832   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3833   reference:
3834     title: "2n-skx"
3835     data: "vpp-compare-testbeds-skx-clx-ref"
3836   compare:
3837     title: "2n-clx"
3838     data: "vpp-compare-testbeds-skx-clx-cmp"
3839   data: "vpp-compare-testbeds-skx-clx"
3840   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3841   filter: "'4T2C'"
3842   parameters:
3843   - "name"
3844   - "parent"
3845   - "throughput"
3846   - "tags"
3847
3848 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3849 - type: "table"
3850   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3851   algorithm: "table_perf_comparison_nic"
3852   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3853   reference:
3854     title: "3n-hsw xl710"
3855     data: "vpp-compare-testbeds-hsw-clx-ref"
3856     nic: "NIC_Intel-XL710"
3857   compare:
3858     title: "2n-clx xxv710"
3859     data: "vpp-compare-testbeds-hsw-clx-cmp"
3860     nic: "NIC_Intel-XXV710"
3861   data: "vpp-compare-testbeds-hsw-clx"
3862   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3863   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3864   parameters:
3865   - "name"
3866   - "parent"
3867   - "throughput"
3868   - "tags"
3869
3870 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3871 - type: "table"
3872   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3873   algorithm: "table_perf_comparison_nic"
3874   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3875   reference:
3876     title: "3n-hsw xl710"
3877     data: "vpp-compare-testbeds-hsw-clx-ref"
3878     nic: "NIC_Intel-XL710"
3879   compare:
3880     title: "2n-clx xxv710"
3881     data: "vpp-compare-testbeds-hsw-clx-cmp"
3882     nic: "NIC_Intel-XXV710"
3883   data: "vpp-compare-testbeds-hsw-clx"
3884   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3885   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3886   parameters:
3887   - "name"
3888   - "parent"
3889   - "throughput"
3890   - "tags"
3891
3892 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3893 - type: "table"
3894   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3895   algorithm: "table_perf_comparison_nic"
3896   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3897   reference:
3898     title: "3n-hsw xl710"
3899     data: "vpp-compare-testbeds-hsw-clx-ref"
3900     nic: "NIC_Intel-XL710"
3901   compare:
3902     title: "2n-clx xxv710"
3903     data: "vpp-compare-testbeds-hsw-clx-cmp"
3904     nic: "NIC_Intel-XXV710"
3905   data: "vpp-compare-testbeds-hsw-clx"
3906   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3907   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3908   parameters:
3909   - "name"
3910   - "parent"
3911   - "throughput"
3912   - "tags"
3913
3914 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3915 - type: "table"
3916   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3917   algorithm: "table_perf_comparison_nic"
3918   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3919   reference:
3920     title: "3n-hsw xl710"
3921     data: "vpp-compare-testbeds-hsw-clx-ref"
3922     nic: "NIC_Intel-XL710"
3923   compare:
3924     title: "2n-clx xxv710"
3925     data: "vpp-compare-testbeds-hsw-clx-cmp"
3926     nic: "NIC_Intel-XXV710"
3927   data: "vpp-compare-testbeds-hsw-clx"
3928   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3929   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3930   parameters:
3931   - "name"
3932   - "parent"
3933   - "throughput"
3934   - "tags"
3935
3936 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3937 - type: "table"
3938   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3939   algorithm: "table_perf_comparison"
3940   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3941   reference:
3942     title: "3-Node Skx"
3943     data: "vpp-compare-topologies-ref"
3944   compare:
3945     title: "2-Node Skx"
3946     data: "vpp-compare-topologies-cmp"
3947   data: "vpp-compare-topologies"
3948   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3949   filter: "'NDRPDR' and '1C'"
3950   parameters:
3951   - "name"
3952   - "parent"
3953   - "throughput"
3954
3955 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3956 - type: "table"
3957   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3958   algorithm: "table_perf_comparison"
3959   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3960   reference:
3961     title: "3-Node Skx"
3962     data: "vpp-compare-topologies-ref"
3963   compare:
3964     title: "2-Node Skx"
3965     data: "vpp-compare-topologies-cmp"
3966   data: "vpp-compare-topologies"
3967   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3968   filter: "'NDRPDR' and '2C'"
3969   parameters:
3970   - "name"
3971   - "parent"
3972   - "throughput"
3973
3974 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3975 - type: "table"
3976   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3977   algorithm: "table_perf_comparison"
3978   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3979   reference:
3980     title: "3-Node Skx"
3981     data: "vpp-compare-topologies-ref"
3982   compare:
3983     title: "2-Node Skx"
3984     data: "vpp-compare-topologies-cmp"
3985   data: "vpp-compare-topologies"
3986   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3987   filter: "'NDRPDR' and '1C'"
3988   parameters:
3989   - "name"
3990   - "parent"
3991   - "throughput"
3992
3993 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3994 - type: "table"
3995   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3996   algorithm: "table_perf_comparison"
3997   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3998   reference:
3999     title: "3-Node Skx"
4000     data: "vpp-compare-topologies-ref"
4001   compare:
4002     title: "2-Node Skx"
4003     data: "vpp-compare-topologies-cmp"
4004   data: "vpp-compare-topologies"
4005   include-tests: "PDR"
4006   filter: "'NDRPDR' and '2C'"
4007   parameters:
4008   - "name"
4009   - "parent"
4010   - "throughput"
4011
4012 # VPP Performance Changes 3n-hsw 1t1c MRR
4013 - type: "table"
4014   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4015   algorithm: "table_perf_comparison"
4016   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4017   history:
4018     - title: "rls1904"
4019       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4020   reference:
4021     title: "rls1908"
4022     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4023   compare:
4024     title: "rls2001"
4025     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4026   data: "vpp-performance-changes-3n-hsw-mrr"
4027   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4028   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
4029   parameters:
4030   - "name"
4031   - "parent"
4032   - "result"
4033
4034 # VPP Performance Changes 3n-hsw 2t2c MRR
4035 - type: "table"
4036   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4037   algorithm: "table_perf_comparison"
4038   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4039   history:
4040     - title: "rls1904"
4041       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4042   reference:
4043     title: "rls1908"
4044     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4045   compare:
4046     title: "rls2001"
4047     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4048   data: "vpp-performance-changes-3n-hsw-mrr"
4049   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4050   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4051   parameters:
4052   - "name"
4053   - "parent"
4054   - "result"
4055
4056 # VPP Performance Changes 3n-hsw 4t4c MRR
4057 - type: "table"
4058   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4059   algorithm: "table_perf_comparison"
4060   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4061   history:
4062     - title: "rls1904"
4063       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4064   reference:
4065     title: "rls1908"
4066     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4067   compare:
4068     title: "rls2001"
4069     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4070   data: "vpp-performance-changes-3n-hsw-mrr"
4071   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4072   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4073   parameters:
4074   - "name"
4075   - "parent"
4076   - "result"
4077
4078 ## VPP Performance Changes 3n-skx 2t1c MRR
4079 #- type: "table"
4080 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
4081 #  algorithm: "table_perf_comparison"
4082 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4083 #  history:
4084 #    - title: "rls1904"
4085 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4086 #  reference:
4087 #    title: "rls1908"
4088 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4089 #  compare:
4090 #    title: "rls2001"
4091 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4092 #  data: "vpp-performance-changes-3n-skx-mrr"
4093 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4094 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4095 #  parameters:
4096 #  - "name"
4097 #  - "parent"
4098 #  - "result"
4099 #
4100 ## VPP Performance Changes 3n-skx 4t2c MRR
4101 #- type: "table"
4102 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
4103 #  algorithm: "table_perf_comparison"
4104 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4105 #  history:
4106 #    - title: "rls1904"
4107 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4108 #  reference:
4109 #    title: "rls1908"
4110 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4111 #  compare:
4112 #    title: "rls2001"
4113 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4114 #  data: "vpp-performance-changes-3n-skx-mrr"
4115 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4116 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4117 #  parameters:
4118 #  - "name"
4119 #  - "parent"
4120 #  - "result"
4121 #
4122 ## VPP Performance Changes 3n-skx 8t4c MRR
4123 #- type: "table"
4124 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
4125 #  algorithm: "table_perf_comparison"
4126 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4127 #  history:
4128 #    - title: "rls1904"
4129 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
4130 #  reference:
4131 #    title: "rls1908"
4132 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
4133 #  compare:
4134 #    title: "rls2001"
4135 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
4136 #  data: "vpp-performance-changes-3n-skx-mrr"
4137 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4138 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4139 #  parameters:
4140 #  - "name"
4141 #  - "parent"
4142 #  - "result"
4143 #
4144 ## VPP Performance Changes 2n-skx 2t1c MRR
4145 #- type: "table"
4146 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
4147 #  algorithm: "table_perf_comparison"
4148 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4149 #  history:
4150 #    - title: "rls1904"
4151 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4152 #  reference:
4153 #    title: "rls1908"
4154 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4155 #  compare:
4156 #    title: "rls2001"
4157 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4158 #  data: "vpp-performance-changes-2n-skx-mrr"
4159 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4160 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4161 #  parameters:
4162 #  - "name"
4163 #  - "parent"
4164 #  - "result"
4165 #
4166 ## VPP Performance Changes 2n-skx 4t2c MRR
4167 #- type: "table"
4168 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
4169 #  algorithm: "table_perf_comparison"
4170 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4171 #  history:
4172 #    - title: "rls1904"
4173 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4174 #  reference:
4175 #    title: "rls1908"
4176 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4177 #  compare:
4178 #    title: "rls2001"
4179 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4180 #  data: "vpp-performance-changes-2n-skx-mrr"
4181 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4182 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4183 #  parameters:
4184 #  - "name"
4185 #  - "parent"
4186 #  - "result"
4187 #
4188 ## VPP Performance Changes 2n-skx 8t4c MRR
4189 #- type: "table"
4190 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
4191 #  algorithm: "table_perf_comparison"
4192 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4193 #  history:
4194 #    - title: "rls1904"
4195 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4196 #  reference:
4197 #    title: "rls1908"
4198 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4199 #  compare:
4200 #    title: "rls2001"
4201 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4202 #  data: "vpp-performance-changes-2n-skx-mrr"
4203 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4204 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4205 #  parameters:
4206 #  - "name"
4207 #  - "parent"
4208 #  - "result"
4209 #
4210 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4211 #- type: "table"
4212 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4213 #  algorithm: "table_perf_comparison"
4214 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4215 #  reference:
4216 #    title: "rls1908"
4217 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4218 #  compare:
4219 #    title: "rls2001"
4220 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4221 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4222 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4223 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4224 #  parameters:
4225 #  - "name"
4226 #  - "parent"
4227 #  - "result"
4228 #
4229 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4230 #- type: "table"
4231 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4232 #  algorithm: "table_perf_comparison"
4233 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4234 #  reference:
4235 #    title: "rls1908"
4236 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4237 #  compare:
4238 #    title: "rls2001"
4239 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4240 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4241 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4242 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4243 #  parameters:
4244 #  - "name"
4245 #  - "parent"
4246 #  - "result"
4247 #
4248 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4249 #- type: "table"
4250 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4251 #  algorithm: "table_perf_comparison"
4252 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4253 #  reference:
4254 #    title: "rls1908"
4255 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4256 #  compare:
4257 #    title: "rls2001"
4258 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4259 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4260 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4261 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4262 #  parameters:
4263 #  - "name"
4264 #  - "parent"
4265 #  - "result"
4266
4267 # VPP Performance Changes 2n-dnv 1t1c MRR
4268 - type: "table"
4269   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4270   algorithm: "table_perf_comparison"
4271   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4272   reference:
4273     title: "rls1908"
4274     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4275   compare:
4276     title: "rls2001"
4277     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4278   data: "vpp-performance-changes-2n-dnv-mrr"
4279   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4280   filter: "'1T1C' and 'MRR'"
4281   parameters:
4282   - "name"
4283   - "parent"
4284   - "result"
4285
4286 # VPP Performance Changes 2n-dnv 2t2c MRR
4287 - type: "table"
4288   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4289   algorithm: "table_perf_comparison"
4290   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4291   reference:
4292     title: "rls1908"
4293     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4294   compare:
4295     title: "rls2001"
4296     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4297   data: "vpp-performance-changes-2n-dnv-mrr"
4298   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4299   filter: "'2T2C' and 'MRR'"
4300   parameters:
4301   - "name"
4302   - "parent"
4303   - "result"
4304
4305 # VPP Performance Changes 2n-dnv 4t4c MRR
4306 - type: "table"
4307   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4308   algorithm: "table_perf_comparison"
4309   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4310   reference:
4311     title: "rls1908"
4312     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4313   compare:
4314     title: "rls2001"
4315     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4316   data: "vpp-performance-changes-2n-dnv-mrr"
4317   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4318   filter: "'4T4C' and 'MRR'"
4319   parameters:
4320   - "name"
4321   - "parent"
4322   - "result"
4323
4324 # VPP Performance Changes 3n-dnv 1t1c MRR
4325 - type: "table"
4326   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4327   algorithm: "table_perf_comparison"
4328   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4329   reference:
4330     title: "rls1908"
4331     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4332   compare:
4333     title: "rls2001"
4334     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4335   data: "vpp-performance-changes-3n-dnv-mrr"
4336   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4337   filter: "'1T1C' and 'MRR'"
4338   parameters:
4339   - "name"
4340   - "parent"
4341   - "result"
4342
4343 # VPP Performance Changes 3n-dnv 2t2c MRR
4344 - type: "table"
4345   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4346   algorithm: "table_perf_comparison"
4347   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4348   reference:
4349     title: "rls1908"
4350     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4351   compare:
4352     title: "rls2001"
4353     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4354   data: "vpp-performance-changes-3n-dnv-mrr"
4355   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4356   filter: "'2T2C' and 'MRR'"
4357   parameters:
4358   - "name"
4359   - "parent"
4360   - "result"
4361
4362 # VPP Performance Changes 3n-dnv 4t4c MRR
4363 - type: "table"
4364   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4365   algorithm: "table_perf_comparison"
4366   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4367   reference:
4368     title: "rls1908"
4369     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4370   compare:
4371     title: "rls2001"
4372     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4373   data: "vpp-performance-changes-3n-dnv-mrr"
4374   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4375   filter: "'4T4C' and 'MRR'"
4376   parameters:
4377   - "name"
4378   - "parent"
4379   - "result"
4380
4381 # VPP Performance Changes 3n-tsh 1t1c MRR
4382 - type: "table"
4383   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4384   algorithm: "table_perf_comparison"
4385   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4386   reference:
4387     title: "rls1908"
4388     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4389   compare:
4390     title: "rls2001"
4391     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4392   data: "vpp-performance-changes-3n-tsh-mrr"
4393   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4394   filter: "'1T1C' and 'MRR'"
4395   parameters:
4396   - "name"
4397   - "parent"
4398   - "result"
4399
4400 # VPP Performance Changes 3n-tsh 2t2c MRR
4401 - type: "table"
4402   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4403   algorithm: "table_perf_comparison"
4404   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4405   reference:
4406     title: "rls1908"
4407     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4408   compare:
4409     title: "rls2001"
4410     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4411   data: "vpp-performance-changes-3n-tsh-mrr"
4412   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4413   filter: "'2T2C' and 'MRR'"
4414   parameters:
4415   - "name"
4416   - "parent"
4417   - "result"
4418
4419 # VPP Performance Changes 3n-tsh 4t4c MRR
4420 - type: "table"
4421   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4422   algorithm: "table_perf_comparison"
4423   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4424   reference:
4425     title: "rls1908"
4426     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4427   compare:
4428     title: "rls2001"
4429     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4430   data: "vpp-performance-changes-3n-tsh-mrr"
4431   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4432   filter: "'4T4C' and 'MRR'"
4433   parameters:
4434   - "name"
4435   - "parent"
4436   - "result"
4437
4438 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4439 #- type: "table"
4440 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4441 #  algorithm: "table_perf_comparison_nic"
4442 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4443 #  reference:
4444 #    title: "3n-hsw xl710"
4445 #    data: "vpp-compare-testbeds-mrr-ref"
4446 #    nic: "NIC_Intel-XL710"
4447 #  compare:
4448 #    title: "3n-skx xxv710"
4449 #    data: "vpp-compare-testbeds-mrr-cmp"
4450 #    nic: "NIC_Intel-XXV710"
4451 #  data: "vpp-compare-testbeds-mrr"
4452 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4453 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4454 #  parameters:
4455 #  - "name"
4456 #  - "parent"
4457 #  - "result"
4458 #  - "tags"
4459 #
4460 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4461 #- type: "table"
4462 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4463 #  algorithm: "table_perf_comparison_nic"
4464 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4465 #  reference:
4466 #    title: "3n-hsw xl710"
4467 #    data: "vpp-compare-testbeds-mrr-ref"
4468 #    nic: "NIC_Intel-XL710"
4469 #  compare:
4470 #    title: "3n-skx xxv710"
4471 #    data: "vpp-compare-testbeds-mrr-cmp"
4472 #    nic: "NIC_Intel-XXV710"
4473 #  data: "vpp-compare-testbeds-mrr"
4474 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4475 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4476 #  parameters:
4477 #  - "name"
4478 #  - "parent"
4479 #  - "result"
4480 #  - "tags"
4481 #
4482 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4483 #- type: "table"
4484 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4485 #  algorithm: "table_perf_comparison_nic"
4486 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4487 #  reference:
4488 #    title: "3n-hsw xl710"
4489 #    data: "vpp-compare-testbeds-mrr-ref"
4490 #    nic: "NIC_Intel-XL710"
4491 #  compare:
4492 #    title: "3n-skx xxv710"
4493 #    data: "vpp-compare-testbeds-mrr-cmp"
4494 #    nic: "NIC_Intel-XXV710"
4495 #  data: "vpp-compare-testbeds-mrr"
4496 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4497 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4498 #  parameters:
4499 #  - "name"
4500 #  - "parent"
4501 #  - "result"
4502 #  - "tags"
4503
4504 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4505 #- type: "table"
4506 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4507 #  algorithm: "table_perf_comparison"
4508 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4509 #  reference:
4510 #    title: "2n-skx"
4511 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4512 #  compare:
4513 #    title: "2n-clx"
4514 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4515 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4516 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4517 #  filter: "'2T1C'"
4518 #  parameters:
4519 #  - "name"
4520 #  - "parent"
4521 #  - "result"
4522 #  - "tags"
4523 #
4524 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4525 #- type: "table"
4526 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4527 #  algorithm: "table_perf_comparison"
4528 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4529 #  reference:
4530 #    title: "2n-skx"
4531 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4532 #  compare:
4533 #    title: "2n-clx"
4534 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4535 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4536 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4537 #  filter: "'4T2C'"
4538 #  parameters:
4539 #  - "name"
4540 #  - "parent"
4541 #  - "result"
4542 #  - "tags"
4543 #
4544 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4545 #- type: "table"
4546 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4547 #  algorithm: "table_perf_comparison"
4548 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4549 #  reference:
4550 #    title: "2n-skx"
4551 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4552 #  compare:
4553 #    title: "2n-clx"
4554 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4555 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4556 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4557 #  filter: "'8T4C'"
4558 #  parameters:
4559 #  - "name"
4560 #  - "parent"
4561 #  - "result"
4562 #  - "tags"
4563 #
4564 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4565 #- type: "table"
4566 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4567 #  algorithm: "table_perf_comparison"
4568 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4569 #  reference:
4570 #    title: "3-Node Skx"
4571 #    data: "vpp-compare-topologies-mrr-ref"
4572 #  compare:
4573 #    title: "2-Node Skx"
4574 #    data: "vpp-compare-topologies-mrr-cmp"
4575 #  data: "vpp-compare-topologies-mrr"
4576 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4577 #  filter: "'MRR' and '1C'"
4578 #  parameters:
4579 #  - "name"
4580 #  - "parent"
4581 #  - "result"
4582 #
4583 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4584 #- type: "table"
4585 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4586 #  algorithm: "table_perf_comparison"
4587 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4588 #  reference:
4589 #    title: "3-Node Skx"
4590 #    data: "vpp-compare-topologies-mrr-ref"
4591 #  compare:
4592 #    title: "2-Node Skx"
4593 #    data: "vpp-compare-topologies-mrr-cmp"
4594 #  data: "vpp-compare-topologies-mrr"
4595 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4596 #  filter: "'MRR' and '2C'"
4597 #  parameters:
4598 #  - "name"
4599 #  - "parent"
4600 #  - "result"
4601 #
4602 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4603 #- type: "table"
4604 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4605 #  algorithm: "table_perf_comparison"
4606 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4607 #  reference:
4608 #    title: "3-Node Skx"
4609 #    data: "vpp-compare-topologies-mrr-ref"
4610 #  compare:
4611 #    title: "2-Node Skx"
4612 #    data: "vpp-compare-topologies-mrr-cmp"
4613 #  data: "vpp-compare-topologies-mrr"
4614 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4615 #  filter: "'MRR' and '4C'"
4616 #  parameters:
4617 #  - "name"
4618 #  - "parent"
4619 #  - "result"
4620
4621 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4622 - type: "table"
4623   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4624   algorithm: "table_perf_comparison_nic"
4625   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4626   reference:
4627     title: "3n-hsw xl710"
4628     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4629     nic: "NIC_Intel-XL710"
4630   compare:
4631     title: "2n-clx xxv710"
4632     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4633     nic: "NIC_Intel-XXV710"
4634   data: "vpp-compare-testbeds-mrr-hsw-clx"
4635   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4636   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4637   parameters:
4638   - "name"
4639   - "parent"
4640   - "result"
4641   - "tags"
4642
4643 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4644 - type: "table"
4645   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4646   algorithm: "table_perf_comparison_nic"
4647   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4648   reference:
4649     title: "3n-hsw xl710"
4650     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4651     nic: "NIC_Intel-XL710"
4652   compare:
4653     title: "2n-clx xxv710"
4654     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4655     nic: "NIC_Intel-XXV710"
4656   data: "vpp-compare-testbeds-mrr-hsw-clx"
4657   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4658   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4659   parameters:
4660   - "name"
4661   - "parent"
4662   - "result"
4663   - "tags"
4664
4665 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4666 - type: "table"
4667   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4668   algorithm: "table_perf_comparison_nic"
4669   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4670   reference:
4671     title: "3n-hsw xl710"
4672     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4673     nic: "NIC_Intel-XL710"
4674   compare:
4675     title: "2n-clx xxv710"
4676     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4677     nic: "NIC_Intel-XXV710"
4678   data: "vpp-compare-testbeds-mrr-hsw-clx"
4679   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4680   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4681   parameters:
4682   - "name"
4683   - "parent"
4684   - "result"
4685   - "tags"
4686
4687 # Detailed Test Results - VPP Performance Results 3n-hsw
4688 - type: "table"
4689   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4690   algorithm: "table_merged_details"
4691   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4692   columns:
4693   - title: " |prein| Test Name |preout| "
4694     data: "data name"
4695   - 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| "
4696     data: "data msg"
4697   data: "vpp-perf-results-3n-hsw"
4698   filter: "all"
4699   parameters:
4700   - "name"
4701   - "parent"
4702   - "msg"
4703
4704 # Detailed Test Results - VPP Performance Results 3n-skx
4705 - type: "table"
4706   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4707   algorithm: "table_merged_details"
4708   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4709   columns:
4710   - title: " |prein| Test Name |preout| "
4711     data: "data name"
4712   - 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| "
4713     data: "data msg"
4714   data: "vpp-perf-results-3n-skx"
4715   filter: "all"
4716   remove-ndr: True  # Temporary solution: remove NDR results from test message
4717   parameters:
4718   - "name"
4719   - "parent"
4720   - "msg"
4721
4722 # Detailed Test Results - VPP Performance Results 2n-skx
4723 - type: "table"
4724   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4725   algorithm: "table_merged_details"
4726   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4727   columns:
4728   - title: " |prein| Test Name |preout| "
4729     data: "data name"
4730   - 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| "
4731     data: "data msg"
4732   data: "vpp-perf-results-2n-skx"
4733   filter: "all"
4734   remove-ndr: True  # Temporary solution: remove NDR results from test message
4735   parameters:
4736   - "name"
4737   - "parent"
4738   - "msg"
4739
4740 # Detailed Test Results - VPP Performance Results 2n-clx
4741 - type: "table"
4742   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4743   algorithm: "table_merged_details"
4744   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4745   columns:
4746   - title: " |prein| Test Name |preout| "
4747     data: "data name"
4748   - 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| "
4749     data: "data msg"
4750   data: "vpp-perf-results-2n-clx"
4751   filter: "all"
4752   parameters:
4753   - "name"
4754   - "parent"
4755   - "msg"
4756
4757 # Detailed Test Results - VPP Performance Results 3n-tsh
4758 - type: "table"
4759   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4760   algorithm: "table_merged_details"
4761   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4762   columns:
4763   - title: " |prein| Test Name |preout| "
4764     data: "data name"
4765   - 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| "
4766     data: "data msg"
4767   data: "vpp-perf-results-3n-tsh"
4768   filter: "all"
4769   parameters:
4770   - "name"
4771   - "parent"
4772   - "msg"
4773
4774 # Detailed Test Results - VPP Performance Results 3n-dnv
4775 - type: "table"
4776   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4777   algorithm: "table_merged_details"
4778   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4779   columns:
4780   - title: " |prein| Test Name |preout| "
4781     data: "data name"
4782   - 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| "
4783     data: "data msg"
4784   data: "vpp-perf-results-3n-dnv"
4785   filter: "all"
4786   parameters:
4787   - "name"
4788   - "parent"
4789   - "msg"
4790
4791 # Detailed Test Results - VPP Performance Results 2n-dnv
4792 - type: "table"
4793   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4794   algorithm: "table_merged_details"
4795   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4796   columns:
4797   - title: " |prein| Test Name |preout| "
4798     data: "data name"
4799   - 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| "
4800     data: "data msg"
4801   data: "vpp-perf-results-2n-dnv"
4802   filter: "all"
4803   parameters:
4804   - "name"
4805   - "parent"
4806   - "msg"
4807
4808 # Test configuration - VPP Performance Test Configs 3n-hsw
4809 - type: "table"
4810   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4811   algorithm: "table_merged_details"
4812   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4813   columns:
4814   - title: " |prein| Test Name |preout| "
4815     data: "data name"
4816   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4817     data: "data conf-history"
4818   data: "vpp-perf-results-3n-hsw"
4819   filter: "all"
4820   parameters:
4821   - "parent"
4822   - "name"
4823   - "conf-history"
4824
4825 # Test configuration - VPP Performance Test Configs 3n-skx
4826 - type: "table"
4827   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4828   algorithm: "table_merged_details"
4829   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4830   columns:
4831   - title: " |prein| Test Name |preout| "
4832     data: "data name"
4833   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4834     data: "data conf-history"
4835   data: "vpp-perf-results-3n-skx"
4836   filter: "all"
4837   parameters:
4838   - "parent"
4839   - "name"
4840   - "conf-history"
4841
4842 # Test configuration - VPP Performance Test Configs 2n-skx
4843 - type: "table"
4844   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4845   algorithm: "table_merged_details"
4846   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
4847   columns:
4848   - title: " |prein| Test Name |preout| "
4849     data: "data name"
4850   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4851     data: "data conf-history"
4852   data: "vpp-perf-results-2n-skx"
4853   filter: "all"
4854   parameters:
4855   - "parent"
4856   - "name"
4857   - "conf-history"
4858
4859 # Test configuration - VPP Performance Test Configs 2n-clx
4860 - type: "table"
4861   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4862   algorithm: "table_merged_details"
4863   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
4864   columns:
4865   - title: " |prein| Test Name |preout| "
4866     data: "data name"
4867   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4868     data: "data conf-history"
4869   data: "vpp-perf-results-2n-clx"
4870   filter: "all"
4871   parameters:
4872   - "parent"
4873   - "name"
4874   - "conf-history"
4875
4876 # Test configuration - VPP Performance Test Configs 3n-tsh
4877 - type: "table"
4878   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4879   algorithm: "table_merged_details"
4880   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
4881   columns:
4882   - title: " |prein| Test Name |preout| "
4883     data: "data name"
4884   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4885     data: "data conf-history"
4886   data: "vpp-perf-results-3n-tsh"
4887   filter: "all"
4888   parameters:
4889   - "parent"
4890   - "name"
4891   - "conf-history"
4892
4893 # Test configuration - VPP Performance Test Configs 3n-dnv
4894 - type: "table"
4895   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4896   algorithm: "table_merged_details"
4897   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
4898   columns:
4899   - title: " |prein| Test Name |preout| "
4900     data: "data name"
4901   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4902     data: "data conf-history"
4903   data: "vpp-perf-results-3n-dnv"
4904   filter: "all"
4905   parameters:
4906   - "parent"
4907   - "name"
4908   - "conf-history"
4909
4910 # Test configuration - VPP Performance Test Configs 2n-dnv
4911 - type: "table"
4912   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4913   algorithm: "table_merged_details"
4914   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
4915   columns:
4916   - title: " |prein| Test Name |preout| "
4917     data: "data name"
4918   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4919     data: "data conf-history"
4920   data: "vpp-perf-results-2n-dnv"
4921   filter: "all"
4922   parameters:
4923   - "parent"
4924   - "name"
4925   - "conf-history"
4926
4927 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4928 - type: "table"
4929   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4930   algorithm: "table_oper_data_html"
4931   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
4932   data: "vpp-perf-results-3n-hsw"
4933   filter: "all"
4934
4935 # Test Operational Data - VPP Performance Operational Data 3n-skx
4936 - type: "table"
4937   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4938   algorithm: "table_oper_data_html"
4939   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
4940   data: "vpp-perf-results-3n-skx"
4941   filter: "all"
4942
4943 # Test Operational Data - VPP Performance Operational Data 2n-skx
4944 - type: "table"
4945   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4946   algorithm: "table_oper_data_html"
4947   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
4948   data: "vpp-perf-results-2n-skx"
4949   filter: "all"
4950
4951 # Test Operational Data - VPP Performance Operational Data 2n-clx
4952 - type: "table"
4953   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4954   algorithm: "table_oper_data_html"
4955   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
4956   data: "vpp-perf-results-2n-clx"
4957   filter: "all"
4958
4959 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4960 - type: "table"
4961   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4962   algorithm: "table_oper_data_html"
4963   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
4964   data: "vpp-perf-results-3n-tsh"
4965   filter: "all"
4966
4967 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4968 - type: "table"
4969   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4970   algorithm: "table_oper_data_html"
4971   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
4972   data: "vpp-perf-results-3n-dnv"
4973   filter: "all"
4974
4975 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4976 - type: "table"
4977   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4978   algorithm: "table_oper_data_html"
4979   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
4980   data: "vpp-perf-results-2n-dnv"
4981   filter: "all"
4982
4983 # Detailed Test Results - VPP MRR Results 3n-hsw
4984 - type: "table"
4985   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4986   algorithm: "table_merged_details"
4987   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
4988   columns:
4989   - title: " |prein| Test Name |preout| "
4990     data: "data name"
4991   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4992     data: "data msg"
4993   data: "vpp-mrr-results-3n-hsw"
4994   filter: "all"
4995   parameters:
4996   - "name"
4997   - "parent"
4998   - "msg"
4999
5000 ## Detailed Test Results - VPP MRR Results 3n-skx
5001 #- type: "table"
5002 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
5003 #  algorithm: "table_merged_details"
5004 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5005 #  columns:
5006 #  - title: " |prein| Test Name |preout| "
5007 #    data: "data name"
5008 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5009 #    data: "data msg"
5010 #  data: "vpp-mrr-results-3n-skx"
5011 #  filter: "all"
5012 #  parameters:
5013 #  - "name"
5014 #  - "parent"
5015 #  - "msg"
5016 #
5017 ## Detailed Test Results - VPP MRR Results 2n-skx
5018 #- type: "table"
5019 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
5020 #  algorithm: "table_merged_details"
5021 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5022 #  columns:
5023 #  - title: " |prein| Test Name |preout| "
5024 #    data: "data name"
5025 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5026 #    data: "data msg"
5027 #  data: "vpp-mrr-results-2n-skx"
5028 #  filter: "all"
5029 #  parameters:
5030 #  - "name"
5031 #  - "parent"
5032 #  - "msg"
5033
5034 # Detailed Test Results - VPP MRR Results 2n-clx
5035 - type: "table"
5036   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5037   algorithm: "table_merged_details"
5038   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5039   columns:
5040   - title: " |prein| Test Name |preout| "
5041     data: "data name"
5042   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5043     data: "data msg"
5044   data: "vpp-mrr-results-2n-clx"
5045   filter: "all"
5046   parameters:
5047   - "name"
5048   - "parent"
5049   - "msg"
5050
5051 # Detailed Test Results - VPP MRR Results 3n-tsh
5052 - type: "table"
5053   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5054   algorithm: "table_merged_details"
5055   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5056   columns:
5057   - title: " |prein| Test Name |preout| "
5058     data: "data name"
5059   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5060     data: "data msg"
5061   data: "vpp-mrr-results-3n-tsh"
5062   filter: "all"
5063   parameters:
5064   - "name"
5065   - "parent"
5066   - "msg"
5067
5068 # Detailed Test Results - VPP MRR Results 3n-dnv
5069 - type: "table"
5070   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5071   algorithm: "table_merged_details"
5072   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5073   columns:
5074   - title: " |prein| Test Name |preout| "
5075     data: "data name"
5076   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5077     data: "data msg"
5078   data: "vpp-mrr-results-3n-dnv"
5079   filter: "all"
5080   parameters:
5081   - "name"
5082   - "parent"
5083   - "msg"
5084
5085 # Detailed Test Results - VPP MRR Results 2n-dnv
5086 - type: "table"
5087   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5088   algorithm: "table_merged_details"
5089   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5090   columns:
5091   - title: " |prein| Test Name |preout| "
5092     data: "data name"
5093   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5094     data: "data msg"
5095   data: "vpp-mrr-results-2n-dnv"
5096   filter: "all"
5097   parameters:
5098   - "name"
5099   - "parent"
5100   - "msg"
5101
5102 # Test configuration - VPP MRR Test Configs 3n-hsw
5103 - type: "table"
5104   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5105   algorithm: "table_merged_details"
5106   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5107   columns:
5108   - title: " |prein| Test Name |preout| "
5109     data: "data name"
5110   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5111     data: "data conf-history"
5112   data: "vpp-mrr-results-3n-hsw"
5113   filter: "all"
5114   parameters:
5115   - "parent"
5116   - "name"
5117   - "conf-history"
5118
5119 ## Test configuration - VPP MRR Test Configs 3n-skx
5120 #- type: "table"
5121 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
5122 #  algorithm: "table_merged_details"
5123 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5124 #  columns:
5125 #  - title: " |prein| Test Name |preout| "
5126 #    data: "data name"
5127 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5128 #    data: "data conf-history"
5129 #  data: "vpp-mrr-results-3n-skx"
5130 #  filter: "all"
5131 #  parameters:
5132 #  - "parent"
5133 #  - "name"
5134 #  - "conf-history"
5135 #
5136 ## Test configuration - VPP MRR Test Configs 2n-skx
5137 #- type: "table"
5138 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
5139 #  algorithm: "table_merged_details"
5140 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5141 #  columns:
5142 #  - title: " |prein| Test Name |preout| "
5143 #    data: "data name"
5144 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5145 #    data: "data conf-history"
5146 #  data: "vpp-mrr-results-2n-skx"
5147 #  filter: "all"
5148 #  parameters:
5149 #  - "parent"
5150 #  - "name"
5151 #  - "conf-history"
5152
5153 # Test configuration - VPP MRR Test Configs 2n-clx
5154 - type: "table"
5155   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5156   algorithm: "table_merged_details"
5157   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5158   columns:
5159   - title: " |prein| Test Name |preout| "
5160     data: "data name"
5161   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5162     data: "data conf-history"
5163   data: "vpp-mrr-results-2n-clx"
5164   filter: "all"
5165   parameters:
5166   - "parent"
5167   - "name"
5168   - "conf-history"
5169
5170 # Test configuration - VPP MRR Test Configs 3n-tsh
5171 - type: "table"
5172   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5173   algorithm: "table_merged_details"
5174   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5175   columns:
5176   - title: " |prein| Test Name |preout| "
5177     data: "data name"
5178   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5179     data: "data conf-history"
5180   data: "vpp-mrr-results-3n-tsh"
5181   filter: "all"
5182   parameters:
5183   - "parent"
5184   - "name"
5185   - "conf-history"
5186
5187 # Test configuration - VPP MRR Test Configs 3n-dnv
5188 - type: "table"
5189   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5190   algorithm: "table_merged_details"
5191   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5192   columns:
5193   - title: " |prein| Test Name |preout| "
5194     data: "data name"
5195   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5196     data: "data conf-history"
5197   data: "vpp-mrr-results-3n-dnv"
5198   filter: "all"
5199   parameters:
5200   - "parent"
5201   - "name"
5202   - "conf-history"
5203
5204 # Test configuration - VPP MRR Test Configs 2n-dnv
5205 - type: "table"
5206   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5207   algorithm: "table_merged_details"
5208   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5209   columns:
5210   - title: " |prein| Test Name |preout| "
5211     data: "data name"
5212   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5213     data: "data conf-history"
5214   data: "vpp-mrr-results-2n-dnv"
5215   filter: "all"
5216   parameters:
5217   - "parent"
5218   - "name"
5219   - "conf-history"
5220
5221 # Detailed Test Results - VPP Device Results - Ubuntu
5222 - type: "table"
5223   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5224   algorithm: "table_merged_details"
5225   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5226   columns:
5227   - title: " |prein| Test Name |preout| "
5228     data: "data name"
5229   - title: " |prein| Status |preout| "
5230     data: "data status"
5231   data: "vpp-device-results-ubuntu"
5232   filter: "all"
5233   parameters:
5234   - "name"
5235   - "parent"
5236   - "doc"
5237   - "status"
5238
5239 # Test configuration - VPP Device Test Configs - Ubuntu
5240 - type: "table"
5241   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5242   algorithm: "table_merged_details"
5243   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5244   columns:
5245   - title: " |prein| Test Name |preout| "
5246     data: "data name"
5247   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5248     data: "data conf-history"
5249   data: "vpp-device-results-ubuntu"
5250   filter: "all"
5251   parameters:
5252   - "parent"
5253   - "name"
5254   - "conf-history"
5255
5256 ################################################################################
5257
5258 # DPDK Performance Changes 3n-hsw 1t1c pdr
5259 - type: "table"
5260   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5261   algorithm: "table_perf_comparison"
5262   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5263   history:
5264     - title: "rls1904"
5265       data: "dpdk-performance-changes-3n-hsw-h1"
5266   reference:
5267     title: "rls1908"
5268     data: "dpdk-performance-changes-3n-hsw-ref"
5269   compare:
5270     title: "rls2001"
5271     data: "dpdk-performance-changes-3n-hsw-cmp"
5272   data: "dpdk-performance-changes-3n-hsw"
5273   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5274   filter: "'1T1C' and 'NDRPDR'"
5275   parameters:
5276   - "name"
5277   - "parent"
5278   - "throughput"
5279
5280 # DPDK Performance Changes 3n-hsw 2t2c pdr
5281 - type: "table"
5282   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5283   algorithm: "table_perf_comparison"
5284   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5285   history:
5286     - title: "rls1904"
5287       data: "dpdk-performance-changes-3n-hsw-h1"
5288   reference:
5289     title: "rls1908"
5290     data: "dpdk-performance-changes-3n-hsw-ref"
5291   compare:
5292     title: "rls2001"
5293     data: "dpdk-performance-changes-3n-hsw-cmp"
5294   data: "dpdk-performance-changes-3n-hsw"
5295   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5296   filter: "'2T2C' and 'NDRPDR'"
5297   parameters:
5298   - "name"
5299   - "parent"
5300   - "throughput"
5301
5302 # DPDK Performance Changes 3n-hsw 1t1c ndr
5303 - type: "table"
5304   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5305   algorithm: "table_perf_comparison"
5306   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5307   history:
5308     - title: "rls1904"
5309       data: "dpdk-performance-changes-3n-hsw-h1"
5310   reference:
5311     title: "rls1908"
5312     data: "dpdk-performance-changes-3n-hsw-ref"
5313   compare:
5314     title: "rls2001"
5315     data: "dpdk-performance-changes-3n-hsw-cmp"
5316   data: "dpdk-performance-changes-3n-hsw"
5317   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5318   filter: "'1T1C' and 'NDRPDR'"
5319   parameters:
5320   - "name"
5321   - "parent"
5322   - "throughput"
5323
5324 # DPDK Performance Changes 3n-hsw 2t2c ndr
5325 - type: "table"
5326   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5327   algorithm: "table_perf_comparison"
5328   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5329   history:
5330     - title: "rls1904"
5331       data: "dpdk-performance-changes-3n-hsw-h1"
5332   reference:
5333     title: "rls1908"
5334     data: "dpdk-performance-changes-3n-hsw-ref"
5335   compare:
5336     title: "rls2001"
5337     data: "dpdk-performance-changes-3n-hsw-cmp"
5338   data: "dpdk-performance-changes-3n-hsw"
5339   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5340   filter: "'2T2C' and 'NDRPDR'"
5341   parameters:
5342   - "name"
5343   - "parent"
5344   - "throughput"
5345
5346 ## DPDK Performance Changes 3n-skx 2t1c pdr
5347 #- type: "table"
5348 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5349 #  algorithm: "table_perf_comparison"
5350 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5351 #  history:
5352 #    - title: "rls1904"
5353 #      data: "dpdk-performance-changes-3n-skx-h1"
5354 #  reference:
5355 #    title: "rls1908"
5356 #    data: "dpdk-performance-changes-3n-skx-ref"
5357 #  compare:
5358 #    title: "rls2001"
5359 #    data: "dpdk-performance-changes-3n-skx-cmp"
5360 #  data: "dpdk-performance-changes-3n-skx"
5361 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5362 #  filter: "'2T1C' and 'NDRPDR'"
5363 #  parameters:
5364 #  - "name"
5365 #  - "parent"
5366 #  - "throughput"
5367 #
5368 ## DPDK Performance Changes 3n-skx 4t2c pdr
5369 #- type: "table"
5370 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5371 #  algorithm: "table_perf_comparison"
5372 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5373 #  history:
5374 #    - title: "rls1904"
5375 #      data: "dpdk-performance-changes-3n-skx-h1"
5376 #  reference:
5377 #    title: "rls1908"
5378 #    data: "dpdk-performance-changes-3n-skx-ref"
5379 #  compare:
5380 #    title: "rls2001"
5381 #    data: "dpdk-performance-changes-3n-skx-cmp"
5382 #  data: "dpdk-performance-changes-3n-skx"
5383 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5384 #  filter: "'4T2C' and 'NDRPDR'"
5385 #  parameters:
5386 #  - "name"
5387 #  - "parent"
5388 #  - "throughput"
5389 #
5390 ## DPDK Performance Changes 3n-skx 2t1c ndr
5391 #- type: "table"
5392 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5393 #  algorithm: "table_perf_comparison"
5394 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5395 #  history:
5396 #    - title: "rls1904"
5397 #      data: "dpdk-performance-changes-3n-skx-h1"
5398 #  reference:
5399 #    title: "rls1908"
5400 #    data: "dpdk-performance-changes-3n-skx-ref"
5401 #  compare:
5402 #    title: "rls2001"
5403 #    data: "dpdk-performance-changes-3n-skx-cmp"
5404 #  data: "dpdk-performance-changes-3n-skx"
5405 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5406 #  filter: "'2T1C' and 'NDRPDR'"
5407 #  parameters:
5408 #  - "name"
5409 #  - "parent"
5410 #  - "throughput"
5411 #
5412 ## DPDK Performance Changes 3n-skx 4t2c ndr
5413 #- type: "table"
5414 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5415 #  algorithm: "table_perf_comparison"
5416 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5417 #  history:
5418 #    - title: "rls1904"
5419 #      data: "dpdk-performance-changes-3n-skx-h1"
5420 #  reference:
5421 #    title: "rls1908"
5422 #    data: "dpdk-performance-changes-3n-skx-ref"
5423 #  compare:
5424 #    title: "rls2001"
5425 #    data: "dpdk-performance-changes-3n-skx-cmp"
5426 #  data: "dpdk-performance-changes-3n-skx"
5427 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5428 #  filter: "'4T2C' and 'NDRPDR'"
5429 #  parameters:
5430 #  - "name"
5431 #  - "parent"
5432 #  - "throughput"
5433 #
5434 ## DPDK Performance Changes 2n-skx 2t1c pdr
5435 #- type: "table"
5436 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5437 #  algorithm: "table_perf_comparison"
5438 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5439 #  history:
5440 #    - title: "rls1904"
5441 #      data: "dpdk-performance-changes-2n-skx-h1"
5442 #  reference:
5443 #    title: "rls1908"
5444 #    data: "dpdk-performance-changes-2n-skx-ref"
5445 #  compare:
5446 #    title: "rls2001"
5447 #    data: "dpdk-performance-changes-2n-skx-cmp"
5448 #  data: "dpdk-performance-changes-2n-skx"
5449 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5450 #  filter: "'2T1C' and 'NDRPDR'"
5451 #  parameters:
5452 #  - "name"
5453 #  - "parent"
5454 #  - "throughput"
5455 #
5456 ## DPDK Performance Changes 2n-skx 4t2c pdr
5457 #- type: "table"
5458 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5459 #  algorithm: "table_perf_comparison"
5460 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5461 #  history:
5462 #    - title: "rls1904"
5463 #      data: "dpdk-performance-changes-2n-skx-h1"
5464 #  reference:
5465 #    title: "rls1908"
5466 #    data: "dpdk-performance-changes-2n-skx-ref"
5467 #  compare:
5468 #    title: "rls2001"
5469 #    data: "dpdk-performance-changes-2n-skx-cmp"
5470 #  data: "dpdk-performance-changes-2n-skx"
5471 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5472 #  filter: "'4T2C' and 'NDRPDR'"
5473 #  parameters:
5474 #  - "name"
5475 #  - "parent"
5476 #  - "throughput"
5477 #
5478 ## DPDK Performance Changes 2n-skx 2t1c ndr
5479 #- type: "table"
5480 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5481 #  algorithm: "table_perf_comparison"
5482 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5483 #  history:
5484 #    - title: "rls1904"
5485 #      data: "dpdk-performance-changes-2n-skx-h1"
5486 #  reference:
5487 #    title: "rls1908"
5488 #    data: "dpdk-performance-changes-2n-skx-ref"
5489 #  compare:
5490 #    title: "rls2001"
5491 #    data: "dpdk-performance-changes-2n-skx-cmp"
5492 #  data: "dpdk-performance-changes-2n-skx"
5493 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5494 #  filter: "'2T1C' and 'NDRPDR'"
5495 #  parameters:
5496 #  - "name"
5497 #  - "parent"
5498 #  - "throughput"
5499 #
5500 ## DPDK Performance Changes 2n-skx 4t2c ndr
5501 #- type: "table"
5502 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5503 #  algorithm: "table_perf_comparison"
5504 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5505 #  history:
5506 #    - title: "rls1904"
5507 #      data: "dpdk-performance-changes-2n-skx-h1"
5508 #  reference:
5509 #    title: "rls1908"
5510 #    data: "dpdk-performance-changes-2n-skx-ref"
5511 #  compare:
5512 #    title: "rls2001"
5513 #    data: "dpdk-performance-changes-2n-skx-cmp"
5514 #  data: "dpdk-performance-changes-2n-skx"
5515 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5516 #  filter: "'4T2C' and 'NDRPDR'"
5517 #  parameters:
5518 #  - "name"
5519 #  - "parent"
5520 #  - "throughput"
5521 #
5522 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5523 #- type: "table"
5524 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5525 #  algorithm: "table_perf_comparison"
5526 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5527 #  reference:
5528 #    title: "3-Node Hsw"
5529 #    data: "dpdk-compare-testbeds-ref"
5530 #  compare:
5531 #    title: "3-Node Skx"
5532 #    data: "dpdk-compare-testbeds-cmp"
5533 #  data: "dpdk-compare-testbeds"
5534 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5535 #  filter: "'NIC_Intel-X710'"
5536 #  parameters:
5537 #  - "name"
5538 #  - "parent"
5539 #  - "throughput"
5540 #
5541 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5542 #- type: "table"
5543 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5544 #  algorithm: "table_perf_comparison"
5545 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5546 #  reference:
5547 #    title: "3-Node Hsw"
5548 #    data: "dpdk-compare-testbeds-ref"
5549 #  compare:
5550 #    title: "3-Node Skx"
5551 #    data: "dpdk-compare-testbeds-cmp"
5552 #  data: "dpdk-compare-testbeds"
5553 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5554 #  filter: "'NIC_Intel-X710'"
5555 #  parameters:
5556 #  - "name"
5557 #  - "parent"
5558 #  - "throughput"
5559 #
5560 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5561 #- type: "table"
5562 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5563 #  algorithm: "table_perf_comparison"
5564 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5565 #  reference:
5566 #    title: "2-Node Skx"
5567 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5568 #  compare:
5569 #    title: "2-Node Clx"
5570 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5571 #  data: "dpdk-compare-testbeds-skx-clx"
5572 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5573 #  filter: "all"
5574 #  parameters:
5575 #  - "name"
5576 #  - "parent"
5577 #  - "throughput"
5578 #
5579 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5580 #- type: "table"
5581 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5582 #  algorithm: "table_perf_comparison"
5583 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5584 #  reference:
5585 #    title: "2-Node Skx"
5586 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5587 #  compare:
5588 #    title: "2-Node Clx"
5589 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5590 #  data: "dpdk-compare-testbeds-skx-clx"
5591 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5592 #  filter: "all"
5593 #  parameters:
5594 #  - "name"
5595 #  - "parent"
5596 #  - "throughput"
5597 #
5598 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5599 #- type: "table"
5600 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5601 #  algorithm: "table_perf_comparison"
5602 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5603 #  reference:
5604 #    title: "3-Node Skx"
5605 #    data: "dpdk-compare-topologies-ref"
5606 #  compare:
5607 #    title: "2-Node Skx"
5608 #    data: "dpdk-compare-topologies-cmp"
5609 #  data: "dpdk-compare-topologies"
5610 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5611 #  filter: "all"
5612 #  parameters:
5613 #  - "name"
5614 #  - "parent"
5615 #  - "throughput"
5616 #
5617 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5618 #- type: "table"
5619 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5620 #  algorithm: "table_perf_comparison"
5621 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5622 #  reference:
5623 #    title: "3-Node Skx"
5624 #    data: "dpdk-compare-topologies-ref"
5625 #  compare:
5626 #    title: "2-Node Skx"
5627 #    data: "dpdk-compare-topologies-cmp"
5628 #  data: "dpdk-compare-topologies"
5629 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5630 #  filter: "all"
5631 #  parameters:
5632 #  - "name"
5633 #  - "parent"
5634 #  - "throughput"
5635
5636 # Detailed Test Results - DPDK Performance Results 3n-hsw
5637 - type: "table"
5638   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5639   algorithm: "table_merged_details"
5640   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5641   columns:
5642   - title: " |prein| Test Name |preout| "
5643     data: "data name"
5644   - 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| "
5645     data: "data msg"
5646   data: "dpdk-perf-results-3n-hsw"
5647   filter: "all"
5648   parameters:
5649   - "name"
5650   - "parent"
5651   - "msg"
5652
5653 ## Detailed Test Results - DPDK Performance Results 3n-skx
5654 #- type: "table"
5655 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5656 #  algorithm: "table_merged_details"
5657 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5658 #  columns:
5659 #  - title: " |prein| Test Name |preout| "
5660 #    data: "data name"
5661 #  - 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| "
5662 #    data: "data msg"
5663 #  data: "dpdk-perf-results-3n-skx"
5664 #  filter: "all"
5665 #  remove-ndr: True  # Temporary solution: remove NDR results from test message
5666 #  parameters:
5667 #  - "name"
5668 #  - "parent"
5669 #  - "msg"
5670 #
5671 ## Detailed Test Results - DPDK Performance Results 2n-skx
5672 #- type: "table"
5673 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5674 #  algorithm: "table_merged_details"
5675 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5676 #  columns:
5677 #  - title: " |prein| Test Name |preout| "
5678 #    data: "data name"
5679 #  - 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| "
5680 #    data: "data msg"
5681 #  data: "dpdk-perf-results-2n-skx"
5682 #  filter: "all"
5683 #  remove-ndr: True  # Temporary solution: remove NDR results from test message
5684 #  parameters:
5685 #  - "name"
5686 #  - "parent"
5687 #  - "msg"
5688
5689 # Detailed Test Results - DPDK Performance Results 2n-clx
5690 - type: "table"
5691   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5692   algorithm: "table_merged_details"
5693   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5694   columns:
5695   - title: " |prein| Test Name |preout| "
5696     data: "data name"
5697   - 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| "
5698     data: "data msg"
5699   data: "dpdk-perf-results-2n-clx"
5700   filter: "all"
5701   parameters:
5702   - "name"
5703   - "parent"
5704   - "msg"
5705
5706 # Detailed Test Results - DPDK Performance Results 2n-dnv
5707 - type: "table"
5708   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5709   algorithm: "table_merged_details"
5710   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5711   columns:
5712   - title: " |prein| Test Name |preout| "
5713     data: "data name"
5714   - 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| "
5715     data: "data msg"
5716   data: "dpdk-perf-results-2n-dnv"
5717   filter: "all"
5718   parameters:
5719   - "name"
5720   - "parent"
5721   - "msg"
5722
5723 # Detailed Test Results - DPDK Performance Results 3n-dnv
5724 - type: "table"
5725   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5726   algorithm: "table_merged_details"
5727   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5728   columns:
5729   - title: " |prein| Test Name |preout| "
5730     data: "data name"
5731   - 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| "
5732     data: "data msg"
5733   data: "dpdk-perf-results-3n-dnv"
5734   filter: "all"
5735   parameters:
5736   - "name"
5737   - "parent"
5738   - "msg"
5739
5740 # Detailed Test Results - DPDK Performance Results 3n-tsh
5741 - type: "table"
5742   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5743   algorithm: "table_merged_details"
5744   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5745   columns:
5746   - title: " |prein| Test Name |preout| "
5747     data: "data name"
5748   - 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| "
5749     data: "data msg"
5750   data: "dpdk-perf-results-3n-tsh"
5751   filter: "all"
5752   parameters:
5753   - "name"
5754   - "parent"
5755   - "msg"
5756
5757 ################################################################################
5758 ###                                F I L E S                                 ###
5759 ################################################################################
5760
5761 # VPP Performance Results
5762 - type: "file"
5763   title: "VPP Performance Results"
5764   algorithm: "file_details_split"
5765   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5766   dir-tables:
5767     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5768     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5769     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5770     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5771     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5772     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5773     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5774   data:
5775     - "vpp-perf-results-2n-skx"
5776     - "vpp-perf-results-3n-skx"
5777     - "vpp-perf-results-2n-clx"
5778     - "vpp-perf-results-3n-hsw"
5779     - "vpp-perf-results-3n-tsh"
5780     - "vpp-perf-results-2n-dnv"
5781     - "vpp-perf-results-3n-dnv"
5782   filter: "all"
5783   data-start-level: 4
5784   order-chapters:
5785     level-1:
5786       - "l2"
5787       - "ip4"
5788       - "ip6"
5789       - "srv6"
5790       - "ip4_tunnels"
5791       - "ip6_tunnels"
5792       - "vm_vhost"
5793       - "container_memif"
5794       - "crypto"
5795       - "vts"
5796       - "lb"
5797       - "nfv_density"
5798       - "hoststack"
5799     level-2:
5800       - "2n-skx"
5801       - "3n-skx"
5802       - "2n-clx"
5803       - "3n-hsw"
5804       - "3n-tsh"
5805       - "2n-dnv"
5806       - "3n-dnv"
5807     level-3:
5808       - "xl710"
5809       - "x520"
5810       - "xxv710"
5811       - "x710"
5812       - "x553"
5813       - "cx556a"
5814       - "vic1227"
5815       - "vic1385"
5816
5817 # VPP Performance Configuration
5818 - type: "file"
5819   title: "VPP Performance Configuration"
5820   algorithm: "file_details_split"
5821   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5822   dir-tables:
5823     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5824     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5825     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5826     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5827     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5828     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5829     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5830   data:
5831     - "vpp-perf-results-2n-skx"
5832     - "vpp-perf-results-3n-skx"
5833     - "vpp-perf-results-2n-clx"
5834     - "vpp-perf-results-3n-hsw"
5835     - "vpp-perf-results-3n-tsh"
5836     - "vpp-perf-results-2n-dnv"
5837     - "vpp-perf-results-3n-dnv"
5838   filter: "all"
5839   data-start-level: 4
5840   order-chapters:
5841     level-1:
5842       - "l2"
5843       - "ip4"
5844       - "ip6"
5845       - "srv6"
5846       - "ip4_tunnels"
5847       - "ip6_tunnels"
5848       - "vm_vhost"
5849       - "container_memif"
5850       - "crypto"
5851       - "vts"
5852       - "lb"
5853       - "nfv_density"
5854       - "hoststack"
5855     level-2:
5856       - "2n-skx"
5857       - "3n-skx"
5858       - "2n-clx"
5859       - "3n-hsw"
5860       - "3n-tsh"
5861       - "2n-dnv"
5862       - "3n-dnv"
5863     level-3:
5864       - "xl710"
5865       - "x520"
5866       - "xxv710"
5867       - "x710"
5868       - "x553"
5869       - "cx556a"
5870       - "vic1227"
5871       - "vic1385"
5872
5873 # VPP Performance Operational
5874 - type: "file"
5875   title: "VPP Performance Operational"
5876   algorithm: "file_details_split_html"
5877   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5878   dir-tables:
5879     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5880     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5881     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5882     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5883     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5884     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5885     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5886   data:
5887     - "vpp-perf-results-2n-skx"
5888     - "vpp-perf-results-3n-skx"
5889     - "vpp-perf-results-2n-clx"
5890     - "vpp-perf-results-3n-hsw"
5891     - "vpp-perf-results-3n-tsh"
5892     - "vpp-perf-results-2n-dnv"
5893     - "vpp-perf-results-3n-dnv"
5894   filter: "all"
5895   data-start-level: 4
5896   order-chapters:
5897     level-1:
5898       - "l2"
5899       - "ip4"
5900       - "ip6"
5901       - "srv6"
5902       - "ip4_tunnels"
5903       - "ip6_tunnels"
5904       - "vm_vhost"
5905       - "container_memif"
5906       - "crypto"
5907       - "vts"
5908       - "lb"
5909       - "nfv_density"
5910       - "hoststack"
5911     level-2:
5912       - "2n-skx"
5913       - "3n-skx"
5914       - "2n-clx"
5915       - "3n-hsw"
5916       - "3n-tsh"
5917       - "2n-dnv"
5918       - "3n-dnv"
5919     level-3:
5920       - "xl710"
5921       - "x520"
5922       - "xxv710"
5923       - "x710"
5924       - "x553"
5925       - "cx556a"
5926       - "vic1227"
5927       - "vic1385"
5928
5929 # VPP MRR Results
5930 - type: "file"
5931   title: "VPP MRR Results"
5932   algorithm: "file_details_split"
5933   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5934   dir-tables:
5935 #    - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5936 #    - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5937     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
5938     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
5939     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
5940     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
5941     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
5942   data:
5943 #    - "vpp-mrr-results-2n-skx"
5944 #    - "vpp-mrr-results-3n-skx"
5945     - "vpp-mrr-results-2n-clx"
5946     - "vpp-mrr-results-3n-hsw"
5947     - "vpp-mrr-results-3n-tsh"
5948     - "vpp-mrr-results-2n-dnv"
5949     - "vpp-mrr-results-3n-dnv"
5950   filter: "all"
5951   data-start-level: 4
5952   order-chapters:
5953     level-1:
5954       - "l2"
5955       - "ip4"
5956       - "ip6"
5957       - "srv6"
5958       - "ip4_tunnels"
5959       - "ip6_tunnels"
5960       - "vm_vhost"
5961       - "container_memif"
5962       - "crypto"
5963       - "vts"
5964       - "lb"
5965       - "nfv_density"
5966       - "hoststack"
5967     level-2:
5968       - "2n-skx"
5969       - "3n-skx"
5970       - "2n-clx"
5971       - "3n-hsw"
5972       - "3n-tsh"
5973       - "2n-dnv"
5974       - "3n-dnv"
5975     level-3:
5976       - "xl710"
5977       - "x520"
5978       - "xxv710"
5979       - "x710"
5980       - "x553"
5981       - "cx556a"
5982       - "vic1227"
5983       - "vic1385"
5984
5985 # VPP MRR Configuration
5986 - type: "file"
5987   title: "VPP MRR Configuration"
5988   algorithm: "file_details_split"
5989   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
5990   dir-tables:
5991 #    - "{DIR[DTC,MRR,VPP,2N,SKX]}"
5992 #    - "{DIR[DTC,MRR,VPP,3N,SKX]}"
5993     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
5994     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
5995     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
5996     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
5997     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
5998   data:
5999 #    - "vpp-mrr-results-2n-skx"
6000 #    - "vpp-mrr-results-3n-skx"
6001     - "vpp-mrr-results-2n-clx"
6002     - "vpp-mrr-results-3n-hsw"
6003     - "vpp-mrr-results-3n-tsh"
6004     - "vpp-mrr-results-2n-dnv"
6005     - "vpp-mrr-results-3n-dnv"
6006   filter: "all"
6007   data-start-level: 4
6008   order-chapters:
6009     level-1:
6010       - "l2"
6011       - "ip4"
6012       - "ip6"
6013       - "srv6"
6014       - "ip4_tunnels"
6015       - "ip6_tunnels"
6016       - "vm_vhost"
6017       - "container_memif"
6018       - "crypto"
6019       - "vts"
6020       - "lb"
6021       - "nfv_density"
6022       - "hoststack"
6023     level-2:
6024       - "2n-skx"
6025       - "3n-skx"
6026       - "2n-clx"
6027       - "3n-hsw"
6028       - "3n-tsh"
6029       - "2n-dnv"
6030       - "3n-dnv"
6031     level-3:
6032       - "xl710"
6033       - "x520"
6034       - "xxv710"
6035       - "x710"
6036       - "x553"
6037       - "cx556a"
6038       - "vic1227"
6039       - "vic1385"
6040
6041 # VPP Device Results - Ubuntu
6042 - type: "file"
6043   title: "VPP Device Results - Ubuntu"
6044   algorithm: "file_test_results"
6045   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6046   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6047   data: "vpp-device-results-ubuntu"
6048   filter: "all"
6049   data-start-level: 4
6050
6051 # VPP Device Configuration - Ubuntu
6052 - type: "file"
6053   title: "VPP Device Configuration - Ubuntu"
6054   algorithm: "file_test_results"
6055   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6056   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6057   data: "vpp-device-results-ubuntu"
6058   filter: "all"
6059   data-start-level: 4
6060
6061 # DPDK Performance Results 3n-hsw
6062 - type: "file"
6063   title: "DPDK Performance Results 3n-hsw"
6064   algorithm: "file_test_results"
6065   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6066   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6067   data: "dpdk-perf-results-3n-hsw"
6068   filter: "all"
6069   data-start-level: 4
6070
6071 ## DPDK Performance Results 3n-skx
6072 #- type: "file"
6073 #  title: "DPDK Performance Results 3n-skx"
6074 #  algorithm: "file_test_results"
6075 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6076 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6077 #  data: "dpdk-perf-results-3n-skx"
6078 #  filter: "all"
6079 #  data-start-level: 4
6080 #
6081 ## DPDK Performance Results 2n-skx
6082 #- type: "file"
6083 #  title: "DPDK Performance Results 2n-skx"
6084 #  algorithm: "file_test_results"
6085 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6086 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6087 #  data: "dpdk-perf-results-2n-skx"
6088 #  filter: "all"
6089 #  data-start-level: 4
6090
6091 # DPDK Performance Results 2n-clx
6092 - type: "file"
6093   title: "DPDK Performance Results 2n-clx"
6094   algorithm: "file_test_results"
6095   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6096   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6097   data: "dpdk-perf-results-2n-clx"
6098   filter: "all"
6099   data-start-level: 4
6100
6101 # DPDK Performance Results 2n-dnv
6102 - type: "file"
6103   title: "DPDK Performance Results 2n-dnv"
6104   algorithm: "file_test_results"
6105   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6106   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6107   data: "dpdk-perf-results-2n-dnv"
6108   filter: "all"
6109   data-start-level: 4
6110
6111 # DPDK Performance Results 3n-dnv
6112 - type: "file"
6113   title: "DPDK Performance Results 3n-dnv"
6114   algorithm: "file_test_results"
6115   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6116   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6117   data: "dpdk-perf-results-3n-dnv"
6118   filter: "all"
6119   data-start-level: 4
6120
6121 # DPDK Performance Results 3n-tsh
6122 - type: "file"
6123   title: "DPDK Performance Results 3n-tsh"
6124   algorithm: "file_test_results"
6125   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6126   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6127   data: "dpdk-perf-results-3n-tsh"
6128   filter: "all"
6129   data-start-level: 4
6130
6131 ################################################################################
6132 ###                                P L O T S                                 ###
6133 ################################################################################
6134
6135 # Hoststack tests 3n-hsw
6136
6137 - type: "plot"
6138   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6139   algorithm: "plot_perf_box_name"
6140   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6141   data: "plot-vpp-hoststack-3n-hsw"
6142   include:
6143     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6144     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6145   layout:
6146     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6147     layout: "plot-hoststack"
6148
6149 - type: "plot"
6150   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6151   algorithm: "plot_perf_box_name"
6152   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6153   data: "plot-vpp-hoststack-3n-hsw"
6154   include:
6155     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6156     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6157   layout:
6158     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6159     layout: "plot-hoststack"
6160
6161 - type: "plot"
6162   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6163   algorithm: "plot_perf_box_name"
6164   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6165   data: "plot-vpp-hoststack-3n-hsw"
6166   include:
6167     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6168     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6169     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6170     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6171   layout:
6172     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6173     layout: "plot-hoststack"
6174
6175 # Plots VPP HTTP Server Performance
6176 - type: "plot"
6177   title: "VPP HTTP Server Performance"
6178   algorithm: "plot_http_server_perf_box"
6179   output-file-type: ".html"
6180   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6181   data:
6182     "plot-vpp-http-server-performance"
6183   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6184   parameters:
6185   - "result"
6186   - "name"
6187   traces:
6188     hoverinfo: "y+name"
6189     boxpoints: "outliers"
6190     whiskerwidth: 0
6191   layout:
6192     title: "VPP HTTP Server Performance"
6193     layout:
6194       "plot-cps"
6195
6196 - type: "plot"
6197   title: "VPP HTTP Server Performance"
6198   algorithm: "plot_http_server_perf_box"
6199   output-file-type: ".html"
6200   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6201   data:
6202     "plot-vpp-http-server-performance"
6203   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6204   parameters:
6205   - "result"
6206   - "name"
6207   traces:
6208     hoverinfo: "y+name"
6209     boxpoints: "outliers"
6210     whiskerwidth: 0
6211   layout:
6212     title: "VPP HTTP Server Performance"
6213     layout:
6214       "plot-rps"
6215
6216 ################################################################################
6217
6218 # Soak Test (PLRsearch), boxes - 2n-clx
6219 - type: "plot"
6220   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6221   algorithm: "plot_perf_box_name"
6222   output-file-type: ".html"
6223   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6224   data: "plot-vpp-soak-2n-clx"
6225   include:
6226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6232   layout:
6233     title: "30 Minutes Soak Test (PLRsearch)"
6234     layout: "plot-soak-throughput"
6235
6236 # Soak Test (PLRsearch), boxes - 2n-clx
6237 - type: "plot"
6238   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6239   algorithm: "plot_perf_box_name"
6240   output-file-type: ".html"
6241   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6242   data: "plot-vpp-soak-2n-clx"
6243   include:
6244     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6245     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6246     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6247     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6249     - "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"
6250   layout:
6251     title: "30 Minutes Soak Test (PLRsearch)"
6252     layout: "plot-soak-throughput"
6253
6254 ###############################################################################
6255
6256 # Reconf tests 2n-skx
6257
6258 #- type: "plot"
6259 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6260 #  algorithm: "plot_nf_reconf_box_name"
6261 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6262 #  data: "plot-vpp-nfv-reconf-2n-skx"
6263 #  include:
6264 #    - "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"
6265 #    - "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"
6266 #    - "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"
6267 #    - "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"
6268 #    - "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"
6269 #    - "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"
6270 #  layout:
6271 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6272 #    layout: "plot-throughput"
6273 #
6274 #- type: "plot"
6275 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6276 #  algorithm: "plot_nf_reconf_box_name"
6277 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6278 #  data: "plot-vpp-nfv-reconf-2n-skx"
6279 #  include:
6280 #    - "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"
6281 #    - "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"
6282 #    - "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"
6283 #    - "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"
6284 #    - "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"
6285 #    - "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"
6286 #  layout:
6287 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6288 #    layout: "plot-throughput"
6289 #
6290 #- type: "plot"
6291 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6292 #  algorithm: "plot_nf_reconf_box_name"
6293 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6294 #  data: "plot-vpp-nfv-reconf-2n-skx"
6295 #  include:
6296 #    - "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"
6297 #    - "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"
6298 #    - "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"
6299 #    - "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"
6300 #    - "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"
6301 #    - "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"
6302 #  layout:
6303 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6304 #    layout: "plot-throughput"
6305
6306 ###############################################################################
6307
6308 # Reconf tests 2n-clx
6309
6310 - type: "plot"
6311   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6312   algorithm: "plot_nf_reconf_box_name"
6313   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6314   data: "plot-vpp-nfv-reconf-2n-clx"
6315   include:
6316     - "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"
6317     - "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"
6318     - "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"
6319     - "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"
6320   layout:
6321     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6322     layout: "plot-throughput"
6323
6324 - type: "plot"
6325   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6326   algorithm: "plot_nf_reconf_box_name"
6327   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6328   data: "plot-vpp-nfv-reconf-2n-clx"
6329   include:
6330     - "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"
6331     - "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"
6332     - "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"
6333     - "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"
6334   layout:
6335     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6336     layout: "plot-throughput"
6337
6338 - type: "plot"
6339   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6340   algorithm: "plot_nf_reconf_box_name"
6341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6342   data: "plot-vpp-nfv-reconf-2n-clx"
6343   include:
6344     - "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"
6345     - "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"
6346     - "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"
6347     - "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"
6348   layout:
6349     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6350     layout: "plot-throughput"
6351
6352 ################################################################################
6353 ## Plots - NF Density - VSC - MRR 64b
6354 #- type: "plot"
6355 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6356 #  algorithm: "plot_nf_heatmap"
6357 #  output-file-type: ".html"
6358 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6359 #  data: "plot-vpp-nfv-2n-skx-mrr"
6360 #  filter: "'NIC_Intel-XXV710' and
6361 #           'NF_DENSITY' and
6362 #           'VHOST' and
6363 #           not 'VXLAN' and
6364 #           'CHAIN' and
6365 #           'NF_VPPIP4' and
6366 #           '64B' and
6367 #           '2T1C' and
6368 #           'MRR'"
6369 #  parameters:
6370 #  - "result"
6371 #  - "name"
6372 #  - "tags"
6373 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6374 #  x-axis: "X = VNFs per Service Chain"
6375 #  y-axis: "Y = Number of Service Chains"
6376 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6377 #  layout:
6378 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6379 #    layout: "plot-service-density"
6380 #
6381 #- type: "plot"
6382 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6383 #  algorithm: "plot_nf_heatmap"
6384 #  output-file-type: ".html"
6385 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6386 #  data: "plot-vpp-nfv-2n-skx-mrr"
6387 #  filter: "'NIC_Intel-XXV710' and
6388 #           'NF_DENSITY' and
6389 #           'VHOST' and
6390 #           not 'VXLAN' and
6391 #           'CHAIN' and
6392 #           'NF_VPPIP4' and
6393 #           '64B' and
6394 #           '4T2C' and
6395 #           'MRR'"
6396 #  parameters:
6397 #  - "result"
6398 #  - "name"
6399 #  - "tags"
6400 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6401 #  x-axis: "X = VNFs per Service Chain"
6402 #  y-axis: "Y = Number of Service Chains"
6403 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6404 #  layout:
6405 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6406 #    layout: "plot-service-density"
6407 #
6408 #- type: "plot"
6409 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6410 #  algorithm: "plot_nf_heatmap"
6411 #  output-file-type: ".html"
6412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6413 #  data: "plot-vpp-nfv-2n-skx-mrr"
6414 #  filter: "'NIC_Intel-XXV710' and
6415 #           'NF_DENSITY' and
6416 #           'VHOST' and
6417 #           not 'VXLAN' and
6418 #           'CHAIN' and
6419 #           'NF_VPPIP4' and
6420 #           '64B' and
6421 #           '8T4C' and
6422 #           'MRR'"
6423 #  parameters:
6424 #  - "result"
6425 #  - "name"
6426 #  - "tags"
6427 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6428 #  x-axis: "X = VNFs per Service Chain"
6429 #  y-axis: "Y = Number of Service Chains"
6430 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6431 #  layout:
6432 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6433 #    layout: "plot-service-density"
6434 #
6435 ## Plots - NF Density - VSC - MRR IMIX
6436 #- type: "plot"
6437 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6438 #  algorithm: "plot_nf_heatmap"
6439 #  output-file-type: ".html"
6440 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6441 #  data: "plot-vpp-nfv-2n-skx-mrr"
6442 #  filter: "'NIC_Intel-XXV710' and
6443 #           'NF_DENSITY' and
6444 #           'VHOST' and
6445 #           not 'VXLAN' and
6446 #           'CHAIN' and
6447 #           'NF_VPPIP4' and
6448 #           'IMIX' and
6449 #           '2T1C' and
6450 #           'MRR'"
6451 #  parameters:
6452 #  - "result"
6453 #  - "name"
6454 #  - "tags"
6455 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6456 #  x-axis: "X = VNFs per Service Chain"
6457 #  y-axis: "Y = Number of Service Chains"
6458 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6459 #  layout:
6460 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6461 #    layout: "plot-service-density"
6462 #
6463 #- type: "plot"
6464 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6465 #  algorithm: "plot_nf_heatmap"
6466 #  output-file-type: ".html"
6467 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6468 #  data: "plot-vpp-nfv-2n-skx-mrr"
6469 #  filter: "'NIC_Intel-XXV710' and
6470 #           'NF_DENSITY' and
6471 #           'VHOST' and
6472 #           not 'VXLAN' and
6473 #           'CHAIN' and
6474 #           'NF_VPPIP4' and
6475 #           'IMIX' and
6476 #           '4T2C' and
6477 #           'MRR'"
6478 #  parameters:
6479 #  - "result"
6480 #  - "name"
6481 #  - "tags"
6482 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6483 #  x-axis: "X = VNFs per Service Chain"
6484 #  y-axis: "Y = Number of Service Chains"
6485 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6486 #  layout:
6487 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6488 #    layout: "plot-service-density"
6489 #
6490 #- type: "plot"
6491 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6492 #  algorithm: "plot_nf_heatmap"
6493 #  output-file-type: ".html"
6494 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6495 #  data: "plot-vpp-nfv-2n-skx-mrr"
6496 #  filter: "'NIC_Intel-XXV710' and
6497 #           'NF_DENSITY' and
6498 #           'VHOST' and
6499 #           not 'VXLAN' and
6500 #           'CHAIN' and
6501 #           'NF_VPPIP4' and
6502 #           'IMIX' and
6503 #           '8T4C' and
6504 #           'MRR'"
6505 #  parameters:
6506 #  - "result"
6507 #  - "name"
6508 #  - "tags"
6509 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6510 #  x-axis: "X = VNFs per Service Chain"
6511 #  y-axis: "Y = Number of Service Chains"
6512 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6513 #  layout:
6514 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6515 #    layout: "plot-service-density"
6516 #
6517 ## Plots - NF Density - VSC - NDR 64b
6518 #- type: "plot"
6519 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6520 #  algorithm: "plot_nf_heatmap"
6521 #  output-file-type: ".html"
6522 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6523 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6524 #  filter: "'NIC_Intel-XXV710' and
6525 #           'NF_DENSITY' and
6526 #           'VHOST' and
6527 #           not 'VXLAN' and
6528 #           'CHAIN' and
6529 #           'NF_VPPIP4' and
6530 #           '64B' and
6531 #           '2T1C' and
6532 #           'NDRPDR'"
6533 #  parameters:
6534 #  - "throughput"
6535 #  - "name"
6536 #  - "tags"
6537 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6538 #  x-axis: "X = VNFs per Service Chain"
6539 #  y-axis: "Y = Number of Service Chains"
6540 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6541 #  layout:
6542 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6543 #    layout: "plot-service-density"
6544 #
6545 #- type: "plot"
6546 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6547 #  algorithm: "plot_nf_heatmap"
6548 #  output-file-type: ".html"
6549 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6550 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6551 #  filter: "'NIC_Intel-XXV710' and
6552 #           'NF_DENSITY' and
6553 #           'VHOST' and
6554 #           not 'VXLAN' and
6555 #           'CHAIN' and
6556 #           'NF_VPPIP4' and
6557 #           '64B' and
6558 #           '4T2C' and
6559 #           'NDRPDR'"
6560 #  parameters:
6561 #  - "throughput"
6562 #  - "name"
6563 #  - "tags"
6564 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6565 #  x-axis: "X = VNFs per Service Chain"
6566 #  y-axis: "Y = Number of Service Chains"
6567 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6568 #  layout:
6569 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6570 #    layout: "plot-service-density"
6571 #
6572 #- type: "plot"
6573 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6574 #  algorithm: "plot_nf_heatmap"
6575 #  output-file-type: ".html"
6576 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6577 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6578 #  filter: "'NIC_Intel-XXV710' and
6579 #           'NF_DENSITY' and
6580 #           'VHOST' and
6581 #           not 'VXLAN' and
6582 #           'CHAIN' and
6583 #           'NF_VPPIP4' and
6584 #           '64B' and
6585 #           '8T4C' and
6586 #           'NDRPDR'"
6587 #  parameters:
6588 #  - "throughput"
6589 #  - "name"
6590 #  - "tags"
6591 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6592 #  x-axis: "X = VNFs per Service Chain"
6593 #  y-axis: "Y = Number of Service Chains"
6594 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6595 #  layout:
6596 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6597 #    layout: "plot-service-density"
6598 #
6599 ## Plots - NF Density - VSC - NDR IMIX
6600 #- type: "plot"
6601 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6602 #  algorithm: "plot_nf_heatmap"
6603 #  output-file-type: ".html"
6604 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6605 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6606 #  filter: "'NIC_Intel-XXV710' and
6607 #           'NF_DENSITY' and
6608 #           'VHOST' and
6609 #           not 'VXLAN' and
6610 #           'CHAIN' and
6611 #           'NF_VPPIP4' and
6612 #           'IMIX' and
6613 #           '2T1C' and
6614 #           'NDRPDR'"
6615 #  parameters:
6616 #  - "throughput"
6617 #  - "name"
6618 #  - "tags"
6619 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6620 #  x-axis: "X = VNFs per Service Chain"
6621 #  y-axis: "Y = Number of Service Chains"
6622 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6623 #  layout:
6624 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6625 #    layout: "plot-service-density"
6626 #
6627 #- type: "plot"
6628 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6629 #  algorithm: "plot_nf_heatmap"
6630 #  output-file-type: ".html"
6631 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6632 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6633 #  filter: "'NIC_Intel-XXV710' and
6634 #           'NF_DENSITY' and
6635 #           'VHOST' and
6636 #           not 'VXLAN' and
6637 #           'CHAIN' and
6638 #           'NF_VPPIP4' and
6639 #           'IMIX' and
6640 #           '4T2C' and
6641 #           'NDRPDR'"
6642 #  parameters:
6643 #  - "throughput"
6644 #  - "name"
6645 #  - "tags"
6646 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6647 #  x-axis: "X = VNFs per Service Chain"
6648 #  y-axis: "Y = Number of Service Chains"
6649 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6650 #  layout:
6651 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6652 #    layout: "plot-service-density"
6653 #
6654 #- type: "plot"
6655 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6656 #  algorithm: "plot_nf_heatmap"
6657 #  output-file-type: ".html"
6658 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6659 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6660 #  filter: "'NIC_Intel-XXV710' and
6661 #           'NF_DENSITY' and
6662 #           'VHOST' and
6663 #           not 'VXLAN' and
6664 #           'CHAIN' and
6665 #           'NF_VPPIP4' and
6666 #           'IMIX' and
6667 #           '8T4C' and
6668 #           'NDRPDR'"
6669 #  parameters:
6670 #  - "throughput"
6671 #  - "name"
6672 #  - "tags"
6673 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6674 #  x-axis: "X = VNFs per Service Chain"
6675 #  y-axis: "Y = Number of Service Chains"
6676 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6677 #  layout:
6678 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6679 #    layout: "plot-service-density"
6680 #
6681 ## Plots - NF Density - VSC - PDR 64b
6682 #- type: "plot"
6683 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6684 #  algorithm: "plot_nf_heatmap"
6685 #  output-file-type: ".html"
6686 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6687 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6688 #  filter: "'NIC_Intel-XXV710' and
6689 #           'NF_DENSITY' and
6690 #           'VHOST' and
6691 #           not 'VXLAN' and
6692 #           'CHAIN' and
6693 #           'NF_VPPIP4' and
6694 #           '64B' and
6695 #           '2T1C' and
6696 #           'NDRPDR'"
6697 #  parameters:
6698 #  - "throughput"
6699 #  - "name"
6700 #  - "tags"
6701 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6702 #  x-axis: "X = VNFs per Service Chain"
6703 #  y-axis: "Y = Number of Service Chains"
6704 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6705 #  layout:
6706 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6707 #    layout: "plot-service-density"
6708 #
6709 #- type: "plot"
6710 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6711 #  algorithm: "plot_nf_heatmap"
6712 #  output-file-type: ".html"
6713 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6714 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6715 #  filter: "'NIC_Intel-XXV710' and
6716 #           'NF_DENSITY' and
6717 #           'VHOST' and
6718 #           not 'VXLAN' and
6719 #           'CHAIN' and
6720 #           'NF_VPPIP4' and
6721 #           '64B' and
6722 #           '4T2C' and
6723 #           'NDRPDR'"
6724 #  parameters:
6725 #  - "throughput"
6726 #  - "name"
6727 #  - "tags"
6728 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6729 #  x-axis: "X = VNFs per Service Chain"
6730 #  y-axis: "Y = Number of Service Chains"
6731 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6732 #  layout:
6733 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6734 #    layout: "plot-service-density"
6735 #
6736 #- type: "plot"
6737 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6738 #  algorithm: "plot_nf_heatmap"
6739 #  output-file-type: ".html"
6740 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6741 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6742 #  filter: "'NIC_Intel-XXV710' and
6743 #           'NF_DENSITY' and
6744 #           'VHOST' and
6745 #           not 'VXLAN' and
6746 #           'CHAIN' and
6747 #           'NF_VPPIP4' and
6748 #           '64B' and
6749 #           '8T4C' and
6750 #           'NDRPDR'"
6751 #  parameters:
6752 #  - "throughput"
6753 #  - "name"
6754 #  - "tags"
6755 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6756 #  x-axis: "X = VNFs per Service Chain"
6757 #  y-axis: "Y = Number of Service Chains"
6758 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6759 #  layout:
6760 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6761 #    layout: "plot-service-density"
6762 #
6763 ## Plots - NF Density - VSC - PDR IMIX
6764 #- type: "plot"
6765 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6766 #  algorithm: "plot_nf_heatmap"
6767 #  output-file-type: ".html"
6768 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6769 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6770 #  filter: "'NIC_Intel-XXV710' and
6771 #           'NF_DENSITY' and
6772 #           'VHOST' and
6773 #           not 'VXLAN' and
6774 #           'CHAIN' and
6775 #           'NF_VPPIP4' and
6776 #           'IMIX' and
6777 #           '2T1C' and
6778 #           'NDRPDR'"
6779 #  parameters:
6780 #  - "throughput"
6781 #  - "name"
6782 #  - "tags"
6783 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6784 #  x-axis: "X = VNFs per Service Chain"
6785 #  y-axis: "Y = Number of Service Chains"
6786 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6787 #  layout:
6788 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6789 #    layout: "plot-service-density"
6790 #
6791 #- type: "plot"
6792 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6793 #  algorithm: "plot_nf_heatmap"
6794 #  output-file-type: ".html"
6795 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6796 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6797 #  filter: "'NIC_Intel-XXV710' and
6798 #           'NF_DENSITY' and
6799 #           'VHOST' and
6800 #           not 'VXLAN' and
6801 #           'CHAIN' and
6802 #           'NF_VPPIP4' and
6803 #           'IMIX' and
6804 #           '4T2C' and
6805 #           'NDRPDR'"
6806 #  parameters:
6807 #  - "throughput"
6808 #  - "name"
6809 #  - "tags"
6810 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6811 #  x-axis: "X = VNFs per Service Chain"
6812 #  y-axis: "Y = Number of Service Chains"
6813 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6814 #  layout:
6815 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6816 #    layout: "plot-service-density"
6817 #
6818 #- type: "plot"
6819 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6820 #  algorithm: "plot_nf_heatmap"
6821 #  output-file-type: ".html"
6822 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6823 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6824 #  filter: "'NIC_Intel-XXV710' and
6825 #           'NF_DENSITY' and
6826 #           'VHOST' and
6827 #           not 'VXLAN' and
6828 #           'CHAIN' and
6829 #           'NF_VPPIP4' and
6830 #           'IMIX' and
6831 #           '8T4C' and
6832 #           'NDRPDR'"
6833 #  parameters:
6834 #  - "throughput"
6835 #  - "name"
6836 #  - "tags"
6837 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6838 #  x-axis: "X = VNFs per Service Chain"
6839 #  y-axis: "Y = Number of Service Chains"
6840 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6841 #  layout:
6842 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6843 #    layout: "plot-service-density"
6844 #
6845 ################################################################################
6846 ## Plots - NF Density - VSC - MRR 64b
6847 #- type: "plot"
6848 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6849 #  algorithm: "plot_nf_heatmap"
6850 #  output-file-type: ".html"
6851 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6852 #  data: "plot-vpp-nfv-2n-skx-mrr"
6853 #  filter: "'NIC_Intel-XXV710' and
6854 #           'NF_DENSITY' and
6855 #           'VHOST' and
6856 #           'VXLAN' and
6857 #           'CHAIN' and
6858 #           '118' and
6859 #           '2T1C' and
6860 #           'MRR'"
6861 #  parameters:
6862 #  - "result"
6863 #  - "name"
6864 #  - "tags"
6865 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6866 #  x-axis: "X = VNFs per Service Chain"
6867 #  y-axis: "Y = Number of Service Chains"
6868 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6869 #  layout:
6870 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6871 #    layout: "plot-service-density"
6872 #
6873 #- type: "plot"
6874 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6875 #  algorithm: "plot_nf_heatmap"
6876 #  output-file-type: ".html"
6877 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6878 #  data: "plot-vpp-nfv-2n-skx-mrr"
6879 #  filter: "'NIC_Intel-XXV710' and
6880 #           'NF_DENSITY' and
6881 #           'VHOST' and
6882 #           'VXLAN' and
6883 #           'CHAIN' and
6884 #           '118' and
6885 #           '4T2C' and
6886 #           'MRR'"
6887 #  parameters:
6888 #  - "result"
6889 #  - "name"
6890 #  - "tags"
6891 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6892 #  x-axis: "X = VNFs per Service Chain"
6893 #  y-axis: "Y = Number of Service Chains"
6894 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6895 #  layout:
6896 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6897 #    layout: "plot-service-density"
6898 #
6899 #- type: "plot"
6900 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6901 #  algorithm: "plot_nf_heatmap"
6902 #  output-file-type: ".html"
6903 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6904 #  data: "plot-vpp-nfv-2n-skx-mrr"
6905 #  filter: "'NIC_Intel-XXV710' and
6906 #           'NF_DENSITY' and
6907 #           'VHOST' and
6908 #           'VXLAN' and
6909 #           'CHAIN' and
6910 #           '118' and
6911 #           '8T4C' and
6912 #           'MRR'"
6913 #  parameters:
6914 #  - "result"
6915 #  - "name"
6916 #  - "tags"
6917 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6918 #  x-axis: "X = VNFs per Service Chain"
6919 #  y-axis: "Y = Number of Service Chains"
6920 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6921 #  layout:
6922 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6923 #    layout: "plot-service-density"
6924 #
6925 ## Plots - NF Density - VSC - MRR IMIX
6926 #- type: "plot"
6927 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6928 #  algorithm: "plot_nf_heatmap"
6929 #  output-file-type: ".html"
6930 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6931 #  data: "plot-vpp-nfv-2n-skx-mrr"
6932 #  filter: "'NIC_Intel-XXV710' and
6933 #           'NF_DENSITY' and
6934 #           'VHOST' and
6935 #           'VXLAN' and
6936 #           'CHAIN' and
6937 #           'IMIX' and
6938 #           '2T1C' and
6939 #           'MRR'"
6940 #  parameters:
6941 #  - "result"
6942 #  - "name"
6943 #  - "tags"
6944 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6945 #  x-axis: "X = VNFs per Service Chain"
6946 #  y-axis: "Y = Number of Service Chains"
6947 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6948 #  layout:
6949 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6950 #    layout: "plot-service-density"
6951 #
6952 #- type: "plot"
6953 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6954 #  algorithm: "plot_nf_heatmap"
6955 #  output-file-type: ".html"
6956 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6957 #  data: "plot-vpp-nfv-2n-skx-mrr"
6958 #  filter: "'NIC_Intel-XXV710' and
6959 #           'NF_DENSITY' and
6960 #           'VHOST' and
6961 #           'VXLAN' and
6962 #           'CHAIN' and
6963 #           'IMIX' and
6964 #           '4T2C' and
6965 #           'MRR'"
6966 #  parameters:
6967 #  - "result"
6968 #  - "name"
6969 #  - "tags"
6970 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6971 #  x-axis: "X = VNFs per Service Chain"
6972 #  y-axis: "Y = Number of Service Chains"
6973 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6974 #  layout:
6975 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6976 #    layout: "plot-service-density"
6977 #
6978 #- type: "plot"
6979 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6980 #  algorithm: "plot_nf_heatmap"
6981 #  output-file-type: ".html"
6982 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6983 #  data: "plot-vpp-nfv-2n-skx-mrr"
6984 #  filter: "'NIC_Intel-XXV710' and
6985 #           'NF_DENSITY' and
6986 #           'VHOST' and
6987 #           'VXLAN' and
6988 #           'CHAIN' and
6989 #           'IMIX' and
6990 #           '8T4C' and
6991 #           'MRR'"
6992 #  parameters:
6993 #  - "result"
6994 #  - "name"
6995 #  - "tags"
6996 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6997 #  x-axis: "X = VNFs per Service Chain"
6998 #  y-axis: "Y = Number of Service Chains"
6999 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7000 #  layout:
7001 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7002 #    layout: "plot-service-density"
7003 #
7004 ## Plots - NF Density - VSC - NDR 64b
7005 #- type: "plot"
7006 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7007 #  algorithm: "plot_nf_heatmap"
7008 #  output-file-type: ".html"
7009 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7010 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7011 #  filter: "'NIC_Intel-XXV710' and
7012 #           'NF_DENSITY' and
7013 #           'VHOST' and
7014 #           'VXLAN' and
7015 #           'CHAIN' and
7016 #           '118' and
7017 #           '2T1C' and
7018 #           'NDRPDR'"
7019 #  parameters:
7020 #  - "throughput"
7021 #  - "name"
7022 #  - "tags"
7023 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7024 #  x-axis: "X = VNFs per Service Chain"
7025 #  y-axis: "Y = Number of Service Chains"
7026 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7027 #  layout:
7028 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7029 #    layout: "plot-service-density"
7030 #
7031 #- type: "plot"
7032 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7033 #  algorithm: "plot_nf_heatmap"
7034 #  output-file-type: ".html"
7035 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7036 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7037 #  filter: "'NIC_Intel-XXV710' and
7038 #           'NF_DENSITY' and
7039 #           'VHOST' and
7040 #           'VXLAN' and
7041 #           'CHAIN' and
7042 #           '118' and
7043 #           '4T2C' and
7044 #           'NDRPDR'"
7045 #  parameters:
7046 #  - "throughput"
7047 #  - "name"
7048 #  - "tags"
7049 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7050 #  x-axis: "X = VNFs per Service Chain"
7051 #  y-axis: "Y = Number of Service Chains"
7052 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7053 #  layout:
7054 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7055 #    layout: "plot-service-density"
7056 #
7057 #- type: "plot"
7058 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7059 #  algorithm: "plot_nf_heatmap"
7060 #  output-file-type: ".html"
7061 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7062 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7063 #  filter: "'NIC_Intel-XXV710' and
7064 #           'NF_DENSITY' and
7065 #           'VHOST' and
7066 #           'VXLAN' and
7067 #           'CHAIN' and
7068 #           '118' and
7069 #           '8T4C' and
7070 #           'NDRPDR'"
7071 #  parameters:
7072 #  - "throughput"
7073 #  - "name"
7074 #  - "tags"
7075 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7076 #  x-axis: "X = VNFs per Service Chain"
7077 #  y-axis: "Y = Number of Service Chains"
7078 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7079 #  layout:
7080 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7081 #    layout: "plot-service-density"
7082 #
7083 ## Plots - NF Density - VSC - NDR IMIX
7084 #- type: "plot"
7085 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7086 #  algorithm: "plot_nf_heatmap"
7087 #  output-file-type: ".html"
7088 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7089 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7090 #  filter: "'NIC_Intel-XXV710' and
7091 #           'NF_DENSITY' and
7092 #           'VHOST' and
7093 #           'VXLAN' and
7094 #           'CHAIN' and
7095 #           'IMIX' and
7096 #           '2T1C' and
7097 #           'NDRPDR'"
7098 #  parameters:
7099 #  - "throughput"
7100 #  - "name"
7101 #  - "tags"
7102 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7103 #  x-axis: "X = VNFs per Service Chain"
7104 #  y-axis: "Y = Number of Service Chains"
7105 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7106 #  layout:
7107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7108 #    layout: "plot-service-density"
7109 #
7110 #- type: "plot"
7111 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7112 #  algorithm: "plot_nf_heatmap"
7113 #  output-file-type: ".html"
7114 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7115 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7116 #  filter: "'NIC_Intel-XXV710' and
7117 #           'NF_DENSITY' and
7118 #           'VHOST' and
7119 #           'VXLAN' and
7120 #           'CHAIN' and
7121 #           'IMIX' and
7122 #           '4T2C' and
7123 #           'NDRPDR'"
7124 #  parameters:
7125 #  - "throughput"
7126 #  - "name"
7127 #  - "tags"
7128 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7129 #  x-axis: "X = VNFs per Service Chain"
7130 #  y-axis: "Y = Number of Service Chains"
7131 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7132 #  layout:
7133 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7134 #    layout: "plot-service-density"
7135 #
7136 #- type: "plot"
7137 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7138 #  algorithm: "plot_nf_heatmap"
7139 #  output-file-type: ".html"
7140 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7141 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7142 #  filter: "'NIC_Intel-XXV710' and
7143 #           'NF_DENSITY' and
7144 #           'VHOST' and
7145 #           'VXLAN' and
7146 #           'CHAIN' and
7147 #           'IMIX' and
7148 #           '8T4C' and
7149 #           'NDRPDR'"
7150 #  parameters:
7151 #  - "throughput"
7152 #  - "name"
7153 #  - "tags"
7154 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7155 #  x-axis: "X = VNFs per Service Chain"
7156 #  y-axis: "Y = Number of Service Chains"
7157 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7158 #  layout:
7159 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7160 #    layout: "plot-service-density"
7161 #
7162 ## Plots - NF Density - VSC - PDR 64b
7163 #- type: "plot"
7164 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7165 #  algorithm: "plot_nf_heatmap"
7166 #  output-file-type: ".html"
7167 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7168 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7169 #  filter: "'NIC_Intel-XXV710' and
7170 #           'NF_DENSITY' and
7171 #           'VHOST' and
7172 #           'VXLAN' and
7173 #           'CHAIN' and
7174 #           '118' and
7175 #           '2T1C' and
7176 #           'NDRPDR'"
7177 #  parameters:
7178 #  - "throughput"
7179 #  - "name"
7180 #  - "tags"
7181 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7182 #  x-axis: "X = VNFs per Service Chain"
7183 #  y-axis: "Y = Number of Service Chains"
7184 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7185 #  layout:
7186 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7187 #    layout: "plot-service-density"
7188 #
7189 #- type: "plot"
7190 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7191 #  algorithm: "plot_nf_heatmap"
7192 #  output-file-type: ".html"
7193 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7194 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7195 #  filter: "'NIC_Intel-XXV710' and
7196 #           'NF_DENSITY' and
7197 #           'VHOST' and
7198 #           'VXLAN' and
7199 #           'CHAIN' and
7200 #           '118' and
7201 #           '4T2C' and
7202 #           'NDRPDR'"
7203 #  parameters:
7204 #  - "throughput"
7205 #  - "name"
7206 #  - "tags"
7207 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7208 #  x-axis: "X = VNFs per Service Chain"
7209 #  y-axis: "Y = Number of Service Chains"
7210 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7211 #  layout:
7212 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7213 #    layout: "plot-service-density"
7214 #
7215 #- type: "plot"
7216 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7217 #  algorithm: "plot_nf_heatmap"
7218 #  output-file-type: ".html"
7219 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7220 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7221 #  filter: "'NIC_Intel-XXV710' and
7222 #           'NF_DENSITY' and
7223 #           'VHOST' and
7224 #           'VXLAN' and
7225 #           'CHAIN' and
7226 #           '118' and
7227 #           '8T4C' and
7228 #           'NDRPDR'"
7229 #  parameters:
7230 #  - "throughput"
7231 #  - "name"
7232 #  - "tags"
7233 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7234 #  x-axis: "X = VNFs per Service Chain"
7235 #  y-axis: "Y = Number of Service Chains"
7236 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7237 #  layout:
7238 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7239 #    layout: "plot-service-density"
7240 #
7241 ## Plots - NF Density - VSC - PDR IMIX
7242 #- type: "plot"
7243 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7244 #  algorithm: "plot_nf_heatmap"
7245 #  output-file-type: ".html"
7246 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7247 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7248 #  filter: "'NIC_Intel-XXV710' and
7249 #           'NF_DENSITY' and
7250 #           'VHOST' and
7251 #           'VXLAN' and
7252 #           'CHAIN' and
7253 #           'IMIX' and
7254 #           '2T1C' and
7255 #           'NDRPDR'"
7256 #  parameters:
7257 #  - "throughput"
7258 #  - "name"
7259 #  - "tags"
7260 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7261 #  x-axis: "X = VNFs per Service Chain"
7262 #  y-axis: "Y = Number of Service Chains"
7263 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7264 #  layout:
7265 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7266 #    layout: "plot-service-density"
7267 #
7268 #- type: "plot"
7269 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7270 #  algorithm: "plot_nf_heatmap"
7271 #  output-file-type: ".html"
7272 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7273 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7274 #  filter: "'NIC_Intel-XXV710' and
7275 #           'NF_DENSITY' and
7276 #           'VHOST' and
7277 #           'VXLAN' and
7278 #           'CHAIN' and
7279 #           'IMIX' and
7280 #           '4T2C' and
7281 #           'NDRPDR'"
7282 #  parameters:
7283 #  - "throughput"
7284 #  - "name"
7285 #  - "tags"
7286 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7287 #  x-axis: "X = VNFs per Service Chain"
7288 #  y-axis: "Y = Number of Service Chains"
7289 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7290 #  layout:
7291 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7292 #    layout: "plot-service-density"
7293 #
7294 #- type: "plot"
7295 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7296 #  algorithm: "plot_nf_heatmap"
7297 #  output-file-type: ".html"
7298 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7299 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7300 #  filter: "'NIC_Intel-XXV710' and
7301 #           'NF_DENSITY' and
7302 #           'VHOST' and
7303 #           'VXLAN' and
7304 #           'CHAIN' and
7305 #           'IMIX' and
7306 #           '8T4C' and
7307 #           'NDRPDR'"
7308 #  parameters:
7309 #  - "throughput"
7310 #  - "name"
7311 #  - "tags"
7312 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7313 #  x-axis: "X = VNFs per Service Chain"
7314 #  y-axis: "Y = Number of Service Chains"
7315 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7316 #  layout:
7317 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7318 #    layout: "plot-service-density"
7319 #
7320 ################################################################################
7321 ## Plots - NF Density - CSC - MRR 64b
7322 #- type: "plot"
7323 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7324 #  algorithm: "plot_nf_heatmap"
7325 #  output-file-type: ".html"
7326 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7327 #  data: "plot-vpp-nfv-2n-skx-mrr"
7328 #  filter: "'NIC_Intel-XXV710' and
7329 #           'NF_DENSITY' and
7330 #           'DOCKER' and
7331 #           'CHAIN' and
7332 #           'NF_VPPIP4' and
7333 #           '64B' and
7334 #           '2T1C' and
7335 #           'MRR'"
7336 #  parameters:
7337 #  - "result"
7338 #  - "name"
7339 #  - "tags"
7340 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7341 #  x-axis: "X = CNFs per Service Chain"
7342 #  y-axis: "Y = Number of Service Chains"
7343 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7344 #  layout:
7345 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7346 #    layout: "plot-service-density"
7347 #
7348 #- type: "plot"
7349 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7350 #  algorithm: "plot_nf_heatmap"
7351 #  output-file-type: ".html"
7352 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7353 #  data: "plot-vpp-nfv-2n-skx-mrr"
7354 #  filter: "'NIC_Intel-XXV710' and
7355 #           'NF_DENSITY' and
7356 #           'DOCKER' and
7357 #           'CHAIN' and
7358 #           'NF_VPPIP4' and
7359 #           '64B' and
7360 #           '4T2C' and
7361 #           'MRR'"
7362 #  parameters:
7363 #  - "result"
7364 #  - "name"
7365 #  - "tags"
7366 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7367 #  x-axis: "X = CNFs per Service Chain"
7368 #  y-axis: "Y = Number of Service Chains"
7369 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7370 #  layout:
7371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7372 #    layout: "plot-service-density"
7373 #
7374 #- type: "plot"
7375 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7376 #  algorithm: "plot_nf_heatmap"
7377 #  output-file-type: ".html"
7378 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7379 #  data: "plot-vpp-nfv-2n-skx-mrr"
7380 #  filter: "'NIC_Intel-XXV710' and
7381 #           'NF_DENSITY' and
7382 #           'DOCKER' and
7383 #           'CHAIN' and
7384 #           'NF_VPPIP4' and
7385 #           '64B' and
7386 #           '8T4C' and
7387 #           'MRR'"
7388 #  parameters:
7389 #  - "result"
7390 #  - "name"
7391 #  - "tags"
7392 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7393 #  x-axis: "X = CNFs per Service Chain"
7394 #  y-axis: "Y = Number of Service Chains"
7395 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7396 #  layout:
7397 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7398 #    layout: "plot-service-density"
7399 #
7400 ## Plots - NF Density - CSC - MRR IMIX
7401 #- type: "plot"
7402 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7403 #  algorithm: "plot_nf_heatmap"
7404 #  output-file-type: ".html"
7405 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7406 #  data: "plot-vpp-nfv-2n-skx-mrr"
7407 #  filter: "'NIC_Intel-XXV710' and
7408 #           'NF_DENSITY' and
7409 #           'DOCKER' and
7410 #           'CHAIN' and
7411 #           'NF_VPPIP4' and
7412 #           'IMIX' and
7413 #           '2T1C' and
7414 #           'MRR'"
7415 #  parameters:
7416 #  - "result"
7417 #  - "name"
7418 #  - "tags"
7419 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7420 #  x-axis: "X = CNFs per Service Chain"
7421 #  y-axis: "Y = Number of Service Chains"
7422 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7423 #  layout:
7424 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7425 #    layout: "plot-service-density"
7426 #
7427 #- type: "plot"
7428 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7429 #  algorithm: "plot_nf_heatmap"
7430 #  output-file-type: ".html"
7431 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7432 #  data: "plot-vpp-nfv-2n-skx-mrr"
7433 #  filter: "'NIC_Intel-XXV710' and
7434 #           'NF_DENSITY' and
7435 #           'DOCKER' and
7436 #           'CHAIN' and
7437 #           'NF_VPPIP4' and
7438 #           'IMIX' and
7439 #           '4T2C' and
7440 #           'MRR'"
7441 #  parameters:
7442 #  - "result"
7443 #  - "name"
7444 #  - "tags"
7445 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7446 #  x-axis: "X = CNFs per Service Chain"
7447 #  y-axis: "Y = Number of Service Chains"
7448 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7449 #  layout:
7450 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7451 #    layout: "plot-service-density"
7452 #
7453 #- type: "plot"
7454 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7455 #  algorithm: "plot_nf_heatmap"
7456 #  output-file-type: ".html"
7457 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7458 #  data: "plot-vpp-nfv-2n-skx-mrr"
7459 #  filter: "'NIC_Intel-XXV710' and
7460 #           'NF_DENSITY' and
7461 #           'DOCKER' and
7462 #           'CHAIN' and
7463 #           'NF_VPPIP4' and
7464 #           'IMIX' and
7465 #           '8T4C' and
7466 #           'MRR'"
7467 #  parameters:
7468 #  - "result"
7469 #  - "name"
7470 #  - "tags"
7471 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7472 #  x-axis: "X = CNFs per Service Chain"
7473 #  y-axis: "Y = Number of Service Chains"
7474 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7475 #  layout:
7476 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7477 #    layout: "plot-service-density"
7478 #
7479 ## Plots - NF Density - CSC - NDR 64b
7480 #- type: "plot"
7481 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7482 #  algorithm: "plot_nf_heatmap"
7483 #  output-file-type: ".html"
7484 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7485 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7486 #  filter: "'NIC_Intel-XXV710' and
7487 #           'NF_DENSITY' and
7488 #           'DOCKER' and
7489 #           'CHAIN' and
7490 #           'NF_VPPIP4' and
7491 #           '64B' and
7492 #           '2T1C' and
7493 #           'NDRPDR'"
7494 #  parameters:
7495 #  - "throughput"
7496 #  - "name"
7497 #  - "tags"
7498 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7499 #  x-axis: "X = CNFs per Service Chain"
7500 #  y-axis: "Y = Number of Service Chains"
7501 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7502 #  layout:
7503 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7504 #    layout: "plot-service-density"
7505 #
7506 #- type: "plot"
7507 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7508 #  algorithm: "plot_nf_heatmap"
7509 #  output-file-type: ".html"
7510 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7511 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7512 #  filter: "'NIC_Intel-XXV710' and
7513 #           'NF_DENSITY' and
7514 #           'DOCKER' and
7515 #           'CHAIN' and
7516 #           'NF_VPPIP4' and
7517 #           '64B' and
7518 #           '4T2C' and
7519 #           'NDRPDR'"
7520 #  parameters:
7521 #  - "throughput"
7522 #  - "name"
7523 #  - "tags"
7524 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7525 #  x-axis: "X = CNFs per Service Chain"
7526 #  y-axis: "Y = Number of Service Chains"
7527 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7528 #  layout:
7529 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7530 #    layout: "plot-service-density"
7531 #
7532 #- type: "plot"
7533 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7534 #  algorithm: "plot_nf_heatmap"
7535 #  output-file-type: ".html"
7536 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7537 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7538 #  filter: "'NIC_Intel-XXV710' and
7539 #           'NF_DENSITY' and
7540 #           'DOCKER' and
7541 #           'CHAIN' and
7542 #           'NF_VPPIP4' and
7543 #           '64B' and
7544 #           '8T4C' and
7545 #           'NDRPDR'"
7546 #  parameters:
7547 #  - "throughput"
7548 #  - "name"
7549 #  - "tags"
7550 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7551 #  x-axis: "X = CNFs per Service Chain"
7552 #  y-axis: "Y = Number of Service Chains"
7553 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7554 #  layout:
7555 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7556 #    layout: "plot-service-density"
7557 #
7558 ## Plots - NF Density - CSC - NDR IMIX
7559 #- type: "plot"
7560 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7561 #  algorithm: "plot_nf_heatmap"
7562 #  output-file-type: ".html"
7563 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7564 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7565 #  filter: "'NIC_Intel-XXV710' and
7566 #           'NF_DENSITY' and
7567 #           'DOCKER' and
7568 #           'CHAIN' and
7569 #           'NF_VPPIP4' and
7570 #           'IMIX' and
7571 #           '2T1C' and
7572 #           'NDRPDR'"
7573 #  parameters:
7574 #  - "throughput"
7575 #  - "name"
7576 #  - "tags"
7577 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7578 #  x-axis: "X = CNFs per Service Chain"
7579 #  y-axis: "Y = Number of Service Chains"
7580 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7581 #  layout:
7582 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7583 #    layout: "plot-service-density"
7584 #
7585 #- type: "plot"
7586 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7587 #  algorithm: "plot_nf_heatmap"
7588 #  output-file-type: ".html"
7589 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7590 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7591 #  filter: "'NIC_Intel-XXV710' and
7592 #           'NF_DENSITY' and
7593 #           'DOCKER' and
7594 #           'CHAIN' and
7595 #           'NF_VPPIP4' and
7596 #           'IMIX' and
7597 #           '4T2C' and
7598 #           'NDRPDR'"
7599 #  parameters:
7600 #  - "throughput"
7601 #  - "name"
7602 #  - "tags"
7603 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7604 #  x-axis: "X = CNFs per Service Chain"
7605 #  y-axis: "Y = Number of Service Chains"
7606 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7607 #  layout:
7608 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7609 #    layout: "plot-service-density"
7610 #
7611 #- type: "plot"
7612 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7613 #  algorithm: "plot_nf_heatmap"
7614 #  output-file-type: ".html"
7615 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7616 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7617 #  filter: "'NIC_Intel-XXV710' and
7618 #           'NF_DENSITY' and
7619 #           'DOCKER' and
7620 #           'CHAIN' and
7621 #           'NF_VPPIP4' and
7622 #           'IMIX' and
7623 #           '8T4C' and
7624 #           'NDRPDR'"
7625 #  parameters:
7626 #  - "throughput"
7627 #  - "name"
7628 #  - "tags"
7629 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7630 #  x-axis: "X = CNFs per Service Chain"
7631 #  y-axis: "Y = Number of Service Chains"
7632 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7633 #  layout:
7634 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7635 #    layout: "plot-service-density"
7636 #
7637 ## Plots - NF Density - CSC - PDR 64b
7638 #- type: "plot"
7639 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7640 #  algorithm: "plot_nf_heatmap"
7641 #  output-file-type: ".html"
7642 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7643 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7644 #  filter: "'NIC_Intel-XXV710' and
7645 #           'NF_DENSITY' and
7646 #           'DOCKER' and
7647 #           'CHAIN' and
7648 #           'NF_VPPIP4' and
7649 #           '64B' and
7650 #           '2T1C' and
7651 #           'NDRPDR'"
7652 #  parameters:
7653 #  - "throughput"
7654 #  - "name"
7655 #  - "tags"
7656 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7657 #  x-axis: "X = CNFs per Service Chain"
7658 #  y-axis: "Y = Number of Service Chains"
7659 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7660 #  layout:
7661 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7662 #    layout: "plot-service-density"
7663 #
7664 #- type: "plot"
7665 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7666 #  algorithm: "plot_nf_heatmap"
7667 #  output-file-type: ".html"
7668 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7669 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7670 #  filter: "'NIC_Intel-XXV710' and
7671 #           'NF_DENSITY' and
7672 #           'DOCKER' and
7673 #           'CHAIN' and
7674 #           'NF_VPPIP4' and
7675 #           '64B' and
7676 #           '4T2C' and
7677 #           'NDRPDR'"
7678 #  parameters:
7679 #  - "throughput"
7680 #  - "name"
7681 #  - "tags"
7682 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7683 #  x-axis: "X = CNFs per Service Chain"
7684 #  y-axis: "Y = Number of Service Chains"
7685 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7686 #  layout:
7687 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7688 #    layout: "plot-service-density"
7689 #
7690 #- type: "plot"
7691 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7692 #  algorithm: "plot_nf_heatmap"
7693 #  output-file-type: ".html"
7694 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7695 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7696 #  filter: "'NIC_Intel-XXV710' and
7697 #           'NF_DENSITY' and
7698 #           'DOCKER' and
7699 #           'CHAIN' and
7700 #           'NF_VPPIP4' and
7701 #           '64B' and
7702 #           '8T4C' and
7703 #           'NDRPDR'"
7704 #  parameters:
7705 #  - "throughput"
7706 #  - "name"
7707 #  - "tags"
7708 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7709 #  x-axis: "X = CNFs per Service Chain"
7710 #  y-axis: "Y = Number of Service Chains"
7711 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7712 #  layout:
7713 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7714 #    layout: "plot-service-density"
7715 #
7716 ## Plots - NF Density - CSC - PDR IMIX
7717 #- type: "plot"
7718 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7719 #  algorithm: "plot_nf_heatmap"
7720 #  output-file-type: ".html"
7721 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7722 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7723 #  filter: "'NIC_Intel-XXV710' and
7724 #           'NF_DENSITY' and
7725 #           'DOCKER' and
7726 #           'CHAIN' and
7727 #           'NF_VPPIP4' and
7728 #           'IMIX' and
7729 #           '2T1C' and
7730 #           'NDRPDR'"
7731 #  parameters:
7732 #  - "throughput"
7733 #  - "name"
7734 #  - "tags"
7735 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7736 #  x-axis: "X = CNFs per Service Chain"
7737 #  y-axis: "Y = Number of Service Chains"
7738 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7739 #  layout:
7740 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7741 #    layout: "plot-service-density"
7742 #
7743 #- type: "plot"
7744 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7745 #  algorithm: "plot_nf_heatmap"
7746 #  output-file-type: ".html"
7747 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7748 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7749 #  filter: "'NIC_Intel-XXV710' and
7750 #           'NF_DENSITY' and
7751 #           'DOCKER' and
7752 #           'CHAIN' and
7753 #           'NF_VPPIP4' and
7754 #           'IMIX' and
7755 #           '4T2C' and
7756 #           'NDRPDR'"
7757 #  parameters:
7758 #  - "throughput"
7759 #  - "name"
7760 #  - "tags"
7761 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7762 #  x-axis: "X = CNFs per Service Chain"
7763 #  y-axis: "Y = Number of Service Chains"
7764 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7765 #  layout:
7766 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7767 #    layout: "plot-service-density"
7768 #
7769 #- type: "plot"
7770 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7771 #  algorithm: "plot_nf_heatmap"
7772 #  output-file-type: ".html"
7773 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7774 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7775 #  filter: "'NIC_Intel-XXV710' and
7776 #           'NF_DENSITY' and
7777 #           'DOCKER' and
7778 #           'CHAIN' and
7779 #           'NF_VPPIP4' and
7780 #           'IMIX' and
7781 #           '8T4C' and
7782 #           'NDRPDR'"
7783 #  parameters:
7784 #  - "throughput"
7785 #  - "name"
7786 #  - "tags"
7787 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7788 #  x-axis: "X = CNFs per Service Chain"
7789 #  y-axis: "Y = Number of Service Chains"
7790 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7791 #  layout:
7792 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7793 #    layout: "plot-service-density"
7794 #
7795 ################################################################################
7796 #
7797 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7798 #- type: "plot"
7799 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7800 #  algorithm: "plot_nf_heatmap"
7801 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7802 #  data: "plot-vpp-nfv-3n-skx-mrr"
7803 #  filter: "'NIC_Intel-XXV710' and
7804 #           'NF_DENSITY' and
7805 #           'DOCKER' and
7806 #           'CHAIN' and
7807 #           'NF_VPPIP4' and
7808 #           'IPSEC' and
7809 #           'TNL_4' and
7810 #           'IMIX' and
7811 #           '2T1C' and
7812 #           'MRR'"
7813 #  parameters:
7814 #  - "result"
7815 #  - "name"
7816 #  - "tags"
7817 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7818 #  x-axis: "X = CNFs per Service Chain"
7819 #  y-axis: "Y = Number of Service Chains"
7820 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7821 #  layout:
7822 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7823 #    layout: "plot-service-density"
7824 #
7825 #- type: "plot"
7826 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7827 #  algorithm: "plot_nf_heatmap"
7828 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7829 #  data: "plot-vpp-nfv-3n-skx-mrr"
7830 #  filter: "'NIC_Intel-XXV710' and
7831 #           'NF_DENSITY' and
7832 #           'DOCKER' and
7833 #           'CHAIN' and
7834 #           'NF_VPPIP4' and
7835 #           'IPSEC' and
7836 #           'TNL_4' and
7837 #           'IMIX' and
7838 #           '4T2C' and
7839 #           'MRR'"
7840 #  parameters:
7841 #  - "result"
7842 #  - "name"
7843 #  - "tags"
7844 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7845 #  x-axis: "X = CNFs per Service Chain"
7846 #  y-axis: "Y = Number of Service Chains"
7847 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7848 #  layout:
7849 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7850 #    layout: "plot-service-density"
7851 #
7852 #- type: "plot"
7853 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7854 #  algorithm: "plot_nf_heatmap"
7855 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7856 #  data: "plot-vpp-nfv-3n-skx-mrr"
7857 #  filter: "'NIC_Intel-XXV710' and
7858 #           'NF_DENSITY' and
7859 #           'DOCKER' and
7860 #           'CHAIN' and
7861 #           'NF_VPPIP4' and
7862 #           'IPSEC' and
7863 #           'TNL_4' and
7864 #           'IMIX' and
7865 #           '8T4C' and
7866 #           'MRR'"
7867 #  parameters:
7868 #  - "result"
7869 #  - "name"
7870 #  - "tags"
7871 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7872 #  x-axis: "X = CNFs per Service Chain"
7873 #  y-axis: "Y = Number of Service Chains"
7874 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7875 #  layout:
7876 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7877 #    layout: "plot-service-density"
7878
7879 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7880 - type: "plot"
7881   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7882   algorithm: "plot_nf_heatmap"
7883   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7884   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7885   filter: "'NIC_Intel-XXV710' and
7886            'NF_DENSITY' and
7887            'DOCKER' and
7888            'CHAIN' and
7889            'NF_VPPIP4' and
7890            'IPSEC' and
7891            'TNL_4' and
7892            'IMIX' and
7893            '2T1C' and
7894            'NDRPDR'"
7895   parameters:
7896   - "throughput"
7897   - "name"
7898   - "tags"
7899   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7900   x-axis: "X = CNFs per Service Chain"
7901   y-axis: "Y = Number of Service Chains"
7902   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7903   layout:
7904     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7905     layout: "plot-service-density"
7906
7907 - type: "plot"
7908   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7909   algorithm: "plot_nf_heatmap"
7910   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7911   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7912   filter: "'NIC_Intel-XXV710' and
7913            'NF_DENSITY' and
7914            'DOCKER' and
7915            'CHAIN' and
7916            'NF_VPPIP4' and
7917            'IPSEC' and
7918            'TNL_4' and
7919            'IMIX' and
7920            '4T2C' and
7921            'NDRPDR'"
7922   parameters:
7923   - "throughput"
7924   - "name"
7925   - "tags"
7926   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7927   x-axis: "X = CNFs per Service Chain"
7928   y-axis: "Y = Number of Service Chains"
7929   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7930   layout:
7931     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7932     layout: "plot-service-density"
7933
7934 - type: "plot"
7935   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7936   algorithm: "plot_nf_heatmap"
7937   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7938   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7939   filter: "'NIC_Intel-XXV710' and
7940            'NF_DENSITY' and
7941            'DOCKER' and
7942            'CHAIN' and
7943            'NF_VPPIP4' and
7944            'IPSEC' and
7945            'TNL_4' and
7946            'IMIX' and
7947            '8T4C' and
7948            'NDRPDR'"
7949   parameters:
7950   - "throughput"
7951   - "name"
7952   - "tags"
7953   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7954   x-axis: "X = CNFs per Service Chain"
7955   y-axis: "Y = Number of Service Chains"
7956   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7957   layout:
7958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7959     layout: "plot-service-density"
7960
7961 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7962 - type: "plot"
7963   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7964   algorithm: "plot_nf_heatmap"
7965   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7966   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7967   filter: "'NIC_Intel-XXV710' and
7968            'NF_DENSITY' and
7969            'DOCKER' and
7970            'CHAIN' and
7971            'NF_VPPIP4' and
7972            'IPSEC' and
7973            'TNL_4' and
7974            'IMIX' and
7975            '2T1C' and
7976            'NDRPDR'"
7977   parameters:
7978   - "throughput"
7979   - "name"
7980   - "tags"
7981   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7982   x-axis: "X = CNFs per Service Chain"
7983   y-axis: "Y = Number of Service Chains"
7984   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7985   layout:
7986     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7987     layout: "plot-service-density"
7988
7989 - type: "plot"
7990   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7991   algorithm: "plot_nf_heatmap"
7992   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7993   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7994   filter: "'NIC_Intel-XXV710' and
7995            'NF_DENSITY' and
7996            'DOCKER' and
7997            'CHAIN' and
7998            'NF_VPPIP4' and
7999            'IPSEC' and
8000            'TNL_4' and
8001            'IMIX' and
8002            '4T2C' and
8003            'NDRPDR'"
8004   parameters:
8005   - "throughput"
8006   - "name"
8007   - "tags"
8008   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8009   x-axis: "X = CNFs per Service Chain"
8010   y-axis: "Y = Number of Service Chains"
8011   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8012   layout:
8013     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8014     layout: "plot-service-density"
8015
8016 - type: "plot"
8017   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8018   algorithm: "plot_nf_heatmap"
8019   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8020   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8021   filter: "'NIC_Intel-XXV710' and
8022            'NF_DENSITY' and
8023            'DOCKER' and
8024            'CHAIN' and
8025            'NF_VPPIP4' and
8026            'IPSEC' and
8027            'TNL_4' and
8028            'IMIX' and
8029            '8T4C' and
8030            'NDRPDR'"
8031   parameters:
8032   - "throughput"
8033   - "name"
8034   - "tags"
8035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8036   x-axis: "X = CNFs per Service Chain"
8037   y-axis: "Y = Number of Service Chains"
8038   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8039   layout:
8040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8041     layout: "plot-service-density"
8042
8043 ###############################################################################
8044
8045 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8046 - type: "plot"
8047   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8048   algorithm: "plot_nf_heatmap"
8049   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8050   data: "plot-vpp-nfv-3n-hsw-mrr"
8051   filter: "'NIC_Intel-XL710' and
8052            'NF_DENSITY' and
8053            'DOCKER' and
8054            'CHAIN' and
8055            'NF_VPPIP4' and
8056            'IMIX' and
8057            'TNL_4' and
8058            '1T1C' and
8059            'MRR'"
8060   parameters:
8061   - "result"
8062   - "name"
8063   - "tags"
8064   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8065   x-axis: "X = CNFs per Service Chain"
8066   y-axis: "Y = Number of Service Chains"
8067   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8068   layout:
8069     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8070     layout: "plot-service-density"
8071
8072 - type: "plot"
8073   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8074   algorithm: "plot_nf_heatmap"
8075   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8076   data: "plot-vpp-nfv-3n-hsw-mrr"
8077   filter: "'NIC_Intel-XL710' and
8078            'NF_DENSITY' and
8079            'DOCKER' and
8080            'CHAIN' and
8081            'NF_VPPIP4' and
8082            'IPSEC' and
8083            'TNL_4' and
8084            'IMIX' and
8085            '2T2C' and
8086            'MRR'"
8087   parameters:
8088   - "result"
8089   - "name"
8090   - "tags"
8091   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8092   x-axis: "X = CNFs per Service Chain"
8093   y-axis: "Y = Number of Service Chains"
8094   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8095   layout:
8096     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8097     layout: "plot-service-density"
8098
8099 - type: "plot"
8100   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8101   algorithm: "plot_nf_heatmap"
8102   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8103   data: "plot-vpp-nfv-3n-hsw-mrr"
8104   filter: "'NIC_Intel-XL710' and
8105            'NF_DENSITY' and
8106            'DOCKER' and
8107            'CHAIN' and
8108            'NF_VPPIP4' and
8109            'IPSEC' and
8110            'TNL_4' and
8111            'IMIX' and
8112            '4T4C' and
8113            'MRR'"
8114   parameters:
8115   - "result"
8116   - "name"
8117   - "tags"
8118   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8119   x-axis: "X = CNFs per Service Chain"
8120   y-axis: "Y = Number of Service Chains"
8121   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8122   layout:
8123     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8124     layout: "plot-service-density"
8125
8126 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8127 - type: "plot"
8128   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8129   algorithm: "plot_nf_heatmap"
8130   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8131   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8132   filter: "'NIC_Intel-XL710' and
8133            'NF_DENSITY' and
8134            'DOCKER' and
8135            'CHAIN' and
8136            'NF_VPPIP4' and
8137            'IPSEC' and
8138            'TNL_4' and
8139            'IMIX' and
8140            '1T1C' and
8141            'NDRPDR'"
8142   parameters:
8143   - "throughput"
8144   - "name"
8145   - "tags"
8146   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8147   x-axis: "X = CNFs per Service Chain"
8148   y-axis: "Y = Number of Service Chains"
8149   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8150   layout:
8151     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8152     layout: "plot-service-density"
8153
8154 - type: "plot"
8155   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8156   algorithm: "plot_nf_heatmap"
8157   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8158   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8159   filter: "'NIC_Intel-XL710' and
8160            'NF_DENSITY' and
8161            'DOCKER' and
8162            'CHAIN' and
8163            'NF_VPPIP4' and
8164            'IPSEC' and
8165            'TNL_4' and
8166            'IMIX' and
8167            '2T2C' and
8168            'NDRPDR'"
8169   parameters:
8170   - "throughput"
8171   - "name"
8172   - "tags"
8173   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8174   x-axis: "X = CNFs per Service Chain"
8175   y-axis: "Y = Number of Service Chains"
8176   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8177   layout:
8178     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8179     layout: "plot-service-density"
8180
8181 - type: "plot"
8182   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8183   algorithm: "plot_nf_heatmap"
8184   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8185   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8186   filter: "'NIC_Intel-XL710' and
8187            'NF_DENSITY' and
8188            'DOCKER' and
8189            'CHAIN' and
8190            'NF_VPPIP4' and
8191            'IPSEC' and
8192            'TNL_4' and
8193            'IMIX' and
8194            '4T4C' and
8195            'NDRPDR'"
8196   parameters:
8197   - "throughput"
8198   - "name"
8199   - "tags"
8200   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8201   x-axis: "X = CNFs per Service Chain"
8202   y-axis: "Y = Number of Service Chains"
8203   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8204   layout:
8205     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8206     layout: "plot-service-density"
8207
8208 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8209 - type: "plot"
8210   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8211   algorithm: "plot_nf_heatmap"
8212   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8213   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8214   filter: "'NIC_Intel-XL710' and
8215            'NF_DENSITY' and
8216            'DOCKER' and
8217            'CHAIN' and
8218            'NF_VPPIP4' and
8219            'IPSEC' and
8220            'TNL_4' and
8221            'IMIX' and
8222            '1T1C' and
8223            'NDRPDR'"
8224   parameters:
8225   - "throughput"
8226   - "name"
8227   - "tags"
8228   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8229   x-axis: "X = CNFs per Service Chain"
8230   y-axis: "Y = Number of Service Chains"
8231   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8232   layout:
8233     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8234     layout: "plot-service-density"
8235
8236 - type: "plot"
8237   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8238   algorithm: "plot_nf_heatmap"
8239   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8240   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8241   filter: "'NIC_Intel-XL710' and
8242            'NF_DENSITY' and
8243            'DOCKER' and
8244            'CHAIN' and
8245            'NF_VPPIP4' and
8246            'IPSEC' and
8247            'TNL_4' and
8248            'IMIX' and
8249            '2T2C' and
8250            'NDRPDR'"
8251   parameters:
8252   - "throughput"
8253   - "name"
8254   - "tags"
8255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8256   x-axis: "X = CNFs per Service Chain"
8257   y-axis: "Y = Number of Service Chains"
8258   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8259   layout:
8260     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8261     layout: "plot-service-density"
8262
8263 - type: "plot"
8264   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8265   algorithm: "plot_nf_heatmap"
8266   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8267   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8268   filter: "'NIC_Intel-XL710' and
8269            'NF_DENSITY' and
8270            'DOCKER' and
8271            'CHAIN' and
8272            'NF_VPPIP4' and
8273            'IPSEC' and
8274            'TNL_4' and
8275            'IMIX' and
8276            '4T4C' and
8277            'NDRPDR'"
8278   parameters:
8279   - "throughput"
8280   - "name"
8281   - "tags"
8282   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8283   x-axis: "X = CNFs per Service Chain"
8284   y-axis: "Y = Number of Service Chains"
8285   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8286   layout:
8287     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8288     layout: "plot-service-density"
8289
8290 ###############################################################################
8291
8292 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8293 #- type: "plot"
8294 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8295 #  algorithm: "plot_nf_heatmap"
8296 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8297 #  data: "plot-vpp-nfv-3n-skx-mrr"
8298 #  filter: "'NIC_Intel-XXV710' and
8299 #           'NF_DENSITY' and
8300 #           'DOCKER' and
8301 #           'CHAIN' and
8302 #           'NF_VPPIP4' and
8303 #           'IPSEC' and
8304 #           'TNL_1000' and
8305 #           'IMIX' and
8306 #           '2T1C' and
8307 #           'MRR'"
8308 #  parameters:
8309 #  - "result"
8310 #  - "name"
8311 #  - "tags"
8312 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8313 #  x-axis: "X = CNFs per Service Chain"
8314 #  y-axis: "Y = Number of Service Chains"
8315 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8316 #  layout:
8317 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8318 #    layout: "plot-service-density"
8319 #
8320 #- type: "plot"
8321 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8322 #  algorithm: "plot_nf_heatmap"
8323 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8324 #  data: "plot-vpp-nfv-3n-skx-mrr"
8325 #  filter: "'NIC_Intel-XXV710' and
8326 #           'NF_DENSITY' and
8327 #           'DOCKER' and
8328 #           'CHAIN' and
8329 #           'NF_VPPIP4' and
8330 #           'IPSEC' and
8331 #           'TNL_1000' and
8332 #           'IMIX' and
8333 #           '4T2C' and
8334 #           'MRR'"
8335 #  parameters:
8336 #  - "result"
8337 #  - "name"
8338 #  - "tags"
8339 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8340 #  x-axis: "X = CNFs per Service Chain"
8341 #  y-axis: "Y = Number of Service Chains"
8342 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8343 #  layout:
8344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8345 #    layout: "plot-service-density"
8346 #
8347 #- type: "plot"
8348 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8349 #  algorithm: "plot_nf_heatmap"
8350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8351 #  data: "plot-vpp-nfv-3n-skx-mrr"
8352 #  filter: "'NIC_Intel-XXV710' and
8353 #           'NF_DENSITY' and
8354 #           'DOCKER' and
8355 #           'CHAIN' and
8356 #           'NF_VPPIP4' and
8357 #           'IPSEC' and
8358 #           'TNL_1000' and
8359 #           'IMIX' and
8360 #           '8T4C' and
8361 #           'MRR'"
8362 #  parameters:
8363 #  - "result"
8364 #  - "name"
8365 #  - "tags"
8366 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8367 #  x-axis: "X = CNFs per Service Chain"
8368 #  y-axis: "Y = Number of Service Chains"
8369 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8370 #  layout:
8371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8372 #    layout: "plot-service-density"
8373
8374 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8375 - type: "plot"
8376   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8377   algorithm: "plot_nf_heatmap"
8378   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8379   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8380   filter: "'NIC_Intel-XXV710' and
8381            'NF_DENSITY' and
8382            'DOCKER' and
8383            'CHAIN' and
8384            'NF_VPPIP4' and
8385            'IPSEC' and
8386            'TNL_1000' and
8387            'IMIX' and
8388            '2T1C' and
8389            'NDRPDR'"
8390   parameters:
8391   - "throughput"
8392   - "name"
8393   - "tags"
8394   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8395   x-axis: "X = CNFs per Service Chain"
8396   y-axis: "Y = Number of Service Chains"
8397   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8398   layout:
8399     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8400     layout: "plot-service-density"
8401
8402 - type: "plot"
8403   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8404   algorithm: "plot_nf_heatmap"
8405   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8406   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8407   filter: "'NIC_Intel-XXV710' and
8408            'NF_DENSITY' and
8409            'DOCKER' and
8410            'CHAIN' and
8411            'NF_VPPIP4' and
8412            'IPSEC' and
8413            'TNL_1000' and
8414            'IMIX' and
8415            '4T2C' and
8416            'NDRPDR'"
8417   parameters:
8418   - "throughput"
8419   - "name"
8420   - "tags"
8421   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8422   x-axis: "X = CNFs per Service Chain"
8423   y-axis: "Y = Number of Service Chains"
8424   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8425   layout:
8426     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8427     layout: "plot-service-density"
8428
8429 - type: "plot"
8430   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8431   algorithm: "plot_nf_heatmap"
8432   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8433   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8434   filter: "'NIC_Intel-XXV710' and
8435            'NF_DENSITY' and
8436            'DOCKER' and
8437            'CHAIN' and
8438            'NF_VPPIP4' and
8439            'IPSEC' and
8440            'TNL_1000' and
8441            'IMIX' and
8442            '8T4C' and
8443            'NDRPDR'"
8444   parameters:
8445   - "throughput"
8446   - "name"
8447   - "tags"
8448   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8449   x-axis: "X = CNFs per Service Chain"
8450   y-axis: "Y = Number of Service Chains"
8451   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8452   layout:
8453     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8454     layout: "plot-service-density"
8455
8456 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8457 - type: "plot"
8458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8459   algorithm: "plot_nf_heatmap"
8460   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8461   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8462   filter: "'NIC_Intel-XXV710' and
8463            'NF_DENSITY' and
8464            'DOCKER' and
8465            'CHAIN' and
8466            'NF_VPPIP4' and
8467            'IPSEC' and
8468            'TNL_1000' and
8469            'IMIX' and
8470            '2T1C' and
8471            'NDRPDR'"
8472   parameters:
8473   - "throughput"
8474   - "name"
8475   - "tags"
8476   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8477   x-axis: "X = CNFs per Service Chain"
8478   y-axis: "Y = Number of Service Chains"
8479   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8480   layout:
8481     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8482     layout: "plot-service-density"
8483
8484 - type: "plot"
8485   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8486   algorithm: "plot_nf_heatmap"
8487   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8488   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8489   filter: "'NIC_Intel-XXV710' and
8490            'NF_DENSITY' and
8491            'DOCKER' and
8492            'CHAIN' and
8493            'NF_VPPIP4' and
8494            'IPSEC' and
8495            'TNL_1000' and
8496            'IMIX' and
8497            '4T2C' and
8498            'NDRPDR'"
8499   parameters:
8500   - "throughput"
8501   - "name"
8502   - "tags"
8503   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8504   x-axis: "X = CNFs per Service Chain"
8505   y-axis: "Y = Number of Service Chains"
8506   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8507   layout:
8508     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8509     layout: "plot-service-density"
8510
8511 - type: "plot"
8512   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8513   algorithm: "plot_nf_heatmap"
8514   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8515   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8516   filter: "'NIC_Intel-XXV710' and
8517            'NF_DENSITY' and
8518            'DOCKER' and
8519            'CHAIN' and
8520            'NF_VPPIP4' and
8521            'IPSEC' and
8522            'TNL_1000' and
8523            'IMIX' and
8524            '8T4C' and
8525            'NDRPDR'"
8526   parameters:
8527   - "throughput"
8528   - "name"
8529   - "tags"
8530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8531   x-axis: "X = CNFs per Service Chain"
8532   y-axis: "Y = Number of Service Chains"
8533   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8534   layout:
8535     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8536     layout: "plot-service-density"
8537
8538 ###############################################################################
8539
8540 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8541 - type: "plot"
8542   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8543   algorithm: "plot_nf_heatmap"
8544   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8545   data: "plot-vpp-nfv-3n-hsw-mrr"
8546   filter: "'NIC_Intel-XL710' and
8547            'NF_DENSITY' and
8548            'DOCKER' and
8549            'CHAIN' and
8550            'NF_VPPIP4' and
8551            'IMIX' and
8552            'TNL_1000' and
8553            '1T1C' and
8554            'MRR'"
8555   parameters:
8556   - "result"
8557   - "name"
8558   - "tags"
8559   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8560   x-axis: "X = CNFs per Service Chain"
8561   y-axis: "Y = Number of Service Chains"
8562   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8563   layout:
8564     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8565     layout: "plot-service-density"
8566
8567 - type: "plot"
8568   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8569   algorithm: "plot_nf_heatmap"
8570   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8571   data: "plot-vpp-nfv-3n-hsw-mrr"
8572   filter: "'NIC_Intel-XL710' and
8573            'NF_DENSITY' and
8574            'DOCKER' and
8575            'CHAIN' and
8576            'NF_VPPIP4' and
8577            'IPSEC' and
8578            'TNL_1000' and
8579            'IMIX' and
8580            '2T2C' and
8581            'MRR'"
8582   parameters:
8583   - "result"
8584   - "name"
8585   - "tags"
8586   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8587   x-axis: "X = CNFs per Service Chain"
8588   y-axis: "Y = Number of Service Chains"
8589   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8590   layout:
8591     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8592     layout: "plot-service-density"
8593
8594 - type: "plot"
8595   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8596   algorithm: "plot_nf_heatmap"
8597   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8598   data: "plot-vpp-nfv-3n-hsw-mrr"
8599   filter: "'NIC_Intel-XL710' and
8600            'NF_DENSITY' and
8601            'DOCKER' and
8602            'CHAIN' and
8603            'NF_VPPIP4' and
8604            'IPSEC' and
8605            'TNL_1000' and
8606            'IMIX' and
8607            '4T4C' and
8608            'MRR'"
8609   parameters:
8610   - "result"
8611   - "name"
8612   - "tags"
8613   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8614   x-axis: "X = CNFs per Service Chain"
8615   y-axis: "Y = Number of Service Chains"
8616   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8617   layout:
8618     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8619     layout: "plot-service-density"
8620
8621 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8622 - type: "plot"
8623   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8624   algorithm: "plot_nf_heatmap"
8625   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8626   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8627   filter: "'NIC_Intel-XL710' and
8628            'NF_DENSITY' and
8629            'DOCKER' and
8630            'CHAIN' and
8631            'NF_VPPIP4' and
8632            'IPSEC' and
8633            'TNL_1000' and
8634            'IMIX' and
8635            '1T1C' and
8636            'NDRPDR'"
8637   parameters:
8638   - "throughput"
8639   - "name"
8640   - "tags"
8641   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8642   x-axis: "X = CNFs per Service Chain"
8643   y-axis: "Y = Number of Service Chains"
8644   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8645   layout:
8646     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8647     layout: "plot-service-density"
8648
8649 - type: "plot"
8650   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8651   algorithm: "plot_nf_heatmap"
8652   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8653   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8654   filter: "'NIC_Intel-XL710' and
8655            'NF_DENSITY' and
8656            'DOCKER' and
8657            'CHAIN' and
8658            'NF_VPPIP4' and
8659            'IPSEC' and
8660            'TNL_1000' and
8661            'IMIX' and
8662            '2T2C' and
8663            'NDRPDR'"
8664   parameters:
8665   - "throughput"
8666   - "name"
8667   - "tags"
8668   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8669   x-axis: "X = CNFs per Service Chain"
8670   y-axis: "Y = Number of Service Chains"
8671   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8672   layout:
8673     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8674     layout: "plot-service-density"
8675
8676 - type: "plot"
8677   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8678   algorithm: "plot_nf_heatmap"
8679   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8680   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8681   filter: "'NIC_Intel-XL710' and
8682            'NF_DENSITY' and
8683            'DOCKER' and
8684            'CHAIN' and
8685            'NF_VPPIP4' and
8686            'IPSEC' and
8687            'TNL_1000' and
8688            'IMIX' and
8689            '4T4C' and
8690            'NDRPDR'"
8691   parameters:
8692   - "throughput"
8693   - "name"
8694   - "tags"
8695   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8696   x-axis: "X = CNFs per Service Chain"
8697   y-axis: "Y = Number of Service Chains"
8698   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8699   layout:
8700     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8701     layout: "plot-service-density"
8702
8703 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8704 - type: "plot"
8705   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8706   algorithm: "plot_nf_heatmap"
8707   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8708   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8709   filter: "'NIC_Intel-XL710' and
8710            'NF_DENSITY' and
8711            'DOCKER' and
8712            'CHAIN' and
8713            'NF_VPPIP4' and
8714            'IPSEC' and
8715            'TNL_1000' and
8716            'IMIX' and
8717            '1T1C' and
8718            'NDRPDR'"
8719   parameters:
8720   - "throughput"
8721   - "name"
8722   - "tags"
8723   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8724   x-axis: "X = CNFs per Service Chain"
8725   y-axis: "Y = Number of Service Chains"
8726   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8727   layout:
8728     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8729     layout: "plot-service-density"
8730
8731 - type: "plot"
8732   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8733   algorithm: "plot_nf_heatmap"
8734   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8735   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8736   filter: "'NIC_Intel-XL710' and
8737            'NF_DENSITY' and
8738            'DOCKER' and
8739            'CHAIN' and
8740            'NF_VPPIP4' and
8741            'IPSEC' and
8742            'TNL_1000' and
8743            'IMIX' and
8744            '2T2C' and
8745            'NDRPDR'"
8746   parameters:
8747   - "throughput"
8748   - "name"
8749   - "tags"
8750   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8751   x-axis: "X = CNFs per Service Chain"
8752   y-axis: "Y = Number of Service Chains"
8753   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8754   layout:
8755     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8756     layout: "plot-service-density"
8757
8758 - type: "plot"
8759   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8760   algorithm: "plot_nf_heatmap"
8761   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8762   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8763   filter: "'NIC_Intel-XL710' and
8764            'NF_DENSITY' and
8765            'DOCKER' and
8766            'CHAIN' and
8767            'NF_VPPIP4' and
8768            'IPSEC' and
8769            'TNL_1000' and
8770            'IMIX' and
8771            '4T4C' and
8772            'NDRPDR'"
8773   parameters:
8774   - "throughput"
8775   - "name"
8776   - "tags"
8777   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8778   x-axis: "X = CNFs per Service Chain"
8779   y-axis: "Y = Number of Service Chains"
8780   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8781   layout:
8782     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8783     layout: "plot-service-density"
8784
8785 ###############################################################################
8786
8787 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8788 #- type: "plot"
8789 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8790 #  algorithm: "plot_nf_heatmap"
8791 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8792 #  data: "plot-vpp-nfv-3n-skx-mrr"
8793 #  filter: "'NIC_Intel-XXV710' and
8794 #           'NF_DENSITY' and
8795 #           'DOCKER' and
8796 #           'CHAIN' and
8797 #           'NF_VPPIP4' and
8798 #           'IPSEC' and
8799 #           'TNL_10000' and
8800 #           'IMIX' and
8801 #           '2T1C' and
8802 #           'MRR'"
8803 #  parameters:
8804 #  - "result"
8805 #  - "name"
8806 #  - "tags"
8807 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8808 #  x-axis: "X = CNFs per Service Chain"
8809 #  y-axis: "Y = Number of Service Chains"
8810 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8811 #  layout:
8812 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8813 #    layout: "plot-service-density"
8814 #
8815 #- type: "plot"
8816 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8817 #  algorithm: "plot_nf_heatmap"
8818 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8819 #  data: "plot-vpp-nfv-3n-skx-mrr"
8820 #  filter: "'NIC_Intel-XXV710' and
8821 #           'NF_DENSITY' and
8822 #           'DOCKER' and
8823 #           'CHAIN' and
8824 #           'NF_VPPIP4' and
8825 #           'IPSEC' and
8826 #           'TNL_10000' and
8827 #           'IMIX' and
8828 #           '4T2C' and
8829 #           'MRR'"
8830 #  parameters:
8831 #  - "result"
8832 #  - "name"
8833 #  - "tags"
8834 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8835 #  x-axis: "X = CNFs per Service Chain"
8836 #  y-axis: "Y = Number of Service Chains"
8837 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8838 #  layout:
8839 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8840 #    layout: "plot-service-density"
8841 #
8842 #- type: "plot"
8843 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8844 #  algorithm: "plot_nf_heatmap"
8845 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8846 #  data: "plot-vpp-nfv-3n-skx-mrr"
8847 #  filter: "'NIC_Intel-XXV710' and
8848 #           'NF_DENSITY' and
8849 #           'DOCKER' and
8850 #           'CHAIN' and
8851 #           'NF_VPPIP4' and
8852 #           'IPSEC' and
8853 #           'TNL_10000' and
8854 #           'IMIX' and
8855 #           '8T4C' and
8856 #           'MRR'"
8857 #  parameters:
8858 #  - "result"
8859 #  - "name"
8860 #  - "tags"
8861 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8862 #  x-axis: "X = CNFs per Service Chain"
8863 #  y-axis: "Y = Number of Service Chains"
8864 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8865 #  layout:
8866 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8867 #    layout: "plot-service-density"
8868
8869 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8870 - type: "plot"
8871   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8872   algorithm: "plot_nf_heatmap"
8873   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8874   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8875   filter: "'NIC_Intel-XXV710' and
8876            'NF_DENSITY' and
8877            'DOCKER' and
8878            'CHAIN' and
8879            'NF_VPPIP4' and
8880            'IPSEC' and
8881            'TNL_10000' and
8882            'IMIX' and
8883            '2T1C' and
8884            'NDRPDR'"
8885   parameters:
8886   - "throughput"
8887   - "name"
8888   - "tags"
8889   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8890   x-axis: "X = CNFs per Service Chain"
8891   y-axis: "Y = Number of Service Chains"
8892   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8893   layout:
8894     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8895     layout: "plot-service-density"
8896
8897 - type: "plot"
8898   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8899   algorithm: "plot_nf_heatmap"
8900   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8901   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8902   filter: "'NIC_Intel-XXV710' and
8903            'NF_DENSITY' and
8904            'DOCKER' and
8905            'CHAIN' and
8906            'NF_VPPIP4' and
8907            'IPSEC' and
8908            'TNL_10000' and
8909            'IMIX' and
8910            '4T2C' and
8911            'NDRPDR'"
8912   parameters:
8913   - "throughput"
8914   - "name"
8915   - "tags"
8916   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8917   x-axis: "X = CNFs per Service Chain"
8918   y-axis: "Y = Number of Service Chains"
8919   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8920   layout:
8921     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8922     layout: "plot-service-density"
8923
8924 - type: "plot"
8925   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8926   algorithm: "plot_nf_heatmap"
8927   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8928   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8929   filter: "'NIC_Intel-XXV710' and
8930            'NF_DENSITY' and
8931            'DOCKER' and
8932            'CHAIN' and
8933            'NF_VPPIP4' and
8934            'IPSEC' and
8935            'TNL_10000' and
8936            'IMIX' and
8937            '8T4C' and
8938            'NDRPDR'"
8939   parameters:
8940   - "throughput"
8941   - "name"
8942   - "tags"
8943   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8944   x-axis: "X = CNFs per Service Chain"
8945   y-axis: "Y = Number of Service Chains"
8946   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8947   layout:
8948     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8949     layout: "plot-service-density"
8950
8951 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8952 - type: "plot"
8953   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8954   algorithm: "plot_nf_heatmap"
8955   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8956   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8957   filter: "'NIC_Intel-XXV710' and
8958            'NF_DENSITY' and
8959            'DOCKER' and
8960            'CHAIN' and
8961            'NF_VPPIP4' and
8962            'IPSEC' and
8963            'TNL_10000' and
8964            'IMIX' and
8965            '2T1C' and
8966            'NDRPDR'"
8967   parameters:
8968   - "throughput"
8969   - "name"
8970   - "tags"
8971   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8972   x-axis: "X = CNFs per Service Chain"
8973   y-axis: "Y = Number of Service Chains"
8974   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8975   layout:
8976     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8977     layout: "plot-service-density"
8978
8979 - type: "plot"
8980   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8981   algorithm: "plot_nf_heatmap"
8982   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8983   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8984   filter: "'NIC_Intel-XXV710' and
8985            'NF_DENSITY' and
8986            'DOCKER' and
8987            'CHAIN' and
8988            'NF_VPPIP4' and
8989            'IPSEC' and
8990            'TNL_10000' and
8991            'IMIX' and
8992            '4T2C' and
8993            'NDRPDR'"
8994   parameters:
8995   - "throughput"
8996   - "name"
8997   - "tags"
8998   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8999   x-axis: "X = CNFs per Service Chain"
9000   y-axis: "Y = Number of Service Chains"
9001   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9002   layout:
9003     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9004     layout: "plot-service-density"
9005
9006 - type: "plot"
9007   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9008   algorithm: "plot_nf_heatmap"
9009   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9010   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9011   filter: "'NIC_Intel-XXV710' and
9012            'NF_DENSITY' and
9013            'DOCKER' and
9014            'CHAIN' and
9015            'NF_VPPIP4' and
9016            'IPSEC' and
9017            'TNL_10000' and
9018            'IMIX' and
9019            '8T4C' and
9020            'NDRPDR'"
9021   parameters:
9022   - "throughput"
9023   - "name"
9024   - "tags"
9025   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9026   x-axis: "X = CNFs per Service Chain"
9027   y-axis: "Y = Number of Service Chains"
9028   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9029   layout:
9030     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9031     layout: "plot-service-density"
9032
9033 ###############################################################################
9034
9035 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9036 - type: "plot"
9037   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9038   algorithm: "plot_nf_heatmap"
9039   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9040   data: "plot-vpp-nfv-3n-hsw-mrr"
9041   filter: "'NIC_Intel-XL710' and
9042            'NF_DENSITY' and
9043            'DOCKER' and
9044            'CHAIN' and
9045            'NF_VPPIP4' and
9046            'IMIX' and
9047            'TNL_10000' and
9048            '1T1C' and
9049            'MRR'"
9050   parameters:
9051   - "result"
9052   - "name"
9053   - "tags"
9054   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9055   x-axis: "X = CNFs per Service Chain"
9056   y-axis: "Y = Number of Service Chains"
9057   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9058   layout:
9059     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9060     layout: "plot-service-density"
9061
9062 - type: "plot"
9063   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9064   algorithm: "plot_nf_heatmap"
9065   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9066   data: "plot-vpp-nfv-3n-hsw-mrr"
9067   filter: "'NIC_Intel-XL710' and
9068            'NF_DENSITY' and
9069            'DOCKER' and
9070            'CHAIN' and
9071            'NF_VPPIP4' and
9072            'IPSEC' and
9073            'TNL_10000' and
9074            'IMIX' and
9075            '2T2C' and
9076            'MRR'"
9077   parameters:
9078   - "result"
9079   - "name"
9080   - "tags"
9081   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9082   x-axis: "X = CNFs per Service Chain"
9083   y-axis: "Y = Number of Service Chains"
9084   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9085   layout:
9086     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9087     layout: "plot-service-density"
9088
9089 - type: "plot"
9090   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9091   algorithm: "plot_nf_heatmap"
9092   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9093   data: "plot-vpp-nfv-3n-hsw-mrr"
9094   filter: "'NIC_Intel-XL710' and
9095            'NF_DENSITY' and
9096            'DOCKER' and
9097            'CHAIN' and
9098            'NF_VPPIP4' and
9099            'IPSEC' and
9100            'TNL_10000' and
9101            'IMIX' and
9102            '4T4C' and
9103            'MRR'"
9104   parameters:
9105   - "result"
9106   - "name"
9107   - "tags"
9108   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9109   x-axis: "X = CNFs per Service Chain"
9110   y-axis: "Y = Number of Service Chains"
9111   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9112   layout:
9113     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9114     layout: "plot-service-density"
9115
9116 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9117 - type: "plot"
9118   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9119   algorithm: "plot_nf_heatmap"
9120   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9121   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9122   filter: "'NIC_Intel-XL710' and
9123            'NF_DENSITY' and
9124            'DOCKER' and
9125            'CHAIN' and
9126            'NF_VPPIP4' and
9127            'IPSEC' and
9128            'TNL_10000' and
9129            'IMIX' and
9130            '1T1C' and
9131            'NDRPDR'"
9132   parameters:
9133   - "throughput"
9134   - "name"
9135   - "tags"
9136   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9137   x-axis: "X = CNFs per Service Chain"
9138   y-axis: "Y = Number of Service Chains"
9139   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9140   layout:
9141     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9142     layout: "plot-service-density"
9143
9144 - type: "plot"
9145   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9146   algorithm: "plot_nf_heatmap"
9147   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9148   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9149   filter: "'NIC_Intel-XL710' and
9150            'NF_DENSITY' and
9151            'DOCKER' and
9152            'CHAIN' and
9153            'NF_VPPIP4' and
9154            'IPSEC' and
9155            'TNL_10000' and
9156            'IMIX' and
9157            '2T2C' and
9158            'NDRPDR'"
9159   parameters:
9160   - "throughput"
9161   - "name"
9162   - "tags"
9163   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9164   x-axis: "X = CNFs per Service Chain"
9165   y-axis: "Y = Number of Service Chains"
9166   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9167   layout:
9168     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9169     layout: "plot-service-density"
9170
9171 - type: "plot"
9172   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9173   algorithm: "plot_nf_heatmap"
9174   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9175   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9176   filter: "'NIC_Intel-XL710' and
9177            'NF_DENSITY' and
9178            'DOCKER' and
9179            'CHAIN' and
9180            'NF_VPPIP4' and
9181            'IPSEC' and
9182            'TNL_10000' and
9183            'IMIX' and
9184            '4T4C' and
9185            'NDRPDR'"
9186   parameters:
9187   - "throughput"
9188   - "name"
9189   - "tags"
9190   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9191   x-axis: "X = CNFs per Service Chain"
9192   y-axis: "Y = Number of Service Chains"
9193   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9194   layout:
9195     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9196     layout: "plot-service-density"
9197
9198 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9199 - type: "plot"
9200   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9201   algorithm: "plot_nf_heatmap"
9202   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9203   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9204   filter: "'NIC_Intel-XL710' and
9205            'NF_DENSITY' and
9206            'DOCKER' and
9207            'CHAIN' and
9208            'NF_VPPIP4' and
9209            'IPSEC' and
9210            'TNL_10000' and
9211            'IMIX' and
9212            '1T1C' and
9213            'NDRPDR'"
9214   parameters:
9215   - "throughput"
9216   - "name"
9217   - "tags"
9218   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9219   x-axis: "X = CNFs per Service Chain"
9220   y-axis: "Y = Number of Service Chains"
9221   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9222   layout:
9223     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9224     layout: "plot-service-density"
9225
9226 - type: "plot"
9227   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9228   algorithm: "plot_nf_heatmap"
9229   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9230   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9231   filter: "'NIC_Intel-XL710' and
9232            'NF_DENSITY' and
9233            'DOCKER' and
9234            'CHAIN' and
9235            'NF_VPPIP4' and
9236            'IPSEC' and
9237            'TNL_10000' and
9238            'IMIX' and
9239            '2T2C' and
9240            'NDRPDR'"
9241   parameters:
9242   - "throughput"
9243   - "name"
9244   - "tags"
9245   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9246   x-axis: "X = CNFs per Service Chain"
9247   y-axis: "Y = Number of Service Chains"
9248   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9249   layout:
9250     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9251     layout: "plot-service-density"
9252
9253 - type: "plot"
9254   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9255   algorithm: "plot_nf_heatmap"
9256   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9257   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9258   filter: "'NIC_Intel-XL710' and
9259            'NF_DENSITY' and
9260            'DOCKER' and
9261            'CHAIN' and
9262            'NF_VPPIP4' and
9263            'IPSEC' and
9264            'TNL_10000' and
9265            'IMIX' and
9266            '4T4C' and
9267            'NDRPDR'"
9268   parameters:
9269   - "throughput"
9270   - "name"
9271   - "tags"
9272   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9273   x-axis: "X = CNFs per Service Chain"
9274   y-axis: "Y = Number of Service Chains"
9275   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9276   layout:
9277     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9278     layout: "plot-service-density"
9279
9280 ###############################################################################
9281
9282 # Plots - NF Density - CSP - MRR 64b
9283
9284 #- type: "plot"
9285 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9286 #  algorithm: "plot_nf_heatmap"
9287 #  output-file-type: ".html"
9288 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9289 #  data: "plot-vpp-nfv-2n-skx-mrr"
9290 #  filter: "'NIC_Intel-XXV710' and
9291 #           'NF_DENSITY' and
9292 #           'DOCKER' and
9293 #           'PIPELINE' and
9294 #           'NF_VPPIP4' and
9295 #           '64B' and
9296 #           '2T1C' and
9297 #           'MRR'"
9298 #  parameters:
9299 #  - "result"
9300 #  - "name"
9301 #  - "tags"
9302 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9303 #  x-axis: "X = CNFs per Service Pipeline"
9304 #  y-axis: "Y = Number of Service Pipelines"
9305 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9306 #  layout:
9307 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9308 #    layout: "plot-service-density"
9309 #
9310 #- type: "plot"
9311 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9312 #  algorithm: "plot_nf_heatmap"
9313 #  output-file-type: ".html"
9314 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9315 #  data: "plot-vpp-nfv-2n-skx-mrr"
9316 #  filter: "'NIC_Intel-XXV710' and
9317 #           'NF_DENSITY' and
9318 #           'DOCKER' and
9319 #           'PIPELINE' and
9320 #           'NF_VPPIP4' and
9321 #           '64B' and
9322 #           '4T2C' and
9323 #           'MRR'"
9324 #  parameters:
9325 #  - "result"
9326 #  - "name"
9327 #  - "tags"
9328 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9329 #  x-axis: "X = CNFs per Service Pipeline"
9330 #  y-axis: "Y = Number of Service Pipelines"
9331 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9332 #  layout:
9333 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9334 #    layout: "plot-service-density"
9335 #
9336 #- type: "plot"
9337 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9338 #  algorithm: "plot_nf_heatmap"
9339 #  output-file-type: ".html"
9340 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9341 #  data: "plot-vpp-nfv-2n-skx-mrr"
9342 #  filter: "'NIC_Intel-XXV710' and
9343 #           'NF_DENSITY' and
9344 #           'DOCKER' and
9345 #           'PIPELINE' and
9346 #           'NF_VPPIP4' and
9347 #           '64B' and
9348 #           '8T4C' and
9349 #           'MRR'"
9350 #  parameters:
9351 #  - "result"
9352 #  - "name"
9353 #  - "tags"
9354 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9355 #  x-axis: "X = CNFs per Service Pipeline"
9356 #  y-axis: "Y = Number of Service Pipelines"
9357 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9358 #  layout:
9359 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9360 #    layout: "plot-service-density"
9361 #
9362 ## Plots - NF Density - CSP - MRR IMIX
9363 #- type: "plot"
9364 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9365 #  algorithm: "plot_nf_heatmap"
9366 #  output-file-type: ".html"
9367 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9368 #  data: "plot-vpp-nfv-2n-skx-mrr"
9369 #  filter: "'NIC_Intel-XXV710' and
9370 #           'NF_DENSITY' and
9371 #           'DOCKER' and
9372 #           'PIPELINE' and
9373 #           'NF_VPPIP4' and
9374 #           'IMIX' and
9375 #           '2T1C' and
9376 #           'MRR'"
9377 #  parameters:
9378 #  - "result"
9379 #  - "name"
9380 #  - "tags"
9381 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9382 #  x-axis: "X = CNFs per Service Pipeline"
9383 #  y-axis: "Y = Number of Service Pipelines"
9384 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9385 #  layout:
9386 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9387 #    layout: "plot-service-density"
9388 #
9389 #- type: "plot"
9390 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9391 #  algorithm: "plot_nf_heatmap"
9392 #  output-file-type: ".html"
9393 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9394 #  data: "plot-vpp-nfv-2n-skx-mrr"
9395 #  filter: "'NIC_Intel-XXV710' and
9396 #           'NF_DENSITY' and
9397 #           'DOCKER' and
9398 #           'PIPELINE' and
9399 #           'NF_VPPIP4' and
9400 #           'IMIX' and
9401 #           '4T2C' and
9402 #           'MRR'"
9403 #  parameters:
9404 #  - "result"
9405 #  - "name"
9406 #  - "tags"
9407 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9408 #  x-axis: "X = CNFs per Service Pipeline"
9409 #  y-axis: "Y = Number of Service Pipelines"
9410 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9411 #  layout:
9412 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9413 #    layout: "plot-service-density"
9414 #
9415 #- type: "plot"
9416 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9417 #  algorithm: "plot_nf_heatmap"
9418 #  output-file-type: ".html"
9419 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9420 #  data: "plot-vpp-nfv-2n-skx-mrr"
9421 #  filter: "'NIC_Intel-XXV710' and
9422 #           'NF_DENSITY' and
9423 #           'DOCKER' and
9424 #           'PIPELINE' and
9425 #           'NF_VPPIP4' and
9426 #           'IMIX' and
9427 #           '8T4C' and
9428 #           'MRR'"
9429 #  parameters:
9430 #  - "result"
9431 #  - "name"
9432 #  - "tags"
9433 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9434 #  x-axis: "X = CNFs per Service Pipeline"
9435 #  y-axis: "Y = Number of Service Pipelines"
9436 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9437 #  layout:
9438 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9439 #    layout: "plot-service-density"
9440 #
9441 ## Plots - NF Density - CSP - NDR 64b
9442 #- type: "plot"
9443 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9444 #  algorithm: "plot_nf_heatmap"
9445 #  output-file-type: ".html"
9446 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9447 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9448 #  filter: "'NIC_Intel-XXV710' and
9449 #           'NF_DENSITY' and
9450 #           'DOCKER' and
9451 #           'PIPELINE' and
9452 #           'NF_VPPIP4' and
9453 #           '64B' and
9454 #           '2T1C' and
9455 #           'NDRPDR'"
9456 #  parameters:
9457 #  - "throughput"
9458 #  - "name"
9459 #  - "tags"
9460 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9461 #  x-axis: "X = CNFs per Service Pipeline"
9462 #  y-axis: "Y = Number of Service Pipelines"
9463 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9464 #  layout:
9465 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9466 #    layout: "plot-service-density"
9467 #
9468 #- type: "plot"
9469 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9470 #  algorithm: "plot_nf_heatmap"
9471 #  output-file-type: ".html"
9472 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9473 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9474 #  filter: "'NIC_Intel-XXV710' and
9475 #           'NF_DENSITY' and
9476 #           'DOCKER' and
9477 #           'PIPELINE' and
9478 #           'NF_VPPIP4' and
9479 #           '64B' and
9480 #           '4T2C' and
9481 #           'NDRPDR'"
9482 #  parameters:
9483 #  - "throughput"
9484 #  - "name"
9485 #  - "tags"
9486 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9487 #  x-axis: "X = CNFs per Service Pipeline"
9488 #  y-axis: "Y = Number of Service Pipelines"
9489 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9490 #  layout:
9491 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9492 #    layout: "plot-service-density"
9493 #
9494 #- type: "plot"
9495 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9496 #  algorithm: "plot_nf_heatmap"
9497 #  output-file-type: ".html"
9498 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9499 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9500 #  filter: "'NIC_Intel-XXV710' and
9501 #           'NF_DENSITY' and
9502 #           'DOCKER' and
9503 #           'PIPELINE' and
9504 #           'NF_VPPIP4' and
9505 #           '64B' and
9506 #           '8T4C' and
9507 #           'NDRPDR'"
9508 #  parameters:
9509 #  - "throughput"
9510 #  - "name"
9511 #  - "tags"
9512 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9513 #  x-axis: "X = CNFs per Service Pipeline"
9514 #  y-axis: "Y = Number of Service Pipelines"
9515 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9516 #  layout:
9517 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9518 #    layout: "plot-service-density"
9519 #
9520 ## Plots - NF Density - CSP - NDR IMIX
9521 #- type: "plot"
9522 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9523 #  algorithm: "plot_nf_heatmap"
9524 #  output-file-type: ".html"
9525 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9526 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9527 #  filter: "'NIC_Intel-XXV710' and
9528 #           'NF_DENSITY' and
9529 #           'DOCKER' and
9530 #           'PIPELINE' and
9531 #           'NF_VPPIP4' and
9532 #           'IMIX' and
9533 #           '2T1C' and
9534 #           'NDRPDR'"
9535 #  parameters:
9536 #  - "throughput"
9537 #  - "name"
9538 #  - "tags"
9539 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9540 #  x-axis: "X = CNFs per Service Pipeline"
9541 #  y-axis: "Y = Number of Service Pipelines"
9542 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9543 #  layout:
9544 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9545 #    layout: "plot-service-density"
9546 #
9547 #- type: "plot"
9548 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9549 #  algorithm: "plot_nf_heatmap"
9550 #  output-file-type: ".html"
9551 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9552 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9553 #  filter: "'NIC_Intel-XXV710' and
9554 #           'NF_DENSITY' and
9555 #           'DOCKER' and
9556 #           'PIPELINE' and
9557 #           'NF_VPPIP4' and
9558 #           'IMIX' and
9559 #           '4T2C' and
9560 #           'NDRPDR'"
9561 #  parameters:
9562 #  - "throughput"
9563 #  - "name"
9564 #  - "tags"
9565 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9566 #  x-axis: "X = CNFs per Service Pipeline"
9567 #  y-axis: "Y = Number of Service Pipelines"
9568 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9569 #  layout:
9570 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9571 #    layout: "plot-service-density"
9572 #
9573 #- type: "plot"
9574 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9575 #  algorithm: "plot_nf_heatmap"
9576 #  output-file-type: ".html"
9577 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9578 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9579 #  filter: "'NIC_Intel-XXV710' and
9580 #           'NF_DENSITY' and
9581 #           'DOCKER' and
9582 #           'PIPELINE' and
9583 #           'NF_VPPIP4' and
9584 #           'IMIX' and
9585 #           '8T4C' and
9586 #           'NDRPDR'"
9587 #  parameters:
9588 #  - "throughput"
9589 #  - "name"
9590 #  - "tags"
9591 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9592 #  x-axis: "X = CNFs per Service Pipeline"
9593 #  y-axis: "Y = Number of Service Pipelines"
9594 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9595 #  layout:
9596 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9597 #    layout: "plot-service-density"
9598 #
9599 ## Plots - NF Density - CSP - PDR 64b
9600 #- type: "plot"
9601 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9602 #  algorithm: "plot_nf_heatmap"
9603 #  output-file-type: ".html"
9604 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9605 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9606 #  filter: "'NIC_Intel-XXV710' and
9607 #           'NF_DENSITY' and
9608 #           'DOCKER' and
9609 #           'PIPELINE' and
9610 #           'NF_VPPIP4' and
9611 #           '64B' and
9612 #           '2T1C' and
9613 #           'NDRPDR'"
9614 #  parameters:
9615 #  - "throughput"
9616 #  - "name"
9617 #  - "tags"
9618 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9619 #  x-axis: "X = CNFs per Service Pipeline"
9620 #  y-axis: "Y = Number of Service Pipelines"
9621 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9622 #  layout:
9623 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9624 #    layout: "plot-service-density"
9625 #
9626 #- type: "plot"
9627 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9628 #  algorithm: "plot_nf_heatmap"
9629 #  output-file-type: ".html"
9630 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9631 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9632 #  filter: "'NIC_Intel-XXV710' and
9633 #           'NF_DENSITY' and
9634 #           'DOCKER' and
9635 #           'PIPELINE' and
9636 #           'NF_VPPIP4' and
9637 #           '64B' and
9638 #           '4T2C' and
9639 #           'NDRPDR'"
9640 #  parameters:
9641 #  - "throughput"
9642 #  - "name"
9643 #  - "tags"
9644 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9645 #  x-axis: "X = CNFs per Service Pipeline"
9646 #  y-axis: "Y = Number of Service Pipelines"
9647 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9648 #  layout:
9649 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9650 #    layout: "plot-service-density"
9651 #
9652 #- type: "plot"
9653 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9654 #  algorithm: "plot_nf_heatmap"
9655 #  output-file-type: ".html"
9656 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9657 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9658 #  filter: "'NIC_Intel-XXV710' and
9659 #           'NF_DENSITY' and
9660 #           'DOCKER' and
9661 #           'PIPELINE' and
9662 #           'NF_VPPIP4' and
9663 #           '64B' and
9664 #           '8T4C' and
9665 #           'NDRPDR'"
9666 #  parameters:
9667 #  - "throughput"
9668 #  - "name"
9669 #  - "tags"
9670 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9671 #  x-axis: "X = CNFs per Service Pipeline"
9672 #  y-axis: "Y = Number of Service Pipelines"
9673 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9674 #  layout:
9675 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9676 #    layout: "plot-service-density"
9677 #
9678 ## Plots - NF Density - CSP - PDR IMIX
9679 #- type: "plot"
9680 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9681 #  algorithm: "plot_nf_heatmap"
9682 #  output-file-type: ".html"
9683 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9684 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9685 #  filter: "'NIC_Intel-XXV710' and
9686 #           'NF_DENSITY' and
9687 #           'DOCKER' and
9688 #           'PIPELINE' and
9689 #           'NF_VPPIP4' and
9690 #           'IMIX' and
9691 #           '2T1C' and
9692 #           'NDRPDR'"
9693 #  parameters:
9694 #  - "throughput"
9695 #  - "name"
9696 #  - "tags"
9697 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9698 #  x-axis: "X = CNFs per Service Pipeline"
9699 #  y-axis: "Y = Number of Service Pipelines"
9700 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9701 #  layout:
9702 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9703 #    layout: "plot-service-density"
9704 #
9705 #- type: "plot"
9706 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9707 #  algorithm: "plot_nf_heatmap"
9708 #  output-file-type: ".html"
9709 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9710 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9711 #  filter: "'NIC_Intel-XXV710' and
9712 #           'NF_DENSITY' and
9713 #           'DOCKER' and
9714 #           'PIPELINE' and
9715 #           'NF_VPPIP4' and
9716 #           'IMIX' and
9717 #           '4T2C' and
9718 #           'NDRPDR'"
9719 #  parameters:
9720 #  - "throughput"
9721 #  - "name"
9722 #  - "tags"
9723 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9724 #  x-axis: "X = CNFs per Service Pipeline"
9725 #  y-axis: "Y = Number of Service Pipelines"
9726 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9727 #  layout:
9728 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9729 #    layout: "plot-service-density"
9730 #
9731 #- type: "plot"
9732 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9733 #  algorithm: "plot_nf_heatmap"
9734 #  output-file-type: ".html"
9735 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9736 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9737 #  filter: "'NIC_Intel-XXV710' and
9738 #           'NF_DENSITY' and
9739 #           'DOCKER' and
9740 #           'PIPELINE' and
9741 #           'NF_VPPIP4' and
9742 #           'IMIX' and
9743 #           '8T4C' and
9744 #           'NDRPDR'"
9745 #  parameters:
9746 #  - "throughput"
9747 #  - "name"
9748 #  - "tags"
9749 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9750 #  x-axis: "X = CNFs per Service Pipeline"
9751 #  y-axis: "Y = Number of Service Pipelines"
9752 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9753 #  layout:
9754 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9755 #    layout: "plot-service-density"
9756
9757 ###############################################################################
9758 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9759
9760 - type: "plot"
9761   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9762   algorithm: "plot_nf_heatmap"
9763   output-file-type: ".html"
9764   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9765   data: "plot-vpp-nfv-2n-clx-mrr"
9766   filter: "'NIC_Intel-XXV710' and
9767            'NF_DENSITY' and
9768            'VHOST' and
9769            not 'VXLAN' and
9770            'CHAIN' and
9771            'NF_VPPIP4' and
9772            'IMIX' and
9773            '2T1C' and
9774            'MRR'"
9775   parameters:
9776   - "result"
9777   - "name"
9778   - "tags"
9779   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9780   x-axis: "X = VNFs per Service Chain"
9781   y-axis: "Y = Number of Service Chains"
9782   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9783   layout:
9784     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9785     layout: "plot-service-density"
9786
9787 - type: "plot"
9788   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9789   algorithm: "plot_nf_heatmap"
9790   output-file-type: ".html"
9791   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9792   data: "plot-vpp-nfv-2n-clx-mrr"
9793   filter: "'NIC_Intel-XXV710' and
9794            'NF_DENSITY' and
9795            'VHOST' and
9796            not 'VXLAN' and
9797            'CHAIN' and
9798            'NF_VPPIP4' and
9799            'IMIX' and
9800            '4T2C' and
9801            'MRR'"
9802   parameters:
9803   - "result"
9804   - "name"
9805   - "tags"
9806   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9807   x-axis: "X = VNFs per Service Chain"
9808   y-axis: "Y = Number of Service Chains"
9809   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9810   layout:
9811     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9812     layout: "plot-service-density"
9813
9814 - type: "plot"
9815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9816   algorithm: "plot_nf_heatmap"
9817   output-file-type: ".html"
9818   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9819   data: "plot-vpp-nfv-2n-clx-mrr"
9820   filter: "'NIC_Intel-XXV710' and
9821            'NF_DENSITY' and
9822            'VHOST' and
9823            not 'VXLAN' and
9824            'CHAIN' and
9825            'NF_VPPIP4' and
9826            'IMIX' and
9827            '8T4C' and
9828            'MRR'"
9829   parameters:
9830   - "result"
9831   - "name"
9832   - "tags"
9833   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9834   x-axis: "X = VNFs per Service Chain"
9835   y-axis: "Y = Number of Service Chains"
9836   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9837   layout:
9838     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9839     layout: "plot-service-density"
9840
9841 # Plots - NF Density - VSC - NDR IMIX
9842 - type: "plot"
9843   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9844   algorithm: "plot_nf_heatmap"
9845   output-file-type: ".html"
9846   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9847   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9848   filter: "'NIC_Intel-XXV710' and
9849            'NF_DENSITY' and
9850            'VHOST' and
9851            not 'VXLAN' and
9852            'CHAIN' and
9853            'NF_VPPIP4' and
9854            'IMIX' and
9855            '2T1C' and
9856            'NDRPDR'"
9857   parameters:
9858   - "throughput"
9859   - "name"
9860   - "tags"
9861   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9862   x-axis: "X = VNFs per Service Chain"
9863   y-axis: "Y = Number of Service Chains"
9864   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9865   layout:
9866     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9867     layout: "plot-service-density"
9868
9869 - type: "plot"
9870   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9871   algorithm: "plot_nf_heatmap"
9872   output-file-type: ".html"
9873   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9874   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9875   filter: "'NIC_Intel-XXV710' and
9876            'NF_DENSITY' and
9877            'VHOST' and
9878            not 'VXLAN' and
9879            'CHAIN' and
9880            'NF_VPPIP4' and
9881            'IMIX' and
9882            '4T2C' and
9883            'NDRPDR'"
9884   parameters:
9885   - "throughput"
9886   - "name"
9887   - "tags"
9888   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9889   x-axis: "X = VNFs per Service Chain"
9890   y-axis: "Y = Number of Service Chains"
9891   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9892   layout:
9893     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9894     layout: "plot-service-density"
9895
9896 - type: "plot"
9897   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9898   algorithm: "plot_nf_heatmap"
9899   output-file-type: ".html"
9900   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9901   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9902   filter: "'NIC_Intel-XXV710' and
9903            'NF_DENSITY' and
9904            'VHOST' and
9905            not 'VXLAN' and
9906            'CHAIN' and
9907            'NF_VPPIP4' and
9908            'IMIX' and
9909            '8T4C' and
9910            'NDRPDR'"
9911   parameters:
9912   - "throughput"
9913   - "name"
9914   - "tags"
9915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9916   x-axis: "X = VNFs per Service Chain"
9917   y-axis: "Y = Number of Service Chains"
9918   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9919   layout:
9920     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9921     layout: "plot-service-density"
9922
9923 # Plots - NF Density - VSC - PDR IMIX
9924 - type: "plot"
9925   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9926   algorithm: "plot_nf_heatmap"
9927   output-file-type: ".html"
9928   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9929   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9930   filter: "'NIC_Intel-XXV710' and
9931            'NF_DENSITY' and
9932            'VHOST' and
9933            not 'VXLAN' and
9934            'CHAIN' and
9935            'NF_VPPIP4' and
9936            'IMIX' and
9937            '2T1C' and
9938            'NDRPDR'"
9939   parameters:
9940   - "throughput"
9941   - "name"
9942   - "tags"
9943   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9944   x-axis: "X = VNFs per Service Chain"
9945   y-axis: "Y = Number of Service Chains"
9946   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9947   layout:
9948     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9949     layout: "plot-service-density"
9950
9951 - type: "plot"
9952   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9953   algorithm: "plot_nf_heatmap"
9954   output-file-type: ".html"
9955   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9956   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9957   filter: "'NIC_Intel-XXV710' and
9958            'NF_DENSITY' and
9959            'VHOST' and
9960            not 'VXLAN' and
9961            'CHAIN' and
9962            'NF_VPPIP4' and
9963            'IMIX' and
9964            '4T2C' and
9965            'NDRPDR'"
9966   parameters:
9967   - "throughput"
9968   - "name"
9969   - "tags"
9970   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9971   x-axis: "X = VNFs per Service Chain"
9972   y-axis: "Y = Number of Service Chains"
9973   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9974   layout:
9975     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9976     layout: "plot-service-density"
9977
9978 - type: "plot"
9979   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9980   algorithm: "plot_nf_heatmap"
9981   output-file-type: ".html"
9982   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9983   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9984   filter: "'NIC_Intel-XXV710' and
9985            'NF_DENSITY' and
9986            'VHOST' and
9987            not 'VXLAN' and
9988            'CHAIN' and
9989            'NF_VPPIP4' and
9990            'IMIX' and
9991            '8T4C' and
9992            'NDRPDR'"
9993   parameters:
9994   - "throughput"
9995   - "name"
9996   - "tags"
9997   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9998   x-axis: "X = VNFs per Service Chain"
9999   y-axis: "Y = Number of Service Chains"
10000   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10001   layout:
10002     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10003     layout: "plot-service-density"
10004
10005 # Plots - NF Density - VSC - MRR IMIX
10006 - type: "plot"
10007   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10008   algorithm: "plot_nf_heatmap"
10009   output-file-type: ".html"
10010   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10011   data: "plot-vpp-nfv-2n-clx-mrr"
10012   filter: "'NIC_Intel-XXV710' and
10013            'NF_DENSITY' and
10014            'VHOST' and
10015            'VXLAN' and
10016            'CHAIN' and
10017            'IMIX' and
10018            '2T1C' and
10019            'MRR'"
10020   parameters:
10021   - "result"
10022   - "name"
10023   - "tags"
10024   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10025   x-axis: "X = VNFs per Service Chain"
10026   y-axis: "Y = Number of Service Chains"
10027   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10028   layout:
10029     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10030     layout: "plot-service-density"
10031
10032 - type: "plot"
10033   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10034   algorithm: "plot_nf_heatmap"
10035   output-file-type: ".html"
10036   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10037   data: "plot-vpp-nfv-2n-clx-mrr"
10038   filter: "'NIC_Intel-XXV710' and
10039            'NF_DENSITY' and
10040            'VHOST' and
10041            'VXLAN' and
10042            'CHAIN' and
10043            'IMIX' and
10044            '4T2C' and
10045            'MRR'"
10046   parameters:
10047   - "result"
10048   - "name"
10049   - "tags"
10050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10051   x-axis: "X = VNFs per Service Chain"
10052   y-axis: "Y = Number of Service Chains"
10053   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10054   layout:
10055     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10056     layout: "plot-service-density"
10057
10058 - type: "plot"
10059   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10060   algorithm: "plot_nf_heatmap"
10061   output-file-type: ".html"
10062   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10063   data: "plot-vpp-nfv-2n-clx-mrr"
10064   filter: "'NIC_Intel-XXV710' and
10065            'NF_DENSITY' and
10066            'VHOST' and
10067            'VXLAN' and
10068            'CHAIN' and
10069            'IMIX' and
10070            '8T4C' and
10071            'MRR'"
10072   parameters:
10073   - "result"
10074   - "name"
10075   - "tags"
10076   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10077   x-axis: "X = VNFs per Service Chain"
10078   y-axis: "Y = Number of Service Chains"
10079   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10080   layout:
10081     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10082     layout: "plot-service-density"
10083
10084 # Plots - NF Density - VSC - NDR IMIX
10085 - type: "plot"
10086   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10087   algorithm: "plot_nf_heatmap"
10088   output-file-type: ".html"
10089   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10090   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10091   filter: "'NIC_Intel-XXV710' and
10092            'NF_DENSITY' and
10093            'VHOST' and
10094            'VXLAN' and
10095            'CHAIN' a
10096            'IMIX' and
10097            '2T1C' and
10098            'NDRPDR'"
10099   parameters:
10100   - "throughput"
10101   - "name"
10102   - "tags"
10103   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10104   x-axis: "X = VNFs per Service Chain"
10105   y-axis: "Y = Number of Service Chains"
10106   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10107   layout:
10108     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10109     layout: "plot-service-density"
10110
10111 - type: "plot"
10112   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10113   algorithm: "plot_nf_heatmap"
10114   output-file-type: ".html"
10115   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10116   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10117   filter: "'NIC_Intel-XXV710' and
10118            'NF_DENSITY' and
10119            'VHOST' and
10120            'VXLAN' and
10121            'CHAIN' and
10122            'IMIX' and
10123            '4T2C' and
10124            'NDRPDR'"
10125   parameters:
10126   - "throughput"
10127   - "name"
10128   - "tags"
10129   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10130   x-axis: "X = VNFs per Service Chain"
10131   y-axis: "Y = Number of Service Chains"
10132   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10133   layout:
10134     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10135     layout: "plot-service-density"
10136
10137 - type: "plot"
10138   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10139   algorithm: "plot_nf_heatmap"
10140   output-file-type: ".html"
10141   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10142   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10143   filter: "'NIC_Intel-XXV710' and
10144            'NF_DENSITY' and
10145            'VHOST' and
10146            'VXLAN' and
10147            'CHAIN' and
10148            'IMIX' and
10149            '8T4C' and
10150            'NDRPDR'"
10151   parameters:
10152   - "throughput"
10153   - "name"
10154   - "tags"
10155   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10156   x-axis: "X = VNFs per Service Chain"
10157   y-axis: "Y = Number of Service Chains"
10158   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10159   layout:
10160     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10161     layout: "plot-service-density"
10162
10163 # Plots - NF Density - VSC - PDR IMIX
10164 - type: "plot"
10165   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10166   algorithm: "plot_nf_heatmap"
10167   output-file-type: ".html"
10168   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10169   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10170   filter: "'NIC_Intel-XXV710' and
10171            'NF_DENSITY' and
10172            'VHOST' and
10173            'VXLAN' and
10174            'CHAIN' and
10175            'IMIX' and
10176            '2T1C' and
10177            'NDRPDR'"
10178   parameters:
10179   - "throughput"
10180   - "name"
10181   - "tags"
10182   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10183   x-axis: "X = VNFs per Service Chain"
10184   y-axis: "Y = Number of Service Chains"
10185   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10186   layout:
10187     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10188     layout: "plot-service-density"
10189
10190 - type: "plot"
10191   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10192   algorithm: "plot_nf_heatmap"
10193   output-file-type: ".html"
10194   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10195   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10196   filter: "'NIC_Intel-XXV710' and
10197            'NF_DENSITY' and
10198            'VHOST' and
10199            'VXLAN' and
10200            'CHAIN' and
10201            'IMIX' and
10202            '4T2C' and
10203            'NDRPDR'"
10204   parameters:
10205   - "throughput"
10206   - "name"
10207   - "tags"
10208   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10209   x-axis: "X = VNFs per Service Chain"
10210   y-axis: "Y = Number of Service Chains"
10211   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10212   layout:
10213     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10214     layout: "plot-service-density"
10215
10216 - type: "plot"
10217   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10218   algorithm: "plot_nf_heatmap"
10219   output-file-type: ".html"
10220   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10221   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10222   filter: "'NIC_Intel-XXV710' and
10223            'NF_DENSITY' and
10224            'VHOST' and
10225            'VXLAN' and
10226            'CHAIN' and
10227            'IMIX' and
10228            '8T4C' and
10229            'NDRPDR'"
10230   parameters:
10231   - "throughput"
10232   - "name"
10233   - "tags"
10234   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10235   x-axis: "X = VNFs per Service Chain"
10236   y-axis: "Y = Number of Service Chains"
10237   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10238   layout:
10239     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10240     layout: "plot-service-density"
10241
10242 # Plots - NF Density - CSC - MRR IMIX
10243 - type: "plot"
10244   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10245   algorithm: "plot_nf_heatmap"
10246   output-file-type: ".html"
10247   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10248   data: "plot-vpp-nfv-2n-clx-mrr"
10249   filter: "'NIC_Intel-XXV710' and
10250            'NF_DENSITY' and
10251            'DOCKER' and
10252            'CHAIN' and
10253            'NF_VPPIP4' and
10254            'IMIX' and
10255            '2T1C' and
10256            'MRR'"
10257   parameters:
10258   - "result"
10259   - "name"
10260   - "tags"
10261   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10262   x-axis: "X = CNFs per Service Chain"
10263   y-axis: "Y = Number of Service Chains"
10264   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10265   layout:
10266     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10267     layout: "plot-service-density"
10268
10269 - type: "plot"
10270   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10271   algorithm: "plot_nf_heatmap"
10272   output-file-type: ".html"
10273   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10274   data: "plot-vpp-nfv-2n-clx-mrr"
10275   filter: "'NIC_Intel-XXV710' and
10276            'NF_DENSITY' and
10277            'DOCKER' and
10278            'CHAIN' and
10279            'NF_VPPIP4' and
10280            'IMIX' and
10281            '4T2C' and
10282            'MRR'"
10283   parameters:
10284   - "result"
10285   - "name"
10286   - "tags"
10287   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10288   x-axis: "X = CNFs per Service Chain"
10289   y-axis: "Y = Number of Service Chains"
10290   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10291   layout:
10292     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10293     layout: "plot-service-density"
10294
10295 - type: "plot"
10296   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10297   algorithm: "plot_nf_heatmap"
10298   output-file-type: ".html"
10299   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10300   data: "plot-vpp-nfv-2n-clx-mrr"
10301   filter: "'NIC_Intel-XXV710' and
10302            'NF_DENSITY' and
10303            'DOCKER' and
10304            'CHAIN' and
10305            'NF_VPPIP4' and
10306            'IMIX' and
10307            '8T4C' and
10308            'MRR'"
10309   parameters:
10310   - "result"
10311   - "name"
10312   - "tags"
10313   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10314   x-axis: "X = CNFs per Service Chain"
10315   y-axis: "Y = Number of Service Chains"
10316   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10317   layout:
10318     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10319     layout: "plot-service-density"
10320
10321 # Plots - NF Density - CSC - NDR IMIX
10322 - type: "plot"
10323   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10324   algorithm: "plot_nf_heatmap"
10325   output-file-type: ".html"
10326   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10327   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10328   filter: "'NIC_Intel-XXV710' and
10329            'NF_DENSITY' and
10330            'DOCKER' and
10331            'CHAIN' and
10332            'NF_VPPIP4' and
10333            'IMIX' and
10334            '2T1C' and
10335            'NDRPDR'"
10336   parameters:
10337   - "throughput"
10338   - "name"
10339   - "tags"
10340   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10341   x-axis: "X = CNFs per Service Chain"
10342   y-axis: "Y = Number of Service Chains"
10343   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10344   layout:
10345     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10346     layout: "plot-service-density"
10347
10348 - type: "plot"
10349   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10350   algorithm: "plot_nf_heatmap"
10351   output-file-type: ".html"
10352   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10353   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10354   filter: "'NIC_Intel-XXV710' and
10355            'NF_DENSITY' and
10356            'DOCKER' and
10357            'CHAIN' and
10358            'NF_VPPIP4' and
10359            'IMIX' and
10360            '4T2C' and
10361            'NDRPDR'"
10362   parameters:
10363   - "throughput"
10364   - "name"
10365   - "tags"
10366   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10367   x-axis: "X = CNFs per Service Chain"
10368   y-axis: "Y = Number of Service Chains"
10369   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10370   layout:
10371     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10372     layout: "plot-service-density"
10373
10374 - type: "plot"
10375   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10376   algorithm: "plot_nf_heatmap"
10377   output-file-type: ".html"
10378   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10379   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10380   filter: "'NIC_Intel-XXV710' and
10381            'NF_DENSITY' and
10382            'DOCKER' and
10383            'CHAIN' and
10384            'NF_VPPIP4' and
10385            'IMIX' and
10386            '8T4C' and
10387            'NDRPDR'"
10388   parameters:
10389   - "throughput"
10390   - "name"
10391   - "tags"
10392   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10393   x-axis: "X = CNFs per Service Chain"
10394   y-axis: "Y = Number of Service Chains"
10395   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10396   layout:
10397     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10398     layout: "plot-service-density"
10399
10400 # Plots - NF Density - CSC - PDR IMIX
10401 - type: "plot"
10402   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10403   algorithm: "plot_nf_heatmap"
10404   output-file-type: ".html"
10405   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10406   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10407   filter: "'NIC_Intel-XXV710' and
10408            'NF_DENSITY' and
10409            'DOCKER' and
10410            'CHAIN' and
10411            'NF_VPPIP4' and
10412            'IMIX' and
10413            '2T1C' and
10414            'NDRPDR'"
10415   parameters:
10416   - "throughput"
10417   - "name"
10418   - "tags"
10419   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10420   x-axis: "X = CNFs per Service Chain"
10421   y-axis: "Y = Number of Service Chains"
10422   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10423   layout:
10424     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10425     layout: "plot-service-density"
10426
10427 - type: "plot"
10428   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10429   algorithm: "plot_nf_heatmap"
10430   output-file-type: ".html"
10431   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10432   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10433   filter: "'NIC_Intel-XXV710' and
10434            'NF_DENSITY' and
10435            'DOCKER' and
10436            'CHAIN' and
10437            'NF_VPPIP4' and
10438            'IMIX' and
10439            '4T2C' and
10440            'NDRPDR'"
10441   parameters:
10442   - "throughput"
10443   - "name"
10444   - "tags"
10445   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10446   x-axis: "X = CNFs per Service Chain"
10447   y-axis: "Y = Number of Service Chains"
10448   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10449   layout:
10450     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10451     layout: "plot-service-density"
10452
10453 - type: "plot"
10454   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10455   algorithm: "plot_nf_heatmap"
10456   output-file-type: ".html"
10457   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10458   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10459   filter: "'NIC_Intel-XXV710' and
10460            'NF_DENSITY' and
10461            'DOCKER' and
10462            'CHAIN' and
10463            'NF_VPPIP4' and
10464            'IMIX' and
10465            '8T4C' and
10466            'NDRPDR'"
10467   parameters:
10468   - "throughput"
10469   - "name"
10470   - "tags"
10471   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10472   x-axis: "X = CNFs per Service Chain"
10473   y-axis: "Y = Number of Service Chains"
10474   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10475   layout:
10476     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10477     layout: "plot-service-density"
10478
10479 # Plots - NF Density - CSP - MRR IMIX
10480 - type: "plot"
10481   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10482   algorithm: "plot_nf_heatmap"
10483   output-file-type: ".html"
10484   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10485   data: "plot-vpp-nfv-2n-clx-mrr"
10486   filter: "'NIC_Intel-XXV710' and
10487            'NF_DENSITY' and
10488            'DOCKER' and
10489            'PIPELINE' and
10490            'NF_VPPIP4' and
10491            'IMIX' and
10492            '2T1C' and
10493            'MRR'"
10494   parameters:
10495   - "result"
10496   - "name"
10497   - "tags"
10498   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10499   x-axis: "X = CNFs per Service Pipeline"
10500   y-axis: "Y = Number of Service Pipelines"
10501   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10502   layout:
10503     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10504     layout: "plot-service-density"
10505
10506 - type: "plot"
10507   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10508   algorithm: "plot_nf_heatmap"
10509   output-file-type: ".html"
10510   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10511   data: "plot-vpp-nfv-2n-clx-mrr"
10512   filter: "'NIC_Intel-XXV710' and
10513            'NF_DENSITY' and
10514            'DOCKER' and
10515            'PIPELINE' and
10516            'NF_VPPIP4' and
10517            'IMIX' and
10518            '4T2C' and
10519            'MRR'"
10520   parameters:
10521   - "result"
10522   - "name"
10523   - "tags"
10524   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10525   x-axis: "X = CNFs per Service Pipeline"
10526   y-axis: "Y = Number of Service Pipelines"
10527   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10528   layout:
10529     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10530     layout: "plot-service-density"
10531
10532 - type: "plot"
10533   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10534   algorithm: "plot_nf_heatmap"
10535   output-file-type: ".html"
10536   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10537   data: "plot-vpp-nfv-2n-clx-mrr"
10538   filter: "'NIC_Intel-XXV710' and
10539            'NF_DENSITY' and
10540            'DOCKER' and
10541            'PIPELINE' and
10542            'NF_VPPIP4' and
10543            'IMIX' and
10544            '8T4C' and
10545            'MRR'"
10546   parameters:
10547   - "result"
10548   - "name"
10549   - "tags"
10550   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10551   x-axis: "X = CNFs per Service Pipeline"
10552   y-axis: "Y = Number of Service Pipelines"
10553   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10554   layout:
10555     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10556     layout: "plot-service-density"
10557
10558 # Plots - NF Density - CSP - NDR IMIX
10559 - type: "plot"
10560   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10561   algorithm: "plot_nf_heatmap"
10562   output-file-type: ".html"
10563   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10564   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10565   filter: "'NIC_Intel-XXV710' and
10566            'NF_DENSITY' and
10567            'DOCKER' and
10568            'PIPELINE' and
10569            'NF_VPPIP4' and
10570            'IMIX' and
10571            '2T1C' and
10572            'NDRPDR'"
10573   parameters:
10574   - "throughput"
10575   - "name"
10576   - "tags"
10577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10578   x-axis: "X = CNFs per Service Pipeline"
10579   y-axis: "Y = Number of Service Pipelines"
10580   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10581   layout:
10582     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10583     layout: "plot-service-density"
10584
10585 - type: "plot"
10586   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10587   algorithm: "plot_nf_heatmap"
10588   output-file-type: ".html"
10589   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10590   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10591   filter: "'NIC_Intel-XXV710' and
10592            'NF_DENSITY' and
10593            'DOCKER' and
10594            'PIPELINE' and
10595            'NF_VPPIP4' and
10596            'IMIX' and
10597            '4T2C' and
10598            'NDRPDR'"
10599   parameters:
10600   - "throughput"
10601   - "name"
10602   - "tags"
10603   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10604   x-axis: "X = CNFs per Service Pipeline"
10605   y-axis: "Y = Number of Service Pipelines"
10606   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10607   layout:
10608     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10609     layout: "plot-service-density"
10610
10611 - type: "plot"
10612   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10613   algorithm: "plot_nf_heatmap"
10614   output-file-type: ".html"
10615   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10616   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10617   filter: "'NIC_Intel-XXV710' and
10618            'NF_DENSITY' and
10619            'DOCKER' and
10620            'PIPELINE' and
10621            'NF_VPPIP4' and
10622            'IMIX' and
10623            '8T4C' and
10624            'NDRPDR'"
10625   parameters:
10626   - "throughput"
10627   - "name"
10628   - "tags"
10629   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10630   x-axis: "X = CNFs per Service Pipeline"
10631   y-axis: "Y = Number of Service Pipelines"
10632   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10633   layout:
10634     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10635     layout: "plot-service-density"
10636
10637 # Plots - NF Density - CSP - PDR IMIX
10638 - type: "plot"
10639   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10640   algorithm: "plot_nf_heatmap"
10641   output-file-type: ".html"
10642   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10643   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10644   filter: "'NIC_Intel-XXV710' and
10645            'NF_DENSITY' and
10646            'DOCKER' and
10647            'PIPELINE' and
10648            'NF_VPPIP4' and
10649            'IMIX' and
10650            '2T1C' and
10651            'NDRPDR'"
10652   parameters:
10653   - "throughput"
10654   - "name"
10655   - "tags"
10656   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10657   x-axis: "X = CNFs per Service Pipeline"
10658   y-axis: "Y = Number of Service Pipelines"
10659   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10660   layout:
10661     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10662     layout: "plot-service-density"
10663
10664 - type: "plot"
10665   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10666   algorithm: "plot_nf_heatmap"
10667   output-file-type: ".html"
10668   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10669   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10670   filter: "'NIC_Intel-XXV710' and
10671            'NF_DENSITY' and
10672            'DOCKER' and
10673            'PIPELINE' and
10674            'NF_VPPIP4' and
10675            'IMIX' and
10676            '4T2C' and
10677            'NDRPDR'"
10678   parameters:
10679   - "throughput"
10680   - "name"
10681   - "tags"
10682   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10683   x-axis: "X = CNFs per Service Pipeline"
10684   y-axis: "Y = Number of Service Pipelines"
10685   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10686   layout:
10687     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10688     layout: "plot-service-density"
10689
10690 - type: "plot"
10691   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10692   algorithm: "plot_nf_heatmap"
10693   output-file-type: ".html"
10694   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10695   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10696   filter: "'NIC_Intel-XXV710' and
10697            'NF_DENSITY' and
10698            'DOCKER' and
10699            'PIPELINE' and
10700            'NF_VPPIP4' and
10701            'IMIX' and
10702            '8T4C' and
10703            'NDRPDR'"
10704   parameters:
10705   - "throughput"
10706   - "name"
10707   - "tags"
10708   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10709   x-axis: "X = CNFs per Service Pipeline"
10710   y-axis: "Y = Number of Service Pipelines"
10711   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10712   layout:
10713     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10714     layout: "plot-service-density"
10715
10716 ################################################################################
10717
10718 # Packet Throughput
10719
10720 - type: "plot"
10721   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10722   algorithm: "plot_perf_box_name"
10723   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10724   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10725   include:
10726     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10727     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10728     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10729     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10730   layout:
10731     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10732     layout: "plot-throughput"
10733
10734 - type: "plot"
10735   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10736   algorithm: "plot_perf_box_name"
10737   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10738   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10739   include:
10740     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10741     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10742     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10743     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10744   layout:
10745     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10746     layout: "plot-throughput"
10747
10748 - type: "plot"
10749   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10750   algorithm: "plot_perf_box_name"
10751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10753   include:
10754     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10755     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10756     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10757     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10758     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10759   layout:
10760     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10761     layout: "plot-throughput"
10762
10763 - type: "plot"
10764   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10765   algorithm: "plot_perf_box_name"
10766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10768   include:
10769     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10770     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10771     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10772     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10773     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10774   layout:
10775     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10776     layout: "plot-throughput"
10777
10778 - type: "plot"
10779   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10780   algorithm: "plot_perf_box_name"
10781   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10782   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10783   include:
10784     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10785     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10786     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10787     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10788     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10789   layout:
10790     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10791     layout: "plot-throughput"
10792
10793 - type: "plot"
10794   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10795   algorithm: "plot_perf_box_name"
10796   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10797   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10798   include:
10799     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10800     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10801     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10802     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10803     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10804   layout:
10805     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10806     layout: "plot-throughput"
10807
10808 - type: "plot"
10809   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10810   algorithm: "plot_perf_box_name"
10811   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10812   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10813   include:
10814     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10815     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10816     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10817     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10818     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10819     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10820   layout:
10821     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10822     layout: "plot-throughput"
10823
10824 - type: "plot"
10825   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10826   algorithm: "plot_perf_box_name"
10827   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10828   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10829   include:
10830     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10831     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10832     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10833     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10834     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10835     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10836   layout:
10837     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10838     layout: "plot-throughput"
10839
10840 - type: "plot"
10841   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10842   algorithm: "plot_perf_box_name"
10843   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10844   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10845   include:
10846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10850   layout:
10851     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10852     layout: "plot-throughput"
10853
10854 - type: "plot"
10855   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10856   algorithm: "plot_perf_box_name"
10857   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10858   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10859   include:
10860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10864   layout:
10865     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10866     layout: "plot-throughput"
10867
10868 - type: "plot"
10869   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10870   algorithm: "plot_perf_box_name"
10871   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10872   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10873   include:
10874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10877   layout:
10878     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10879     layout: "plot-throughput"
10880
10881 - type: "plot"
10882   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10883   algorithm: "plot_perf_box_name"
10884   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10886   include:
10887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10890   layout:
10891     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10892     layout: "plot-throughput"
10893
10894 - type: "plot"
10895   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10896   algorithm: "plot_perf_box_name"
10897   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10899   include:
10900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10905   layout:
10906     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10907     layout: "plot-throughput"
10908
10909 - type: "plot"
10910   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10911   algorithm: "plot_perf_box_name"
10912   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10913   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10914   include:
10915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10920   layout:
10921     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10922     layout: "plot-throughput"
10923
10924 - type: "plot"
10925   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10926   algorithm: "plot_perf_box_name"
10927   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10928   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10929   include:
10930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10933   layout:
10934     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10935     layout: "plot-throughput"
10936
10937 - type: "plot"
10938   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10939   algorithm: "plot_perf_box_name"
10940   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10942   include:
10943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10946   layout:
10947     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10948     layout: "plot-throughput"
10949
10950 - type: "plot"
10951   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10952   algorithm: "plot_perf_box_name"
10953   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10954   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10955   include:
10956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10962   layout:
10963     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10964     layout: "plot-throughput"
10965
10966 - type: "plot"
10967   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10968   algorithm: "plot_perf_box_name"
10969   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10970   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10971   include:
10972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10978   layout:
10979     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10980     layout: "plot-throughput"
10981
10982 - type: "plot"
10983   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10984   algorithm: "plot_perf_box_name"
10985   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10986   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10987   include:
10988     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10989     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10990     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10991   layout:
10992     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10993     layout: "plot-throughput"
10994
10995 - type: "plot"
10996   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10997   algorithm: "plot_perf_box_name"
10998   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10999   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11000   include:
11001     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11002     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11003     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11004   layout:
11005     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11006     layout: "plot-throughput"
11007
11008 - type: "plot"
11009   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11010   algorithm: "plot_perf_box_name"
11011   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11012   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11013   include:
11014     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11015     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11016     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11017 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11018 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11019   layout:
11020     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11021     layout: "plot-throughput"
11022
11023 - type: "plot"
11024   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11025   algorithm: "plot_perf_box_name"
11026   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11028   include:
11029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11030     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11031     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11032 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11033 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11034   layout:
11035     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11036     layout: "plot-throughput"
11037
11038 - type: "plot"
11039   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11040   algorithm: "plot_perf_box_name"
11041   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11043   include:
11044     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11045     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11046     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11047     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11048   layout:
11049     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11050     layout: "plot-throughput"
11051
11052 - type: "plot"
11053   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11054   algorithm: "plot_perf_box_name"
11055   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11056   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11057   include:
11058     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11059     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11060     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11061     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11062   layout:
11063     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11064     layout: "plot-throughput"
11065
11066 - type: "plot"
11067   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11068   algorithm: "plot_perf_box_name"
11069   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11070   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11071   include:
11072     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11073     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11074     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11075     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11076     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11077   layout:
11078     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11079     layout: "plot-throughput"
11080
11081 - type: "plot"
11082   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11083   algorithm: "plot_perf_box_name"
11084   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11086   include:
11087     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11089     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11091     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11092   layout:
11093     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11094     layout: "plot-throughput"
11095
11096 - type: "plot"
11097   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11098   algorithm: "plot_perf_box_name"
11099   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11101   include:
11102     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11106     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11107     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11108   layout:
11109     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11110     layout: "plot-throughput"
11111
11112 - type: "plot"
11113   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11114   algorithm: "plot_perf_box_name"
11115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11117   include:
11118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11122     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11123     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11124   layout:
11125     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11126     layout: "plot-throughput"
11127
11128 - type: "plot"
11129   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11130   algorithm: "plot_perf_box_name"
11131   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11132   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11133   include:
11134     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11135     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11136     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11137     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11138     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11139   layout:
11140     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11141     layout: "plot-throughput"
11142
11143 - type: "plot"
11144   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11145   algorithm: "plot_perf_box_name"
11146   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11147   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11148   include:
11149     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11150     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11151     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11152     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11153     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11154   layout:
11155     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11156     layout: "plot-throughput"
11157
11158 - type: "plot"
11159   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11160   algorithm: "plot_perf_box_name"
11161   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11162   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11163   include:
11164     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11165     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11166     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11167     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11168     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11169     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11170   layout:
11171     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11172     layout: "plot-throughput"
11173
11174 - type: "plot"
11175   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11176   algorithm: "plot_perf_box_name"
11177   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11178   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11179   include:
11180     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11181     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11182     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11183     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11184     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11185     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11186   layout:
11187     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11188     layout: "plot-throughput"
11189
11190 - type: "plot"
11191   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11192   algorithm: "plot_perf_box_name"
11193   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11194   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11195   include:
11196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11200     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11201   layout:
11202     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11203     layout: "plot-throughput"
11204
11205 - type: "plot"
11206   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11207   algorithm: "plot_perf_box_name"
11208   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11209   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11210   include:
11211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11212     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11215     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11216   layout:
11217     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11218     layout: "plot-throughput"
11219
11220 - type: "plot"
11221   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11222   algorithm: "plot_perf_box_name"
11223   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11224   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11225   include:
11226     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11227     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11230     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11231     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11232   layout:
11233     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11234     layout: "plot-throughput"
11235
11236 - type: "plot"
11237   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11238   algorithm: "plot_perf_box_name"
11239   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11240   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11241   include:
11242     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11247     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11248   layout:
11249     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11250     layout: "plot-throughput"
11251
11252 - type: "plot"
11253   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11254   algorithm: "plot_perf_box_name"
11255   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11256   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11257   include:
11258     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11259     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11260     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11263   layout:
11264     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11265     layout: "plot-throughput"
11266
11267 - type: "plot"
11268   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11269   algorithm: "plot_perf_box_name"
11270   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11271   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11272   include:
11273     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11274     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11275     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11276     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11278   layout:
11279     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11280     layout: "plot-throughput"
11281
11282 - type: "plot"
11283   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11284   algorithm: "plot_perf_box_name"
11285   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11286   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11287   include:
11288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11292     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11293     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11294   layout:
11295     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11296     layout: "plot-throughput"
11297
11298 - type: "plot"
11299   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11300   algorithm: "plot_perf_box_name"
11301   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11302   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11303   include:
11304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11310   layout:
11311     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11312     layout: "plot-throughput"
11313
11314 - type: "plot"
11315   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11316   algorithm: "plot_perf_box_name"
11317   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11318   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11319   include:
11320     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11322   layout:
11323     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11324     layout: "plot-throughput"
11325
11326 - type: "plot"
11327   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11328   algorithm: "plot_perf_box_name"
11329   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11330   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11331   include:
11332     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11334   layout:
11335     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11336     layout: "plot-throughput"
11337
11338 - type: "plot"
11339   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11340   algorithm: "plot_perf_box_name"
11341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11343   include:
11344     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11345     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11346     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11347     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11348   layout:
11349     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11350     layout: "plot-throughput"
11351
11352 - type: "plot"
11353   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11354   algorithm: "plot_perf_box_name"
11355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11357   include:
11358     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11359     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11360     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11361     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11362   layout:
11363     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11364     layout: "plot-throughput"
11365
11366 - type: "plot"
11367   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11368   algorithm: "plot_perf_box_name"
11369   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11370   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11371   include:
11372     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11373     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11374     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11375     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11376   layout:
11377     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11378     layout: "plot-throughput"
11379
11380 - type: "plot"
11381   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11382   algorithm: "plot_perf_box_name"
11383   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11384   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11385   include:
11386     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11387     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11388     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11389     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11390   layout:
11391     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11392     layout: "plot-throughput"
11393
11394 - type: "plot"
11395   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11396   algorithm: "plot_perf_box_name"
11397   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11398   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11399   include:
11400     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11401     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11402     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11403     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11404   layout:
11405     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11406     layout: "plot-throughput"
11407
11408 - type: "plot"
11409   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11410   algorithm: "plot_perf_box_name"
11411   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11412   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11413   include:
11414     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11415     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11416     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11417     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11418   layout:
11419     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11420     layout: "plot-throughput"
11421
11422 - type: "plot"
11423   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11424   algorithm: "plot_perf_box_name"
11425   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11426   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11427   include:
11428     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11429     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11430     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11432     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11433     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11434   layout:
11435     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11436     layout: "plot-throughput"
11437
11438 - type: "plot"
11439   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11440   algorithm: "plot_perf_box_name"
11441   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11443   include:
11444     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11445     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11447     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11448     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11449     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11450   layout:
11451     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11452     layout: "plot-throughput"
11453
11454 - type: "plot"
11455   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11456   algorithm: "plot_perf_box_name"
11457   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11459   include:
11460     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11463     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11464     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11465   layout:
11466     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11467     layout: "plot-throughput"
11468
11469 - type: "plot"
11470   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11471   algorithm: "plot_perf_box_name"
11472   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11473   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11474   include:
11475     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11478     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11479     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11480   layout:
11481     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11482     layout: "plot-throughput"
11483
11484 - type: "plot"
11485   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11486   algorithm: "plot_perf_box_name"
11487   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11488   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11489   include:
11490     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11491     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11492     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11493     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11494     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11495   layout:
11496     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11497     layout: "plot-throughput"
11498
11499 - type: "plot"
11500   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11501   algorithm: "plot_perf_box_name"
11502   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11503   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11504   include:
11505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11506     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11507     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11508     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11509     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11510   layout:
11511     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11512     layout: "plot-throughput"
11513
11514 - type: "plot"
11515   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11516   algorithm: "plot_perf_box_name"
11517   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11519   include:
11520     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11521     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11522     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11523   layout:
11524     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11525     layout: "plot-throughput"
11526
11527 - type: "plot"
11528   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11529   algorithm: "plot_perf_box_name"
11530   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11531   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11532   include:
11533     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11536   layout:
11537     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11538     layout: "plot-throughput"
11539
11540 - type: "plot"
11541   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11542   algorithm: "plot_perf_box_name"
11543   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11545   include:
11546     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11549   layout:
11550     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11551     layout: "plot-throughput"
11552
11553 - type: "plot"
11554   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11555   algorithm: "plot_perf_box_name"
11556   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11558   include:
11559     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11562   layout:
11563     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11564     layout: "plot-throughput"
11565
11566 - type: "plot"
11567   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11568   algorithm: "plot_perf_box_name"
11569   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11571   include:
11572     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11577   layout:
11578     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11579     layout: "plot-throughput"
11580
11581 - type: "plot"
11582   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11583   algorithm: "plot_perf_box_name"
11584   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11585   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11586   include:
11587     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11592   layout:
11593     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11594     layout: "plot-throughput"
11595
11596 - type: "plot"
11597   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11598   algorithm: "plot_perf_box_name"
11599   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11601   include:
11602     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11604     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11607   layout:
11608     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11609     layout: "plot-throughput"
11610
11611 - type: "plot"
11612   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11613   algorithm: "plot_perf_box_name"
11614   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11615   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11616   include:
11617     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11622   layout:
11623     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11624     layout: "plot-throughput"
11625
11626 - type: "plot"
11627   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11628   algorithm: "plot_perf_box_name"
11629   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11630   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11631   include:
11632     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11636     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11637   layout:
11638     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11639     layout: "plot-throughput"
11640
11641 - type: "plot"
11642   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11643   algorithm: "plot_perf_box_name"
11644   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11645   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11646   include:
11647     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11651     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11652   layout:
11653     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11654     layout: "plot-throughput"
11655
11656 - type: "plot"
11657   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11658   algorithm: "plot_perf_box_name"
11659   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11660   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11661   include:
11662     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11666     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11667   layout:
11668     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11669     layout: "plot-throughput"
11670
11671 - type: "plot"
11672   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11673   algorithm: "plot_perf_box_name"
11674   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11675   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11676   include:
11677     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11682   layout:
11683     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11684     layout: "plot-throughput"
11685
11686 - type: "plot"
11687   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11688   algorithm: "plot_perf_box_name"
11689   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11690   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11691   include:
11692     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11696     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11697   layout:
11698     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11699     layout: "plot-throughput"
11700
11701 - type: "plot"
11702   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11703   algorithm: "plot_perf_box_name"
11704   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11705   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11706   include:
11707     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11712   layout:
11713     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11714     layout: "plot-throughput"
11715
11716 - type: "plot"
11717   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11718   algorithm: "plot_perf_box_name"
11719   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11720   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11721   include:
11722     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11723     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11724     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11725     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11726     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11727     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11728   layout:
11729     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11730     layout: "plot-throughput"
11731
11732 - type: "plot"
11733   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11734   algorithm: "plot_perf_box_name"
11735   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11736   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11737   include:
11738     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11739     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11740     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11741     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11742     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11743     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11744   layout:
11745     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11746     layout: "plot-throughput"
11747
11748 - type: "plot"
11749   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11750   algorithm: "plot_perf_box_name"
11751   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11752   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11753   include:
11754     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11755     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11756     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11757     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11758   layout:
11759     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11760     layout: "plot-throughput"
11761
11762 - type: "plot"
11763   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11764   algorithm: "plot_perf_box_name"
11765   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11766   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11767   include:
11768     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11769     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11770     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11771     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11772   layout:
11773     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11774     layout: "plot-throughput"
11775
11776 - type: "plot"
11777   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11778   algorithm: "plot_perf_box_name"
11779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11781   include:
11782     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11783     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11784     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11785     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11786     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11787     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11788   layout:
11789     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11790     layout: "plot-throughput"
11791
11792 - type: "plot"
11793   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11794   algorithm: "plot_perf_box_name"
11795   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11797   include:
11798     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11799     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11800     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11801     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11802     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11803     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11804   layout:
11805     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11806     layout: "plot-throughput"
11807
11808 - type: "plot"
11809   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11810   algorithm: "plot_perf_box_name"
11811   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11812   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11813   include:
11814     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11815 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11816     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11817 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11818     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11819 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11820   layout:
11821     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11822     layout: "plot-throughput"
11823
11824 - type: "plot"
11825   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11826   algorithm: "plot_perf_box_name"
11827   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11828   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11829   include:
11830     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11831 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11832     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11833 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11834     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11835 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11836   layout:
11837     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11838     layout: "plot-throughput"
11839
11840 - type: "plot"
11841   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11842   algorithm: "plot_perf_box_name"
11843   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11844   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11845   include:
11846     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11847     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11848     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11849     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11850     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11851     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11852   layout:
11853     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11854     layout: "plot-throughput"
11855
11856 - type: "plot"
11857   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11858   algorithm: "plot_perf_box_name"
11859   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11860   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11861   include:
11862     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11863     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11864     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11865     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11866     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11867     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11868   layout:
11869     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11870     layout: "plot-throughput"
11871
11872 - type: "plot"
11873   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11874   algorithm: "plot_perf_box_name"
11875   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11876   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11877   include:
11878     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11879     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11880     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11881     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11884   layout:
11885     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11886     layout: "plot-throughput"
11887
11888 - type: "plot"
11889   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11890   algorithm: "plot_perf_box_name"
11891   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11892   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11893   include:
11894     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11895     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11896     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11897     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11898     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11899     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11900   layout:
11901     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11902     layout: "plot-throughput"
11903
11904 - type: "plot"
11905   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11906   algorithm: "plot_perf_box_name"
11907   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11908   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11909   include:
11910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11914   layout:
11915     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11916     layout: "plot-throughput"
11917
11918 - type: "plot"
11919   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11920   algorithm: "plot_perf_box_name"
11921   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11922   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11923   include:
11924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11928   layout:
11929     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11930     layout: "plot-throughput"
11931
11932 - type: "plot"
11933   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11934   algorithm: "plot_perf_box_name"
11935   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11936   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11937   include:
11938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11943   layout:
11944     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11945     layout: "plot-throughput"
11946
11947 - type: "plot"
11948   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11949   algorithm: "plot_perf_box_name"
11950   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11952   include:
11953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11958   layout:
11959     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11960     layout: "plot-throughput"
11961
11962 - type: "plot"
11963   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11964   algorithm: "plot_perf_box_name"
11965   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11967   include:
11968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11972   layout:
11973     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11974     layout: "plot-throughput"
11975
11976 - type: "plot"
11977   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11978   algorithm: "plot_perf_box_name"
11979   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11980   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11981   include:
11982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11986   layout:
11987     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11988     layout: "plot-throughput"
11989
11990 - type: "plot"
11991   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11992   algorithm: "plot_perf_box_name"
11993   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11995   include:
11996     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11997     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11998     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11999     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12000     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12001     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12002   layout:
12003     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12004     layout: "plot-throughput"
12005
12006 - type: "plot"
12007   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12008   algorithm: "plot_perf_box_name"
12009   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12010   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12011   include:
12012     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12013     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12014     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12015     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12016     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12017     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12018   layout:
12019     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12020     layout: "plot-throughput"
12021
12022 - type: "plot"
12023   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12024   algorithm: "plot_perf_box_name"
12025   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12027   include:
12028     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12029     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12030     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12031     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12032     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12033   layout:
12034     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12035     layout: "plot-throughput"
12036
12037 - type: "plot"
12038   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12039   algorithm: "plot_perf_box_name"
12040   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12042   include:
12043     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12044     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12045     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12046     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12047     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12048   layout:
12049     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12050     layout: "plot-throughput"
12051
12052 - type: "plot"
12053   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12054   algorithm: "plot_perf_box_name"
12055   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12056   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12057   include:
12058     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12059     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12060     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12061   layout:
12062     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12063     layout: "plot-throughput"
12064
12065 - type: "plot"
12066   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12067   algorithm: "plot_perf_box_name"
12068   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12070   include:
12071     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12072     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12073     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12074   layout:
12075     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12076     layout: "plot-throughput"
12077
12078 - type: "plot"
12079   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12080   algorithm: "plot_perf_box_name"
12081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12083   include:
12084     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12085     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12086     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12087     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12088   layout:
12089     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12090     layout: "plot-throughput"
12091
12092 - type: "plot"
12093   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12094   algorithm: "plot_perf_box_name"
12095   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12097   include:
12098     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12099     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12100     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12101     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12102   layout:
12103     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12104     layout: "plot-throughput"
12105
12106 - type: "plot"
12107   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12108   algorithm: "plot_perf_box_name"
12109   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12111   include:
12112     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12113     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12114     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12115     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12116     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12117     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12118   layout:
12119     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12120     layout: "plot-throughput"
12121
12122 - type: "plot"
12123   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12124   algorithm: "plot_perf_box_name"
12125   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12127   include:
12128     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12129     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12130     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12131     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12132     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12133     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12134   layout:
12135     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12136     layout: "plot-throughput"
12137
12138 - type: "plot"
12139   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12140   algorithm: "plot_perf_box_name"
12141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12143   include:
12144     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12145     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12146     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12147     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12148     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12149     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12150   layout:
12151     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12152     layout: "plot-throughput"
12153
12154 - type: "plot"
12155   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12156   algorithm: "plot_perf_box_name"
12157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12159   include:
12160     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12161     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12162     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12163     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12164     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12166   layout:
12167     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12168     layout: "plot-throughput"
12169
12170 - type: "plot"
12171   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12172   algorithm: "plot_perf_box_name"
12173   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12174   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12175   include:
12176     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12177     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12178     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12179     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12180   layout:
12181     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12182     layout: "plot-throughput"
12183
12184 - type: "plot"
12185   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12186   algorithm: "plot_perf_box_name"
12187   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12188   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12189   include:
12190     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12191     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12192     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12193     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12194   layout:
12195     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12196     layout: "plot-throughput"
12197
12198 - type: "plot"
12199   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12200   algorithm: "plot_perf_box_name"
12201   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12202   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12203   include:
12204     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12205     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12206     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12207     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12208     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12209     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12210   layout:
12211     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12212     layout: "plot-throughput"
12213
12214 - type: "plot"
12215   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12216   algorithm: "plot_perf_box_name"
12217   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12218   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12219   include:
12220     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12221     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12222     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12223     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12224     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12225     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12226   layout:
12227     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12228     layout: "plot-throughput"
12229
12230 - type: "plot"
12231   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12232   algorithm: "plot_perf_box_name"
12233   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12234   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12235   include:
12236     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12237     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12238     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12239     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12240     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12241     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12242   layout:
12243     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12244     layout: "plot-throughput"
12245
12246 - type: "plot"
12247   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12248   algorithm: "plot_perf_box_name"
12249   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12250   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12251   include:
12252     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12253     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12254     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12255     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12256     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12257     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12258   layout:
12259     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12260     layout: "plot-throughput"
12261
12262 - type: "plot"
12263   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12264   algorithm: "plot_perf_box_name"
12265   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12266   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12267   include:
12268     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12269     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12270     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12271     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12272   layout:
12273     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12274     layout: "plot-throughput"
12275
12276 - type: "plot"
12277   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12278   algorithm: "plot_perf_box_name"
12279   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12280   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12281   include:
12282     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12283     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12284     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12285     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12286   layout:
12287     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12288     layout: "plot-throughput"
12289
12290 - type: "plot"
12291   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12292   algorithm: "plot_perf_box_name"
12293   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12294   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12295   include:
12296     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12297     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12298     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12299     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12300     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12301     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12302   layout:
12303     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12304     layout: "plot-throughput"
12305
12306 - type: "plot"
12307   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12308   algorithm: "plot_perf_box_name"
12309   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12310   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12311   include:
12312     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12313     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12314     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12315     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12316     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12317     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12318   layout:
12319     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12320     layout: "plot-throughput"
12321
12322 - type: "plot"
12323   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12324   algorithm: "plot_perf_box_name"
12325   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12326   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12327   include:
12328     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12329     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12330     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12331     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12332   layout:
12333     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12334     layout: "plot-throughput"
12335
12336 - type: "plot"
12337   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12338   algorithm: "plot_perf_box_name"
12339   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12340   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12341   include:
12342     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12343     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12344     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12345     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12346   layout:
12347     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12348     layout: "plot-throughput"
12349
12350 - type: "plot"
12351   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12352   algorithm: "plot_perf_box_name"
12353   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12354   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12355   include:
12356     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12357     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12358     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12359     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12360     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12361     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12362   layout:
12363     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12364     layout: "plot-throughput"
12365
12366 - type: "plot"
12367   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12368   algorithm: "plot_perf_box_name"
12369   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12370   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12371   include:
12372     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12373     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12374     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12375     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12376     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12377     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12378   layout:
12379     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12380     layout: "plot-throughput"
12381
12382 - type: "plot"
12383   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12384   algorithm: "plot_perf_box_name"
12385   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12386   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12387   include:
12388     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12389     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12390     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12391     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12392     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12393     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12394   layout:
12395     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12396     layout: "plot-throughput"
12397
12398 - type: "plot"
12399   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12400   algorithm: "plot_perf_box_name"
12401   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12402   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12403   include:
12404     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12405     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12406     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12407     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12408     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12409     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12410   layout:
12411     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12412     layout: "plot-throughput"
12413
12414 - type: "plot"
12415   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12416   algorithm: "plot_perf_box_name"
12417   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12418   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12419   include:
12420     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12421     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12422     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12423     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12424     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12425     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12426   layout:
12427     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12428     layout: "plot-throughput"
12429
12430 - type: "plot"
12431   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12432   algorithm: "plot_perf_box_name"
12433   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12434   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12435   include:
12436     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12437     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12438     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12439     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12440     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12441     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12442   layout:
12443     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12444     layout: "plot-throughput"
12445
12446 - type: "plot"
12447   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12448   algorithm: "plot_perf_box_name"
12449   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12451   include:
12452     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12453     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12454     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12455     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12456     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12457     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12458   layout:
12459     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12460     layout: "plot-throughput"
12461
12462 - type: "plot"
12463   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12464   algorithm: "plot_perf_box_name"
12465   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12467   include:
12468     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12469     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12470     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12471     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12472     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12473     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12474   layout:
12475     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12476     layout: "plot-throughput"
12477
12478 - type: "plot"
12479   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12480   algorithm: "plot_perf_box_name"
12481   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12482   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12483   include:
12484     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12485     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12486     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12487     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12488     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12489     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12490   layout:
12491     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12492     layout: "plot-throughput"
12493
12494 - type: "plot"
12495   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12496   algorithm: "plot_perf_box_name"
12497   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12498   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12499   include:
12500     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12501     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12502     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12503     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12504     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12505     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12506   layout:
12507     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12508     layout: "plot-throughput"
12509
12510 #- type: "plot"
12511 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12512 #  algorithm: "plot_perf_box_name"
12513 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12514 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12515 #  include:
12516 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12517 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12518 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12519 #  layout:
12520 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12521 #    layout: "plot-throughput"
12522 #
12523 #- type: "plot"
12524 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12525 #  algorithm: "plot_perf_box_name"
12526 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12527 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12528 #  include:
12529 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12530 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12531 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12532 #  layout:
12533 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12534 #    layout: "plot-throughput"
12535
12536 - type: "plot"
12537   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12538   algorithm: "plot_perf_box_name"
12539   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12540   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12541   include:
12542     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12544     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12545     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12546   layout:
12547     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12548     layout: "plot-throughput"
12549
12550 - type: "plot"
12551   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12552   algorithm: "plot_perf_box_name"
12553   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12554   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12555   include:
12556     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12557     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12558     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12559     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12560   layout:
12561     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12562     layout: "plot-throughput"
12563
12564 - type: "plot"
12565   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12566   algorithm: "plot_perf_box_name"
12567   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12568   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12569   include:
12570     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12571     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12572     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12573     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12574   layout:
12575     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12576     layout: "plot-throughput"
12577
12578 - type: "plot"
12579   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12580   algorithm: "plot_perf_box_name"
12581   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12582   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12583   include:
12584     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12585     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12586     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12587     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12588   layout:
12589     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12590     layout: "plot-throughput"
12591
12592 - type: "plot"
12593   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12594   algorithm: "plot_perf_box_name"
12595   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12596   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12597   include:
12598     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12599     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12600     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12601     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12602   layout:
12603     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12604     layout: "plot-throughput"
12605
12606 - type: "plot"
12607   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12608   algorithm: "plot_perf_box_name"
12609   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12610   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12611   include:
12612     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12613     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12614     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12615     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12616   layout:
12617     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12618     layout: "plot-throughput"
12619
12620 - type: "plot"
12621   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12622   algorithm: "plot_perf_box_name"
12623   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12624   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12625   include:
12626     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12627     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12628     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12629     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12630   layout:
12631     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12632     layout: "plot-throughput"
12633
12634 - type: "plot"
12635   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12636   algorithm: "plot_perf_box_name"
12637   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12638   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12639   include:
12640     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12641     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12642     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12643     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12644   layout:
12645     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12646     layout: "plot-throughput"
12647
12648 - type: "plot"
12649   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12650   algorithm: "plot_perf_box_name"
12651   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12653   include:
12654     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12655     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12656     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12657     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12658   layout:
12659     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12660     layout: "plot-throughput"
12661
12662 - type: "plot"
12663   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12664   algorithm: "plot_perf_box_name"
12665   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12667   include:
12668     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12669     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12670     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12671     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12672   layout:
12673     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12674     layout: "plot-throughput"
12675
12676 - type: "plot"
12677   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12678   algorithm: "plot_perf_box_name"
12679   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12681   include:
12682     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12683     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12684     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12685     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12686   layout:
12687     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12688     layout: "plot-throughput"
12689
12690 - type: "plot"
12691   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12692   algorithm: "plot_perf_box_name"
12693   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12694   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12695   include:
12696     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12697     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12698     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12699     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12700   layout:
12701     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12702     layout: "plot-throughput"
12703
12704 - type: "plot"
12705   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12706   algorithm: "plot_perf_box_name"
12707   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12709   include:
12710     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12711     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12712     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12713     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12714     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12715   layout:
12716     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12717     layout: "plot-throughput"
12718
12719 - type: "plot"
12720   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12721   algorithm: "plot_perf_box_name"
12722   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12723   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12724   include:
12725     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12726     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12727     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12729     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12730   layout:
12731     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12732     layout: "plot-throughput"
12733
12734 - type: "plot"
12735   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12736   algorithm: "plot_perf_box_name"
12737   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12739   include:
12740     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12741     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12742     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12743     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12744     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12745   layout:
12746     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12747     layout: "plot-throughput"
12748
12749 - type: "plot"
12750   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12751   algorithm: "plot_perf_box_name"
12752   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12754   include:
12755     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12756     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12757     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12759     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12760   layout:
12761     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12762     layout: "plot-throughput"
12763
12764 - type: "plot"
12765   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12766   algorithm: "plot_perf_box_name"
12767   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12769   include:
12770     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12771     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12772     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12773     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12774     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12775     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12776   layout:
12777     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12778     layout: "plot-throughput"
12779
12780 - type: "plot"
12781   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12782   algorithm: "plot_perf_box_name"
12783   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12785   include:
12786     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12787     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12788     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12789     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12790     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12791     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12792   layout:
12793     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12794     layout: "plot-throughput"
12795
12796 - type: "plot"
12797   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12798   algorithm: "plot_perf_box_name"
12799   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12801   include:
12802     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12803     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12804     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12805     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12806     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12807     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12808   layout:
12809     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12810     layout: "plot-throughput"
12811
12812 - type: "plot"
12813   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12814   algorithm: "plot_perf_box_name"
12815   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12817   include:
12818     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12819     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12820     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12821     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12822     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12823     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12824   layout:
12825     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12826     layout: "plot-throughput"
12827
12828 - type: "plot"
12829   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12830   algorithm: "plot_perf_box_name"
12831   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12832   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12833   include:
12834     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12835     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12836     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12837     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12838     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12839   layout:
12840     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12841     layout: "plot-throughput"
12842
12843 - type: "plot"
12844   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12845   algorithm: "plot_perf_box_name"
12846   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12847   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12848   include:
12849     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12850     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12851     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12852     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12853     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12854   layout:
12855     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12856     layout: "plot-throughput"
12857
12858 #- type: "plot"
12859 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12860 #  algorithm: "plot_perf_box_name"
12861 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12862 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12863 #  include:
12864 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12865 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12866 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12867 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12868 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12869 #  layout:
12870 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12871 #    layout: "plot-throughput"
12872 #
12873 #- type: "plot"
12874 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12875 #  algorithm: "plot_perf_box_name"
12876 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12877 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12878 #  include:
12879 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12880 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12881 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12882 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12883 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12884 #  layout:
12885 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12886 #    layout: "plot-throughput"
12887
12888 #- type: "plot"
12889 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12890 #  algorithm: "plot_perf_box_name"
12891 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12892 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12893 #  include:
12894 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12895 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12896 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12897 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12898 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12899 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12900 #  layout:
12901 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12902 #    layout: "plot-throughput"
12903 #
12904 #- type: "plot"
12905 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12906 #  algorithm: "plot_perf_box_name"
12907 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12908 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12909 #  include:
12910 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12911 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12912 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12913 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12914 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12915 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12916 #  layout:
12917 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12918 #    layout: "plot-throughput"
12919
12920 - type: "plot"
12921   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12922   algorithm: "plot_perf_box_name"
12923   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12924   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12925   include:
12926     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12927     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12928     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12929   layout:
12930     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12931     layout: "plot-throughput"
12932
12933 - type: "plot"
12934   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12935   algorithm: "plot_perf_box_name"
12936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12938   include:
12939     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12940     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12941     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12942   layout:
12943     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12944     layout: "plot-throughput"
12945
12946 ################################################################################
12947
12948 # Packet Speedup
12949
12950 - type: "plot"
12951   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12952   algorithm: "plot_tsa_name"
12953   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12954   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12955   include:
12956     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12957     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12958     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12959     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12960   layout:
12961     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12962     layout: "plot-throughput-speedup-analysis"
12963
12964 - type: "plot"
12965   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12966   algorithm: "plot_tsa_name"
12967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12969   include:
12970     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12971     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12972     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12973     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12974   layout:
12975     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12976     layout: "plot-throughput-speedup-analysis"
12977
12978 - type: "plot"
12979   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12980   algorithm: "plot_tsa_name"
12981   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12982   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12983   include:
12984     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12985     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12986     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12987     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12988     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12989   layout:
12990     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12991     layout: "plot-throughput-speedup-analysis"
12992
12993 - type: "plot"
12994   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12995   algorithm: "plot_tsa_name"
12996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12997   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12998   include:
12999     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13000     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13001     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13002     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13003     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13004   layout:
13005     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13006     layout: "plot-throughput-speedup-analysis"
13007
13008 - type: "plot"
13009   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13010   algorithm: "plot_tsa_name"
13011   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13012   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13013   include:
13014     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13015     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13016     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13017     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13018     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13019     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13020   layout:
13021     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13022     layout: "plot-throughput-speedup-analysis"
13023
13024 - type: "plot"
13025   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13026   algorithm: "plot_tsa_name"
13027   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13029   include:
13030     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13031     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13032     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13033     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13034     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13035     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13036   layout:
13037     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13038     layout: "plot-throughput-speedup-analysis"
13039
13040 - type: "plot"
13041   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13042   algorithm: "plot_tsa_name"
13043   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13045   include:
13046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13050   layout:
13051     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13052     layout: "plot-throughput-speedup-analysis"
13053
13054 - type: "plot"
13055   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13056   algorithm: "plot_tsa_name"
13057   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13058   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13059   include:
13060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13064   layout:
13065     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13066     layout: "plot-throughput-speedup-analysis"
13067
13068 - type: "plot"
13069   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13070   algorithm: "plot_tsa_name"
13071   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13073   include:
13074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13077   layout:
13078     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13079     layout: "plot-throughput-speedup-analysis"
13080
13081 - type: "plot"
13082   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13083   algorithm: "plot_tsa_name"
13084   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13085   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13086   include:
13087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13090   layout:
13091     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13092     layout: "plot-throughput-speedup-analysis"
13093
13094 - type: "plot"
13095   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13096   algorithm: "plot_tsa_name"
13097   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13099   include:
13100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13105   layout:
13106     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13107     layout: "plot-throughput-speedup-analysis"
13108
13109 - type: "plot"
13110   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13111   algorithm: "plot_tsa_name"
13112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13114   include:
13115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13120   layout:
13121     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13122     layout: "plot-throughput-speedup-analysis"
13123
13124 - type: "plot"
13125   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13126   algorithm: "plot_tsa_name"
13127   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13128   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13129   include:
13130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13133   layout:
13134     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13135     layout: "plot-throughput-speedup-analysis"
13136
13137 - type: "plot"
13138   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13139   algorithm: "plot_tsa_name"
13140   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13142   include:
13143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13146   layout:
13147     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13148     layout: "plot-throughput-speedup-analysis"
13149
13150 - type: "plot"
13151   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13152   algorithm: "plot_tsa_name"
13153   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13154   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13155   include:
13156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13162   layout:
13163     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13164     layout: "plot-throughput-speedup-analysis"
13165
13166 - type: "plot"
13167   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13168   algorithm: "plot_tsa_name"
13169   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13170   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13171   include:
13172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13178   layout:
13179     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13180     layout: "plot-throughput-speedup-analysis"
13181
13182 - type: "plot"
13183   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13184   algorithm: "plot_tsa_name"
13185   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13186   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13187   include:
13188     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13189     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13190     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13191   layout:
13192     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13193     layout: "plot-throughput-speedup-analysis"
13194
13195 - type: "plot"
13196   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13197   algorithm: "plot_tsa_name"
13198   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13199   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13200   include:
13201     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13202     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13203     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13204   layout:
13205     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13206     layout: "plot-throughput-speedup-analysis"
13207
13208 - type: "plot"
13209   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13210   algorithm: "plot_tsa_name"
13211   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13213   include:
13214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13215     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13216     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13217 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13218 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13219   layout:
13220     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13221     layout: "plot-throughput-speedup-analysis"
13222
13223 - type: "plot"
13224   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13225   algorithm: "plot_tsa_name"
13226   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13228   include:
13229     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13230     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13231     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13232 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13233 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13234   layout:
13235     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13236     layout: "plot-throughput-speedup-analysis"
13237
13238 - type: "plot"
13239   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13240   algorithm: "plot_tsa_name"
13241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13243   include:
13244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13245     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13246     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13247     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13248   layout:
13249     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13250     layout: "plot-throughput-speedup-analysis"
13251
13252 - type: "plot"
13253   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13254   algorithm: "plot_tsa_name"
13255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13257   include:
13258     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13259     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13260     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13261     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13262   layout:
13263     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13264     layout: "plot-throughput-speedup-analysis"
13265
13266 - type: "plot"
13267   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13268   algorithm: "plot_tsa_name"
13269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13271   include:
13272     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13273     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13274     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13275     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13276     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13277   layout:
13278     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13279     layout: "plot-throughput-speedup-analysis"
13280
13281 - type: "plot"
13282   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13283   algorithm: "plot_tsa_name"
13284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13286   include:
13287     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13288     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13289     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13290     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13291     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13292   layout:
13293     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13294     layout: "plot-throughput-speedup-analysis"
13295
13296 - type: "plot"
13297   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13298   algorithm: "plot_tsa_name"
13299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13301   include:
13302     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13303     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13304     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13305     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13306     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13307     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13308   layout:
13309     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13310     layout: "plot-throughput-speedup-analysis"
13311
13312 - type: "plot"
13313   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13314   algorithm: "plot_tsa_name"
13315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13317   include:
13318     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13319     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13320     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13321     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13322     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13323     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13324   layout:
13325     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13326     layout: "plot-throughput-speedup-analysis"
13327
13328 - type: "plot"
13329   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13330   algorithm: "plot_tsa_name"
13331   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13333   include:
13334     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13335     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13336   layout:
13337     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13338     layout: "plot-throughput-speedup-analysis"
13339
13340 - type: "plot"
13341   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13342   algorithm: "plot_tsa_name"
13343   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13344   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13345   include:
13346     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13347     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13348   layout:
13349     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13350     layout: "plot-throughput-speedup-analysis"
13351
13352 - type: "plot"
13353   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13354   algorithm: "plot_tsa_name"
13355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13357   include:
13358     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13359     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13360     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13361     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13362   layout:
13363     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13364     layout: "plot-throughput-speedup-analysis"
13365
13366 - type: "plot"
13367   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13368   algorithm: "plot_tsa_name"
13369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13371   include:
13372     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13373     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13374     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13375     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13376   layout:
13377     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13378     layout: "plot-throughput-speedup-analysis"
13379
13380 - type: "plot"
13381   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13382   algorithm: "plot_tsa_name"
13383   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13384   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13385   include:
13386     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13387     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13388     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13389     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13390     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13391     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13392   layout:
13393     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
13394     layout: "plot-throughput-speedup-analysis"
13395
13396 - type: "plot"
13397   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13398   algorithm: "plot_tsa_name"
13399   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13400   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13401   include:
13402     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13403     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13404     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13405     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13406     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13407     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13408   layout:
13409     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
13410     layout: "plot-throughput-speedup-analysis"
13411
13412 - type: "plot"
13413   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13414   algorithm: "plot_tsa_name"
13415   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13416   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13417   include:
13418     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13419     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13420     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13421     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13422     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13423   layout:
13424     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13425     layout: "plot-throughput-speedup-analysis"
13426
13427 - type: "plot"
13428   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13429   algorithm: "plot_tsa_name"
13430   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13431   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13432   include:
13433     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13434     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13435     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13436     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13437     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13438   layout:
13439     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13440     layout: "plot-throughput-speedup-analysis"
13441
13442 - type: "plot"
13443   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13444   algorithm: "plot_tsa_name"
13445   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13447   include:
13448     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13449     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13450     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13451     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13452     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13453   layout:
13454     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
13455     layout: "plot-throughput-speedup-analysis"
13456
13457 - type: "plot"
13458   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13459   algorithm: "plot_tsa_name"
13460   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13461   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13462   include:
13463     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13464     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13465     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13466     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13467     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13468   layout:
13469     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
13470     layout: "plot-throughput-speedup-analysis"
13471
13472 - type: "plot"
13473   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13474   algorithm: "plot_tsa_name"
13475   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13476   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13477   include:
13478     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13479     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13480     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13481   layout:
13482     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13483     layout: "plot-throughput-speedup-analysis"
13484
13485 - type: "plot"
13486   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13487   algorithm: "plot_tsa_name"
13488   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13489   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13490   include:
13491     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13492     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13493     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13494   layout:
13495     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13496     layout: "plot-throughput-speedup-analysis"
13497
13498 - type: "plot"
13499   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13500   algorithm: "plot_tsa_name"
13501   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13502   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13503   include:
13504     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13505     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13506     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13507   layout:
13508     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
13509     layout: "plot-throughput-speedup-analysis"
13510
13511 - type: "plot"
13512   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
13513   algorithm: "plot_tsa_name"
13514   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
13515   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13516   include:
13517     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13518     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13519     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13520   layout:
13521     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
13522     layout: "plot-throughput-speedup-analysis"
13523
13524 - type: "plot"
13525   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13526   algorithm: "plot_tsa_name"
13527   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13529   include:
13530     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13531     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13532     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13533     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13534     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13535   layout:
13536     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13537     layout: "plot-throughput-speedup-analysis"
13538
13539 - type: "plot"
13540   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13541   algorithm: "plot_tsa_name"
13542   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13543   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13544   include:
13545     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13546     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13547     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13548     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13549     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13550   layout:
13551     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13552     layout: "plot-throughput-speedup-analysis"
13553
13554 - type: "plot"
13555   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13556   algorithm: "plot_tsa_name"
13557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13559   include:
13560     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13561     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13562     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13563     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13564     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13565   layout:
13566     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
13567     layout: "plot-throughput-speedup-analysis"
13568
13569 - type: "plot"
13570   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13571   algorithm: "plot_tsa_name"
13572   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13573   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13574   include:
13575     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13576     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13577     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13578     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13579     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13580   layout:
13581     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
13582     layout: "plot-throughput-speedup-analysis"
13583
13584 - type: "plot"
13585   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13586   algorithm: "plot_tsa_name"
13587   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13588   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13589   include:
13590     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13591     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13592     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13593     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13594     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13595     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13596   layout:
13597     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13598     layout: "plot-throughput-speedup-analysis"
13599
13600 - type: "plot"
13601   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13602   algorithm: "plot_tsa_name"
13603   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13604   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13605   include:
13606     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13607     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13608     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13609     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13610     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13611     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13612   layout:
13613     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13614     layout: "plot-throughput-speedup-analysis"
13615
13616 - type: "plot"
13617   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13618   algorithm: "plot_tsa_name"
13619   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13620   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13621   include:
13622     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13623     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13624     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13625     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13626   layout:
13627     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13628     layout: "plot-throughput-speedup-analysis"
13629
13630 - type: "plot"
13631   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13632   algorithm: "plot_tsa_name"
13633   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13634   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13635   include:
13636     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13637     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13638     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13639     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13640   layout:
13641     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13642     layout: "plot-throughput-speedup-analysis"
13643
13644 - type: "plot"
13645   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13646   algorithm: "plot_tsa_name"
13647   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13648   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13649   include:
13650     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13651     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13652     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13653     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13654     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13655     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13656   layout:
13657     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13658     layout: "plot-throughput-speedup-analysis"
13659
13660 - type: "plot"
13661   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13662   algorithm: "plot_tsa_name"
13663   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13665   include:
13666     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13667     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13668     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13669     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13670     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13671     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13672   layout:
13673     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13674     layout: "plot-throughput-speedup-analysis"
13675
13676 - type: "plot"
13677   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13678   algorithm: "plot_tsa_name"
13679   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13680   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13681   include:
13682     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13688   layout:
13689     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13690     layout: "plot-throughput-speedup-analysis"
13691
13692 - type: "plot"
13693   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13694   algorithm: "plot_tsa_name"
13695   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13696   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13697   include:
13698     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13703     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13704   layout:
13705     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13706     layout: "plot-throughput-speedup-analysis"
13707
13708 - type: "plot"
13709   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13710   algorithm: "plot_tsa_name"
13711   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13712   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13713   include:
13714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13718   layout:
13719     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13720     layout: "plot-throughput-speedup-analysis"
13721
13722 - type: "plot"
13723   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13724   algorithm: "plot_tsa_name"
13725   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13727   include:
13728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13732   layout:
13733     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13734     layout: "plot-throughput-speedup-analysis"
13735
13736 - type: "plot"
13737   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13738   algorithm: "plot_tsa_name"
13739   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13740   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13741   include:
13742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13747   layout:
13748     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13749     layout: "plot-throughput-speedup-analysis"
13750
13751 - type: "plot"
13752   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13753   algorithm: "plot_tsa_name"
13754   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13755   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13756   include:
13757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13762   layout:
13763     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13764     layout: "plot-throughput-speedup-analysis"
13765
13766 - type: "plot"
13767   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13768   algorithm: "plot_tsa_name"
13769   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13770   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13771   include:
13772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13776   layout:
13777     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13778     layout: "plot-throughput-speedup-analysis"
13779
13780 - type: "plot"
13781   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13782   algorithm: "plot_tsa_name"
13783   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13784   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13785   include:
13786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13790   layout:
13791     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13792     layout: "plot-throughput-speedup-analysis"
13793
13794 - type: "plot"
13795   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13796   algorithm: "plot_tsa_name"
13797   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13798   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13799   include:
13800     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13801     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13802     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13803     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13804     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13805     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13806   layout:
13807     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13808     layout: "plot-throughput-speedup-analysis"
13809
13810 - type: "plot"
13811   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13812   algorithm: "plot_tsa_name"
13813   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13814   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13815   include:
13816     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13817     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13818     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13819     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13820     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13821     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13822   layout:
13823     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13824     layout: "plot-throughput-speedup-analysis"
13825
13826 - type: "plot"
13827   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
13828   algorithm: "plot_tsa_name"
13829   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
13830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13831   include:
13832     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13833     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13834     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13835     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13836     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13837   layout:
13838     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
13839     layout: "plot-throughput-speedup-analysis"
13840
13841 - type: "plot"
13842   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
13843   algorithm: "plot_tsa_name"
13844   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
13845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13846   include:
13847     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13848     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13849     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13850     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13851     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13852   layout:
13853     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
13854     layout: "plot-throughput-speedup-analysis"
13855
13856 - type: "plot"
13857   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13858   algorithm: "plot_tsa_name"
13859   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13860   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13861   include:
13862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13865   layout:
13866     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13867     layout: "plot-throughput-speedup-analysis"
13868
13869 - type: "plot"
13870   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13871   algorithm: "plot_tsa_name"
13872   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13873   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13874   include:
13875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13877     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13878   layout:
13879     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13880     layout: "plot-throughput-speedup-analysis"
13881
13882 - type: "plot"
13883   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13884   algorithm: "plot_tsa_name"
13885   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13886   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13887   include:
13888     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13890     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13891     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13892   layout:
13893     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13894     layout: "plot-throughput-speedup-analysis"
13895
13896 - type: "plot"
13897   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13898   algorithm: "plot_tsa_name"
13899   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13901   include:
13902     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13903     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13904     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13905     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13906   layout:
13907     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13908     layout: "plot-throughput-speedup-analysis"
13909
13910 - type: "plot"
13911   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13912   algorithm: "plot_tsa_name"
13913   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13915   include:
13916     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13917     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13918     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13919     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13920     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13921     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13922   layout:
13923     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13924     layout: "plot-throughput-speedup-analysis"
13925
13926 - type: "plot"
13927   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13928   algorithm: "plot_tsa_name"
13929   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13931   include:
13932     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13933     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13934     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13935     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13936     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13937     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13938   layout:
13939     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13940     layout: "plot-throughput-speedup-analysis"
13941
13942 - type: "plot"
13943   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13944   algorithm: "plot_tsa_name"
13945   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13947   include:
13948     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13949     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13950     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13951     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13952     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13953     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13954   layout:
13955     title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13956     layout: "plot-throughput-speedup-analysis"
13957
13958 - type: "plot"
13959   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13960   algorithm: "plot_tsa_name"
13961   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13963   include:
13964     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13965     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13970   layout:
13971     title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13972     layout: "plot-throughput-speedup-analysis"
13973
13974 - type: "plot"
13975   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13976   algorithm: "plot_tsa_name"
13977   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13978   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13979   include:
13980     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13981     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13982     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13983     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13984     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13985     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13986   layout:
13987     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13988     layout: "plot-throughput-speedup-analysis"
13989
13990 - type: "plot"
13991   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13992   algorithm: "plot_tsa_name"
13993   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13995   include:
13996     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13997     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13998     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13999     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14000     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14001     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14002   layout:
14003     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14004     layout: "plot-throughput-speedup-analysis"
14005
14006 - type: "plot"
14007   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14008   algorithm: "plot_tsa_name"
14009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14011   include:
14012     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14013     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14014     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14015     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14016     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14017     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14018   layout:
14019     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
14020     layout: "plot-throughput-speedup-analysis"
14021
14022 - type: "plot"
14023   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14024   algorithm: "plot_tsa_name"
14025   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14027   include:
14028     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14029     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14030     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14031     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14032     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14033     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14034   layout:
14035     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
14036     layout: "plot-throughput-speedup-analysis"
14037
14038 - type: "plot"
14039   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14040   algorithm: "plot_tsa_name"
14041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14043   include:
14044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14048   layout:
14049     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14050     layout: "plot-throughput-speedup-analysis"
14051
14052 - type: "plot"
14053   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14054   algorithm: "plot_tsa_name"
14055   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14057   include:
14058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14062   layout:
14063     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14064     layout: "plot-throughput-speedup-analysis"
14065
14066 - type: "plot"
14067   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14068   algorithm: "plot_tsa_name"
14069   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14071   include:
14072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14073     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14076   layout:
14077     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14078     layout: "plot-throughput-speedup-analysis"
14079
14080 - type: "plot"
14081   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14082   algorithm: "plot_tsa_name"
14083   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14084   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14085   include:
14086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14090   layout:
14091     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14092     layout: "plot-throughput-speedup-analysis"
14093
14094 - type: "plot"
14095   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14096   algorithm: "plot_tsa_name"
14097   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
14098   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14099   include:
14100     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14101     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14102     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14103     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14104   layout:
14105     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14106     layout: "plot-throughput-speedup-analysis"
14107
14108 - type: "plot"
14109   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14110   algorithm: "plot_tsa_name"
14111   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
14112   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14113   include:
14114     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14115     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14116     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14117     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14118   layout:
14119     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14120     layout: "plot-throughput-speedup-analysis"
14121
14122 - type: "plot"
14123   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14124   algorithm: "plot_tsa_name"
14125   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14126   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14127   include:
14128     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14129     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14130     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14131     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14132   layout:
14133     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14134     layout: "plot-throughput-speedup-analysis"
14135
14136 - type: "plot"
14137   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14138   algorithm: "plot_tsa_name"
14139   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14141   include:
14142     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14143     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14144     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14145     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14146   layout:
14147     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14148     layout: "plot-throughput-speedup-analysis"
14149
14150 - type: "plot"
14151   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
14152   algorithm: "plot_tsa_name"
14153   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
14154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14155   include:
14156     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14157     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14159     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14160   layout:
14161     title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
14162     layout: "plot-throughput-speedup-analysis"
14163
14164 - type: "plot"
14165   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
14166   algorithm: "plot_tsa_name"
14167   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
14168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14169   include:
14170     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14171     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14172     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14173     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14174   layout:
14175     title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
14176     layout: "plot-throughput-speedup-analysis"
14177
14178 - type: "plot"
14179   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
14180   algorithm: "plot_tsa_name"
14181   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
14182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14183   include:
14184     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14185     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14186     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14187     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14188   layout:
14189     title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
14190     layout: "plot-throughput-speedup-analysis"
14191
14192 - type: "plot"
14193   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
14194   algorithm: "plot_tsa_name"
14195   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
14196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14197   include:
14198     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14199     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14200     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14201     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14202   layout:
14203     title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
14204     layout: "plot-throughput-speedup-analysis"
14205
14206 - type: "plot"
14207   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14208   algorithm: "plot_tsa_name"
14209   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14211   include:
14212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14217   layout:
14218     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14219     layout: "plot-throughput-speedup-analysis"
14220
14221 - type: "plot"
14222   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14223   algorithm: "plot_tsa_name"
14224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14226   include:
14227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14232   layout:
14233     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14234     layout: "plot-throughput-speedup-analysis"
14235
14236 - type: "plot"
14237   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14238   algorithm: "plot_tsa_name"
14239   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14240   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14241   include:
14242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14247   layout:
14248     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14249     layout: "plot-throughput-speedup-analysis"
14250
14251 - type: "plot"
14252   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14253   algorithm: "plot_tsa_name"
14254   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14256   include:
14257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14262   layout:
14263     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14264     layout: "plot-throughput-speedup-analysis"
14265
14266 - type: "plot"
14267   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
14268   algorithm: "plot_tsa_name"
14269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
14270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14271   include:
14272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14278   layout:
14279     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
14280     layout: "plot-throughput-speedup-analysis"
14281
14282 - type: "plot"
14283   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
14284   algorithm: "plot_tsa_name"
14285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
14286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14287   include:
14288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14294   layout:
14295     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
14296     layout: "plot-throughput-speedup-analysis"
14297
14298 - type: "plot"
14299   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
14300   algorithm: "plot_tsa_name"
14301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
14302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14303   include:
14304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14310   layout:
14311     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
14312     layout: "plot-throughput-speedup-analysis"
14313
14314 - type: "plot"
14315   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
14316   algorithm: "plot_tsa_name"
14317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
14318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14319   include:
14320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14326   layout:
14327     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
14328     layout: "plot-throughput-speedup-analysis"
14329
14330 - type: "plot"
14331   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14332   algorithm: "plot_tsa_name"
14333   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14334   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14335   include:
14336     - "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"
14337     - "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"
14338     - "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"
14339   layout:
14340     title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
14341     layout: "plot-throughput-speedup-analysis"
14342
14343 - type: "plot"
14344   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14345   algorithm: "plot_tsa_name"
14346   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
14347   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14348   include:
14349     - "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"
14350     - "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"
14351     - "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"
14352   layout:
14353     title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
14354     layout: "plot-throughput-speedup-analysis"
14355
14356 - type: "plot"
14357   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
14358   algorithm: "plot_tsa_name"
14359   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
14360   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14361   include:
14362     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14363     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14364     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14365     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14366     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14367   layout:
14368     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
14369     layout: "plot-throughput-speedup-analysis"
14370
14371 - type: "plot"
14372   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
14373   algorithm: "plot_tsa_name"
14374   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
14375   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14376   include:
14377     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14378     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14379     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14380     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14381     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14382   layout:
14383     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
14384     layout: "plot-throughput-speedup-analysis"
14385
14386 - type: "plot"
14387   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14388   algorithm: "plot_tsa_name"
14389   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14390   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14391   include:
14392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14397   layout:
14398     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
14399     layout: "plot-throughput-speedup-analysis"
14400
14401 - type: "plot"
14402   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14403   algorithm: "plot_tsa_name"
14404   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14405   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14406   include:
14407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14412   layout:
14413     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
14414     layout: "plot-throughput-speedup-analysis"
14415
14416 - type: "plot"
14417   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14418   algorithm: "plot_tsa_name"
14419   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14420   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14421   include:
14422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14425     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14426     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14428   layout:
14429     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
14430     layout: "plot-throughput-speedup-analysis"
14431
14432 - type: "plot"
14433   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14434   algorithm: "plot_tsa_name"
14435   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14436   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14437   include:
14438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14440     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14444   layout:
14445     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
14446     layout: "plot-throughput-speedup-analysis"
14447
14448 - type: "plot"
14449   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14450   algorithm: "plot_tsa_name"
14451   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14452   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14453   include:
14454     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14455     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14456     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14457     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14458   layout:
14459     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
14460     layout: "plot-throughput-speedup-analysis"
14461
14462 - type: "plot"
14463   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14464   algorithm: "plot_tsa_name"
14465   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14466   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14467   include:
14468     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14472   layout:
14473     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
14474     layout: "plot-throughput-speedup-analysis"
14475
14476 - type: "plot"
14477   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14478   algorithm: "plot_tsa_name"
14479   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14480   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14481   include:
14482     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14487   layout:
14488     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
14489     layout: "plot-throughput-speedup-analysis"
14490
14491 - type: "plot"
14492   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14493   algorithm: "plot_tsa_name"
14494   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14495   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14496   include:
14497     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14502   layout:
14503     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
14504     layout: "plot-throughput-speedup-analysis"
14505
14506 - type: "plot"
14507   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14508   algorithm: "plot_tsa_name"
14509   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14510   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14511   include:
14512     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14513     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14514     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14515     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14516     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14517     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14518   layout:
14519     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14520     layout: "plot-throughput-speedup-analysis"
14521
14522 - type: "plot"
14523   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14524   algorithm: "plot_tsa_name"
14525   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14526   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14527   include:
14528     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14529     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14530     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14531     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14532     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14533     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14534   layout:
14535     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14536     layout: "plot-throughput-speedup-analysis"
14537
14538 - type: "plot"
14539   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14540   algorithm: "plot_tsa_name"
14541   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14542   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14543   include:
14544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14548   layout:
14549     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14550     layout: "plot-throughput-speedup-analysis"
14551
14552 - type: "plot"
14553   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14554   algorithm: "plot_tsa_name"
14555   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14556   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14557   include:
14558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14562   layout:
14563     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14564     layout: "plot-throughput-speedup-analysis"
14565
14566 - type: "plot"
14567   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14568   algorithm: "plot_tsa_name"
14569   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14570   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14571   include:
14572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14578   layout:
14579     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14587   include:
14588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14594   layout:
14595     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14596     layout: "plot-throughput-speedup-analysis"
14597
14598 - type: "plot"
14599   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14600   algorithm: "plot_tsa_name"
14601   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14602   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14603   include:
14604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14610   layout:
14611     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14612     layout: "plot-throughput-speedup-analysis"
14613
14614 - type: "plot"
14615   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14616   algorithm: "plot_tsa_name"
14617   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14618   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14619   include:
14620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14626   layout:
14627     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14628     layout: "plot-throughput-speedup-analysis"
14629
14630 - type: "plot"
14631   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14632   algorithm: "plot_tsa_name"
14633   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14634   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14635   include:
14636     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14637     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14638     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14639     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14640     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14641     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14642   layout:
14643     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14644     layout: "plot-throughput-speedup-analysis"
14645
14646 - type: "plot"
14647   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14648   algorithm: "plot_tsa_name"
14649   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14650   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14651   include:
14652     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14653     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14654     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14655     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14656     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14657     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14658   layout:
14659     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14660     layout: "plot-throughput-speedup-analysis"
14661
14662 - type: "plot"
14663   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14664   algorithm: "plot_tsa_name"
14665   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14666   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14667   include:
14668     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14669     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14670     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14671     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14672     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14673   layout:
14674     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14675     layout: "plot-throughput-speedup-analysis"
14676
14677 - type: "plot"
14678   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14679   algorithm: "plot_tsa_name"
14680   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14681   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14682   include:
14683     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14684     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14685     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14686     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14687     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14688   layout:
14689     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14690     layout: "plot-throughput-speedup-analysis"
14691
14692 #- type: "plot"
14693 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14694 #  algorithm: "plot_tsa_name"
14695 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14696 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14697 #  include:
14698 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14699 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14700 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14701 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14702 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14703 #  layout:
14704 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14705 #    layout: "plot-throughput-speedup-analysis"
14706 #
14707 #- type: "plot"
14708 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14709 #  algorithm: "plot_tsa_name"
14710 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14711 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14712 #  include:
14713 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14714 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14715 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14716 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14717 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14718 #  layout:
14719 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14720 #    layout: "plot-throughput-speedup-analysis"
14721
14722 #- type: "plot"
14723 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14724 #  algorithm: "plot_tsa_name"
14725 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14726 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14727 #  include:
14728 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14729 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14730 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14731 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14732 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14733 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14734 #  layout:
14735 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14736 #    layout: "plot-throughput-speedup-analysis"
14737 #
14738 #- type: "plot"
14739 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14740 #  algorithm: "plot_tsa_name"
14741 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14742 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14743 #  include:
14744 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14745 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14746 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14747 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14748 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14749 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14750 #  layout:
14751 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14752 #    layout: "plot-throughput-speedup-analysis"
14753
14754 - type: "plot"
14755   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14756   algorithm: "plot_tsa_name"
14757   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14758   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14759   include:
14760     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14761     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14765   layout:
14766     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14767     layout: "plot-throughput-speedup-analysis"
14768
14769 - type: "plot"
14770   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14771   algorithm: "plot_tsa_name"
14772   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14773   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14774   include:
14775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14780   layout:
14781     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14782     layout: "plot-throughput-speedup-analysis"
14783
14784 - type: "plot"
14785   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14786   algorithm: "plot_tsa_name"
14787   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14788   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14789   include:
14790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14792     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14796   layout:
14797     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14798     layout: "plot-throughput-speedup-analysis"
14799
14800 - type: "plot"
14801   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14802   algorithm: "plot_tsa_name"
14803   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14804   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14805   include:
14806     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14807     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14808     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14809     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14812   layout:
14813     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14814     layout: "plot-throughput-speedup-analysis"
14815
14816 - type: "plot"
14817   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14818   algorithm: "plot_tsa_name"
14819   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14820   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14821   include:
14822     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14823     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14824     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14825     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14826     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14827   layout:
14828     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14829     layout: "plot-throughput-speedup-analysis"
14830
14831 - type: "plot"
14832   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14833   algorithm: "plot_tsa_name"
14834   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14835   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14836   include:
14837     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14838     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14839     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14840     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14841     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14842   layout:
14843     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14844     layout: "plot-throughput-speedup-analysis"
14845
14846 - type: "plot"
14847   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14848   algorithm: "plot_tsa_name"
14849   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14850   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14851   include:
14852     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14853     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14854     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14855     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14856   layout:
14857     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14858     layout: "plot-throughput-speedup-analysis"
14859
14860 - type: "plot"
14861   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14862   algorithm: "plot_tsa_name"
14863   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14864   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14865   include:
14866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14868     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14869     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14870   layout:
14871     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14872     layout: "plot-throughput-speedup-analysis"
14873
14874 - type: "plot"
14875   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14876   algorithm: "plot_tsa_name"
14877   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14878   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14879   include:
14880     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14881     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14884     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14885     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14886   layout:
14887     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14888     layout: "plot-throughput-speedup-analysis"
14889
14890 - type: "plot"
14891   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14892   algorithm: "plot_tsa_name"
14893   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14894   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14895   include:
14896     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14897     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14898     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14899     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14900     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14901     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14902   layout:
14903     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14904     layout: "plot-throughput-speedup-analysis"
14905
14906 - type: "plot"
14907   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14908   algorithm: "plot_tsa_name"
14909   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14910   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14911   include:
14912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14917   layout:
14918     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14919     layout: "plot-throughput-speedup-analysis"
14920
14921 - type: "plot"
14922   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14923   algorithm: "plot_tsa_name"
14924   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14925   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14926   include:
14927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14932   layout:
14933     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14934     layout: "plot-throughput-speedup-analysis"
14935
14936 - type: "plot"
14937   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14938   algorithm: "plot_tsa_name"
14939   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14940   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14941   include:
14942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14948   layout:
14949     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14950     layout: "plot-throughput-speedup-analysis"
14951
14952 - type: "plot"
14953   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14954   algorithm: "plot_tsa_name"
14955   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14956   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14957   include:
14958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14961     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14964   layout:
14965     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14966     layout: "plot-throughput-speedup-analysis"
14967
14968 - type: "plot"
14969   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14970   algorithm: "plot_tsa_name"
14971   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14972   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14973   include:
14974     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14975     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14976     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14977     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14978   layout:
14979     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14980     layout: "plot-throughput-speedup-analysis"
14981
14982 - type: "plot"
14983   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14984   algorithm: "plot_tsa_name"
14985   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14986   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14987   include:
14988     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14989     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14990     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14991     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14992   layout:
14993     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14994     layout: "plot-throughput-speedup-analysis"
14995
14996 - type: "plot"
14997   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14998   algorithm: "plot_tsa_name"
14999   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15000   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15001   include:
15002     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15003     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15004     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15005     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15006     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15007   layout:
15008     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15009     layout: "plot-throughput-speedup-analysis"
15010
15011 - type: "plot"
15012   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15013   algorithm: "plot_tsa_name"
15014   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15015   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15016   include:
15017     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15018     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15019     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15020     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15021     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15022   layout:
15023     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15024     layout: "plot-throughput-speedup-analysis"
15025
15026 - type: "plot"
15027   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15028   algorithm: "plot_tsa_name"
15029   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15030   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15031   include:
15032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15035     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15038   layout:
15039     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15040     layout: "plot-throughput-speedup-analysis"
15041
15042 - type: "plot"
15043   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15044   algorithm: "plot_tsa_name"
15045   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15046   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15047   include:
15048     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15049     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15050     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15051     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15053     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15054   layout:
15055     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15056     layout: "plot-throughput-speedup-analysis"
15057
15058 - type: "plot"
15059   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15060   algorithm: "plot_tsa_name"
15061   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15062   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15063   include:
15064     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15065     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15066     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15067     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15068   layout:
15069     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15070     layout: "plot-throughput-speedup-analysis"
15071
15072 - type: "plot"
15073   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15074   algorithm: "plot_tsa_name"
15075   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15076   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15077   include:
15078     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15079     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15080     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15081     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15082   layout:
15083     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15084     layout: "plot-throughput-speedup-analysis"
15085
15086 - type: "plot"
15087   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15088   algorithm: "plot_tsa_name"
15089   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15090   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15091   include:
15092     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15093     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15094     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15095     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15096     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15097     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15098   layout:
15099     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15100     layout: "plot-throughput-speedup-analysis"
15101
15102 - type: "plot"
15103   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15104   algorithm: "plot_tsa_name"
15105   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15106   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15107   include:
15108     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15109     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15110     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15111     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15112     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15113     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15114   layout:
15115     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15116     layout: "plot-throughput-speedup-analysis"
15117
15118 - type: "plot"
15119   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15120   algorithm: "plot_tsa_name"
15121   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15122   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15123   include:
15124     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15125     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15126     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15127     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15128     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15129     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15130   layout:
15131     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15132     layout: "plot-throughput-speedup-analysis"
15133
15134 - type: "plot"
15135   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15136   algorithm: "plot_tsa_name"
15137   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15138   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15139   include:
15140     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15141     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15142     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15143     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15144     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15145     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15146   layout:
15147     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15148     layout: "plot-throughput-speedup-analysis"
15149
15150 #- type: "plot"
15151 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15152 #  algorithm: "plot_tsa_name"
15153 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15154 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15155 #  include:
15156 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15157 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15158 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15159 #  layout:
15160 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15161 #    layout: "plot-throughput-speedup-analysis"
15162 #
15163 #- type: "plot"
15164 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15165 #  algorithm: "plot_tsa_name"
15166 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15167 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15168 #  include:
15169 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15170 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15171 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15172 #  layout:
15173 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15174 #    layout: "plot-throughput-speedup-analysis"
15175
15176 ################################################################################
15177
15178 # Packet Throughput - DPDK
15179
15180 # 2n-skx-xxv710
15181
15182 #- type: "plot"
15183 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
15184 #  algorithm: "plot_perf_box_name"
15185 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
15186 #  data: "plot-dpdk-throughput-latency-2n-skx"
15187 #  include:
15188 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15189 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15190 #  layout:
15191 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
15192 #    layout: "plot-throughput"
15193 #
15194 #- type: "plot"
15195 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
15196 #  algorithm: "plot_perf_box_name"
15197 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
15198 #  data: "plot-dpdk-throughput-latency-2n-skx"
15199 #  include:
15200 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15201 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15202 #  layout:
15203 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
15204 #    layout: "plot-throughput"
15205 #
15206 #- type: "plot"
15207 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
15208 #  algorithm: "plot_perf_box_name"
15209 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
15210 #  data: "plot-dpdk-throughput-latency-2n-skx"
15211 #  include:
15212 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15213 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15214 #  layout:
15215 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
15216 #    layout: "plot-throughput"
15217 #
15218 #- type: "plot"
15219 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
15220 #  algorithm: "plot_perf_box_name"
15221 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
15222 #  data: "plot-dpdk-throughput-latency-2n-skx"
15223 #  include:
15224 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15225 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15226 #  layout:
15227 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
15228 #    layout: "plot-throughput"
15229 #
15230 ## 2n-skx-x710
15231 #
15232 #- type: "plot"
15233 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
15234 #  algorithm: "plot_perf_box_name"
15235 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
15236 #  data: "plot-dpdk-throughput-latency-2n-skx"
15237 #  include:
15238 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15239 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15240 #  layout:
15241 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
15242 #    layout: "plot-throughput"
15243 #
15244 #- type: "plot"
15245 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
15246 #  algorithm: "plot_perf_box_name"
15247 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
15248 #  data: "plot-dpdk-throughput-latency-2n-skx"
15249 #  include:
15250 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15251 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15252 #  layout:
15253 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
15254 #    layout: "plot-throughput"
15255 #
15256 #- type: "plot"
15257 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
15258 #  algorithm: "plot_perf_box_name"
15259 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
15260 #  data: "plot-dpdk-throughput-latency-2n-skx"
15261 #  include:
15262 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15263 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15264 #  layout:
15265 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
15266 #    layout: "plot-throughput"
15267 #
15268 #- type: "plot"
15269 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
15270 #  algorithm: "plot_perf_box_name"
15271 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
15272 #  data: "plot-dpdk-throughput-latency-2n-skx"
15273 #  include:
15274 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15275 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15276 #  layout:
15277 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
15278 #    layout: "plot-throughput"
15279 #
15280 ## 3n-skx-xxv710
15281 #
15282 #- type: "plot"
15283 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
15284 #  algorithm: "plot_perf_box_name"
15285 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
15286 #  data: "plot-dpdk-throughput-latency-3n-skx"
15287 #  include:
15288 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15289 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15290 #  layout:
15291 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
15292 #    layout: "plot-throughput"
15293 #
15294 #- type: "plot"
15295 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
15296 #  algorithm: "plot_perf_box_name"
15297 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
15298 #  data: "plot-dpdk-throughput-latency-3n-skx"
15299 #  include:
15300 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15301 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15302 #  layout:
15303 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
15304 #    layout: "plot-throughput"
15305 #
15306 #- type: "plot"
15307 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
15308 #  algorithm: "plot_perf_box_name"
15309 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
15310 #  data: "plot-dpdk-throughput-latency-3n-skx"
15311 #  include:
15312 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15313 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15314 #  layout:
15315 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
15316 #    layout: "plot-throughput"
15317 #
15318 #- type: "plot"
15319 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
15320 #  algorithm: "plot_perf_box_name"
15321 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
15322 #  data: "plot-dpdk-throughput-latency-3n-skx"
15323 #  include:
15324 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15325 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15326 #  layout:
15327 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
15328 #    layout: "plot-throughput"
15329 #
15330 ## 3n-skx-x710
15331 #
15332 #- type: "plot"
15333 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
15334 #  algorithm: "plot_perf_box_name"
15335 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
15336 #  data: "plot-dpdk-throughput-latency-3n-skx"
15337 #  include:
15338 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15339 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15340 #  layout:
15341 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
15342 #    layout: "plot-throughput"
15343 #
15344 #- type: "plot"
15345 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
15346 #  algorithm: "plot_perf_box_name"
15347 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
15348 #  data: "plot-dpdk-throughput-latency-3n-skx"
15349 #  include:
15350 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15351 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15352 #  layout:
15353 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
15354 #    layout: "plot-throughput"
15355 #
15356 #- type: "plot"
15357 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
15358 #  algorithm: "plot_perf_box_name"
15359 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
15360 #  data: "plot-dpdk-throughput-latency-3n-skx"
15361 #  include:
15362 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15363 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15364 #  layout:
15365 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
15366 #    layout: "plot-throughput"
15367 #
15368 #- type: "plot"
15369 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
15370 #  algorithm: "plot_perf_box_name"
15371 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
15372 #  data: "plot-dpdk-throughput-latency-3n-skx"
15373 #  include:
15374 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15375 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15376 #  layout:
15377 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
15378 #    layout: "plot-throughput"
15379
15380 # 3n-hsw-xl710
15381
15382 - type: "plot"
15383   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
15384   algorithm: "plot_perf_box_name"
15385   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
15386   data: "plot-dpdk-throughput-latency-3n-hsw"
15387   include:
15388     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15389     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15390   layout:
15391     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
15392     layout: "plot-throughput"
15393
15394 - type: "plot"
15395   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
15396   algorithm: "plot_perf_box_name"
15397   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
15398   data: "plot-dpdk-throughput-latency-3n-hsw"
15399   include:
15400     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15401     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15402   layout:
15403     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
15404     layout: "plot-throughput"
15405
15406 - type: "plot"
15407   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
15408   algorithm: "plot_perf_box_name"
15409   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
15410   data: "plot-dpdk-throughput-latency-3n-hsw"
15411   include:
15412     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15413     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15414   layout:
15415     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
15416     layout: "plot-throughput"
15417
15418 - type: "plot"
15419   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
15420   algorithm: "plot_perf_box_name"
15421   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
15422   data: "plot-dpdk-throughput-latency-3n-hsw"
15423   include:
15424     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15425     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15426   layout:
15427     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
15428     layout: "plot-throughput"
15429
15430 # 3n-hsw-x710
15431
15432 - type: "plot"
15433   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
15434   algorithm: "plot_perf_box_name"
15435   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
15436   data: "plot-dpdk-throughput-latency-3n-hsw"
15437   include:
15438     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15439     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15440   layout:
15441     title: "3n-hsw-x710-64b-1t1c-base-ndr"
15442     layout: "plot-throughput"
15443
15444 - type: "plot"
15445   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
15446   algorithm: "plot_perf_box_name"
15447   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
15448   data: "plot-dpdk-throughput-latency-3n-hsw"
15449   include:
15450     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15451     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15452   layout:
15453     title: "3n-hsw-x710-64b-2t2c-base-ndr"
15454     layout: "plot-throughput"
15455
15456 - type: "plot"
15457   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
15458   algorithm: "plot_perf_box_name"
15459   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
15460   data: "plot-dpdk-throughput-latency-3n-hsw"
15461   include:
15462     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15463     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15464   layout:
15465     title: "3n-hsw-x710-64b-1t1c-base-pdr"
15466     layout: "plot-throughput"
15467
15468 - type: "plot"
15469   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
15470   algorithm: "plot_perf_box_name"
15471   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
15472   data: "plot-dpdk-throughput-latency-3n-hsw"
15473   include:
15474     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15475     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15476   layout:
15477     title: "3n-hsw-x710-64b-2t2c-base-pdr"
15478     layout: "plot-throughput"
15479
15480 # 2n-dnv-x553
15481
15482 - type: "plot"
15483   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
15484   algorithm: "plot_perf_box_name"
15485   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
15486   data: "plot-dpdk-throughput-latency-2n-dnv"
15487   include:
15488     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15489     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15490   layout:
15491     title: "2n-dnv-x553-64b-1t1c-base-ndr"
15492     layout: "plot-throughput"
15493
15494 - type: "plot"
15495   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
15496   algorithm: "plot_perf_box_name"
15497   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
15498   data: "plot-dpdk-throughput-latency-2n-dnv"
15499   include:
15500     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15501     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15502   layout:
15503     title: "2n-dnv-x553-64b-2t2c-base-ndr"
15504     layout: "plot-throughput"
15505
15506 - type: "plot"
15507   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
15508   algorithm: "plot_perf_box_name"
15509   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
15510   data: "plot-dpdk-throughput-latency-2n-dnv"
15511   include:
15512     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15513     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15514   layout:
15515     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15516     layout: "plot-throughput"
15517
15518 - type: "plot"
15519   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15520   algorithm: "plot_perf_box_name"
15521   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15522   data: "plot-dpdk-throughput-latency-2n-dnv"
15523   include:
15524     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15525     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15526   layout:
15527     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15528     layout: "plot-throughput"
15529
15530 # 3n-dnv-x553
15531
15532 - type: "plot"
15533   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15534   algorithm: "plot_perf_box_name"
15535   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15536   data: "plot-dpdk-throughput-latency-3n-dnv"
15537   include:
15538     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15539     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15540   layout:
15541     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15542     layout: "plot-throughput"
15543
15544 - type: "plot"
15545   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15546   algorithm: "plot_perf_box_name"
15547   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15548   data: "plot-dpdk-throughput-latency-3n-dnv"
15549   include:
15550     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15551     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15552   layout:
15553     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15554     layout: "plot-throughput"
15555
15556 - type: "plot"
15557   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15558   algorithm: "plot_perf_box_name"
15559   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15560   data: "plot-dpdk-throughput-latency-3n-dnv"
15561   include:
15562     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15563     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15564   layout:
15565     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15566     layout: "plot-throughput"
15567
15568 - type: "plot"
15569   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15570   algorithm: "plot_perf_box_name"
15571   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15572   data: "plot-dpdk-throughput-latency-3n-dnv"
15573   include:
15574     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15575     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15576   layout:
15577     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15578     layout: "plot-throughput"
15579
15580 # 3n-tsh-x520
15581
15582 - type: "plot"
15583   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
15584   algorithm: "plot_perf_box_name"
15585   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
15586   data: "plot-dpdk-throughput-latency-3n-tsh"
15587   include:
15588     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15589     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15590   layout:
15591     title: "3n-tsh-x520-64b-1t1c-base-ndr"
15592     layout: "plot-throughput"
15593
15594 - type: "plot"
15595   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
15596   algorithm: "plot_perf_box_name"
15597   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
15598   data: "plot-dpdk-throughput-latency-3n-tsh"
15599   include:
15600     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15601     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15602   layout:
15603     title: "3n-tsh-x520-64b-2t2c-base-ndr"
15604     layout: "plot-throughput"
15605
15606 - type: "plot"
15607   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
15608   algorithm: "plot_perf_box_name"
15609   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
15610   data: "plot-dpdk-throughput-latency-3n-tsh"
15611   include:
15612     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15613     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15614   layout:
15615     title: "3n-tsh-x520-64b-1t1c-base-pdr"
15616     layout: "plot-throughput"
15617
15618 - type: "plot"
15619   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
15620   algorithm: "plot_perf_box_name"
15621   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
15622   data: "plot-dpdk-throughput-latency-3n-tsh"
15623   include:
15624     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15625     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15626   layout:
15627     title: "3n-tsh-x520-64b-2t2c-base-pdr"
15628     layout: "plot-throughput"
15629
15630 ################################################################################
15631 ###   2n-clx                                                                 ###
15632 ################################################################################
15633
15634 # Packet Throughput
15635
15636 - type: "plot"
15637   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15638   algorithm: "plot_perf_box_name"
15639   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15640   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15641   include:
15642     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15643     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15644     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15645     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15646   layout:
15647     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15648     layout: "plot-throughput"
15649
15650 - type: "plot"
15651   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15652   algorithm: "plot_perf_box_name"
15653   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15655   include:
15656     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15657     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15658     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15659     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15660   layout:
15661     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15662     layout: "plot-throughput"
15663
15664 - type: "plot"
15665   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15666   algorithm: "plot_perf_box_name"
15667   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15669   include:
15670     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15671     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15672     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15673     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15674   layout:
15675     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15676     layout: "plot-throughput"
15677
15678 - type: "plot"
15679   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15680   algorithm: "plot_perf_box_name"
15681   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15683   include:
15684     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15685     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15686     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15687     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15688   layout:
15689     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15690     layout: "plot-throughput"
15691
15692 - type: "plot"
15693   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15694   algorithm: "plot_perf_box_name"
15695   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15697   include:
15698     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15699     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15700     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15704   layout:
15705     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15706     layout: "plot-throughput"
15707
15708 - type: "plot"
15709   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15710   algorithm: "plot_perf_box_name"
15711   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15712   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15713   include:
15714     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15715     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15716     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15717     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15718     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15719     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15720   layout:
15721     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15722     layout: "plot-throughput"
15723
15724 - type: "plot"
15725   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15726   algorithm: "plot_perf_box_name"
15727   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15729   include:
15730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15734   layout:
15735     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15736     layout: "plot-throughput"
15737
15738 - type: "plot"
15739   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15740   algorithm: "plot_perf_box_name"
15741   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15742   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15743   include:
15744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15748   layout:
15749     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15750     layout: "plot-throughput"
15751
15752 - type: "plot"
15753   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
15754   algorithm: "plot_perf_box_name"
15755   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
15756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15757   include:
15758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15761   layout:
15762     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
15763     layout: "plot-throughput"
15764
15765 - type: "plot"
15766   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
15767   algorithm: "plot_perf_box_name"
15768   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
15769   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15770   include:
15771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15774   layout:
15775     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
15776     layout: "plot-throughput"
15777
15778 - type: "plot"
15779   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15780   algorithm: "plot_perf_box_name"
15781   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15782   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15783   include:
15784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15789   layout:
15790     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15791     layout: "plot-throughput"
15792
15793 - type: "plot"
15794   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15795   algorithm: "plot_perf_box_name"
15796   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15797   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15798   include:
15799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15804   layout:
15805     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15806     layout: "plot-throughput"
15807
15808 - type: "plot"
15809   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
15810   algorithm: "plot_perf_box_name"
15811   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
15812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15813   include:
15814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
15815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
15816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
15817   layout:
15818     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
15819     layout: "plot-throughput"
15820
15821 - type: "plot"
15822   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
15823   algorithm: "plot_perf_box_name"
15824   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
15825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15826   include:
15827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
15828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
15829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
15830   layout:
15831     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
15832     layout: "plot-throughput"
15833
15834 - type: "plot"
15835   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15836   algorithm: "plot_perf_box_name"
15837   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15838   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15839   include:
15840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15846   layout:
15847     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15848     layout: "plot-throughput"
15849
15850 - type: "plot"
15851   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15852   algorithm: "plot_perf_box_name"
15853   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15854   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15855   include:
15856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15862   layout:
15863     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15864     layout: "plot-throughput"
15865
15866 - type: "plot"
15867   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15868   algorithm: "plot_perf_box_name"
15869   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15870   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15871   include:
15872     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15873     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15874   layout:
15875     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15876     layout: "plot-throughput"
15877
15878 - type: "plot"
15879   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15880   algorithm: "plot_perf_box_name"
15881   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15883   include:
15884     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15885     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15886   layout:
15887     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15888     layout: "plot-throughput"
15889
15890 - type: "plot"
15891   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15892   algorithm: "plot_perf_box_name"
15893   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15895   include:
15896     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15897     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15898     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15900     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15901     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15902   layout:
15903     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15904     layout: "plot-throughput"
15905
15906 - type: "plot"
15907   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15908   algorithm: "plot_perf_box_name"
15909   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15911   include:
15912     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15913     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15915     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15916     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15917     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15918   layout:
15919     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15920     layout: "plot-throughput"
15921
15922 - type: "plot"
15923   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15924   algorithm: "plot_perf_box_name"
15925   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15927   include:
15928     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15932     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15933     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15934   layout:
15935     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15936     layout: "plot-throughput"
15937
15938 - type: "plot"
15939   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15940   algorithm: "plot_perf_box_name"
15941   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15943   include:
15944     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15945     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15946     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15947     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15948     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15949     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15950   layout:
15951     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15952     layout: "plot-throughput"
15953
15954 - type: "plot"
15955   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15956   algorithm: "plot_perf_box_name"
15957   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15959   include:
15960     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15961     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15962     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15963   layout:
15964     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15965     layout: "plot-throughput"
15966
15967 - type: "plot"
15968   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15969   algorithm: "plot_perf_box_name"
15970   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15971   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15972   include:
15973     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15974     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15975     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15976   layout:
15977     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15978     layout: "plot-throughput"
15979
15980 - type: "plot"
15981   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15982   algorithm: "plot_perf_box_name"
15983   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15985   include:
15986     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15987     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15988     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15989     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15990     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15991   layout:
15992     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15993     layout: "plot-throughput"
15994
15995 - type: "plot"
15996   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15997   algorithm: "plot_perf_box_name"
15998   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16000   include:
16001     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16002     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16003     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16004     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16005     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16006   layout:
16007     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16008     layout: "plot-throughput"
16009
16010 - type: "plot"
16011   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16012   algorithm: "plot_perf_box_name"
16013   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16015   include:
16016     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16017     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16018     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16019     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16020     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16021   layout:
16022     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16023     layout: "plot-throughput"
16024
16025 - type: "plot"
16026   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16027   algorithm: "plot_perf_box_name"
16028   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16030   include:
16031     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16032     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16033     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16034     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16035     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16036   layout:
16037     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16038     layout: "plot-throughput"
16039
16040 - type: "plot"
16041   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
16042   algorithm: "plot_perf_box_name"
16043   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
16044   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16045   include:
16046     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16047     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16048     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16049     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16050     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16052   layout:
16053     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
16054     layout: "plot-throughput"
16055
16056 - type: "plot"
16057   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
16058   algorithm: "plot_perf_box_name"
16059   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
16060   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16061   include:
16062     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16063     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16064     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16068   layout:
16069     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
16070     layout: "plot-throughput"
16071
16072 - type: "plot"
16073   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16074   algorithm: "plot_perf_box_name"
16075   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16076   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16077   include:
16078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16082   layout:
16083     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16084     layout: "plot-throughput"
16085
16086 - type: "plot"
16087   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16088   algorithm: "plot_perf_box_name"
16089   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16090   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16091   include:
16092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16096   layout:
16097     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16098     layout: "plot-throughput"
16099
16100 - type: "plot"
16101   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16102   algorithm: "plot_perf_box_name"
16103   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16104   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16105   include:
16106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16110   layout:
16111     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16112     layout: "plot-throughput"
16113
16114 - type: "plot"
16115   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16116   algorithm: "plot_perf_box_name"
16117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16119   include:
16120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16124   layout:
16125     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16126     layout: "plot-throughput"
16127
16128 - type: "plot"
16129   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16130   algorithm: "plot_perf_box_name"
16131   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16132   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16133   include:
16134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16139   layout:
16140     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16141     layout: "plot-throughput"
16142
16143 - type: "plot"
16144   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16145   algorithm: "plot_perf_box_name"
16146   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16148   include:
16149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16154   layout:
16155     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16156     layout: "plot-throughput"
16157
16158 - type: "plot"
16159   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16160   algorithm: "plot_perf_box_name"
16161   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16163   include:
16164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16168   layout:
16169     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16170     layout: "plot-throughput"
16171
16172 - type: "plot"
16173   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16174   algorithm: "plot_perf_box_name"
16175   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16177   include:
16178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16182   layout:
16183     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16184     layout: "plot-throughput"
16185
16186 - type: "plot"
16187   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16188   algorithm: "plot_perf_box_name"
16189   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16191   include:
16192     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16193     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16194     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16195     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16196     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16197     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16198   layout:
16199     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16200     layout: "plot-throughput"
16201
16202 - type: "plot"
16203   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16204   algorithm: "plot_perf_box_name"
16205   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16206   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16207   include:
16208     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16209     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16210     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16211     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16212     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16213     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16214   layout:
16215     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16216     layout: "plot-throughput"
16217
16218 - type: "plot"
16219   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16220   algorithm: "plot_perf_box_name"
16221   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16222   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16223   include:
16224     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16225     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16226     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16227     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16228   layout:
16229     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16230     layout: "plot-throughput"
16231
16232 - type: "plot"
16233   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16234   algorithm: "plot_perf_box_name"
16235   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16236   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16237   include:
16238     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16239     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16240     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16241     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16242   layout:
16243     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16244     layout: "plot-throughput"
16245
16246 - type: "plot"
16247   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16248   algorithm: "plot_perf_box_name"
16249   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16251   include:
16252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16256   layout:
16257     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16258     layout: "plot-throughput"
16259
16260 - type: "plot"
16261   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16262   algorithm: "plot_perf_box_name"
16263   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16265   include:
16266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16270   layout:
16271     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16272     layout: "plot-throughput"
16273
16274 - type: "plot"
16275   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16276   algorithm: "plot_perf_box_name"
16277   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16279   include:
16280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16283     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16284   layout:
16285     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16286     layout: "plot-throughput"
16287
16288 - type: "plot"
16289   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16290   algorithm: "plot_perf_box_name"
16291   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16293   include:
16294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16298   layout:
16299     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16300     layout: "plot-throughput"
16301
16302 - type: "plot"
16303   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16304   algorithm: "plot_perf_box_name"
16305   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16306   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16307   include:
16308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16312   layout:
16313     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16314     layout: "plot-throughput"
16315
16316 - type: "plot"
16317   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16318   algorithm: "plot_perf_box_name"
16319   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16320   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16321   include:
16322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16326   layout:
16327     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16328     layout: "plot-throughput"
16329
16330 - type: "plot"
16331   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16332   algorithm: "plot_perf_box_name"
16333   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16335   include:
16336     - "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"
16337     - "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"
16338     - "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"
16339     - "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"
16340   layout:
16341     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16342     layout: "plot-throughput"
16343
16344 - type: "plot"
16345   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16346   algorithm: "plot_perf_box_name"
16347   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16349   include:
16350     - "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"
16351     - "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"
16352     - "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"
16353     - "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"
16354   layout:
16355     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16356     layout: "plot-throughput"
16357
16358 ################################################################################
16359
16360 # Packet Speedup
16361
16362 - type: "plot"
16363   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16364   algorithm: "plot_tsa_name"
16365   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16366   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16367   include:
16368     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16369     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16370     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16371     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16372   layout:
16373     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
16374     layout: "plot-throughput-speedup-analysis"
16375
16376 - type: "plot"
16377   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16378   algorithm: "plot_tsa_name"
16379   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16380   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16381   include:
16382     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16383     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16384     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16385     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16386   layout:
16387     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
16388     layout: "plot-throughput-speedup-analysis"
16389
16390 - type: "plot"
16391   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
16392   algorithm: "plot_tsa_name"
16393   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
16394   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16395   include:
16396     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16397     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16398     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16399     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16400   layout:
16401     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
16402     layout: "plot-throughput-speedup-analysis"
16403
16404 - type: "plot"
16405   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
16406   algorithm: "plot_tsa_name"
16407   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
16408   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16409   include:
16410     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16411     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16412     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16413     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16414   layout:
16415     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
16416     layout: "plot-throughput-speedup-analysis"
16417
16418 - type: "plot"
16419   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16420   algorithm: "plot_tsa_name"
16421   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16423   include:
16424     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16425     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16426     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16427     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16428     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16430   layout:
16431     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
16432     layout: "plot-throughput-speedup-analysis"
16433
16434 - type: "plot"
16435   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16436   algorithm: "plot_tsa_name"
16437   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16438   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16439   include:
16440     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16441     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16442     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16443     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16444     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16445     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16446   layout:
16447     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
16448     layout: "plot-throughput-speedup-analysis"
16449
16450 - type: "plot"
16451   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16452   algorithm: "plot_tsa_name"
16453   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16455   include:
16456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16460   layout:
16461     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
16462     layout: "plot-throughput-speedup-analysis"
16463
16464 - type: "plot"
16465   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16466   algorithm: "plot_tsa_name"
16467   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16468   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16469   include:
16470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16474   layout:
16475     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
16476     layout: "plot-throughput-speedup-analysis"
16477
16478 - type: "plot"
16479   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
16480   algorithm: "plot_tsa_name"
16481   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
16482   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16483   include:
16484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16487   layout:
16488     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
16489     layout: "plot-throughput-speedup-analysis"
16490
16491 - type: "plot"
16492   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
16493   algorithm: "plot_tsa_name"
16494   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
16495   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16496   include:
16497     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16500   layout:
16501     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
16502     layout: "plot-throughput-speedup-analysis"
16503
16504 - type: "plot"
16505   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16506   algorithm: "plot_tsa_name"
16507   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16509   include:
16510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16512     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16515   layout:
16516     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
16517     layout: "plot-throughput-speedup-analysis"
16518
16519 - type: "plot"
16520   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16521   algorithm: "plot_tsa_name"
16522   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16523   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16524   include:
16525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16530   layout:
16531     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
16532     layout: "plot-throughput-speedup-analysis"
16533
16534 - type: "plot"
16535   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
16536   algorithm: "plot_tsa_name"
16537   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
16538   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16539   include:
16540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
16541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
16542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16543   layout:
16544     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
16545     layout: "plot-throughput-speedup-analysis"
16546
16547 - type: "plot"
16548   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
16549   algorithm: "plot_tsa_name"
16550   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
16551   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16552   include:
16553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
16554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
16555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16556   layout:
16557     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
16558     layout: "plot-throughput-speedup-analysis"
16559
16560 - type: "plot"
16561   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16562   algorithm: "plot_tsa_name"
16563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16565   include:
16566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16571     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16572   layout:
16573     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
16574     layout: "plot-throughput-speedup-analysis"
16575
16576 - type: "plot"
16577   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16578   algorithm: "plot_tsa_name"
16579   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16581   include:
16582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16588   layout:
16589     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
16590     layout: "plot-throughput-speedup-analysis"
16591
16592 - type: "plot"
16593   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
16594   algorithm: "plot_tsa_name"
16595   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
16596   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16597   include:
16598     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
16599     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
16600   layout:
16601     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
16602     layout: "plot-throughput-speedup-analysis"
16603
16604 - type: "plot"
16605   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
16606   algorithm: "plot_tsa_name"
16607   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
16608   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16609   include:
16610     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
16611     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
16612   layout:
16613     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
16614     layout: "plot-throughput-speedup-analysis"
16615
16616 - type: "plot"
16617   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
16618   algorithm: "plot_tsa_name"
16619   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
16620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16621   include:
16622     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16623     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16624     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16625     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16626     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16627     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16628   layout:
16629     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
16630     layout: "plot-throughput-speedup-analysis"
16631
16632 - type: "plot"
16633   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16634   algorithm: "plot_tsa_name"
16635   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16636   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16637   include:
16638     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16639     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16640     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16641     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16642     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16643     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16644   layout:
16645     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
16646     layout: "plot-throughput-speedup-analysis"
16647
16648 - type: "plot"
16649   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16650   algorithm: "plot_tsa_name"
16651   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16653   include:
16654     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16655     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16656     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16657     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16658     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16659     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16660   layout:
16661     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
16662     layout: "plot-throughput-speedup-analysis"
16663
16664 - type: "plot"
16665   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16666   algorithm: "plot_tsa_name"
16667   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16669   include:
16670     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16671     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16672     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16673     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16674     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16675     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16676   layout:
16677     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
16678     layout: "plot-throughput-speedup-analysis"
16679
16680 - type: "plot"
16681   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16682   algorithm: "plot_tsa_name"
16683   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16684   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16685   include:
16686     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16687     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16688     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16689   layout:
16690     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
16691     layout: "plot-throughput-speedup-analysis"
16692
16693 - type: "plot"
16694   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16695   algorithm: "plot_tsa_name"
16696   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16697   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16698   include:
16699     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16700     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16701     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16702   layout:
16703     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
16704     layout: "plot-throughput-speedup-analysis"
16705
16706 - type: "plot"
16707   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16708   algorithm: "plot_tsa_name"
16709   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16711   include:
16712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16715     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16716     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16717   layout:
16718     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16719     layout: "plot-throughput-speedup-analysis"
16720
16721 - type: "plot"
16722   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16723   algorithm: "plot_tsa_name"
16724   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16725   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16726   include:
16727     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16731     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16732   layout:
16733     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16734     layout: "plot-throughput-speedup-analysis"
16735
16736 - type: "plot"
16737   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16738   algorithm: "plot_tsa_name"
16739   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16740   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16741   include:
16742     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16743     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16744     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16745     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16746     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16747   layout:
16748     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
16749     layout: "plot-throughput-speedup-analysis"
16750
16751 - type: "plot"
16752   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16753   algorithm: "plot_tsa_name"
16754   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16756   include:
16757     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16758     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16759     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16760     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16761     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16762   layout:
16763     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
16764     layout: "plot-throughput-speedup-analysis"
16765
16766 - type: "plot"
16767   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16768   algorithm: "plot_tsa_name"
16769   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16770   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16771   include:
16772     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16773     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16774     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16775     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16776     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16777     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16778   layout:
16779     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16780     layout: "plot-throughput-speedup-analysis"
16781
16782 - type: "plot"
16783   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16784   algorithm: "plot_tsa_name"
16785   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16787   include:
16788     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16789     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16790     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16791     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16792     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16793     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16794   layout:
16795     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16796     layout: "plot-throughput-speedup-analysis"
16797
16798 - type: "plot"
16799   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16800   algorithm: "plot_tsa_name"
16801   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16803   include:
16804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16808   layout:
16809     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16810     layout: "plot-throughput-speedup-analysis"
16811
16812 - type: "plot"
16813   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16814   algorithm: "plot_tsa_name"
16815   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16817   include:
16818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16822   layout:
16823     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16824     layout: "plot-throughput-speedup-analysis"
16825
16826 - type: "plot"
16827   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16828   algorithm: "plot_tsa_name"
16829   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16831   include:
16832     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16833     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16834     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16835     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16836   layout:
16837     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
16838     layout: "plot-throughput-speedup-analysis"
16839
16840 - type: "plot"
16841   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16842   algorithm: "plot_tsa_name"
16843   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16845   include:
16846     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16847     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16848     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16849     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16850   layout:
16851     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
16852     layout: "plot-throughput-speedup-analysis"
16853
16854 - type: "plot"
16855   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16856   algorithm: "plot_tsa_name"
16857   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16858   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16859   include:
16860     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16861     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16863     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16864     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16865   layout:
16866     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16867     layout: "plot-throughput-speedup-analysis"
16868
16869 - type: "plot"
16870   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16871   algorithm: "plot_tsa_name"
16872   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16874   include:
16875     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16876     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16877     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16880   layout:
16881     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16882     layout: "plot-throughput-speedup-analysis"
16883
16884 - type: "plot"
16885   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16886   algorithm: "plot_tsa_name"
16887   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16888   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16889   include:
16890     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16891     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16892     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16893     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16894   layout:
16895     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16896     layout: "plot-throughput-speedup-analysis"
16897
16898 - type: "plot"
16899   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16900   algorithm: "plot_tsa_name"
16901   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16902   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16903   include:
16904     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16905     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16906     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16908   layout:
16909     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16910     layout: "plot-throughput-speedup-analysis"
16911
16912 - type: "plot"
16913   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16914   algorithm: "plot_tsa_name"
16915   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16917   include:
16918     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16919     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16920     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16921     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16922     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16923     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16924   layout:
16925     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
16926     layout: "plot-throughput-speedup-analysis"
16927
16928 - type: "plot"
16929   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16930   algorithm: "plot_tsa_name"
16931   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16932   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16933   include:
16934     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16935     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16936     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16937     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16938     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16939     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16940   layout:
16941     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
16942     layout: "plot-throughput-speedup-analysis"
16943
16944 - type: "plot"
16945   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16946   algorithm: "plot_tsa_name"
16947   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16948   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16949   include:
16950     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16951     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16952     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16953     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16954   layout:
16955     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
16956     layout: "plot-throughput-speedup-analysis"
16957
16958 - type: "plot"
16959   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16960   algorithm: "plot_tsa_name"
16961   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16963   include:
16964     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16965     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16966     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16967     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16968   layout:
16969     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
16970     layout: "plot-throughput-speedup-analysis"
16971
16972 - type: "plot"
16973   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16974   algorithm: "plot_tsa_name"
16975   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16976   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16977   include:
16978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16982   layout:
16983     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16984     layout: "plot-throughput-speedup-analysis"
16985
16986 - type: "plot"
16987   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16988   algorithm: "plot_tsa_name"
16989   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16990   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16991   include:
16992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16996   layout:
16997     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16998     layout: "plot-throughput-speedup-analysis"
16999
17000 - type: "plot"
17001   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17002   algorithm: "plot_tsa_name"
17003   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
17004   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17005   include:
17006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17010   layout:
17011     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17012     layout: "plot-throughput-speedup-analysis"
17013
17014 - type: "plot"
17015   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17016   algorithm: "plot_tsa_name"
17017   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
17018   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17019   include:
17020     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17021     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17022     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17024   layout:
17025     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17026     layout: "plot-throughput-speedup-analysis"
17027
17028 - type: "plot"
17029   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
17030   algorithm: "plot_tsa_name"
17031   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
17032   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17033   include:
17034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17035     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17036     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17037     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17038   layout:
17039     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
17040     layout: "plot-throughput-speedup-analysis"
17041
17042 - type: "plot"
17043   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
17044   algorithm: "plot_tsa_name"
17045   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
17046   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17047   include:
17048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17052   layout:
17053     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
17054     layout: "plot-throughput-speedup-analysis"
17055
17056 - type: "plot"
17057   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
17058   algorithm: "plot_tsa_name"
17059   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
17060   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17061   include:
17062     - "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"
17063     - "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"
17064     - "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"
17065     - "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"
17066   layout:
17067     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
17068     layout: "plot-throughput-speedup-analysis"
17069
17070 - type: "plot"
17071   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
17072   algorithm: "plot_tsa_name"
17073   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
17074   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17075   include:
17076     - "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"
17077     - "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"
17078     - "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"
17079     - "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"
17080   layout:
17081     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
17082     layout: "plot-throughput-speedup-analysis"
17083
17084 ################################################################################
17085
17086 # Packet Throughput - DPDK
17087
17088 # 2n-clx-xxv710
17089
17090 - type: "plot"
17091   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
17092   algorithm: "plot_perf_box_name"
17093   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
17094   data: "plot-dpdk-throughput-latency-2n-clx"
17095   include:
17096     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17097     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17098   layout:
17099     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
17100     layout: "plot-throughput"
17101
17102 - type: "plot"
17103   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
17104   algorithm: "plot_perf_box_name"
17105   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
17106   data: "plot-dpdk-throughput-latency-2n-clx"
17107   include:
17108     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17109     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17110   layout:
17111     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
17112     layout: "plot-throughput"
17113
17114 - type: "plot"
17115   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
17116   algorithm: "plot_perf_box_name"
17117   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
17118   data: "plot-dpdk-throughput-latency-2n-clx"
17119   include:
17120     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17121     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17122   layout:
17123     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
17124     layout: "plot-throughput"
17125
17126 - type: "plot"
17127   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
17128   algorithm: "plot_perf_box_name"
17129   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
17130   data: "plot-dpdk-throughput-latency-2n-clx"
17131   include:
17132     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17133     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17134   layout:
17135     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
17136     layout: "plot-throughput"
17137
17138 # 2n-clx-x710
17139
17140 - type: "plot"
17141   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
17142   algorithm: "plot_perf_box_name"
17143   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
17144   data: "plot-dpdk-throughput-latency-2n-clx"
17145   include:
17146     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17147     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17148   layout:
17149     title: "2n-clx-x710-64b-2t1c-base-ndr"
17150     layout: "plot-throughput"
17151
17152 - type: "plot"
17153   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
17154   algorithm: "plot_perf_box_name"
17155   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
17156   data: "plot-dpdk-throughput-latency-2n-clx"
17157   include:
17158     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17159     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17160   layout:
17161     title: "2n-clx-x710-64b-4t2c-base-ndr"
17162     layout: "plot-throughput"
17163
17164 - type: "plot"
17165   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
17166   algorithm: "plot_perf_box_name"
17167   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
17168   data: "plot-dpdk-throughput-latency-2n-clx"
17169   include:
17170     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17171     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17172   layout:
17173     title: "2n-clx-x710-64b-2t1c-base-pdr"
17174     layout: "plot-throughput"
17175
17176 - type: "plot"
17177   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
17178   algorithm: "plot_perf_box_name"
17179   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
17180   data: "plot-dpdk-throughput-latency-2n-clx"
17181   include:
17182     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17183     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17184   layout:
17185     title: "2n-clx-x710-64b-4t2c-base-pdr"
17186     layout: "plot-throughput"
17187
17188 ################################################################################
17189
17190 - type: "plot"
17191   title: "Latency by percentile: 2n-skx"
17192   algorithm: "plot_hdrh_lat_by_percentile"
17193   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
17194   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
17195   target-links: "../../_static/vpp"
17196   data: "plot-vpp-hdrh-lat-2n-skx"
17197   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17198   layout:
17199     layout: "plot-hdrh-latency-by-percentile"
17200
17201 - type: "plot"
17202   title: "Latency by percentile: 3n-skx"
17203   algorithm: "plot_hdrh_lat_by_percentile"
17204   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
17205   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
17206   target-links: "../../_static/vpp"
17207   data: "plot-vpp-hdrh-lat-3n-skx"
17208   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17209   layout:
17210     layout: "plot-hdrh-latency-by-percentile"
17211
17212 - type: "plot"
17213   title: "Latency by percentile: 2n-clx"
17214   algorithm: "plot_hdrh_lat_by_percentile"
17215   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
17216   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
17217   target-links: "../../_static/vpp"
17218   data: "plot-vpp-hdrh-lat-2n-clx"
17219   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17220   layout:
17221     layout: "plot-hdrh-latency-by-percentile"
17222
17223 - type: "plot"
17224   title: "Latency by percentile: 3n-hsw"
17225   algorithm: "plot_hdrh_lat_by_percentile"
17226   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
17227   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
17228   target-links: "../../_static/vpp"
17229   data: "plot-vpp-hdrh-lat-3n-hsw"
17230   filter: "'1T1C' and 'NIC_Intel-XL710'"
17231   layout:
17232     layout: "plot-hdrh-latency-by-percentile"
17233
17234 - type: "plot"
17235   title: "Latency by percentile: 3n-tsh"
17236   algorithm: "plot_hdrh_lat_by_percentile"
17237   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
17238   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
17239   target-links: "../../_static/vpp"
17240   data: "plot-vpp-hdrh-lat-3n-tsh"
17241   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
17242   layout:
17243     layout: "plot-hdrh-latency-by-percentile"
17244
17245 - type: "plot"
17246   title: "Latency by percentile: DPDK 2n-clx"
17247   algorithm: "plot_hdrh_lat_by_percentile"
17248   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
17249   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
17250   target-links: "../../_static/dpdk"
17251   data: "plot-dpdk-hdrh-lat-2n-clx"
17252   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17253   layout:
17254     layout: "plot-hdrh-latency-by-percentile"
17255
17256 - type: "plot"
17257   title: "Latency by percentile: DPDK 3n-hsw"
17258   algorithm: "plot_hdrh_lat_by_percentile"
17259   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
17260   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
17261   target-links: "../../_static/dpdk"
17262   data: "plot-dpdk-hdrh-lat-3n-hsw"
17263   filter: "'1T1C' and 'NIC_Intel-XL710'"
17264   layout:
17265     layout: "plot-hdrh-latency-by-percentile"
17266
17267 - type: "plot"
17268   title: "Latency by percentile: DPDK 3n-tsh"
17269   algorithm: "plot_hdrh_lat_by_percentile"
17270   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
17271   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
17272   target-links: "../../_static/dpdk"
17273   data: "plot-dpdk-hdrh-lat-3n-tsh"
17274   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
17275   layout:
17276     layout: "plot-hdrh-latency-by-percentile"