0ba4d7f3a425e98dc61fefb8eeb73b4fb89c2f4d
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost
167         - 53  # NDRPDR sel vhost
168         - 55  # NDRPDR sel vhost
169         - 61  # NDRPDR sel vhost
170         - 62  # NDRPDR sel vhost
171         - 63  # NDRPDR sel vhost
172         - 64  # NDRPDR sel vhost
173         - 65  # NDRPDR sel vhost
174         - 66  # NDRPDR sel vhost
175         - 67  # NDRPDR sel vhost
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost
180         - 89  # NDRPDR sel vhost
181         - 91  # NDRPDR sel vhost
182         - 92  # NDRPDR sel vhost
183         - 93  # NDRPDR sel vhost
184         - 94  # NDRPDR sel vhost
185         - 95  # NDRPDR sel vhost
186         - 96  # NDRPDR sel vhost
187         - 97  # NDRPDR sel vhost
188         - 98  # NDRPDR sel vhost
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 21  # NDRPDR sel
198         - 22  # NDRPDR sel
199         - 23  # NDRPDR sel
200         - 24  # NDRPDR sel
201         - 25  # NDRPDR sel
202         - 29  # NDRPDR sel
203         - 30  # NDRPDR sel
204         - 31  # NDRPDR sel
205         - 32  # NDRPDR sel
206         - 34  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-verify-2001-3n-hsw:
210         - 22  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 21  # NDRPDR sel
215         - 22  # NDRPDR sel
216         - 23  # NDRPDR sel
217         - 24  # NDRPDR sel
218         - 25  # NDRPDR sel
219         - 29  # NDRPDR sel
220         - 30  # NDRPDR sel
221         - 31  # NDRPDR sel
222         - 32  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-verify-2001-3n-hsw:
227         - 17  # MRR sel
228
229     plot-dpdk-throughput-latency-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 4   # NDRPDR sel
232         - 5   # NDRPDR sel
233         - 6   # NDRPDR sel
234         - 7   # NDRPDR sel
235         - 8   # NDRPDR sel
236         - 9   # NDRPDR sel
237         - 10  # NDRPDR sel
238         - 11  # NDRPDR sel
239         - 12  # NDRPDR sel
240         - 13  # NDRPDR sel
241         - 15  # NDRPDR sel
242         - 16  # NDRPDR sel
243         - 17  # NDRPDR sel
244         - 18  # NDRPDR sel
245         - 19  # NDRPDR sel
246         - 20  # NDRPDR sel
247         - 21  # NDRPDR sel
248         - 22  # NDRPDR sel
249         - 23  # NDRPDR sel
250         - 24  # NDRPDR sel
251
252     plot-vpp-hoststack-3n-hsw:
253       csit-vpp-perf-verify-2001-3n-hsw:
254         - 87  # hoststack
255         - 88  # hoststack
256         - 89  # hoststack
257         - 90  # hoststack
258         - 91  # hoststack
259         - 92  # hoststack
260         - 93  # hoststack
261         - 94  # hoststack
262         - 95  # hoststack
263         - 96  # hoststack
264
265     plot-dpdk-hdrh-lat-3n-hsw:
266       csit-dpdk-perf-verify-2001-3n-hsw:
267         - 16  # NDRPDR sel
268
269     # 3n-skx
270
271     plot-vpp-throughput-lat-tsa-3n-skx:
272       # TODO: Add the data
273       csit-vpp-perf-verify-2001-3n-skx:
274         - 45  # NDRPDR sel
275         - 46  # NDRPDR sel
276         - 47  # NDRPDR sel
277         - 48  # NDRPDR sel
278
279     plot-vpp-hdrh-lat-3n-skx:
280       csit-vpp-perf-verify-2001-3n-skx:
281         - 46  # NDRPDR sel
282
283     plot-vpp-nfv-3n-skx-ndrpdr:
284       # TODO: Add data
285       csit-vpp-perf-verify-2001-3n-skx:
286         - 45  # NDRPDR sel
287         - 46  # NDRPDR sel
288         - 47  # NDRPDR sel
289         - 48  # NDRPDR sel
290
291     plot-vpp-nfv-3n-skx-mrr:
292       csit-vpp-perf-verify-2001-3n-skx:
293         - 50  # MRR sel
294
295     plot-dpdk-throughput-latency-3n-skx:
296       csit-dpdk-perf-verify-2001-3n-skx:
297         - 1   # NDRPDR sel
298         - 2   # NDRPDR sel
299         - 3   # NDRPDR sel
300         - 4   # NDRPDR sel
301         - 5   # NDRPDR sel
302         - 6   # NDRPDR sel
303         - 7   # NDRPDR sel
304         - 8   # NDRPDR sel
305         - 9   # NDRPDR sel
306         - 10  # NDRPDR sel
307
308     plot-dpdk-hdrh-lat-3n-skx:
309       csit-dpdk-perf-verify-2001-3n-skx:
310         - 1   # NDRPDR sel
311         - 19  # NDRPDR sel
312
313     # 2n-skx
314
315     plot-vpp-throughput-lat-tsa-2n-skx:
316       # TODO: Add the data
317       csit-vpp-perf-verify-2001-2n-skx:
318         - 92  # NDRPDR sel
319         - 93  # NDRPDR sel
320         - 94  # NDRPDR sel
321         - 95  # NDRPDR sel
322         - 96  # NDRPDR sel
323         - 97  # NDRPDR sel
324         - 98  # NDRPDR sel
325         - 99  # NDRPDR sel
326         - 100 # NDRPDR sel
327
328     plot-vpp-hdrh-lat-2n-skx:
329       csit-vpp-perf-verify-2001-2n-skx:
330         - 92  # NDRPDR sel
331
332     plot-vpp-http-server-performance:
333       csit-vpp-perf-verify-2001-2n-clx:
334         - 80  # TCP
335         - 82  # TCP
336         - 83  # TCP
337         - 85  # TCP
338         - 86  # TCP
339         - 87  # TCP
340         - 88  # TCP
341         - 89  # TCP
342         - 90  # TCP
343         - 91  # TCP
344
345     plot-vpp-soak-2n-skx:
346       # TODO: Replace the data
347       # csit-vpp-perf-verify-2001-2n-skx:
348       csit-vpp-perf-verify-1908-2n-skx:
349         - 83  # SOAK
350         - 86  # SOAK
351
352     plot-vpp-nfv-2n-skx-ndrpdr:
353       # TODO: Replace the data
354       csit-vpp-perf-verify-2001-2n-skx:
355         - 30  # NFV
356         - 31  # NFV
357
358     plot-vpp-nfv-2n-skx-mrr:
359       # TODO: Replace the data
360       # csit-vpp-perf-verify-2001-2n-skx:
361       csit-vpp-perf-verify-1908-2n-skx:
362         - 71  # NFV MRR
363
364     plot-vpp-nfv-reconf-2n-skx:
365       # TODO: Replace the data
366       # csit-vpp-perf-verify-2001-2n-skx:
367       csit-vpp-perf-verify-1908-2n-skx:
368         - 113 # NFV reconf sel
369         - 114 # NFV reconf sel
370         - 115 # NFV reconf sel
371
372     plot-dpdk-throughput-latency-2n-skx:
373       csit-dpdk-perf-verify-2001-2n-skx:
374         - 35  # NDRPDR sel xxv710
375         - 36  # NDRPDR sel xxv710
376         - 37  # NDRPDR sel xxv710
377         - 38  # NDRPDR sel x710
378         - 39  # NDRPDR sel x710
379         - 40  # NDRPDR sel x710
380
381     plot-dpdk-hdrh-lat-2n-skx:
382       csit-dpdk-perf-verify-2001-2n-skx:
383         - 35  # NDRPDR sel xxv710
384
385     # 2n-clx
386
387     plot-vpp-throughput-lat-tsa-2n-clx:
388       csit-vpp-perf-verify-2001-2n-clx:
389         - 28  # NDRPDR sel
390         - 29  # NDRPDR sel
391         - 32  # NDRPDR sel
392         - 40  # NDRPDR sel
393         - 43  # NDRPDR sel
394         - 44  # NDRPDR sel
395         - 45  # NDRPDR sel
396         - 47  # NDRPDR sel
397         - 48  # NDRPDR sel
398         - 49  # NDRPDR sel
399
400     plot-vpp-hdrh-lat-2n-clx:
401       csit-vpp-perf-verify-2001-2n-clx:
402         - 28  # NDRPDR sel
403
404     plot-vpp-nfv-2n-clx-ndrpdr:
405       csit-vpp-perf-verify-2001-2n-clx:
406         - 28  # NDRPDR sel
407         - 29  # NDRPDR sel
408         - 32  # NDRPDR sel
409         - 40  # NDRPDR sel
410         - 43  # NDRPDR sel
411         - 44  # NDRPDR sel
412         - 45  # NDRPDR sel
413         - 47  # NDRPDR sel
414         - 48  # NDRPDR sel
415         - 49  # NDRPDR sel
416
417     plot-vpp-nfv-2n-clx-mrr:
418       csit-vpp-perf-verify-2001-2n-clx:
419         - 39  # MRR
420
421     plot-vpp-nfv-reconf-2n-clx:
422       csit-vpp-perf-verify-2001-2n-clx:
423         - 68  # Reconf
424         - 69  # Reconf
425         - 70  # Reconf
426         - 71  # Reconf
427         - 72  # Reconf
428         - 73  # Reconf
429         - 74  # Reconf
430         - 75  # Reconf
431         - 76  # Reconf
432         - 77  # Reconf
433
434     plot-vpp-soak-2n-clx:
435       csit-vpp-perf-verify-2001-2n-clx:
436         - 93  # Soak
437         - 94  # Soak
438
439     plot-dpdk-throughput-latency-2n-clx:
440       csit-dpdk-perf-verify-2001-2n-clx:
441         - 15  # NDRPDR sel
442         - 16  # NDRPDR sel
443         - 17  # NDRPDR sel
444         - 18  # NDRPDR sel
445         - 19  # NDRPDR sel
446         - 20  # NDRPDR sel
447         - 21  # NDRPDR sel
448         - 22  # NDRPDR sel
449         - 23  # NDRPDR sel
450         - 24  # NDRPDR sel
451         - 25  # NDRPDR sel
452         - 26  # NDRPDR sel
453         - 27  # NDRPDR sel
454         - 28  # NDRPDR sel
455         - 29  # NDRPDR sel
456         - 30  # NDRPDR sel
457         - 31  # NDRPDR sel
458         - 32  # NDRPDR sel
459         - 33  # NDRPDR sel
460         - 34  # NDRPDR sel
461
462
463     plot-dpdk-hdrh-lat-2n-clx:
464       csit-dpdk-perf-verify-2001-2n-clx:
465         - 15  # NDRPDR sel
466
467     # 3n-tsh
468
469     plot-vpp-throughput-lat-tsa-3n-tsh:
470       csit-vpp-perf-verify-2001-3n-tsh:
471         - 3   # NDRPDR sel
472         - 4   # NDRPDR sel
473         - 7   # NDRPDR sel
474         - 8   # NDRPDR sel
475         - 10  # NDRPDR sel
476         - 12  # NDRPDR sel
477         - 13  # NDRPDR sel
478         - 14  # NDRPDR sel
479         - 15  # NDRPDR sel
480         - 21  # NDRPDR sel
481
482     plot-vpp-hdrh-lat-3n-tsh:
483       csit-vpp-perf-verify-2001-3n-tsh:
484         - 10  # NDRPDR sel
485
486     plot-dpdk-throughput-latency-3n-tsh:
487       csit-dpdk-perf-verify-2001-3n-tsh:
488         - 3   # NDRPDR sel
489         - 4   # NDRPDR sel
490         - 5   # NDRPDR sel
491         - 9   # NDRPDR sel
492         - 10  # NDRPDR sel
493         - 11  # NDRPDR sel
494         - 12  # NDRPDR sel
495         - 14  # NDRPDR sel
496         - 15  # NDRPDR sel
497         - 18  # NDRPDR sel
498
499     plot-dpdk-hdrh-lat-3n-tsh:
500       csit-dpdk-perf-verify-2001-3n-tsh:
501         - 3   # NDRPDR sel
502
503     # 3n-dnv
504
505     plot-vpp-throughput-lat-tsa-3n-dnv:
506       csit-vpp-perf-verify-2001-3n-dnv:
507         - 5   # NDRPDR sel
508         - 6   # NDRPDR sel
509         - 7   # NDRPDR sel
510         - 8   # NDRPDR sel
511         - 9   # NDRPDR sel
512         - 10  # NDRPDR sel
513         - 12  # NDRPDR sel
514         - 16  # NDRPDR sel
515         - 17  # NDRPDR sel
516         - 18  # NDRPDR sel
517
518     plot-dpdk-throughput-latency-3n-dnv:
519       csit-dpdk-perf-verify-2001-3n-dnv:
520         - 12  # NDRPDR sel
521         - 13  # NDRPDR sel
522         - 14  # NDRPDR sel
523         - 15  # NDRPDR sel
524         - 16  # NDRPDR sel
525         - 17  # NDRPDR sel
526         - 18  # NDRPDR sel
527         - 19  # NDRPDR sel
528         - 20  # NDRPDR sel
529         - 22  # NDRPDR sel
530
531     # 2n-dnv
532
533     plot-vpp-throughput-lat-tsa-2n-dnv:
534       csit-vpp-perf-verify-2001-2n-dnv:
535         - 4   # NDRPDR sel
536         - 5   # NDRPDR sel
537         - 6   # NDRPDR sel
538         - 7   # NDRPDR sel
539         - 8   # NDRPDR sel
540         - 9   # NDRPDR sel
541         - 10  # NDRPDR sel
542         - 11  # NDRPDR sel
543         - 13  # NDRPDR sel
544         - 16  # NDRPDR sel
545
546     plot-dpdk-throughput-latency-2n-dnv:
547       csit-dpdk-perf-verify-2001-2n-dnv:
548         - 9   # NDRPDR sel
549         - 10  # NDRPDR sel
550         - 11  # NDRPDR sel
551         - 12  # NDRPDR sel
552         - 13  # NDRPDR sel
553         - 14  # NDRPDR sel
554         - 15  # NDRPDR sel
555         - 16  # NDRPDR sel
556         - 17  # NDRPDR sel
557         - 18  # NDRPDR sel
558
559     ###########################################################################
560     # Simple tables (only one data set):
561
562     # NIC Comparisons
563
564     vpp-nic-comparison-3n-skx:
565       # TODO: Add the data
566       csit-vpp-perf-verify-2001-3n-skx:
567         - 45  # NDRPDR sel
568         - 46  # NDRPDR sel
569         - 47  # NDRPDR sel
570         - 48  # NDRPDR sel
571
572     vpp-nic-comparison-2n-skx:
573       # TODO: Add the data
574       csit-vpp-perf-verify-2001-2n-skx:
575         - 92  # NDRPDR sel
576         - 93  # NDRPDR sel
577         - 94  # NDRPDR sel
578         - 95  # NDRPDR sel
579         - 96  # NDRPDR sel
580         - 97  # NDRPDR sel
581         - 98  # NDRPDR sel
582         - 99  # NDRPDR sel
583         - 100 # NDRPDR sel
584
585     vpp-nic-comparison-3n-skx-mrr:
586       csit-vpp-perf-verify-2001-3n-skx:
587         - 50  # MRR sel
588
589     vpp-nic-comparison-2n-skx-mrr:
590       csit-vpp-perf-verify-2001-2n-skx:
591         - 101 # MRR sel
592
593     # Results
594
595     vpp-perf-results-3n-hsw:
596       csit-vpp-perf-verify-2001-3n-hsw:
597         - 18  # NDRPDR full
598         - 20  # NDRPDR full
599         - 28  # NDRPDR full
600         - 35  # NDRPDR full
601         - 42  # NDRPDR full
602         - 46  # NDRPDR full
603         - 47  # NDRPDR full
604         - 48  # NDRPDR full
605         - 49  # NDRPDR full
606         - 50  # NDRPDR full
607         - 51  # NDRPDR full
608         - 52  # NDRPDR full
609         - 53  # NDRPDR full
610         - 54  # NDRPDR full
611         - 55  # NDRPDR full
612         - 56  # NDRPDR full
613         - 57  # NDRPDR full
614         - 58  # NDRPDR full
615         - 59  # NDRPDR full
616         - 61  # NDRPDR full
617         - 62  # NDRPDR full
618         - 63  # NDRPDR full
619         - 64  # NDRPDR full
620         - 65  # NDRPDR full
621         - 67  # NDRPDR full
622         - 70  # NDRPDR full
623         - 72  # NDRPDR full
624         - 73  # NDRPDR full
625         - 76  # NDRPDR full
626         - 77  # NDRPDR full
627         - 78  # NDRPDR full
628         - 79  # NDRPDR full
629         - 81  # NDRPDR full
630         - 82  # NDRPDR full
631         - 84  # NDRPDR full
632         - 85  # NDRPDR full
633
634     vpp-perf-results-3n-skx:
635       # TODO: Replace
636       csit-vpp-perf-verify-2001-3n-skx:
637         - 47  # NDRPDR sel
638
639     vpp-perf-results-2n-skx:
640       csit-vpp-perf-verify-2001-2n-skx:
641         # TODO: Replace
642         - 92  # NDRPDR sel
643
644     vpp-perf-results-2n-clx:
645       csit-vpp-perf-verify-2001-2n-clx:
646         - 53  # NDRPDR full
647         - 54  # NDRPDR full
648         - 55  # NDRPDR full
649         - 56  # NDRPDR full
650         - 57  # NDRPDR full
651         - 58  # NDRPDR full
652         - 59  # NDRPDR full
653         - 60  # NDRPDR full
654         - 61  # NDRPDR full
655         - 62  # NDRPDR full
656         - 63  # NDRPDR full
657         - 64  # NDRPDR full
658         - 65  # NDRPDR full
659         - 66  # NDRPDR full
660         - 67  # NDRPDR full
661
662     vpp-perf-results-3n-tsh:
663       csit-vpp-perf-verify-2001-3n-tsh:
664         - 10  # NDRPDR sel
665
666     vpp-perf-results-3n-dnv:
667       csit-vpp-perf-verify-2001-3n-dnv:
668         - 19  # NDRPDR full
669         - 20  # NDRPDR full
670         - 21  # NDRPDR full
671         - 22  # NDRPDR full
672         - 23  # NDRPDR full
673         - 24  # NDRPDR full
674         - 25  # NDRPDR full
675         - 26  # NDRPDR full
676         - 37  # NDRPDR full
677         - 38  # NDRPDR full
678         - 39  # NDRPDR full
679
680     vpp-perf-results-2n-dnv:
681       csit-vpp-perf-verify-2001-2n-dnv:
682         - 21  # NDRPDR full
683         - 22  # NDRPDR full
684         - 25  # NDRPDR full
685         - 26  # NDRPDR full
686         - 27  # NDRPDR full
687         - 28  # NDRPDR full
688
689     vpp-mrr-results-3n-hsw:
690       csit-vpp-perf-verify-2001-3n-hsw:
691         - 17  # MRR sel
692
693     vpp-mrr-results-3n-skx:
694       csit-vpp-perf-verify-2001-3n-skx:
695         - 50  # MRR sel
696
697     vpp-mrr-results-2n-skx:
698       csit-vpp-perf-verify-2001-2n-skx:
699         - 101 # MRR sel
700
701     vpp-mrr-results-2n-clx:
702       csit-vpp-perf-verify-2001-2n-clx:
703         - 39  # MRR
704
705     vpp-mrr-results-3n-tsh:
706       csit-vpp-perf-verify-2001-3n-tsh:
707         - 9   # MRR sel
708
709     vpp-mrr-results-3n-dnv:
710       csit-vpp-perf-verify-2001-3n-dnv:
711         - 11  # MRR sel
712
713     vpp-mrr-results-2n-dnv:
714       csit-vpp-perf-verify-2001-2n-dnv:
715         - 12  # MRR sel
716
717     vpp-device-results-ubuntu:
718       csit-vpp-device-2001-ubuntu1804-1n-skx:
719         - 57
720
721     dpdk-perf-results-3n-hsw:
722       csit-dpdk-perf-verify-2001-3n-hsw:
723         - 25  # NDRPDR full
724         - 26  # NDRPDR full
725
726     dpdk-perf-results-3n-skx:
727       csit-dpdk-perf-verify-2001-3n-skx:
728         - 1   # NDRPDR sel
729
730     dpdk-perf-results-2n-skx:
731       csit-dpdk-perf-verify-2001-2n-skx:
732         - 35  # NDRPDR sel xxv710
733         - 38  # NDRPDR sel x710
734
735     dpdk-perf-results-2n-clx:
736       csit-dpdk-perf-verify-2001-2n-clx:
737         - 15  # NDRPDR sel
738         - 34  # NDRPDR sel
739
740     dpdk-perf-results-2n-dnv:
741       csit-dpdk-perf-verify-2001-2n-dnv:
742         - 16  # NDRPDR sel
743
744     dpdk-perf-results-3n-dnv:
745       csit-dpdk-perf-verify-2001-3n-dnv:
746         - 12  # NDRPDR sel
747
748     dpdk-perf-results-3n-tsh:
749       csit-dpdk-perf-verify-2001-3n-tsh:
750         - 3   # NDRPDR sel
751
752 ###########################################################################
753     # Tables (more than one data set)
754
755     # Performance changes
756
757     vpp-performance-changes-3n-hsw-h1:
758       csit-vpp-perf-verify-1904-3n-hsw:
759         - 11  # NDRPDR sel
760         - 12  # NDRPDR sel
761         - 20  # NDRPDR sel
762         - 21  # NDRPDR sel
763         - 23  # NDRPDR sel
764         - 24  # NDRPDR sel
765         - 25  # NDRPDR sel
766         - 26  # NDRPDR sel
767         - 29  # NDRPDR sel
768         - 30  # NDRPDR sel
769     vpp-performance-changes-3n-hsw-ref:
770       csit-vpp-perf-verify-1908-3n-hsw:
771         - 12  # NDRPDR sel
772         - 13  # NDRPDR sel
773         - 14  # NDRPDR sel
774         - 15  # NDRPDR sel
775         - 16  # NDRPDR sel
776         - 17  # NDRPDR sel
777         - 18  # NDRPDR sel
778         - 19  # NDRPDR sel
779         - 20  # NDRPDR sel
780         - 21  # NDRPDR sel
781     vpp-performance-changes-3n-hsw-cmp:
782       csit-vpp-perf-verify-2001-3n-hsw:
783         - 21  # NDRPDR sel
784         - 22  # NDRPDR sel
785         - 23  # NDRPDR sel
786         - 24  # NDRPDR sel
787         - 25  # NDRPDR sel
788         - 29  # NDRPDR sel
789         - 30  # NDRPDR sel
790         - 31  # NDRPDR sel
791         - 32  # NDRPDR sel
792         - 34  # NDRPDR sel
793     vpp-performance-changes-3n-hsw:
794       - "vpp-performance-changes-3n-hsw-h1"
795       - "vpp-performance-changes-3n-hsw-ref"
796       - "vpp-performance-changes-3n-hsw-cmp"
797
798     vpp-performance-changes-3n-skx-h1:
799       csit-vpp-perf-verify-1904-3n-skx:
800         - 8   # NDRPDR sel
801         - 9   # NDRPDR sel
802         - 10  # NDRPDR sel
803         - 11  # NDRPDR sel
804         - 12  # NDRPDR sel
805         - 14  # NDRPDR sel
806         - 16  # NDRPDR sel
807         - 21  # NDRPDR sel
808         - 23  # NDRPDR sel
809         - 25  # NDRPDR sel
810     vpp-performance-changes-3n-skx-ref:
811       csit-vpp-perf-verify-1908-3n-skx:
812         - 14  # NDRPDR sel
813         - 16  # NDRPDR sel
814         - 19  # NDRPDR sel
815         - 20  # NDRPDR sel
816         - 22  # NDRPDR sel
817         - 23  # NDRPDR sel
818         - 24  # NDRPDR sel
819         - 25  # NDRPDR sel
820         - 26  # NDRPDR sel
821         - 29  # NDRPDR sel
822     vpp-performance-changes-3n-skx-cmp:
823       # TODO: Add the data
824       csit-vpp-perf-verify-2001-3n-skx:
825         - 45  # NDRPDR sel
826         - 46  # NDRPDR sel
827         - 47  # NDRPDR sel
828         - 48  # NDRPDR sel
829     vpp-performance-changes-3n-skx:
830       - "vpp-performance-changes-3n-skx-h1"
831       - "vpp-performance-changes-3n-skx-ref"
832       - "vpp-performance-changes-3n-skx-cmp"
833
834     vpp-performance-changes-2n-skx-h1:
835       csit-vpp-perf-verify-1904-2n-skx:
836         - 12  # NDRPDR sel
837         - 14  # NDRPDR sel
838         - 16  # NDRPDR sel
839         - 17  # NDRPDR sel
840         - 18  # NDRPDR sel
841         - 21  # NDRPDR sel
842         - 27  # NDRPDR sel
843         - 30  # NDRPDR sel
844         - 31  # NDRPDR sel
845         - 32  # NDRPDR sel
846     vpp-performance-changes-2n-skx-ref:
847       csit-vpp-perf-verify-1908-2n-skx:
848         - 26  # NDRPDR sel
849         - 27  # NDRPDR sel
850         - 34  # NDRPDR sel
851         - 35  # NDRPDR sel
852         - 36  # NDRPDR sel
853         - 42  # NDRPDR sel
854         - 43  # NDRPDR sel
855         - 44  # NDRPDR sel
856         - 45  # NDRPDR sel
857         - 46  # NDRPDR sel
858     vpp-performance-changes-2n-skx-cmp:
859       # TODO: Add the data
860       csit-vpp-perf-verify-2001-2n-skx:
861         - 92  # NDRPDR sel
862         - 93  # NDRPDR sel
863         - 94  # NDRPDR sel
864         - 95  # NDRPDR sel
865         - 96  # NDRPDR sel
866         - 97  # NDRPDR sel
867         - 98  # NDRPDR sel
868         - 99  # NDRPDR sel
869         - 100 # NDRPDR sel
870     vpp-performance-changes-2n-skx:
871       - "vpp-performance-changes-2n-skx-h1"
872       - "vpp-performance-changes-2n-skx-ref"
873       - "vpp-performance-changes-2n-skx-cmp"
874
875     vpp-performance-changes-nfv-2n-skx-ref:
876       csit-vpp-perf-verify-1908-2n-skx:
877         - 22  # NFV
878         - 31  # NFV
879         - 32  # NFV
880     vpp-performance-changes-nfv-2n-skx-cmp:
881       # TODO: Add the data
882       csit-vpp-perf-verify-2001-2n-skx:
883         - 30  # NFV
884         - 31  # NFV
885     vpp-performance-changes-nfv-2n-skx:
886       - "vpp-performance-changes-nfv-2n-skx-ref"
887       - "vpp-performance-changes-nfv-2n-skx-cmp"
888
889     vpp-performance-changes-2n-dnv-ref:
890       csit-vpp-perf-verify-1908-2n-dnv:
891         - 1   # NDRPDR sel
892         - 2   # NDRPDR sel
893         - 3   # NDRPDR sel
894         - 4   # NDRPDR sel
895         - 5   # NDRPDR sel
896         - 6   # NDRPDR sel
897         - 7   # NDRPDR sel
898         - 8   # NDRPDR sel
899         - 9   # NDRPDR sel
900         - 10  # NDRPDR sel
901     vpp-performance-changes-2n-dnv-cmp:
902       csit-vpp-perf-verify-2001-2n-dnv:
903         - 4   # NDRPDR sel
904         - 5   # NDRPDR sel
905         - 6   # NDRPDR sel
906         - 7   # NDRPDR sel
907         - 8   # NDRPDR sel
908         - 9   # NDRPDR sel
909         - 10  # NDRPDR sel
910         - 11  # NDRPDR sel
911         - 13  # NDRPDR sel
912         - 16  # NDRPDR sel
913     vpp-performance-changes-2n-dnv:
914       - "vpp-performance-changes-2n-dnv-ref"
915       - "vpp-performance-changes-2n-dnv-cmp"
916
917     vpp-performance-changes-3n-dnv-ref:
918       csit-vpp-perf-verify-1908-3n-dnv:
919         - 6   # NDRPDR sel
920         - 7   # NDRPDR sel
921         - 8   # NDRPDR sel
922         - 9   # NDRPDR sel
923         - 10  # NDRPDR sel
924         - 12  # NDRPDR sel
925         - 13  # NDRPDR sel
926         - 14  # NDRPDR sel
927         - 15  # NDRPDR sel
928         - 16  # NDRPDR sel
929     vpp-performance-changes-3n-dnv-cmp:
930       csit-vpp-perf-verify-2001-3n-dnv:
931         - 5   # NDRPDR sel
932         - 6   # NDRPDR sel
933         - 7   # NDRPDR sel
934         - 8   # NDRPDR sel
935         - 9   # NDRPDR sel
936         - 10  # NDRPDR sel
937         - 12  # NDRPDR sel
938         - 16  # NDRPDR sel
939         - 17  # NDRPDR sel
940         - 18  # NDRPDR sel
941     vpp-performance-changes-3n-dnv:
942       - "vpp-performance-changes-3n-dnv-ref"
943       - "vpp-performance-changes-3n-dnv-cmp"
944
945     vpp-performance-changes-3n-tsh-ref:
946       csit-vpp-perf-verify-1908-3n-tsh:
947         - 7   # NDRPDR sel
948         - 8   # NDRPDR sel
949         - 9   # NDRPDR sel
950         - 10  # NDRPDR sel
951         - 11  # NDRPDR sel
952         - 12  # NDRPDR sel
953         - 13  # NDRPDR sel
954         - 14  # NDRPDR sel
955         - 15  # NDRPDR sel
956         - 16  # NDRPDR sel
957     vpp-performance-changes-3n-tsh-cmp:
958       csit-vpp-perf-verify-2001-3n-tsh:
959         - 3   # NDRPDR sel
960         - 4   # NDRPDR sel
961         - 7   # NDRPDR sel
962         - 8   # NDRPDR sel
963         - 10  # NDRPDR sel
964         - 12  # NDRPDR sel
965         - 13  # NDRPDR sel
966         - 14  # NDRPDR sel
967         - 15  # NDRPDR sel
968         - 21  # NDRPDR sel
969     vpp-performance-changes-3n-tsh:
970       - "vpp-performance-changes-3n-tsh-ref"
971       - "vpp-performance-changes-3n-tsh-cmp"
972
973     vpp-soak-vs-ndr-2n-skx-ref:
974       csit-vpp-perf-verify-2001-2n-skx:
975         - 92  # NDRPDR sel
976         - 93  # NDRPDR sel
977         - 94  # NDRPDR sel
978         - 95  # NDRPDR sel
979         - 96  # NDRPDR sel
980         - 97  # NDRPDR sel
981         - 98  # NDRPDR sel
982         - 99  # NDRPDR sel
983         - 100 # NDRPDR sel
984     vpp-soak-vs-ndr-2n-skx-cmp:
985       # TODO: Replace
986       # csit-vpp-perf-verify-2001-2n-skx:
987       csit-vpp-perf-verify-1908-2n-skx:
988         - 83  # SOAK
989         - 86  # SOAK
990     vpp-soak-vs-ndr-2n-skx:
991       csit-vpp-perf-verify-2001-2n-skx:
992         - 92  # NDRPDR sel
993         - 93  # NDRPDR sel
994         - 94  # NDRPDR sel
995         - 95  # NDRPDR sel
996         - 96  # NDRPDR sel
997         - 97  # NDRPDR sel
998         - 98  # NDRPDR sel
999         - 99  # NDRPDR sel
1000         - 100 # NDRPDR sel
1001         - 83  # SOAK
1002         - 86  # SOAK
1003
1004     vpp-soak-vs-ndr-2n-clx-ref:
1005       csit-vpp-perf-verify-2001-2n-clx:
1006         - 28  # NDRPDR sel
1007         - 29  # NDRPDR sel
1008         - 32  # NDRPDR sel
1009         - 40  # NDRPDR sel
1010         - 43  # NDRPDR sel
1011         - 44  # NDRPDR sel
1012         - 45  # NDRPDR sel
1013         - 47  # NDRPDR sel
1014         - 48  # NDRPDR sel
1015         - 49  # NDRPDR sel
1016     vpp-soak-vs-ndr-2n-clx-cmp:
1017       csit-vpp-perf-verify-2001-2n-clx:
1018         - 93  # SOAK
1019         - 94  # Soak
1020     vpp-soak-vs-ndr-2n-clx:
1021       csit-vpp-perf-verify-2001-2n-clx:
1022         - 28  # NDRPDR sel
1023         - 29  # NDRPDR sel
1024         - 32  # NDRPDR sel
1025         - 40  # NDRPDR sel
1026         - 43  # NDRPDR sel
1027         - 44  # NDRPDR sel
1028         - 45  # NDRPDR sel
1029         - 47  # NDRPDR sel
1030         - 48  # NDRPDR sel
1031         - 49  # NDRPDR sel
1032         - 93  # SOAK
1033         - 94  # Soak
1034
1035     vpp-performance-changes-3n-hsw-mrr-h1:
1036       csit-vpp-perf-verify-1904-3n-hsw:
1037         - 9   # MRR sel
1038     vpp-performance-changes-3n-hsw-mrr-ref:
1039       csit-vpp-perf-verify-1908-3n-hsw:
1040         - 39  # MRR sel
1041     vpp-performance-changes-3n-hsw-mrr-cmp:
1042       csit-vpp-perf-verify-2001-3n-hsw:
1043         - 17  # MRR sel
1044     vpp-performance-changes-3n-hsw-mrr:
1045       - "vpp-performance-changes-3n-hsw-mrr-h1"
1046       - "vpp-performance-changes-3n-hsw-mrr-ref"
1047       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1048
1049     vpp-performance-changes-3n-skx-mrr-h1:
1050       csit-vpp-perf-verify-1904-3n-skx:
1051         - 7   # MRR sel
1052     vpp-performance-changes-3n-skx-mrr-ref:
1053       csit-vpp-perf-verify-1908-3n-skx:
1054         - 36  # MRR sel
1055     vpp-performance-changes-3n-skx-mrr-cmp:
1056       csit-vpp-perf-verify-2001-3n-skx:
1057         - 50  # MRR sel
1058     vpp-performance-changes-3n-skx-mrr:
1059       - "vpp-performance-changes-3n-skx-mrr-h1"
1060       - "vpp-performance-changes-3n-skx-mrr-ref"
1061       - "vpp-performance-changes-3n-skx-mrr-cmp"
1062
1063     vpp-performance-changes-2n-skx-mrr-h1:
1064       csit-vpp-perf-verify-1904-2n-skx:
1065         - 11  # MRR sel
1066     vpp-performance-changes-2n-skx-mrr-ref:
1067       csit-vpp-perf-verify-1908-2n-skx:
1068         - 69  # MRR sel
1069     vpp-performance-changes-2n-skx-mrr-cmp:
1070       csit-vpp-perf-verify-2001-2n-skx:
1071         - 101 # MRR sel
1072     vpp-performance-changes-2n-skx-mrr:
1073       - "vpp-performance-changes-2n-skx-mrr-h1"
1074       - "vpp-performance-changes-2n-skx-mrr-ref"
1075       - "vpp-performance-changes-2n-skx-mrr-cmp"
1076
1077     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1078       csit-vpp-perf-verify-1908-2n-skx:
1079         - 71  # NFV MRR
1080     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1081       # TODO: Replace
1082       # csit-vpp-perf-verify-2001-2n-skx:
1083       csit-vpp-perf-verify-1908-2n-skx:
1084         - 71  # NFV MRR
1085     vpp-performance-changes-nfv-2n-skx-mrr:
1086       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1087       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1088
1089     vpp-performance-changes-2n-dnv-mrr-ref:
1090       csit-vpp-perf-verify-1908-2n-dnv:
1091         - 11  # MRR sel
1092     vpp-performance-changes-2n-dnv-mrr-cmp:
1093       csit-vpp-perf-verify-2001-2n-dnv:
1094         - 12  # MRR sel
1095     vpp-performance-changes-2n-dnv-mrr:
1096       - "vpp-performance-changes-2n-dnv-mrr-ref"
1097       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1098
1099     vpp-performance-changes-3n-dnv-mrr-ref:
1100       csit-vpp-perf-verify-1908-3n-dnv:
1101         - 17  # MRR sel
1102     vpp-performance-changes-3n-dnv-mrr-cmp:
1103       csit-vpp-perf-verify-2001-3n-dnv:
1104         - 11  # MRR sel
1105     vpp-performance-changes-3n-dnv-mrr:
1106       - "vpp-performance-changes-3n-dnv-mrr-ref"
1107       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1108
1109     vpp-performance-changes-3n-tsh-mrr-ref:
1110       csit-vpp-perf-verify-1908-3n-tsh:
1111         - 17  # MRR sel
1112     vpp-performance-changes-3n-tsh-mrr-cmp:
1113       csit-vpp-perf-verify-2001-3n-tsh:
1114         - 9   # MRR sel
1115     vpp-performance-changes-3n-tsh-mrr:
1116       - "vpp-performance-changes-3n-tsh-mrr-ref"
1117       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1118
1119     dpdk-performance-changes-3n-hsw-h1:
1120       csit-dpdk-perf-verify-1904-3n-hsw:
1121         - 2   # NDRPDR sel
1122         - 3   # NDRPDR sel
1123         - 5   # NDRPDR sel
1124         - 6   # NDRPDR sel
1125         - 13  # NDRPDR sel
1126         - 14  # NDRPDR sel
1127         - 15  # NDRPDR sel
1128         - 18  # NDRPDR sel
1129         - 19  # NDRPDR sel
1130         - 20  # NDRPDR sel
1131     dpdk-performance-changes-3n-hsw-ref:
1132       csit-dpdk-perf-verify-1908-3n-hsw:
1133         - 2   # NDRPDR sel
1134         - 3   # NDRPDR sel
1135         - 4   # NDRPDR sel
1136         - 5   # NDRPDR sel
1137         - 6   # NDRPDR sel
1138         - 7   # NDRPDR sel
1139         - 8   # NDRPDR sel
1140         - 9   # NDRPDR sel
1141         - 10  # NDRPDR sel
1142         - 11  # NDRPDR sel
1143     dpdk-performance-changes-3n-hsw-cmp:
1144       csit-dpdk-perf-verify-2001-3n-hsw:
1145 #        - 4   # NDRPDR sel
1146 #        - 5   # NDRPDR sel
1147 #        - 6   # NDRPDR sel
1148 #        - 7   # NDRPDR sel
1149 #        - 8   # NDRPDR sel
1150 #        - 9   # NDRPDR sel
1151 #        - 10  # NDRPDR sel
1152 #        - 11  # NDRPDR sel
1153 #        - 12  # NDRPDR sel
1154 #        - 13  # NDRPDR sel
1155         - 15  # NDRPDR sel
1156         - 16  # NDRPDR sel
1157         - 17  # NDRPDR sel
1158         - 18  # NDRPDR sel
1159         - 19  # NDRPDR sel
1160         - 20  # NDRPDR sel
1161         - 21  # NDRPDR sel
1162         - 22  # NDRPDR sel
1163         - 23  # NDRPDR sel
1164         - 24  # NDRPDR sel
1165     dpdk-performance-changes-3n-hsw:
1166       - "dpdk-performance-changes-3n-hsw-h1"
1167       - "dpdk-performance-changes-3n-hsw-ref"
1168       - "dpdk-performance-changes-3n-hsw-cmp"
1169
1170     dpdk-performance-changes-3n-skx-h1:
1171       csit-dpdk-perf-verify-1904-3n-skx:
1172         - 2   # NDRPDR sel
1173         - 3   # NDRPDR sel
1174         - 4   # NDRPDR sel
1175         - 5   # NDRPDR sel
1176         - 6   # NDRPDR sel
1177         - 7   # NDRPDR sel
1178         - 11  # NDRPDR sel
1179         - 12  # NDRPDR sel
1180         - 13  # NDRPDR sel
1181         - 14  # NDRPDR sel
1182     dpdk-performance-changes-3n-skx-ref:
1183       csit-dpdk-perf-verify-1908-3n-skx:
1184         - 3   # NDRPDR sel
1185         - 4   # NDRPDR sel
1186         - 5   # NDRPDR sel
1187         - 6   # NDRPDR sel
1188         - 7   # NDRPDR sel
1189         - 8   # NDRPDR sel
1190         - 9   # NDRPDR sel
1191         - 10  # NDRPDR sel
1192         - 11  # NDRPDR sel
1193         - 12  # NDRPDR sel
1194     dpdk-performance-changes-3n-skx-cmp:
1195       csit-dpdk-perf-verify-2001-3n-skx:
1196         - 1   # NDRPDR sel
1197         - 2   # NDRPDR sel
1198         - 3   # NDRPDR sel
1199         - 4   # NDRPDR sel
1200         - 5   # NDRPDR sel
1201         - 6   # NDRPDR sel
1202         - 7   # NDRPDR sel
1203         - 8   # NDRPDR sel
1204         - 9   # NDRPDR sel
1205         - 10  # NDRPDR sel
1206     dpdk-performance-changes-3n-skx:
1207       - "dpdk-performance-changes-3n-skx-h1"
1208       - "dpdk-performance-changes-3n-skx-ref"
1209       - "dpdk-performance-changes-3n-skx-cmp"
1210
1211     dpdk-performance-changes-2n-skx-h1:
1212       csit-dpdk-perf-verify-1904-2n-skx:
1213         - 2   # NDRPDR sel
1214         - 3   # NDRPDR sel
1215         - 4   # NDRPDR sel
1216         - 5   # NDRPDR sel
1217         - 7   # NDRPDR sel
1218         - 8   # NDRPDR sel
1219         - 9   # NDRPDR sel
1220         - 10  # NDRPDR sel
1221         - 11  # NDRPDR sel
1222         - 12  # NDRPDR sel
1223     dpdk-performance-changes-2n-skx-ref:
1224       csit-dpdk-perf-verify-1908-2n-skx:
1225         - 2   # NDRPDR sel
1226         - 3   # NDRPDR sel
1227         - 4   # NDRPDR sel
1228         - 5   # NDRPDR sel
1229         - 7   # NDRPDR sel
1230         - 8   # NDRPDR sel
1231         - 9   # NDRPDR sel
1232         - 10  # NDRPDR sel
1233         - 11  # NDRPDR sel
1234         - 12  # NDRPDR sel
1235     dpdk-performance-changes-2n-skx-cmp:
1236       csit-dpdk-perf-verify-2001-2n-skx:
1237         - 35  # NDRPDR sel xxv710
1238         - 36  # NDRPDR sel xxv710
1239         - 37  # NDRPDR sel xxv710
1240         - 38  # NDRPDR sel x710
1241         - 39  # NDRPDR sel x710
1242         - 40  # NDRPDR sel x710
1243     dpdk-performance-changes-2n-skx:
1244       - "dpdk-performance-changes-2n-skx-h1"
1245       - "dpdk-performance-changes-2n-skx-ref"
1246       - "dpdk-performance-changes-2n-skx-cmp"
1247
1248     # Compare testbeds
1249
1250     vpp-compare-testbeds-ref:
1251       csit-vpp-perf-verify-2001-3n-hsw:
1252         - 21  # NDRPDR sel
1253         - 22  # NDRPDR sel
1254         - 23  # NDRPDR sel
1255         - 24  # NDRPDR sel
1256         - 25  # NDRPDR sel
1257         - 29  # NDRPDR sel
1258         - 30  # NDRPDR sel
1259         - 31  # NDRPDR sel
1260         - 32  # NDRPDR sel
1261         - 34  # NDRPDR sel
1262     vpp-compare-testbeds-cmp:
1263       # TODO: Add the data
1264       csit-vpp-perf-verify-2001-3n-skx:
1265         - 45  # NDRPDR sel
1266         - 46  # NDRPDR sel
1267         - 47  # NDRPDR sel
1268         - 48  # NDRPDR sel
1269     vpp-compare-testbeds:
1270       - "vpp-compare-testbeds-ref"
1271       - "vpp-compare-testbeds-cmp"
1272
1273     vpp-compare-testbeds-skx-clx-ref:
1274       # TODO: Add the data
1275       csit-vpp-perf-verify-2001-2n-skx:
1276         - 92  # NDRPDR sel
1277         - 93  # NDRPDR sel
1278         - 94  # NDRPDR sel
1279         - 95  # NDRPDR sel
1280         - 96  # NDRPDR sel
1281         - 97  # NDRPDR sel
1282         - 98  # NDRPDR sel
1283         - 99  # NDRPDR sel
1284         - 100 # NDRPDR sel
1285     vpp-compare-testbeds-skx-clx-cmp:
1286       csit-vpp-perf-verify-2001-2n-clx:
1287         - 28  # NDRPDR sel
1288         - 29  # NDRPDR sel
1289         - 32  # NDRPDR sel
1290         - 40  # NDRPDR sel
1291         - 43  # NDRPDR sel
1292         - 44  # NDRPDR sel
1293         - 45  # NDRPDR sel
1294         - 47  # NDRPDR sel
1295         - 48  # NDRPDR sel
1296         - 49  # NDRPDR sel
1297     vpp-compare-testbeds-skx-clx:
1298       - "vpp-compare-testbeds-skx-clx-ref"
1299       - "vpp-compare-testbeds-skx-clx-cmp"
1300
1301     vpp-compare-testbeds-hsw-clx-ref:
1302       csit-vpp-perf-verify-2001-3n-hsw:
1303         - 21  # NDRPDR sel
1304         - 22  # NDRPDR sel
1305         - 23  # NDRPDR sel
1306         - 24  # NDRPDR sel
1307         - 25  # NDRPDR sel
1308         - 29  # NDRPDR sel
1309         - 30  # NDRPDR sel
1310         - 31  # NDRPDR sel
1311         - 32  # NDRPDR sel
1312         - 34  # NDRPDR sel
1313     vpp-compare-testbeds-hsw-clx-cmp:
1314       csit-vpp-perf-verify-2001-2n-clx:
1315         - 28  # NDRPDR sel
1316         - 29  # NDRPDR sel
1317         - 32  # NDRPDR sel
1318         - 40  # NDRPDR sel
1319         - 43  # NDRPDR sel
1320         - 44  # NDRPDR sel
1321         - 45  # NDRPDR sel
1322         - 47  # NDRPDR sel
1323         - 48  # NDRPDR sel
1324         - 49  # NDRPDR sel
1325     vpp-compare-testbeds-hsw-clx:
1326       - "vpp-compare-testbeds-hsw-clx-ref"
1327       - "vpp-compare-testbeds-hsw-clx-cmp"
1328
1329     vpp-compare-testbeds-mrr-ref:
1330       csit-vpp-perf-verify-2001-3n-hsw:
1331         - 17  # MRR sel
1332     vpp-compare-testbeds-mrr-cmp:
1333       csit-vpp-perf-verify-2001-3n-skx:
1334         - 50  # MRR sel
1335     vpp-compare-testbeds-mrr:
1336       - "vpp-compare-testbeds-mrr-ref"
1337       - "vpp-compare-testbeds-mrr-cmp"
1338
1339     vpp-compare-testbeds-mrr-skx-clx-ref:
1340       csit-vpp-perf-verify-2001-2n-skx:
1341         - 101 # MRR sel
1342     vpp-compare-testbeds-mrr-skx-clx-cmp:
1343       csit-vpp-perf-verify-2001-2n-clx:
1344         - 39  # MRR
1345     vpp-compare-testbeds-mrr-skx-clx:
1346       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1347       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1348
1349     vpp-compare-testbeds-mrr-hsw-clx-ref:
1350       csit-vpp-perf-verify-2001-3n-hsw:
1351         - 17  # MRR sel
1352     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1353       csit-vpp-perf-verify-2001-2n-clx:
1354         - 39  # MRR
1355     vpp-compare-testbeds-mrr-hsw-clx:
1356       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1357       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1358
1359     dpdk-compare-testbeds-ref:
1360       csit-dpdk-perf-verify-2001-3n-hsw:
1361         - 4   # NDRPDR sel
1362         - 5   # NDRPDR sel
1363         - 6   # NDRPDR sel
1364         - 7   # NDRPDR sel
1365         - 8   # NDRPDR sel
1366         - 9   # NDRPDR sel
1367         - 10  # NDRPDR sel
1368         - 11  # NDRPDR sel
1369         - 12  # NDRPDR sel
1370         - 13  # NDRPDR sel
1371         - 15  # NDRPDR sel
1372         - 16  # NDRPDR sel
1373         - 17  # NDRPDR sel
1374         - 18  # NDRPDR sel
1375         - 19  # NDRPDR sel
1376         - 20  # NDRPDR sel
1377         - 21  # NDRPDR sel
1378         - 22  # NDRPDR sel
1379         - 23  # NDRPDR sel
1380         - 24  # NDRPDR sel
1381     dpdk-compare-testbeds-cmp:
1382       csit-dpdk-perf-verify-2001-3n-skx:
1383         - 1   # NDRPDR sel
1384         - 2   # NDRPDR sel
1385         - 3   # NDRPDR sel
1386         - 4   # NDRPDR sel
1387         - 5   # NDRPDR sel
1388         - 6   # NDRPDR sel
1389         - 7   # NDRPDR sel
1390         - 8   # NDRPDR sel
1391         - 9   # NDRPDR sel
1392         - 10  # NDRPDR sel
1393     dpdk-compare-testbeds:
1394       - "dpdk-compare-testbeds-ref"
1395       - "dpdk-compare-testbeds-cmp"
1396
1397     dpdk-compare-testbeds-skx-clx-ref:
1398       csit-dpdk-perf-verify-2001-2n-skx:
1399         - 35  # NDRPDR sel xxv710
1400         - 36  # NDRPDR sel xxv710
1401         - 37  # NDRPDR sel xxv710
1402         - 38  # NDRPDR sel x710
1403         - 39  # NDRPDR sel x710
1404         - 40  # NDRPDR sel x710
1405     dpdk-compare-testbeds-skx-clx-cmp:
1406       csit-dpdk-perf-verify-2001-2n-clx:
1407         - 15  # NDRPDR sel
1408         - 16  # NDRPDR sel
1409         - 17  # NDRPDR sel
1410         - 18  # NDRPDR sel
1411         - 19  # NDRPDR sel
1412         - 20  # NDRPDR sel
1413         - 21  # NDRPDR sel
1414         - 22  # NDRPDR sel
1415         - 23  # NDRPDR sel
1416         - 24  # NDRPDR sel
1417         - 25  # NDRPDR sel
1418         - 26  # NDRPDR sel
1419         - 27  # NDRPDR sel
1420         - 28  # NDRPDR sel
1421         - 29  # NDRPDR sel
1422         - 30  # NDRPDR sel
1423         - 31  # NDRPDR sel
1424         - 32  # NDRPDR sel
1425         - 33  # NDRPDR sel
1426         - 34  # NDRPDR sel
1427
1428     dpdk-compare-testbeds-skx-clx:
1429       - "dpdk-compare-testbeds-skx-clx-ref"
1430       - "dpdk-compare-testbeds-skx-clx-cmp"
1431
1432     # Compare topologies
1433
1434     vpp-compare-topologies-ref:
1435       # TODO: Add the data
1436       csit-vpp-perf-verify-2001-3n-skx:
1437         - 45  # NDRPDR sel
1438         - 46  # NDRPDR sel
1439         - 47  # NDRPDR sel
1440         - 48  # NDRPDR sel
1441     vpp-compare-topologies-cmp:
1442       # TODO: Add the data
1443       csit-vpp-perf-verify-2001-2n-skx:
1444         - 92  # NDRPDR sel
1445         - 93  # NDRPDR sel
1446         - 94  # NDRPDR sel
1447         - 95  # NDRPDR sel
1448         - 96  # NDRPDR sel
1449         - 97  # NDRPDR sel
1450         - 98  # NDRPDR sel
1451         - 99  # NDRPDR sel
1452         - 100 # NDRPDR sel
1453     vpp-compare-topologies:
1454       - "vpp-compare-topologies-ref"
1455       - "vpp-compare-topologies-cmp"
1456
1457     vpp-compare-topologies-mrr-ref:
1458       csit-vpp-perf-verify-2001-3n-skx:
1459         - 50  # MRR sel
1460     vpp-compare-topologies-mrr-cmp:
1461       csit-vpp-perf-verify-2001-2n-skx:
1462         - 101 # MRR sel
1463     vpp-compare-topologies-mrr:
1464       - "vpp-compare-topologies-mrr-ref"
1465       - "vpp-compare-topologies-mrr-cmp"
1466
1467     dpdk-compare-topologies-ref:
1468       csit-dpdk-perf-verify-2001-3n-skx:
1469         - 1   # NDRPDR sel
1470         - 2   # NDRPDR sel
1471         - 3   # NDRPDR sel
1472         - 4   # NDRPDR sel
1473         - 5   # NDRPDR sel
1474         - 6   # NDRPDR sel
1475         - 7   # NDRPDR sel
1476         - 8   # NDRPDR sel
1477         - 9   # NDRPDR sel
1478         - 10  # NDRPDR sel
1479     dpdk-compare-topologies-cmp:
1480       csit-dpdk-perf-verify-2001-2n-skx:
1481         - 35  # NDRPDR sel xxv710
1482         - 36  # NDRPDR sel xxv710
1483         - 37  # NDRPDR sel xxv710
1484         - 38  # NDRPDR sel x710
1485         - 39  # NDRPDR sel x710
1486         - 40  # NDRPDR sel x710
1487     dpdk-compare-topologies:
1488       - "dpdk-compare-topologies-ref"
1489       - "dpdk-compare-topologies-cmp"
1490
1491   plot-layouts:
1492
1493     plot-soak-throughput:
1494       titlefont:
1495         size: 18
1496       xaxis:
1497         title: "<b>Test Cases [Index]</b>"
1498         titlefont:
1499           size: 16
1500         autorange: True
1501         fixedrange: False
1502         gridcolor: "rgb(230, 230, 230)"
1503         linecolor: "rgb(220, 220, 220)"
1504         linewidth: 1
1505         showgrid: True
1506         showline: True
1507         showticklabels: True
1508         tickcolor: "rgb(220, 220, 220)"
1509         tickmode: "linear"
1510         tickfont:
1511           size: 16
1512         zeroline: False
1513       yaxis:
1514         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1515         titlefont:
1516           size: 16
1517         gridcolor: "rgb(230, 230, 230)"
1518         hoverformat: ".4r"
1519         tickformat: ".3r"
1520         linecolor: "rgb(220, 220, 220)"
1521         linewidth: 1
1522         showgrid: True
1523         showline: True
1524         showticklabels: True
1525         tickcolor: "rgb(220, 220, 220)"
1526         tickfont:
1527           size: 16
1528         zeroline: False
1529         range: [0,50]
1530       autosize: False
1531       margin:
1532         t: 50
1533         b: 0
1534         l: 80
1535         r: 20
1536       showlegend: True
1537       legend:
1538         orientation: "h"
1539         font:
1540           size: 16
1541       width: 700
1542       height: 900
1543       paper_bgcolor: "#fff"
1544       plot_bgcolor: "#fff"
1545       hoverlabel:
1546         namelength: -1
1547
1548     plot-service-density:
1549       titlefont:
1550         size: 18
1551       xaxis:
1552         side: "top"
1553         autorange: True
1554         fixedrange: False
1555         showgrid: False
1556         showline: False
1557         showticklabels: False
1558         ticks: ""
1559         ticklen: 0
1560         tickwidth: 0
1561         zeroline: False
1562       yaxis:
1563         autorange: "reversed"
1564         showgrid: False
1565         showline: False
1566         showticklabels: False
1567         ticks: ""
1568         ticklen: 0
1569         tickwidth: 0
1570         zeroline: False
1571       showlegend: False
1572       paper_bgcolor: "#fff"
1573       plot_bgcolor: "#fff"
1574       width: 700
1575       height: 700
1576       hoverlabel:
1577         namelength: -1
1578
1579     plot-cps:
1580       titlefont:
1581         size: 18
1582       xaxis:
1583         title: "<b>Test Cases [Index]</b>"
1584         titlefont:
1585           size: 16
1586         autorange: True
1587         fixedrange: False
1588         gridcolor: "rgb(230, 230, 230)"
1589         linecolor: "rgb(220, 220, 220)"
1590         linewidth: 1
1591         showgrid: True
1592         showline: True
1593         showticklabels: True
1594         tickcolor: "rgb(220, 220, 220)"
1595         tickmode: "linear"
1596         tickfont:
1597           size: 16
1598         zeroline: False
1599       yaxis:
1600         title: "<b>Connections Per Second [cps]</b>"
1601         titlefont:
1602           size: 16
1603         gridcolor: "rgb(230, 230, 230)"
1604         hoverformat: ".4s"
1605         linecolor: "rgb(220, 220, 220)"
1606         linewidth: 1
1607         rangemode: "tozero"
1608         showgrid: True
1609         showline: True
1610         showticklabels: True
1611         tickcolor: "rgb(220, 220, 220)"
1612         tickformat: ".3s"
1613         tickfont:
1614           size: 16
1615         zeroline: False
1616       boxmode: "group"
1617       boxgroupgap: 0.5
1618       autosize: False
1619       margin:
1620         t: 50
1621         b: 20
1622         l: 80
1623         r: 20
1624       showlegend: True
1625       legend:
1626         orientation: "h"
1627         font:
1628           size: 16
1629       width: 700
1630       height: 800
1631       paper_bgcolor: "#fff"
1632       plot_bgcolor: "#fff"
1633       hoverlabel:
1634         namelength: -1
1635
1636     plot-rps:
1637       titlefont:
1638         size: 18
1639       xaxis:
1640         title: "<b>Test Cases [Index]</b>"
1641         titlefont:
1642           size: 16
1643         autorange: True
1644         fixedrange: False
1645         gridcolor: "rgb(230, 230, 230)"
1646         linecolor: "rgb(220, 220, 220)"
1647         linewidth: 1
1648         showgrid: True
1649         showline: True
1650         showticklabels: True
1651         tickcolor: "rgb(220, 220, 220)"
1652         tickmode: "linear"
1653         tickfont:
1654           size: 16
1655         zeroline: False
1656       yaxis:
1657         title: "<b>Requests Per Second [rps]</b>"
1658         titlefont:
1659           size: 16
1660         gridcolor: "rgb(230, 230, 230)"
1661         hoverformat: ".4s"
1662         linecolor: "rgb(220, 220, 220)"
1663         linewidth: 1
1664         rangemode: "tozero"
1665         showgrid: True
1666         showline: True
1667         showticklabels: True
1668         tickcolor: "rgb(230, 230, 230)"
1669         tickformat: ".3s"
1670         tickfont:
1671           size: 16
1672         zeroline: False
1673       boxmode: "group"
1674       boxgroupgap: 0.5
1675       autosize: False
1676       margin:
1677         t: 50
1678         b: 20
1679         l: 80
1680         r: 20
1681       showlegend: True
1682       legend:
1683         orientation: "h"
1684         font:
1685           size: 16
1686       width: 700
1687       height: 800
1688       paper_bgcolor: "#fff"
1689       plot_bgcolor: "#fff"
1690       hoverlabel:
1691         namelength: -1
1692
1693     plot-hoststack:
1694       titlefont:
1695         size: 16
1696       xaxis:
1697         title: "<b>Test Cases [Index]</b>"
1698         titlefont:
1699           size: 14
1700         autorange: True
1701         fixedrange: False
1702         gridcolor: "rgb(230, 230, 230)"
1703         linecolor: "rgb(220, 220, 220)"
1704         linewidth: 1
1705         showgrid: True
1706         showline: True
1707         showticklabels: True
1708         tickcolor: "rgb(220, 220, 220)"
1709         tickmode: "linear"
1710         tickfont:
1711           size: 14
1712         zeroline: False
1713       yaxis:
1714         title: "<b>Bandwidth [Gbps]</b>"
1715         titlefont:
1716           size: 14
1717         gridcolor: "rgb(230, 230, 230)"
1718         hoverformat: ".4s"
1719         linecolor: "rgb(220, 220, 220)"
1720         linewidth: 1
1721         rangemode: "tozero"
1722         showgrid: True
1723         showline: True
1724         showticklabels: True
1725         tickcolor: "rgb(230, 230, 230)"
1726         tickformat: ".3s"
1727         tickfont:
1728           size: 14
1729         zeroline: False
1730       boxmode: "group"
1731       boxgroupgap: 0.5
1732       autosize: False
1733       margin:
1734         t: 50
1735         b: 20
1736         l: 80
1737         r: 20
1738       showlegend: True
1739       legend:
1740         orientation: "h"
1741         font:
1742           size: 14
1743       width: 700
1744       height: 800
1745       paper_bgcolor: "#fff"
1746       plot_bgcolor: "#fff"
1747       hoverlabel:
1748         namelength: -1
1749
1750     plot-throughput:
1751       titlefont:
1752         size: 18
1753       xaxis:
1754         title: "<b>Test Cases [Index]</b>"
1755         titlefont:
1756           size: 16
1757         autorange: True
1758         fixedrange: False
1759         gridcolor: "rgb(230, 230, 230)"
1760         linecolor: "rgb(220, 220, 220)"
1761         linewidth: 1
1762         showgrid: True
1763         showline: True
1764         showticklabels: True
1765         tickcolor: "rgb(220, 220, 220)"
1766         tickmode: "linear"
1767         tickfont:
1768           size: 16
1769         zeroline: False
1770       yaxis:
1771         title: "<b>Packet Throughput [Mpps]</b>"
1772         titlefont:
1773           size: 16
1774         gridcolor: "rgb(230, 230, 230)"
1775         hoverformat: ".4r"
1776         tickformat: ".3r"
1777         linecolor: "rgb(220, 220, 220)"
1778         linewidth: 1
1779         showgrid: True
1780         showline: True
1781         showticklabels: True
1782         tickcolor: "rgb(220, 220, 220)"
1783         tickfont:
1784           size: 16
1785         zeroline: False
1786         range: [0,50]
1787       autosize: False
1788       margin:
1789         t: 50
1790         b: 0
1791         l: 80
1792         r: 20
1793       showlegend: True
1794       legend:
1795         orientation: "h"
1796         font:
1797           size: 16
1798       width: 700
1799       height: 900
1800       paper_bgcolor: "#fff"
1801       plot_bgcolor: "#fff"
1802       hoverlabel:
1803         namelength: -1
1804
1805     plot-throughput-speedup-analysis:
1806       titlefont:
1807         size: 18
1808       xaxis:
1809         title: "<b>Number of Cores [Qty]</b>"
1810         titlefont:
1811           size: 16
1812         autorange: True
1813         fixedrange: False
1814         gridcolor: "rgb(230, 230, 230)"
1815         linecolor: "rgb(220, 220, 220)"
1816         linewidth: 1
1817         showgrid: True
1818         showline: True
1819         showticklabels: True
1820         tickcolor: "rgb(238, 238, 238)"
1821         tickmode: "linear"
1822         tickfont:
1823           size: 16
1824         zeroline: False
1825       yaxis:
1826         title: "<b>Packet Throughput [Mpps]</b>"
1827         titlefont:
1828           size: 16
1829         type: "linear"
1830         gridcolor: "rgb(230, 230, 230)"
1831         hoverformat: ".4s"
1832         linecolor: "rgb(220, 220, 220)"
1833         linewidth: 1
1834         showgrid: True
1835         showline: True
1836         showticklabels: True
1837         tickcolor: "rgb(220, 220, 220)"
1838         tickformat: ".4s"
1839         tickfont:
1840           size: 16
1841         zeroline: True
1842         rangemode: "tozero"
1843         range: [0,100]
1844       legend:
1845         orientation: "h"
1846         font:
1847           size: 16
1848         xanchor: "left"
1849         yanchor: "top"
1850         x: 0
1851         y: -0.2
1852         bgcolor: "rgba(255, 255, 255, 0)"
1853         bordercolor: "rgba(255, 255, 255, 0)"
1854         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1855       autosize: False
1856       margin:
1857           't': 50
1858           'b': 150
1859           'l': 85
1860           'r': 10
1861       showlegend: True
1862       width: 700
1863       height: 700
1864       paper_bgcolor: "#fff"
1865       plot_bgcolor: "#fff"
1866       hoverlabel:
1867         namelength: -1
1868       annotations: [
1869         {
1870           text: "_ _          __          ...",
1871           align: "left",
1872           showarrow: False,
1873           xref: "paper",
1874           yref: "paper",
1875           xanchor: "left",
1876           yanchor: "top",
1877           x: 0,
1878           y: -0.13,
1879           font: {
1880             family: "Consolas, Courier New",
1881             size: 15
1882           },
1883         },
1884         {
1885           text: "    Perfect     Measured     Limit",
1886           align: "left",
1887           showarrow: False,
1888           xref: "paper",
1889           yref: "paper",
1890           xanchor: "left",
1891           yanchor: "top",
1892           x: 0,
1893           y: -0.15,
1894           font: {
1895             family: "Consolas, Courier New",
1896             size: 15
1897           },
1898         },
1899       ]
1900
1901     plot-latency:
1902       titlefont:
1903         size: 18
1904       xaxis:
1905         title: "<b>Direction</b>"
1906         titlefont:
1907           size: 16
1908         autorange: True
1909         fixedrange: False
1910         gridcolor: "rgb(230, 230, 230)"
1911         linecolor: "rgb(220, 220, 220)"
1912         linewidth: 1
1913         showgrid: True
1914         showline: True
1915         showticklabels: False
1916         tickcolor: "rgb(220, 220, 220)"
1917         tickmode: "linear"
1918         tickfont:
1919           size: 16
1920         zeroline: False
1921       yaxis:
1922         title: "<b>Packet Latency [uSec]</b>"
1923         titlefont:
1924           size: 16
1925         type: "linear"
1926         gridcolor: "rgb(230, 230, 230)"
1927         hoverformat: ".4s"
1928         linecolor: "rgb(220, 220, 220)"
1929         linewidth: 1
1930         showgrid: True
1931         showline: True
1932         showticklabels: True
1933         tickcolor: "rgb(220, 220, 220)"
1934         tickformat: ".4s"
1935         tickfont:
1936           size: 16
1937         zeroline: True
1938         rangemode: "tozero"
1939       legend:
1940         orientation: "h"
1941         font:
1942           size: 16
1943         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1944       autosize: False
1945       margin:
1946           't': 50
1947           'b': 150
1948           'l': 80
1949           'r': 10
1950       showlegend: True
1951       width: 700
1952       height: 700
1953       paper_bgcolor: "#fff"
1954       plot_bgcolor: "#fff"
1955       hoverlabel:
1956         namelength: -1
1957
1958     plot-hdrh-latency:
1959       title:
1960         text: ""
1961         xanchor: "center"
1962         x: 0.5
1963         font:
1964           size: 16
1965       width: 700
1966       plot_bgcolor: "white"
1967       annotations:
1968         - font:
1969             size: 14
1970           showarrow: False
1971           text: "<b>Packet Latency [uSec]</b>"
1972           x: 1
1973           xanchor: "right"
1974           xref: "paper"
1975           y: -0.045
1976           yanchor: "top"
1977           yref: "paper"
1978         - font:
1979             size: 14
1980           showarrow: False
1981           text: "<b>Probability [%]</b>"
1982           textangle: 270
1983           x: -0.06
1984           xanchor: "center"
1985           xref: "paper"
1986           y: 0.5
1987           yanchor: "middle"
1988           yref: "paper"
1989         - font:
1990             size: 14
1991           showarrow: False
1992           text: "<b>Direction: E-W</b>"
1993           x: 0.24
1994           xanchor: "center"
1995           xref: "paper"
1996           y: 1.05
1997           yanchor: "bottom"
1998           yref: "paper"
1999         - font:
2000             size: 14
2001           showarrow: False
2002           text: "<b>Direction: W-E</b>"
2003           x: 0.74
2004           xanchor: "center"
2005           xref: "paper"
2006           y: 1.05
2007           yanchor: "bottom"
2008           yref: "paper"
2009
2010     plot-hdrh-latency-percentile:
2011       title:
2012         text: ""
2013         xanchor: "center"
2014         x: 0.5
2015         font:
2016           size: 18
2017       xaxis:
2018         type: "log"
2019         title: "<b>Percentile [%]</b>"
2020         titlefont:
2021           size: 16
2022         autorange: True
2023         fixedrange: False
2024         gridcolor: "rgb(230, 230, 230)"
2025         linecolor: "rgb(220, 220, 220)"
2026         linewidth: 1
2027         showgrid: True
2028         showline: True
2029         showticklabels: True
2030         tickcolor: "rgb(220, 220, 220)"
2031         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2032         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2033         tickfont:
2034           size: 16
2035       yaxis:
2036         title: "<b>Packet Latency [uSec]</b>"
2037         titlefont:
2038           size: 16
2039         gridcolor: "rgb(230, 230, 230)"
2040         linecolor: "rgb(220, 220, 220)"
2041         linewidth: 1
2042         showgrid: True
2043         showline: True
2044         showticklabels: True
2045         tickcolor: "rgb(220, 220, 220)"
2046         tickfont:
2047           size: 16
2048       autosize: False
2049       showlegend: True
2050       legend:
2051         traceorder: "normal"
2052         orientation: "h"
2053         font:
2054           size: 16
2055         xanchor: "left"
2056         yanchor: "top"
2057         x: 0
2058         y: -0.15
2059         bgcolor: "rgba(255, 255, 255, 0)"
2060         bordercolor: "rgba(255, 255, 255, 0)"
2061       width: 700
2062       height: 700
2063       paper_bgcolor: "white"
2064       plot_bgcolor: "white"
2065
2066     plot-hdrh-latency-by-percentile:
2067       title:
2068         text: "<b>Latency by Percentile Distribution</b>"
2069         xanchor: "center"
2070         x: 0.5
2071         font:
2072           size: 18
2073       showlegend: True
2074       legend:
2075         traceorder: "normal"
2076         orientation: "h"
2077         font:
2078           size: 16
2079         xanchor: "left"
2080         yanchor: "top"
2081         x: 0
2082         y: -0.2
2083         bgcolor: "rgba(255, 255, 255, 0)"
2084         bordercolor: "rgba(255, 255, 255, 0)"
2085       xaxis:
2086         type: "linear"
2087         title: "<b>Percentile [%]</b>"
2088         titlefont:
2089           size: 14
2090         autorange: False
2091         fixedrange: False
2092         range: [0, 100]
2093         gridcolor: "rgb(230, 230, 230)"
2094         linecolor: "rgb(220, 220, 220)"
2095         linewidth: 1
2096         showgrid: True
2097         showline: True
2098         showticklabels: True
2099         tickcolor: "rgb(220, 220, 220)"
2100         tickvals: [0, 25, 50, 75, 100]
2101         ticktext: [0, 25, 50, 75, 100]
2102         tickfont:
2103           size: 14
2104       yaxis:
2105         title: "<b>One-Way Latency per Direction [uSec]</b>"
2106         titlefont:
2107           size: 14
2108         gridcolor: "rgb(230, 230, 230)"
2109         linecolor: "rgb(220, 220, 220)"
2110         linewidth: 1
2111         showgrid: True
2112         showline: True
2113         showticklabels: True
2114         tickcolor: "rgb(220, 220, 220)"
2115         tickfont:
2116           size: 14
2117       width: 700
2118       height: 700
2119       paper_bgcolor: "white"
2120       plot_bgcolor: "white"
2121
2122 - type: "static"
2123   src-path: "{DIR[RST]}"
2124   dst-path: "{DIR[WORKING,SRC]}"
2125
2126 - type: "input"
2127   general:
2128     file-name: "output_info.xml.gz"
2129     file-format: ".gz"
2130     arch-file-format:
2131       - ".gz"
2132       - ".zip"
2133     download-path: "{job}/{build}/archives/{filename}"
2134     extract: "output.xml"
2135
2136     zip-file-name: "robot-plugin.zip"
2137     zip-file-format: ".zip"
2138     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2139     zip-extract: "robot-plugin/output.xml"
2140
2141   builds:
2142
2143     csit-vpp-perf-verify-1904-3n-hsw:
2144       - 9   # MRR sel
2145       - 11  # NDRPDR sel
2146       - 12  # NDRPDR sel
2147       - 20  # NDRPDR sel
2148       - 21  # NDRPDR sel
2149       - 23  # NDRPDR sel
2150       - 24  # NDRPDR sel
2151       - 25  # NDRPDR sel
2152       - 26  # NDRPDR sel
2153       - 29  # NDRPDR sel
2154       - 30  # NDRPDR sel
2155     csit-vpp-perf-verify-1908-3n-hsw:
2156       - 12  # NDRPDR sel
2157       - 13  # NDRPDR sel
2158       - 14  # NDRPDR sel
2159       - 15  # NDRPDR sel
2160       - 16  # NDRPDR sel
2161       - 17  # NDRPDR sel
2162       - 18  # NDRPDR sel
2163       - 19  # NDRPDR sel
2164       - 20  # NDRPDR sel
2165       - 21  # NDRPDR sel
2166       - 48  # NDRPDR sel vhost
2167       - 49  # NDRPDR sel vhost
2168       - 52  # NDRPDR sel vhost
2169       - 53  # NDRPDR sel vhost
2170       - 54  # NDRPDR sel vhost
2171       - 55  # NDRPDR sel vhost
2172       - 56  # NDRPDR sel vhost
2173       - 57  # NDRPDR sel vhost
2174       - 58  # NDRPDR sel vhost
2175       - 59  # NDRPDR sel vhost
2176       - 39  # MRR sel
2177     csit-vpp-perf-verify-2001-3n-hsw:
2178       - 21  # NDRPDR sel
2179       - 22  # NDRPDR sel
2180       - 23  # NDRPDR sel
2181       - 24  # NDRPDR sel
2182       - 25  # NDRPDR sel
2183       - 29  # NDRPDR sel
2184       - 30  # NDRPDR sel
2185       - 31  # NDRPDR sel
2186       - 32  # NDRPDR sel
2187       - 34  # NDRPDR sel
2188       - 17  # MRR sel
2189       - 18  # NDRPDR full
2190       - 20  # NDRPDR full
2191       - 28  # NDRPDR full
2192       - 35  # NDRPDR full
2193       - 42  # NDRPDR full
2194       - 46  # NDRPDR full
2195       - 47  # NDRPDR full
2196       - 48  # NDRPDR full
2197       - 49  # NDRPDR full
2198       - 50  # NDRPDR full
2199       - 51  # NDRPDR full
2200       - 52  # NDRPDR full
2201       - 53  # NDRPDR full
2202       - 54  # NDRPDR full
2203       - 55  # NDRPDR full
2204       - 56  # NDRPDR full
2205       - 57  # NDRPDR full
2206       - 58  # NDRPDR full
2207       - 59  # NDRPDR full
2208       - 61  # NDRPDR full
2209       - 62  # NDRPDR full
2210       - 63  # NDRPDR full
2211       - 64  # NDRPDR full
2212       - 65  # NDRPDR full
2213       - 67  # NDRPDR full
2214       - 70  # NDRPDR full
2215       - 72  # NDRPDR full
2216       - 73  # NDRPDR full
2217       - 76  # NDRPDR full
2218       - 77  # NDRPDR full
2219       - 78  # NDRPDR full
2220       - 79  # NDRPDR full
2221       - 81  # NDRPDR full
2222       - 82  # NDRPDR full
2223       - 84  # NDRPDR full
2224       - 85  # NDRPDR full
2225       - 87  # hoststack
2226       - 88  # hoststack
2227       - 89  # hoststack
2228       - 90  # hoststack
2229       - 91  # hoststack
2230       - 92  # hoststack
2231       - 93  # hoststack
2232       - 94  # hoststack
2233       - 95  # hoststack
2234       - 96  # hoststack
2235
2236     csit-vpp-perf-verify-1904-3n-skx:
2237       - 7   # MRR sel
2238       - 8   # NDRPDR sel
2239       - 9   # NDRPDR sel
2240       - 10  # NDRPDR sel
2241       - 11  # NDRPDR sel
2242       - 12  # NDRPDR sel
2243       - 14  # NDRPDR sel
2244       - 16  # NDRPDR sel
2245       - 21  # NDRPDR sel
2246       - 23  # NDRPDR sel
2247       - 25  # NDRPDR sel
2248     csit-vpp-perf-verify-1908-3n-skx:
2249       - 14  # NDRPDR sel
2250       - 16  # NDRPDR sel
2251       - 19  # NDRPDR sel
2252       - 20  # NDRPDR sel
2253       - 22  # NDRPDR sel
2254       - 23  # NDRPDR sel
2255       - 24  # NDRPDR sel
2256       - 25  # NDRPDR sel
2257       - 26  # NDRPDR sel
2258       - 29  # NDRPDR sel
2259       - 52  # NDRPDR sel vhost
2260       - 53  # NDRPDR sel vhost
2261       - 55  # NDRPDR sel vhost
2262       - 61  # NDRPDR sel vhost
2263       - 62  # NDRPDR sel vhost
2264       - 63  # NDRPDR sel vhost
2265       - 64  # NDRPDR sel vhost
2266       - 65  # NDRPDR sel vhost
2267       - 66  # NDRPDR sel vhost
2268       - 67  # NDRPDR sel vhost
2269       - 36  # MRR sel
2270     csit-vpp-perf-verify-2001-3n-skx:
2271       - 45  # NDRPDR sel
2272       - 46  # NDRPDR sel
2273       - 47  # NDRPDR sel
2274       - 48  # NDRPDR sel
2275       - 50  # MRR sel
2276
2277     csit-vpp-perf-verify-1904-2n-skx:
2278       - 11  # MRR sel
2279       - 12  # NDRPDR sel
2280       - 14  # NDRPDR sel
2281       - 16  # NDRPDR sel
2282       - 17  # NDRPDR sel
2283       - 18  # NDRPDR sel
2284       - 21  # NDRPDR sel
2285       - 27  # NDRPDR sel
2286       - 30  # NDRPDR sel
2287       - 31  # NDRPDR sel
2288       - 32  # NDRPDR sel
2289     csit-vpp-perf-verify-1908-2n-skx:
2290       - 26  # NDRPDR sel
2291       - 27  # NDRPDR sel
2292       - 34  # NDRPDR sel
2293       - 35  # NDRPDR sel
2294       - 36  # NDRPDR sel
2295       - 42  # NDRPDR sel
2296       - 43  # NDRPDR sel
2297       - 44  # NDRPDR sel
2298       - 45  # NDRPDR sel
2299       - 46  # NDRPDR sel
2300       - 88  # NDRPDR sel vhost
2301       - 89  # NDRPDR sel vhost
2302       - 91  # NDRPDR sel vhost
2303       - 92  # NDRPDR sel vhost
2304       - 93  # NDRPDR sel vhost
2305       - 94  # NDRPDR sel vhost
2306       - 95  # NDRPDR sel vhost
2307       - 96  # NDRPDR sel vhost
2308       - 97  # NDRPDR sel vhost
2309       - 98  # NDRPDR sel vhost
2310       - 69  # MRR sel
2311       - 22  # NFV
2312       - 31  # NFV
2313       - 32  # NFV
2314       - 71  # NFV MRR
2315       - 113 # NFV reconf sel - to be removed
2316       - 114 # NFV reconf sel - to be removed
2317       - 115 # NFV reconf sel - to be removed
2318     csit-vpp-perf-verify-2001-2n-skx:
2319       - 92  # NDRPDR sel
2320       - 93  # NDRPDR sel
2321       - 94  # NDRPDR sel
2322       - 95  # NDRPDR sel
2323       - 96  # NDRPDR sel
2324       - 97  # NDRPDR sel
2325       - 98  # NDRPDR sel
2326       - 99  # NDRPDR sel
2327       - 100 # NDRPDR sel
2328       - 101 # MRR sel
2329
2330     csit-vpp-perf-verify-2001-2n-clx:
2331       - 28  # NDRPDR sel
2332       - 29  # NDRPDR sel
2333       - 32  # NDRPDR sel
2334       - 40  # NDRPDR sel
2335       - 43  # NDRPDR sel
2336       - 44  # NDRPDR sel
2337       - 45  # NDRPDR sel
2338       - 47  # NDRPDR sel
2339       - 48  # NDRPDR sel
2340       - 49  # NDRPDR sel
2341       - 39  # MRR
2342       - 53  # NDRPDR full
2343       - 54  # NDRPDR full
2344       - 55  # NDRPDR full
2345       - 56  # NDRPDR full
2346       - 57  # NDRPDR full
2347       - 58  # NDRPDR full
2348       - 59  # NDRPDR full
2349       - 60  # NDRPDR full
2350       - 61  # NDRPDR full
2351       - 62  # NDRPDR full
2352       - 63  # NDRPDR full
2353       - 64  # NDRPDR full
2354       - 65  # NDRPDR full
2355       - 66  # NDRPDR full
2356       - 67  # NDRPDR full
2357       - 68  # Reconf
2358       - 69  # Reconf
2359       - 70  # Reconf
2360       - 71  # Reconf
2361       - 72  # Reconf
2362       - 73  # Reconf
2363       - 74  # Reconf
2364       - 75  # Reconf
2365       - 76  # Reconf
2366       - 77  # Reconf
2367       - 80  # TCP
2368       - 82  # TCP
2369       - 83  # TCP
2370       - 85  # TCP
2371       - 86  # TCP
2372       - 87  # TCP
2373       - 88  # TCP
2374       - 89  # TCP
2375       - 90  # TCP
2376       - 91  # TCP
2377       - 93  # Soak
2378       - 94  # Soak
2379
2380     csit-vpp-perf-verify-1908-3n-tsh:
2381       - 7   # NDRPDR sel
2382       - 8   # NDRPDR sel
2383       - 9   # NDRPDR sel
2384       - 10  # NDRPDR sel
2385       - 11  # NDRPDR sel
2386       - 12  # NDRPDR sel
2387       - 13  # NDRPDR sel
2388       - 14  # NDRPDR sel
2389       - 15  # NDRPDR sel
2390       - 16  # NDRPDR sel
2391       - 17  # MRR sel
2392     csit-vpp-perf-verify-2001-3n-tsh:
2393       - 3   # NDRPDR sel
2394       - 4   # NDRPDR sel
2395       - 7   # NDRPDR sel
2396       - 8   # NDRPDR sel
2397       - 10  # NDRPDR sel
2398       - 12  # NDRPDR sel
2399       - 13  # NDRPDR sel
2400       - 14  # NDRPDR sel
2401       - 15  # NDRPDR sel
2402       - 21  # NDRPDR sel
2403       - 9   # MRR sel
2404
2405     csit-vpp-perf-verify-1908-3n-dnv:
2406       - 6   # NDRPDR sel
2407       - 7   # NDRPDR sel
2408       - 8   # NDRPDR sel
2409       - 9   # NDRPDR sel
2410       - 10  # NDRPDR sel
2411       - 12  # NDRPDR sel
2412       - 13  # NDRPDR sel
2413       - 14  # NDRPDR sel
2414       - 15  # NDRPDR sel
2415       - 16  # NDRPDR sel
2416       - 17  # MRR sel
2417     csit-vpp-perf-verify-2001-3n-dnv:
2418       - 5   # NDRPDR sel
2419       - 6   # NDRPDR sel
2420       - 7   # NDRPDR sel
2421       - 8   # NDRPDR sel
2422       - 9   # NDRPDR sel
2423       - 10  # NDRPDR sel
2424       - 12  # NDRPDR sel
2425       - 16  # NDRPDR sel
2426       - 17  # NDRPDR sel
2427       - 18  # NDRPDR sel
2428       - 11  # MRR sel
2429       - 19  # NDRPDR full
2430       - 20  # NDRPDR full
2431       - 21  # NDRPDR full
2432       - 22  # NDRPDR full
2433       - 23  # NDRPDR full
2434       - 24  # NDRPDR full
2435       - 25  # NDRPDR full
2436       - 26  # NDRPDR full
2437       - 37  # NDRPDR full
2438       - 38  # NDRPDR full
2439       - 39  # NDRPDR full
2440
2441     csit-vpp-perf-verify-1908-2n-dnv:
2442       - 1   # NDRPDR sel
2443       - 2   # NDRPDR sel
2444       - 3   # NDRPDR sel
2445       - 4   # NDRPDR sel
2446       - 5   # NDRPDR sel
2447       - 6   # NDRPDR sel
2448       - 7   # NDRPDR sel
2449       - 8   # NDRPDR sel
2450       - 9   # NDRPDR sel
2451       - 10  # NDRPDR sel
2452       - 11  # MRR sel
2453     csit-vpp-perf-verify-2001-2n-dnv:
2454       - 4   # NDRPDR sel
2455       - 5   # NDRPDR sel
2456       - 6   # NDRPDR sel
2457       - 7   # NDRPDR sel
2458       - 8   # NDRPDR sel
2459       - 9   # NDRPDR sel
2460       - 10  # NDRPDR sel
2461       - 11  # NDRPDR sel
2462       - 13  # NDRPDR sel
2463       - 16  # NDRPDR sel
2464       - 12  # MRR sel
2465       - 21  # NDRPDR full
2466       - 22  # NDRPDR full
2467       - 25  # NDRPDR full
2468       - 26  # NDRPDR full
2469       - 27  # NDRPDR full
2470       - 28  # NDRPDR full
2471
2472     csit-dpdk-perf-verify-1904-3n-hsw:
2473       - 2   # NDRPDR sel
2474       - 3   # NDRPDR sel
2475       - 5   # NDRPDR sel
2476       - 6   # NDRPDR sel
2477       - 13  # NDRPDR sel
2478       - 14  # NDRPDR sel
2479       - 15  # NDRPDR sel
2480       - 18  # NDRPDR sel
2481       - 19  # NDRPDR sel
2482       - 20  # NDRPDR sel
2483     csit-dpdk-perf-verify-1908-3n-hsw:
2484       - 2   # NDRPDR sel
2485       - 3   # NDRPDR sel
2486       - 4   # NDRPDR sel
2487       - 5   # NDRPDR sel
2488       - 6   # NDRPDR sel
2489       - 7   # NDRPDR sel
2490       - 8   # NDRPDR sel
2491       - 9   # NDRPDR sel
2492       - 10  # NDRPDR sel
2493       - 11  # NDRPDR sel
2494     csit-dpdk-perf-verify-2001-3n-hsw:
2495       - 4   # NDRPDR sel
2496       - 5   # NDRPDR sel
2497       - 6   # NDRPDR sel
2498       - 7   # NDRPDR sel
2499       - 8   # NDRPDR sel
2500       - 9   # NDRPDR sel
2501       - 10  # NDRPDR sel
2502       - 11  # NDRPDR sel
2503       - 12  # NDRPDR sel
2504       - 13  # NDRPDR sel
2505       - 15  # NDRPDR sel
2506       - 16  # NDRPDR sel
2507       - 17  # NDRPDR sel
2508       - 18  # NDRPDR sel
2509       - 19  # NDRPDR sel
2510       - 20  # NDRPDR sel
2511       - 21  # NDRPDR sel
2512       - 22  # NDRPDR sel
2513       - 23  # NDRPDR sel
2514       - 24  # NDRPDR sel
2515       - 25  # NDRPDR full
2516       - 26  # NDRPDR full
2517
2518 #    csit-dpdk-perf-verify-1904-3n-skx:
2519 #      - 2   # NDRPDR sel
2520 #      - 3   # NDRPDR sel
2521 #      - 4   # NDRPDR sel
2522 #      - 5   # NDRPDR sel
2523 #      - 6   # NDRPDR sel
2524 #      - 7   # NDRPDR sel
2525 #      - 11  # NDRPDR sel
2526 #      - 12  # NDRPDR sel
2527 #      - 13  # NDRPDR sel
2528 #      - 14  # NDRPDR sel
2529 #    csit-dpdk-perf-verify-1908-3n-skx:
2530 #      - 3   # NDRPDR sel
2531 #      - 4   # NDRPDR sel
2532 #      - 5   # NDRPDR sel
2533 #      - 6   # NDRPDR sel
2534 #      - 7   # NDRPDR sel
2535 #      - 8   # NDRPDR sel
2536 #      - 9   # NDRPDR sel
2537 #      - 10  # NDRPDR sel
2538 #      - 11  # NDRPDR sel
2539 #      - 12  # NDRPDR sel
2540 #    csit-dpdk-perf-verify-2001-3n-skx:
2541 #      - 1   # NDRPDR sel
2542 #      - 2   # NDRPDR sel
2543 #      - 3   # NDRPDR sel
2544 #      - 4   # NDRPDR sel
2545 #      - 5   # NDRPDR sel
2546 #      - 6   # NDRPDR sel
2547 #      - 7   # NDRPDR sel
2548 #      - 8   # NDRPDR sel
2549 #      - 9   # NDRPDR sel
2550 #      - 10  # NDRPDR sel
2551
2552     csit-dpdk-perf-verify-1904-2n-skx:
2553       - 2   # NDRPDR sel
2554       - 3   # NDRPDR sel
2555       - 4   # NDRPDR sel
2556       - 5   # NDRPDR sel
2557       - 7   # NDRPDR sel
2558       - 8   # NDRPDR sel
2559       - 9   # NDRPDR sel
2560       - 10  # NDRPDR sel
2561       - 11  # NDRPDR sel
2562       - 12  # NDRPDR sel
2563     csit-dpdk-perf-verify-1908-2n-skx:
2564       - 2   # NDRPDR sel
2565       - 3   # NDRPDR sel
2566       - 4   # NDRPDR sel
2567       - 5   # NDRPDR sel
2568       - 7   # NDRPDR sel
2569       - 8   # NDRPDR sel
2570       - 9   # NDRPDR sel
2571       - 10  # NDRPDR sel
2572       - 11  # NDRPDR sel
2573       - 12  # NDRPDR sel
2574     csit-dpdk-perf-verify-2001-2n-skx:
2575       - 35  # NDRPDR sel xxv710
2576       - 36  # NDRPDR sel xxv710
2577       - 37  # NDRPDR sel xxv710
2578       - 38  # NDRPDR sel x710
2579       - 39  # NDRPDR sel x710
2580       - 40  # NDRPDR sel x710
2581
2582
2583     csit-dpdk-perf-verify-2001-2n-clx:
2584       - 15  # NDRPDR sel
2585       - 16  # NDRPDR sel
2586       - 17  # NDRPDR sel
2587       - 18  # NDRPDR sel
2588       - 19  # NDRPDR sel
2589       - 20  # NDRPDR sel
2590       - 21  # NDRPDR sel
2591       - 22  # NDRPDR sel
2592       - 23  # NDRPDR sel
2593       - 24  # NDRPDR sel
2594       - 25  # NDRPDR sel
2595       - 26  # NDRPDR sel
2596       - 27  # NDRPDR sel
2597       - 28  # NDRPDR sel
2598       - 29  # NDRPDR sel
2599       - 30  # NDRPDR sel
2600       - 31  # NDRPDR sel
2601       - 32  # NDRPDR sel
2602       - 33  # NDRPDR sel
2603       - 34  # NDRPDR sel
2604
2605     csit-dpdk-perf-verify-2001-2n-dnv:
2606       - 9   # NDRPDR sel
2607       - 10  # NDRPDR sel
2608       - 11  # NDRPDR sel
2609       - 12  # NDRPDR sel
2610       - 13  # NDRPDR sel
2611       - 14  # NDRPDR sel
2612       - 15  # NDRPDR sel
2613       - 16  # NDRPDR sel
2614       - 17  # NDRPDR sel
2615       - 18  # NDRPDR sel
2616
2617     csit-dpdk-perf-verify-2001-3n-dnv:
2618       - 12  # NDRPDR sel
2619       - 13  # NDRPDR sel
2620       - 14  # NDRPDR sel
2621       - 15  # NDRPDR sel
2622       - 16  # NDRPDR sel
2623       - 17  # NDRPDR sel
2624       - 18  # NDRPDR sel
2625       - 19  # NDRPDR sel
2626       - 20  # NDRPDR sel
2627       - 22  # NDRPDR sel
2628
2629     csit-dpdk-perf-verify-2001-3n-tsh:
2630       - 3   # NDRPDR sel
2631       - 4   # NDRPDR sel
2632       - 5   # NDRPDR sel
2633       - 9   # NDRPDR sel
2634       - 10  # NDRPDR sel
2635       - 11  # NDRPDR sel
2636       - 12  # NDRPDR sel
2637       - 14  # NDRPDR sel
2638       - 15  # NDRPDR sel
2639       - 18  # NDRPDR sel
2640
2641     csit-vpp-device-2001-ubuntu1804-1n-skx:
2642       - 57
2643
2644 - type: "output"
2645   output: "report"
2646   format:
2647     html:
2648     - full
2649 #    pdf:
2650 #    - minimal
2651
2652 ################################################################################
2653 ###                               T A B L E S                                ###
2654 ################################################################################
2655
2656 ## VPP Soak vs NDR - 2n-skx
2657 #- type: "table"
2658 #  title: "VPP Soak vs NDR 2n-skx"
2659 #  algorithm: "table_soak_vs_ndr"
2660 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2661 #  reference:
2662 #    title: "NDR"
2663 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2664 #  compare:
2665 #    title: "Soak"
2666 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2667 #  data: "vpp-soak-vs-ndr-2n-skx"
2668 #  include-tests: "NDR"
2669 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2670 #  parameters:
2671 #    - "throughput"
2672 #    - "name"
2673 #    - "parent"
2674
2675 # VPP Soak vs NDR - 2n-clx
2676 - type: "table"
2677   title: "VPP Soak vs NDR 2n-clx"
2678   algorithm: "table_soak_vs_ndr"
2679   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2680   reference:
2681     title: "NDR"
2682     data: "vpp-soak-vs-ndr-2n-clx-ref"
2683   compare:
2684     title: "Soak"
2685     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2686   data: "vpp-soak-vs-ndr-2n-clx"
2687   include-tests: "NDR"
2688   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2689   parameters:
2690     - "throughput"
2691     - "name"
2692     - "parent"
2693
2694 ################################################################################
2695
2696 # VPP Compare NICs 3n-skx 2t1c ndr
2697 - type: "table"
2698   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2699   algorithm: "table_nics_comparison"
2700   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2701   reference:
2702     title: "x710"
2703     nic: "NIC_Intel-X710"
2704   compare:
2705     title: "xxv710"
2706     nic: "NIC_Intel-XXV710"
2707   data: "vpp-nic-comparison-3n-skx"
2708   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2709   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2710   parameters:
2711   - "name"
2712   - "parent"
2713   - "throughput"
2714   - "tags"
2715
2716 # VPP Compare NICs 3n-skx 4t2c ndr
2717 - type: "table"
2718   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2719   algorithm: "table_nics_comparison"
2720   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2721   reference:
2722     title: "x710"
2723     nic: "NIC_Intel-X710"
2724   compare:
2725     title: "xxv710"
2726     nic: "NIC_Intel-XXV710"
2727   data: "vpp-nic-comparison-3n-skx"
2728   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2729   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2730   parameters:
2731   - "name"
2732   - "parent"
2733   - "throughput"
2734   - "tags"
2735
2736 # VPP Compare NICs 3n-skx 2t1c pdr
2737 - type: "table"
2738   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2739   algorithm: "table_nics_comparison"
2740   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2741   reference:
2742     title: "x710"
2743     nic: "NIC_Intel-X710"
2744   compare:
2745     title: "xxv710"
2746     nic: "NIC_Intel-XXV710"
2747   data: "vpp-nic-comparison-3n-skx"
2748   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2749   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2750   parameters:
2751   - "name"
2752   - "parent"
2753   - "throughput"
2754   - "tags"
2755
2756  # VPP Compare NICs 3n-skx 4t2c pdr
2757 - type: "table"
2758   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2759   algorithm: "table_nics_comparison"
2760   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2761   reference:
2762     title: "x710"
2763     nic: "NIC_Intel-X710"
2764   compare:
2765     title: "xxv710"
2766     nic: "NIC_Intel-XXV710"
2767   data: "vpp-nic-comparison-3n-skx"
2768   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2769   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2770   parameters:
2771   - "name"
2772   - "parent"
2773   - "throughput"
2774   - "tags"
2775
2776 # VPP Compare NICs 3n-skx 2t1c mrr
2777 - type: "table"
2778   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2779   algorithm: "table_nics_comparison"
2780   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2781   reference:
2782     title: "x710"
2783     nic: "NIC_Intel-X710"
2784   compare:
2785     title: "xxv710"
2786     nic: "NIC_Intel-XXV710"
2787   data: "vpp-nic-comparison-3n-skx-mrr"
2788   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2789   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2790   parameters:
2791   - "name"
2792   - "parent"
2793   - "result"
2794   - "tags"
2795
2796 # VPP Compare NICs 3n-skx 4t2c mrr
2797 - type: "table"
2798   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2799   algorithm: "table_nics_comparison"
2800   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2801   reference:
2802     title: "x710"
2803     nic: "NIC_Intel-X710"
2804   compare:
2805     title: "xxv710"
2806     nic: "NIC_Intel-XXV710"
2807   data: "vpp-nic-comparison-3n-skx-mrr"
2808   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2809   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2810   parameters:
2811   - "name"
2812   - "parent"
2813   - "result"
2814   - "tags"
2815
2816  # VPP Compare NICs 3n-skx 8t4c mrr
2817 - type: "table"
2818   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2819   algorithm: "table_nics_comparison"
2820   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2821   reference:
2822     title: "x710"
2823     nic: "NIC_Intel-X710"
2824   compare:
2825     title: "xxv710"
2826     nic: "NIC_Intel-XXV710"
2827   data: "vpp-nic-comparison-3n-skx-mrr"
2828   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2829   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2830   parameters:
2831   - "name"
2832   - "parent"
2833   - "result"
2834   - "tags"
2835
2836 # VPP Compare NICs 2n-skx 2t1c ndr
2837 - type: "table"
2838   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2839   algorithm: "table_nics_comparison"
2840   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2841   reference:
2842     title: "x710"
2843     nic: "NIC_Intel-X710"
2844   compare:
2845     title: "xxv710"
2846     nic: "NIC_Intel-XXV710"
2847   data: "vpp-nic-comparison-2n-skx"
2848   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2849   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2850   parameters:
2851   - "name"
2852   - "parent"
2853   - "throughput"
2854   - "tags"
2855
2856 # VPP Compare NICs 2n-skx 4t2c ndr
2857 - type: "table"
2858   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2859   algorithm: "table_nics_comparison"
2860   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2861   reference:
2862     title: "x710"
2863     nic: "NIC_Intel-X710"
2864   compare:
2865     title: "xxv710"
2866     nic: "NIC_Intel-XXV710"
2867   data: "vpp-nic-comparison-2n-skx"
2868   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2869   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2870   parameters:
2871   - "name"
2872   - "parent"
2873   - "throughput"
2874   - "tags"
2875
2876  # VPP Compare NICs 2n-skx 2t1c pdr
2877 - type: "table"
2878   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2879   algorithm: "table_nics_comparison"
2880   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2881   reference:
2882     title: "x710"
2883     nic: "NIC_Intel-X710"
2884   compare:
2885     title: "xxv710"
2886     nic: "NIC_Intel-XXV710"
2887   data: "vpp-nic-comparison-2n-skx"
2888   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2889   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2890   parameters:
2891   - "name"
2892   - "parent"
2893   - "throughput"
2894   - "tags"
2895
2896 # VPP Compare NICs 2n-skx 4t2c pdr
2897 - type: "table"
2898   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2899   algorithm: "table_nics_comparison"
2900   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2901   reference:
2902     title: "x710"
2903     nic: "NIC_Intel-X710"
2904   compare:
2905     title: "xxv710"
2906     nic: "NIC_Intel-XXV710"
2907   data: "vpp-nic-comparison-2n-skx"
2908   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2909   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2910   parameters:
2911   - "name"
2912   - "parent"
2913   - "throughput"
2914   - "tags"
2915
2916 # VPP Compare NICs 2n-skx 2t1c mrr
2917 - type: "table"
2918   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2919   algorithm: "table_nics_comparison"
2920   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2921   reference:
2922     title: "x710"
2923     nic: "NIC_Intel-X710"
2924   compare:
2925     title: "xxv710"
2926     nic: "NIC_Intel-XXV710"
2927   data: "vpp-nic-comparison-2n-skx-mrr"
2928   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2929   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2930   parameters:
2931   - "name"
2932   - "parent"
2933   - "result"
2934   - "tags"
2935
2936 # VPP Compare NICs 2n-skx 4t2c mrr
2937 - type: "table"
2938   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2939   algorithm: "table_nics_comparison"
2940   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2941   reference:
2942     title: "x710"
2943     nic: "NIC_Intel-X710"
2944   compare:
2945     title: "xxv710"
2946     nic: "NIC_Intel-XXV710"
2947   data: "vpp-nic-comparison-2n-skx-mrr"
2948   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2949   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2950   parameters:
2951   - "name"
2952   - "parent"
2953   - "result"
2954   - "tags"
2955
2956 # VPP Compare NICs 2n-skx 8t4c mrr
2957 - type: "table"
2958   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2959   algorithm: "table_nics_comparison"
2960   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2961   reference:
2962     title: "x710"
2963     nic: "NIC_Intel-X710"
2964   compare:
2965     title: "xxv710"
2966     nic: "NIC_Intel-XXV710"
2967   data: "vpp-nic-comparison-2n-skx-mrr"
2968   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2969   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2970   parameters:
2971   - "name"
2972   - "parent"
2973   - "result"
2974   - "tags"
2975
2976 ################################################################################
2977 # VPP
2978
2979 # VPP Performance Changes 3n-hsw 1t1c pdr
2980 - type: "table"
2981   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2982   algorithm: "table_perf_comparison"
2983   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2984   history:
2985     - title: "rls1904"
2986       data: "vpp-performance-changes-3n-hsw-h1"
2987   reference:
2988     title: "rls1908"
2989     data: "vpp-performance-changes-3n-hsw-ref"
2990     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2991   compare:
2992     title: "rls2001"
2993     data: "vpp-performance-changes-3n-hsw-cmp"
2994   data: "vpp-performance-changes-3n-hsw"
2995   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2996   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2997   parameters:
2998   - "name"
2999   - "parent"
3000   - "throughput"
3001
3002 # VPP Performance Changes 3n-hsw 2t2c pdr
3003 - type: "table"
3004   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3005   algorithm: "table_perf_comparison"
3006   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3007   history:
3008     - title: "rls1904"
3009       data: "vpp-performance-changes-3n-hsw-h1"
3010   reference:
3011     title: "rls1908"
3012     data: "vpp-performance-changes-3n-hsw-ref"
3013     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3014   compare:
3015     title: "rls2001"
3016     data: "vpp-performance-changes-3n-hsw-cmp"
3017   data: "vpp-performance-changes-3n-hsw"
3018   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3019   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3020   parameters:
3021   - "name"
3022   - "parent"
3023   - "throughput"
3024
3025 # VPP Performance Changes 3n-hsw 1t1c ndr
3026 - type: "table"
3027   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3028   algorithm: "table_perf_comparison"
3029   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3030   history:
3031     - title: "rls1904"
3032       data: "vpp-performance-changes-3n-hsw-h1"
3033   reference:
3034     title: "rls1908"
3035     data: "vpp-performance-changes-3n-hsw-ref"
3036     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3037   compare:
3038     title: "rls2001"
3039     data: "vpp-performance-changes-3n-hsw-cmp"
3040   data: "vpp-performance-changes-3n-hsw"
3041   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3042   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3043   parameters:
3044   - "name"
3045   - "parent"
3046   - "throughput"
3047
3048 # VPP Performance Changes 3n-hsw 2t2c ndr
3049 - type: "table"
3050   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3051   algorithm: "table_perf_comparison"
3052   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3053   history:
3054     - title: "rls1904"
3055       data: "vpp-performance-changes-3n-hsw-h1"
3056   reference:
3057     title: "rls1908"
3058     data: "vpp-performance-changes-3n-hsw-ref"
3059     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3060   compare:
3061     title: "rls2001"
3062     data: "vpp-performance-changes-3n-hsw-cmp"
3063   data: "vpp-performance-changes-3n-hsw"
3064   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3065   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3066   parameters:
3067   - "name"
3068   - "parent"
3069   - "throughput"
3070
3071 # VPP Performance Changes 3n-skx 2t1c pdr
3072 - type: "table"
3073   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3074   algorithm: "table_perf_comparison_nic"
3075   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3076   history:
3077     - title: "rls1904 x710"
3078       data: "vpp-performance-changes-3n-skx-h1"
3079       nic: "NIC_Intel-X710"
3080   reference:
3081     title: "rls1908 xxv710"
3082     data: "vpp-performance-changes-3n-skx-ref"
3083     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3084     nic: "NIC_Intel-XXV710"
3085   compare:
3086     title: "rls2001 xxv710"
3087     data: "vpp-performance-changes-3n-skx-cmp"
3088     nic: "NIC_Intel-XXV710"
3089   data: "vpp-performance-changes-3n-skx"
3090   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3091   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3092   parameters:
3093   - "name"
3094   - "parent"
3095   - "throughput"
3096   - "tags"
3097
3098 # VPP Performance Changes 3n-skx 4t2c pdr
3099 - type: "table"
3100   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3101   algorithm: "table_perf_comparison_nic"
3102   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3103   history:
3104     - title: "rls1904 x710"
3105       data: "vpp-performance-changes-3n-skx-h1"
3106       nic: "NIC_Intel-X710"
3107   reference:
3108     title: "rls1908 xxv710"
3109     data: "vpp-performance-changes-3n-skx-ref"
3110     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3111     nic: "NIC_Intel-XXV710"
3112   compare:
3113     title: "rls2001 xxv710"
3114     data: "vpp-performance-changes-3n-skx-cmp"
3115     nic: "NIC_Intel-XXV710"
3116   data: "vpp-performance-changes-3n-skx"
3117   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3118   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3119   parameters:
3120   - "name"
3121   - "parent"
3122   - "throughput"
3123   - "tags"
3124
3125 # VPP Performance Changes 3n-skx 2t1c ndr
3126 - type: "table"
3127   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3128   algorithm: "table_perf_comparison_nic"
3129   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3130   history:
3131     - title: "rls1904 x710"
3132       data: "vpp-performance-changes-3n-skx-h1"
3133       nic: "NIC_Intel-X710"
3134   reference:
3135     title: "rls1908 xxv710"
3136     data: "vpp-performance-changes-3n-skx-ref"
3137     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3138     nic: "NIC_Intel-XXV710"
3139   compare:
3140     title: "rls2001 xxv710"
3141     data: "vpp-performance-changes-3n-skx-cmp"
3142     nic: "NIC_Intel-XXV710"
3143   data: "vpp-performance-changes-3n-skx"
3144   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3145   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3146   parameters:
3147   - "name"
3148   - "parent"
3149   - "throughput"
3150   - "tags"
3151
3152 # VPP Performance Changes 3n-skx 4t2c ndr
3153 - type: "table"
3154   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3155   algorithm: "table_perf_comparison_nic"
3156   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3157   history:
3158     - title: "rls1904 x710"
3159       data: "vpp-performance-changes-3n-skx-h1"
3160       nic: "NIC_Intel-X710"
3161   reference:
3162     title: "rls1908 xxv710"
3163     data: "vpp-performance-changes-3n-skx-ref"
3164     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3165     nic: "NIC_Intel-XXV710"
3166   compare:
3167     title: "rls2001 xxv710"
3168     data: "vpp-performance-changes-3n-skx-cmp"
3169     nic: "NIC_Intel-XXV710"
3170   data: "vpp-performance-changes-3n-skx"
3171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3172   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3173   parameters:
3174   - "name"
3175   - "parent"
3176   - "throughput"
3177   - "tags"
3178
3179 # VPP Performance Changes 2n-skx 2t1c pdr
3180 - type: "table"
3181   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3182   algorithm: "table_perf_comparison_nic"
3183   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3184   history:
3185     - title: "rls1904 x710"
3186       data: "vpp-performance-changes-2n-skx-h1"
3187       nic: "NIC_Intel-X710"
3188   reference:
3189     title: "rls1908 xxv710"
3190     data: "vpp-performance-changes-2n-skx-ref"
3191     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3192     nic: "NIC_Intel-XXV710"
3193   compare:
3194     title: "rls2001 xxv710"
3195     data: "vpp-performance-changes-2n-skx-cmp"
3196     nic: "NIC_Intel-XXV710"
3197   data: "vpp-performance-changes-2n-skx"
3198   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3199   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3200   parameters:
3201   - "name"
3202   - "parent"
3203   - "throughput"
3204   - "tags"
3205
3206 # VPP Performance Changes 2n-skx 4t2c pdr
3207 - type: "table"
3208   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3209   algorithm: "table_perf_comparison_nic"
3210   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3211   history:
3212     - title: "rls1904 x710"
3213       data: "vpp-performance-changes-2n-skx-h1"
3214       nic: "NIC_Intel-X710"
3215   reference:
3216     title: "rls1908 xxv710"
3217     data: "vpp-performance-changes-2n-skx-ref"
3218     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3219     nic: "NIC_Intel-XXV710"
3220   compare:
3221     title: "rls2001 xxv710"
3222     data: "vpp-performance-changes-2n-skx-cmp"
3223     nic: "NIC_Intel-XXV710"
3224   data: "vpp-performance-changes-2n-skx"
3225   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3226   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3227   parameters:
3228   - "name"
3229   - "parent"
3230   - "throughput"
3231   - "tags"
3232
3233 # VPP Performance Changes 2n-skx 2t1c ndr
3234 - type: "table"
3235   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3236   algorithm: "table_perf_comparison_nic"
3237   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3238   history:
3239     - title: "rls1904 x710"
3240       data: "vpp-performance-changes-2n-skx-h1"
3241       nic: "NIC_Intel-X710"
3242   reference:
3243     title: "rls1908 xxv710"
3244     data: "vpp-performance-changes-2n-skx-ref"
3245     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3246     nic: "NIC_Intel-XXV710"
3247   compare:
3248     title: "rls2001 xxv710"
3249     data: "vpp-performance-changes-2n-skx-cmp"
3250     nic: "NIC_Intel-XXV710"
3251   data: "vpp-performance-changes-2n-skx"
3252   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3253   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3254   parameters:
3255   - "name"
3256   - "parent"
3257   - "throughput"
3258   - "tags"
3259
3260 # VPP Performance Changes 2n-skx 4t2c ndr
3261 - type: "table"
3262   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3263   algorithm: "table_perf_comparison_nic"
3264   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3265   history:
3266     - title: "rls1904 x710"
3267       data: "vpp-performance-changes-2n-skx-h1"
3268       nic: "NIC_Intel-X710"
3269   reference:
3270     title: "rls1908 xxv710"
3271     data: "vpp-performance-changes-2n-skx-ref"
3272     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3273     nic: "NIC_Intel-XXV710"
3274   compare:
3275     title: "rls2001 xxv710"
3276     data: "vpp-performance-changes-2n-skx-cmp"
3277     nic: "NIC_Intel-XXV710"
3278   data: "vpp-performance-changes-2n-skx"
3279   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3280   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3281   parameters:
3282   - "name"
3283   - "parent"
3284   - "throughput"
3285   - "tags"
3286
3287 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3288 #- type: "table"
3289 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3290 #  algorithm: "table_perf_comparison"
3291 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3292 #  reference:
3293 #    title: "rls1908"
3294 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3295 #  compare:
3296 #    title: "rls2001"
3297 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3298 #  data: "vpp-performance-changes-nfv-2n-skx"
3299 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3300 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3301 #  parameters:
3302 #  - "name"
3303 #  - "parent"
3304 #  - "throughput"
3305 #  - "tags"
3306 #
3307 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3308 #- type: "table"
3309 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3310 #  algorithm: "table_perf_comparison"
3311 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3312 #  reference:
3313 #    title: "rls1908"
3314 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3315 #  compare:
3316 #    title: "rls2001"
3317 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3318 #  data: "vpp-performance-changes-nfv-2n-skx"
3319 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3320 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3321 #  parameters:
3322 #  - "name"
3323 #  - "parent"
3324 #  - "throughput"
3325 #  - "tags"
3326 #
3327 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3328 #- type: "table"
3329 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3330 #  algorithm: "table_perf_comparison"
3331 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3332 #  reference:
3333 #    title: "rls1908"
3334 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3335 #  compare:
3336 #    title: "rls2001"
3337 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3338 #  data: "vpp-performance-changes-nfv-2n-skx"
3339 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3340 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3341 #  parameters:
3342 #  - "name"
3343 #  - "parent"
3344 #  - "throughput"
3345 #  - "tags"
3346 #
3347 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3348 #- type: "table"
3349 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3350 #  algorithm: "table_perf_comparison"
3351 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3352 #  reference:
3353 #    title: "rls1908"
3354 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3355 #  compare:
3356 #    title: "rls2001"
3357 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3358 #  data: "vpp-performance-changes-nfv-2n-skx"
3359 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3360 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3361 #  parameters:
3362 #  - "name"
3363 #  - "parent"
3364 #  - "throughput"
3365 #  - "tags"
3366
3367 # VPP Performance Changes 2n-dnv 1t1c pdr
3368 - type: "table"
3369   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3370   algorithm: "table_perf_comparison"
3371   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3372   reference:
3373     title: "rls1908"
3374     data: "vpp-performance-changes-2n-dnv-ref"
3375   compare:
3376     title: "rls2001"
3377     data: "vpp-performance-changes-2n-dnv-cmp"
3378   data: "vpp-performance-changes-2n-dnv"
3379   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3380   filter: "'1T1C'"
3381   parameters:
3382   - "name"
3383   - "parent"
3384   - "throughput"
3385   - "tags"
3386
3387 # VPP Performance Changes 2n-dnv 2t2c pdr
3388 - type: "table"
3389   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3390   algorithm: "table_perf_comparison"
3391   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3392   reference:
3393     title: "rls1908"
3394     data: "vpp-performance-changes-2n-dnv-ref"
3395   compare:
3396     title: "rls2001"
3397     data: "vpp-performance-changes-2n-dnv-cmp"
3398   data: "vpp-performance-changes-2n-dnv"
3399   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3400   filter: "'2T2C'"
3401   parameters:
3402   - "name"
3403   - "parent"
3404   - "throughput"
3405   - "tags"
3406
3407 # VPP Performance Changes 2n-dnv 1t1c ndr
3408 - type: "table"
3409   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3410   algorithm: "table_perf_comparison"
3411   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3412   reference:
3413     title: "rls1908"
3414     data: "vpp-performance-changes-2n-dnv-ref"
3415   compare:
3416     title: "rls2001"
3417     data: "vpp-performance-changes-2n-dnv-cmp"
3418   data: "vpp-performance-changes-2n-dnv"
3419   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3420   filter: "'1T1C'"
3421   parameters:
3422   - "name"
3423   - "parent"
3424   - "throughput"
3425   - "tags"
3426
3427 # VPP Performance Changes 2n-dnv 2t2c ndr
3428 - type: "table"
3429   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3430   algorithm: "table_perf_comparison"
3431   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3432   reference:
3433     title: "rls1908 "
3434     data: "vpp-performance-changes-2n-dnv-ref"
3435   compare:
3436     title: "rls2001"
3437     data: "vpp-performance-changes-2n-dnv-cmp"
3438   data: "vpp-performance-changes-2n-dnv"
3439   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3440   filter: "'2T2C'"
3441   parameters:
3442   - "name"
3443   - "parent"
3444   - "throughput"
3445   - "tags"
3446
3447 # VPP Performance Changes 3n-dnv 1t1c pdr
3448 - type: "table"
3449   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3450   algorithm: "table_perf_comparison"
3451   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3452   reference:
3453     title: "rls1908"
3454     data: "vpp-performance-changes-3n-dnv-ref"
3455   compare:
3456     title: "rls2001"
3457     data: "vpp-performance-changes-3n-dnv-cmp"
3458   data: "vpp-performance-changes-3n-dnv"
3459   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3460   filter: "'1T1C'"
3461   parameters:
3462   - "name"
3463   - "parent"
3464   - "throughput"
3465   - "tags"
3466
3467 # VPP Performance Changes 3n-dnv 2t2c pdr
3468 - type: "table"
3469   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3470   algorithm: "table_perf_comparison"
3471   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3472   reference:
3473     title: "rls1908"
3474     data: "vpp-performance-changes-3n-dnv-ref"
3475   compare:
3476     title: "rls2001"
3477     data: "vpp-performance-changes-3n-dnv-cmp"
3478   data: "vpp-performance-changes-3n-dnv"
3479   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3480   filter: "'2T2C'"
3481   parameters:
3482   - "name"
3483   - "parent"
3484   - "throughput"
3485   - "tags"
3486
3487 # VPP Performance Changes 3n-dnv 1t1c ndr
3488 - type: "table"
3489   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3490   algorithm: "table_perf_comparison"
3491   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3492   reference:
3493     title: "rls1908"
3494     data: "vpp-performance-changes-3n-dnv-ref"
3495   compare:
3496     title: "rls2001"
3497     data: "vpp-performance-changes-3n-dnv-cmp"
3498   data: "vpp-performance-changes-3n-dnv"
3499   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3500   filter: "'1T1C'"
3501   parameters:
3502   - "name"
3503   - "parent"
3504   - "throughput"
3505   - "tags"
3506
3507 # VPP Performance Changes 3n-dnv 2t2c ndr
3508 - type: "table"
3509   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3510   algorithm: "table_perf_comparison"
3511   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3512   reference:
3513     title: "rls1908"
3514     data: "vpp-performance-changes-3n-dnv-ref"
3515   compare:
3516     title: "rls2001"
3517     data: "vpp-performance-changes-3n-dnv-cmp"
3518   data: "vpp-performance-changes-3n-dnv"
3519   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3520   filter: "'2T2C'"
3521   parameters:
3522   - "name"
3523   - "parent"
3524   - "throughput"
3525   - "tags"
3526
3527 # VPP Performance Changes 3n-tsh 1t1c pdr
3528 - type: "table"
3529   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3530   algorithm: "table_perf_comparison"
3531   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3532   reference:
3533     title: "rls1908"
3534     data: "vpp-performance-changes-3n-tsh-ref"
3535   compare:
3536     title: "rls2001"
3537     data: "vpp-performance-changes-3n-tsh-cmp"
3538   data: "vpp-performance-changes-3n-tsh"
3539   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3540   filter: "'1T1C'"
3541   parameters:
3542   - "name"
3543   - "parent"
3544   - "throughput"
3545   - "tags"
3546
3547 # VPP Performance Changes 3n-tsh 2t2c pdr
3548 - type: "table"
3549   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3550   algorithm: "table_perf_comparison"
3551   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3552   reference:
3553     title: "rls1908"
3554     data: "vpp-performance-changes-3n-tsh-ref"
3555   compare:
3556     title: "rls2001"
3557     data: "vpp-performance-changes-3n-tsh-cmp"
3558   data: "vpp-performance-changes-3n-tsh"
3559   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3560   filter: "'2T2C'"
3561   parameters:
3562   - "name"
3563   - "parent"
3564   - "throughput"
3565   - "tags"
3566
3567 # VPP Performance Changes 3n-tsh 1t1c ndr
3568 - type: "table"
3569   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3570   algorithm: "table_perf_comparison"
3571   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3572   reference:
3573     title: "rls1908"
3574     data: "vpp-performance-changes-3n-tsh-ref"
3575   compare:
3576     title: "rls2001"
3577     data: "vpp-performance-changes-3n-tsh-cmp"
3578   data: "vpp-performance-changes-3n-tsh"
3579   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3580   filter: "'1T1C'"
3581   parameters:
3582   - "name"
3583   - "parent"
3584   - "throughput"
3585   - "tags"
3586
3587 # VPP Performance Changes 3n-tsh 2t2c ndr
3588 - type: "table"
3589   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3590   algorithm: "table_perf_comparison"
3591   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3592   reference:
3593     title: "rls1908"
3594     data: "vpp-performance-changes-3n-tsh-ref"
3595   compare:
3596     title: "rls2001"
3597     data: "vpp-performance-changes-3n-tsh-cmp"
3598   data: "vpp-performance-changes-3n-tsh"
3599   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3600   filter: "'2T2C'"
3601   parameters:
3602   - "name"
3603   - "parent"
3604   - "throughput"
3605   - "tags"
3606
3607 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3608 - type: "table"
3609   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3610   algorithm: "table_perf_comparison_nic"
3611   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3612   reference:
3613     title: "3n-hsw xl710"
3614     data: "vpp-compare-testbeds-ref"
3615     nic: "NIC_Intel-XL710"
3616   compare:
3617     title: "3n-skx xxv710"
3618     data: "vpp-compare-testbeds-cmp"
3619     nic: "NIC_Intel-XXV710"
3620   data: "vpp-compare-testbeds"
3621   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3622   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3623   parameters:
3624   - "name"
3625   - "parent"
3626   - "throughput"
3627   - "tags"
3628
3629 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3630 - type: "table"
3631   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3632   algorithm: "table_perf_comparison_nic"
3633   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3634   reference:
3635     title: "3n-hsw xl710"
3636     data: "vpp-compare-testbeds-ref"
3637     nic: "NIC_Intel-XL710"
3638   compare:
3639     title: "3n-skx xxv710"
3640     data: "vpp-compare-testbeds-cmp"
3641     nic: "NIC_Intel-XXV710"
3642   data: "vpp-compare-testbeds"
3643   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3644   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3645   parameters:
3646   - "name"
3647   - "parent"
3648   - "throughput"
3649   - "tags"
3650
3651 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3652 - type: "table"
3653   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3654   algorithm: "table_perf_comparison_nic"
3655   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3656   reference:
3657     title: "3n-hsw xl710"
3658     data: "vpp-compare-testbeds-ref"
3659     nic: "NIC_Intel-XL710"
3660   compare:
3661     title: "3n-skx xxv710"
3662     data: "vpp-compare-testbeds-cmp"
3663     nic: "NIC_Intel-XXV710"
3664   data: "vpp-compare-testbeds"
3665   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3666   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3667   parameters:
3668   - "name"
3669   - "parent"
3670   - "throughput"
3671   - "tags"
3672
3673 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3674 - type: "table"
3675   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3676   algorithm: "table_perf_comparison_nic"
3677   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3678   reference:
3679     title: "3n-hsw xl710"
3680     data: "vpp-compare-testbeds-ref"
3681     nic: "NIC_Intel-XL710"
3682   compare:
3683     title: "3n-skx xxv710"
3684     data: "vpp-compare-testbeds-cmp"
3685     nic: "NIC_Intel-XXV710"
3686   data: "vpp-compare-testbeds"
3687   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3688   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3689   parameters:
3690   - "name"
3691   - "parent"
3692   - "throughput"
3693   - "tags"
3694
3695 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3696 - type: "table"
3697   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3698   algorithm: "table_perf_comparison"
3699   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3700   reference:
3701     title: "2n-skx"
3702     data: "vpp-compare-testbeds-skx-clx-ref"
3703   compare:
3704     title: "2n-clx"
3705     data: "vpp-compare-testbeds-skx-clx-cmp"
3706   data: "vpp-compare-testbeds-skx-clx"
3707   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3708   filter: "'2T1C'"
3709   parameters:
3710   - "name"
3711   - "parent"
3712   - "throughput"
3713   - "tags"
3714
3715 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3716 - type: "table"
3717   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3718   algorithm: "table_perf_comparison"
3719   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3720   reference:
3721     title: "2n-skx"
3722     data: "vpp-compare-testbeds-skx-clx-ref"
3723   compare:
3724     title: "2n-clx"
3725     data: "vpp-compare-testbeds-skx-clx-cmp"
3726   data: "vpp-compare-testbeds-skx-clx"
3727   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3728   filter: "'4T2C'"
3729   parameters:
3730   - "name"
3731   - "parent"
3732   - "throughput"
3733   - "tags"
3734
3735 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3736 - type: "table"
3737   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3738   algorithm: "table_perf_comparison"
3739   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3740   reference:
3741     title: "2n-skx"
3742     data: "vpp-compare-testbeds-skx-clx-ref"
3743   compare:
3744     title: "2n-clx"
3745     data: "vpp-compare-testbeds-skx-clx-cmp"
3746   data: "vpp-compare-testbeds-skx-clx"
3747   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3748   filter: "'2T1C'"
3749   parameters:
3750   - "name"
3751   - "parent"
3752   - "throughput"
3753   - "tags"
3754
3755 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3756 - type: "table"
3757   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3758   algorithm: "table_perf_comparison"
3759   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3760   reference:
3761     title: "2n-skx"
3762     data: "vpp-compare-testbeds-skx-clx-ref"
3763   compare:
3764     title: "2n-clx"
3765     data: "vpp-compare-testbeds-skx-clx-cmp"
3766   data: "vpp-compare-testbeds-skx-clx"
3767   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3768   filter: "'4T2C'"
3769   parameters:
3770   - "name"
3771   - "parent"
3772   - "throughput"
3773   - "tags"
3774
3775 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3776 - type: "table"
3777   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3778   algorithm: "table_perf_comparison_nic"
3779   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3780   reference:
3781     title: "3n-hsw xl710"
3782     data: "vpp-compare-testbeds-hsw-clx-ref"
3783     nic: "NIC_Intel-XL710"
3784   compare:
3785     title: "2n-clx xxv710"
3786     data: "vpp-compare-testbeds-hsw-clx-cmp"
3787     nic: "NIC_Intel-XXV710"
3788   data: "vpp-compare-testbeds-hsw-clx"
3789   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3790   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3791   parameters:
3792   - "name"
3793   - "parent"
3794   - "throughput"
3795   - "tags"
3796
3797 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3798 - type: "table"
3799   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3800   algorithm: "table_perf_comparison_nic"
3801   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3802   reference:
3803     title: "3n-hsw xl710"
3804     data: "vpp-compare-testbeds-hsw-clx-ref"
3805     nic: "NIC_Intel-XL710"
3806   compare:
3807     title: "2n-clx xxv710"
3808     data: "vpp-compare-testbeds-hsw-clx-cmp"
3809     nic: "NIC_Intel-XXV710"
3810   data: "vpp-compare-testbeds-hsw-clx"
3811   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3812   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3813   parameters:
3814   - "name"
3815   - "parent"
3816   - "throughput"
3817   - "tags"
3818
3819 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3820 - type: "table"
3821   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3822   algorithm: "table_perf_comparison_nic"
3823   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3824   reference:
3825     title: "3n-hsw xl710"
3826     data: "vpp-compare-testbeds-hsw-clx-ref"
3827     nic: "NIC_Intel-XL710"
3828   compare:
3829     title: "2n-clx xxv710"
3830     data: "vpp-compare-testbeds-hsw-clx-cmp"
3831     nic: "NIC_Intel-XXV710"
3832   data: "vpp-compare-testbeds-hsw-clx"
3833   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3834   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3835   parameters:
3836   - "name"
3837   - "parent"
3838   - "throughput"
3839   - "tags"
3840
3841 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3842 - type: "table"
3843   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3844   algorithm: "table_perf_comparison_nic"
3845   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3846   reference:
3847     title: "3n-hsw xl710"
3848     data: "vpp-compare-testbeds-hsw-clx-ref"
3849     nic: "NIC_Intel-XL710"
3850   compare:
3851     title: "2n-clx xxv710"
3852     data: "vpp-compare-testbeds-hsw-clx-cmp"
3853     nic: "NIC_Intel-XXV710"
3854   data: "vpp-compare-testbeds-hsw-clx"
3855   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3856   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3857   parameters:
3858   - "name"
3859   - "parent"
3860   - "throughput"
3861   - "tags"
3862
3863 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3864 - type: "table"
3865   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3866   algorithm: "table_perf_comparison"
3867   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3868   reference:
3869     title: "3-Node Skx"
3870     data: "vpp-compare-topologies-ref"
3871   compare:
3872     title: "2-Node Skx"
3873     data: "vpp-compare-topologies-cmp"
3874   data: "vpp-compare-topologies"
3875   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3876   filter: "'NDRPDR' and '1C'"
3877   parameters:
3878   - "name"
3879   - "parent"
3880   - "throughput"
3881
3882 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3883 - type: "table"
3884   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3885   algorithm: "table_perf_comparison"
3886   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3887   reference:
3888     title: "3-Node Skx"
3889     data: "vpp-compare-topologies-ref"
3890   compare:
3891     title: "2-Node Skx"
3892     data: "vpp-compare-topologies-cmp"
3893   data: "vpp-compare-topologies"
3894   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3895   filter: "'NDRPDR' and '2C'"
3896   parameters:
3897   - "name"
3898   - "parent"
3899   - "throughput"
3900
3901 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3902 - type: "table"
3903   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3904   algorithm: "table_perf_comparison"
3905   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3906   reference:
3907     title: "3-Node Skx"
3908     data: "vpp-compare-topologies-ref"
3909   compare:
3910     title: "2-Node Skx"
3911     data: "vpp-compare-topologies-cmp"
3912   data: "vpp-compare-topologies"
3913   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3914   filter: "'NDRPDR' and '1C'"
3915   parameters:
3916   - "name"
3917   - "parent"
3918   - "throughput"
3919
3920 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3921 - type: "table"
3922   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3923   algorithm: "table_perf_comparison"
3924   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3925   reference:
3926     title: "3-Node Skx"
3927     data: "vpp-compare-topologies-ref"
3928   compare:
3929     title: "2-Node Skx"
3930     data: "vpp-compare-topologies-cmp"
3931   data: "vpp-compare-topologies"
3932   include-tests: "PDR"
3933   filter: "'NDRPDR' and '2C'"
3934   parameters:
3935   - "name"
3936   - "parent"
3937   - "throughput"
3938
3939 # VPP Performance Changes 3n-hsw 1t1c MRR
3940 - type: "table"
3941   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3942   algorithm: "table_perf_comparison"
3943   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3944   history:
3945     - title: "rls1904"
3946       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3947   reference:
3948     title: "rls1908"
3949     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3950   compare:
3951     title: "rls2001"
3952     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3953   data: "vpp-performance-changes-3n-hsw-mrr"
3954   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3955   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3956   parameters:
3957   - "name"
3958   - "parent"
3959   - "result"
3960
3961 # VPP Performance Changes 3n-hsw 2t2c MRR
3962 - type: "table"
3963   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3964   algorithm: "table_perf_comparison"
3965   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3966   history:
3967     - title: "rls1904"
3968       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3969   reference:
3970     title: "rls1908"
3971     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3972   compare:
3973     title: "rls2001"
3974     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3975   data: "vpp-performance-changes-3n-hsw-mrr"
3976   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3977   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3978   parameters:
3979   - "name"
3980   - "parent"
3981   - "result"
3982
3983 # VPP Performance Changes 3n-hsw 4t4c MRR
3984 - type: "table"
3985   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3986   algorithm: "table_perf_comparison"
3987   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3988   history:
3989     - title: "rls1904"
3990       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3991   reference:
3992     title: "rls1908"
3993     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3994   compare:
3995     title: "rls2001"
3996     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3997   data: "vpp-performance-changes-3n-hsw-mrr"
3998   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3999   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4000   parameters:
4001   - "name"
4002   - "parent"
4003   - "result"
4004
4005 # VPP Performance Changes 3n-skx 2t1c MRR
4006 - type: "table"
4007   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4008   algorithm: "table_perf_comparison"
4009   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4010   history:
4011     - title: "rls1904"
4012       data: "vpp-performance-changes-3n-skx-mrr-h1"
4013   reference:
4014     title: "rls1908"
4015     data: "vpp-performance-changes-3n-skx-mrr-ref"
4016   compare:
4017     title: "rls2001"
4018     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4019   data: "vpp-performance-changes-3n-skx-mrr"
4020   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4021   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4022   parameters:
4023   - "name"
4024   - "parent"
4025   - "result"
4026
4027 # VPP Performance Changes 3n-skx 4t2c MRR
4028 - type: "table"
4029   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4030   algorithm: "table_perf_comparison"
4031   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4032   history:
4033     - title: "rls1904"
4034       data: "vpp-performance-changes-3n-skx-mrr-h1"
4035   reference:
4036     title: "rls1908"
4037     data: "vpp-performance-changes-3n-skx-mrr-ref"
4038   compare:
4039     title: "rls2001"
4040     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4041   data: "vpp-performance-changes-3n-skx-mrr"
4042   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4043   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4044   parameters:
4045   - "name"
4046   - "parent"
4047   - "result"
4048
4049 # VPP Performance Changes 3n-skx 8t4c MRR
4050 - type: "table"
4051   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4052   algorithm: "table_perf_comparison"
4053   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4054   history:
4055     - title: "rls1904"
4056       data: "vpp-performance-changes-3n-skx-mrr-h1"
4057   reference:
4058     title: "rls1908"
4059     data: "vpp-performance-changes-3n-skx-mrr-ref"
4060   compare:
4061     title: "rls2001"
4062     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4063   data: "vpp-performance-changes-3n-skx-mrr"
4064   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4065   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4066   parameters:
4067   - "name"
4068   - "parent"
4069   - "result"
4070
4071 # VPP Performance Changes 2n-skx 2t1c MRR
4072 - type: "table"
4073   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4074   algorithm: "table_perf_comparison"
4075   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4076   history:
4077     - title: "rls1904"
4078       data: "vpp-performance-changes-2n-skx-mrr-h1"
4079   reference:
4080     title: "rls1908"
4081     data: "vpp-performance-changes-2n-skx-mrr-ref"
4082   compare:
4083     title: "rls2001"
4084     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4085   data: "vpp-performance-changes-2n-skx-mrr"
4086   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4087   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4088   parameters:
4089   - "name"
4090   - "parent"
4091   - "result"
4092
4093 # VPP Performance Changes 2n-skx 4t2c MRR
4094 - type: "table"
4095   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4096   algorithm: "table_perf_comparison"
4097   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4098   history:
4099     - title: "rls1904"
4100       data: "vpp-performance-changes-2n-skx-mrr-h1"
4101   reference:
4102     title: "rls1908"
4103     data: "vpp-performance-changes-2n-skx-mrr-ref"
4104   compare:
4105     title: "rls2001"
4106     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4107   data: "vpp-performance-changes-2n-skx-mrr"
4108   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4109   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4110   parameters:
4111   - "name"
4112   - "parent"
4113   - "result"
4114
4115 # VPP Performance Changes 2n-skx 8t4c MRR
4116 - type: "table"
4117   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4118   algorithm: "table_perf_comparison"
4119   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4120   history:
4121     - title: "rls1904"
4122       data: "vpp-performance-changes-2n-skx-mrr-h1"
4123   reference:
4124     title: "rls1908"
4125     data: "vpp-performance-changes-2n-skx-mrr-ref"
4126   compare:
4127     title: "rls2001"
4128     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4129   data: "vpp-performance-changes-2n-skx-mrr"
4130   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4131   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4132   parameters:
4133   - "name"
4134   - "parent"
4135   - "result"
4136
4137 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4138 #- type: "table"
4139 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4140 #  algorithm: "table_perf_comparison"
4141 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4142 #  reference:
4143 #    title: "rls1908"
4144 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4145 #  compare:
4146 #    title: "rls2001"
4147 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4148 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4149 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4150 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4151 #  parameters:
4152 #  - "name"
4153 #  - "parent"
4154 #  - "result"
4155 #
4156 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4157 #- type: "table"
4158 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4159 #  algorithm: "table_perf_comparison"
4160 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4161 #  reference:
4162 #    title: "rls1908"
4163 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4164 #  compare:
4165 #    title: "rls2001"
4166 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4167 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4168 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4169 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4170 #  parameters:
4171 #  - "name"
4172 #  - "parent"
4173 #  - "result"
4174 #
4175 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4176 #- type: "table"
4177 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4178 #  algorithm: "table_perf_comparison"
4179 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4180 #  reference:
4181 #    title: "rls1908"
4182 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4183 #  compare:
4184 #    title: "rls2001"
4185 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4186 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4187 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4188 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4189 #  parameters:
4190 #  - "name"
4191 #  - "parent"
4192 #  - "result"
4193
4194 # VPP Performance Changes 2n-dnv 1t1c MRR
4195 - type: "table"
4196   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4197   algorithm: "table_perf_comparison"
4198   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4199   reference:
4200     title: "rls1908"
4201     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4202   compare:
4203     title: "rls2001"
4204     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4205   data: "vpp-performance-changes-2n-dnv-mrr"
4206   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4207   filter: "'1T1C' and 'MRR'"
4208   parameters:
4209   - "name"
4210   - "parent"
4211   - "result"
4212
4213 # VPP Performance Changes 2n-dnv 2t2c MRR
4214 - type: "table"
4215   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4216   algorithm: "table_perf_comparison"
4217   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4218   reference:
4219     title: "rls1908"
4220     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4221   compare:
4222     title: "rls2001"
4223     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4224   data: "vpp-performance-changes-2n-dnv-mrr"
4225   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4226   filter: "'2T2C' and 'MRR'"
4227   parameters:
4228   - "name"
4229   - "parent"
4230   - "result"
4231
4232 # VPP Performance Changes 2n-dnv 4t4c MRR
4233 - type: "table"
4234   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4235   algorithm: "table_perf_comparison"
4236   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4237   reference:
4238     title: "rls1908"
4239     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4240   compare:
4241     title: "rls2001"
4242     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4243   data: "vpp-performance-changes-2n-dnv-mrr"
4244   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4245   filter: "'4T4C' and 'MRR'"
4246   parameters:
4247   - "name"
4248   - "parent"
4249   - "result"
4250
4251 # VPP Performance Changes 3n-dnv 1t1c MRR
4252 - type: "table"
4253   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4254   algorithm: "table_perf_comparison"
4255   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4256   reference:
4257     title: "rls1908"
4258     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4259   compare:
4260     title: "rls2001"
4261     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4262   data: "vpp-performance-changes-3n-dnv-mrr"
4263   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4264   filter: "'1T1C' and 'MRR'"
4265   parameters:
4266   - "name"
4267   - "parent"
4268   - "result"
4269
4270 # VPP Performance Changes 3n-dnv 2t2c MRR
4271 - type: "table"
4272   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4273   algorithm: "table_perf_comparison"
4274   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4275   reference:
4276     title: "rls1908"
4277     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4278   compare:
4279     title: "rls2001"
4280     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4281   data: "vpp-performance-changes-3n-dnv-mrr"
4282   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4283   filter: "'2T2C' and 'MRR'"
4284   parameters:
4285   - "name"
4286   - "parent"
4287   - "result"
4288
4289 # VPP Performance Changes 3n-dnv 4t4c MRR
4290 - type: "table"
4291   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4292   algorithm: "table_perf_comparison"
4293   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4294   reference:
4295     title: "rls1908"
4296     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4297   compare:
4298     title: "rls2001"
4299     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4300   data: "vpp-performance-changes-3n-dnv-mrr"
4301   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4302   filter: "'4T4C' and 'MRR'"
4303   parameters:
4304   - "name"
4305   - "parent"
4306   - "result"
4307
4308 # VPP Performance Changes 3n-tsh 1t1c MRR
4309 - type: "table"
4310   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4311   algorithm: "table_perf_comparison"
4312   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4313   reference:
4314     title: "rls1908"
4315     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4316   compare:
4317     title: "rls2001"
4318     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4319   data: "vpp-performance-changes-3n-tsh-mrr"
4320   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4321   filter: "'1T1C' and 'MRR'"
4322   parameters:
4323   - "name"
4324   - "parent"
4325   - "result"
4326
4327 # VPP Performance Changes 3n-tsh 2t2c MRR
4328 - type: "table"
4329   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4330   algorithm: "table_perf_comparison"
4331   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4332   reference:
4333     title: "rls1908"
4334     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4335   compare:
4336     title: "rls2001"
4337     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4338   data: "vpp-performance-changes-3n-tsh-mrr"
4339   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4340   filter: "'2T2C' and 'MRR'"
4341   parameters:
4342   - "name"
4343   - "parent"
4344   - "result"
4345
4346 # VPP Performance Changes 3n-tsh 4t4c MRR
4347 - type: "table"
4348   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4349   algorithm: "table_perf_comparison"
4350   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4351   reference:
4352     title: "rls1908"
4353     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4354   compare:
4355     title: "rls2001"
4356     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4357   data: "vpp-performance-changes-3n-tsh-mrr"
4358   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4359   filter: "'4T4C' and 'MRR'"
4360   parameters:
4361   - "name"
4362   - "parent"
4363   - "result"
4364
4365 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4366 - type: "table"
4367   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4368   algorithm: "table_perf_comparison_nic"
4369   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4370   reference:
4371     title: "3n-hsw xl710"
4372     data: "vpp-compare-testbeds-mrr-ref"
4373     nic: "NIC_Intel-XL710"
4374   compare:
4375     title: "3n-skx xxv710"
4376     data: "vpp-compare-testbeds-mrr-cmp"
4377     nic: "NIC_Intel-XXV710"
4378   data: "vpp-compare-testbeds-mrr"
4379   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4380   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4381   parameters:
4382   - "name"
4383   - "parent"
4384   - "result"
4385   - "tags"
4386
4387 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4388 - type: "table"
4389   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4390   algorithm: "table_perf_comparison_nic"
4391   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4392   reference:
4393     title: "3n-hsw xl710"
4394     data: "vpp-compare-testbeds-mrr-ref"
4395     nic: "NIC_Intel-XL710"
4396   compare:
4397     title: "3n-skx xxv710"
4398     data: "vpp-compare-testbeds-mrr-cmp"
4399     nic: "NIC_Intel-XXV710"
4400   data: "vpp-compare-testbeds-mrr"
4401   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4402   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4403   parameters:
4404   - "name"
4405   - "parent"
4406   - "result"
4407   - "tags"
4408
4409 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4410 - type: "table"
4411   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4412   algorithm: "table_perf_comparison_nic"
4413   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4414   reference:
4415     title: "3n-hsw xl710"
4416     data: "vpp-compare-testbeds-mrr-ref"
4417     nic: "NIC_Intel-XL710"
4418   compare:
4419     title: "3n-skx xxv710"
4420     data: "vpp-compare-testbeds-mrr-cmp"
4421     nic: "NIC_Intel-XXV710"
4422   data: "vpp-compare-testbeds-mrr"
4423   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4424   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4425   parameters:
4426   - "name"
4427   - "parent"
4428   - "result"
4429   - "tags"
4430
4431 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4432 - type: "table"
4433   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4434   algorithm: "table_perf_comparison"
4435   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4436   reference:
4437     title: "2n-skx"
4438     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4439   compare:
4440     title: "2n-clx"
4441     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4442   data: "vpp-compare-testbeds-mrr-skx-clx"
4443   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4444   filter: "'2T1C'"
4445   parameters:
4446   - "name"
4447   - "parent"
4448   - "result"
4449   - "tags"
4450
4451 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4452 - type: "table"
4453   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4454   algorithm: "table_perf_comparison"
4455   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4456   reference:
4457     title: "2n-skx"
4458     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4459   compare:
4460     title: "2n-clx"
4461     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4462   data: "vpp-compare-testbeds-mrr-skx-clx"
4463   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4464   filter: "'4T2C'"
4465   parameters:
4466   - "name"
4467   - "parent"
4468   - "result"
4469   - "tags"
4470
4471 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4472 - type: "table"
4473   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4474   algorithm: "table_perf_comparison"
4475   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4476   reference:
4477     title: "2n-skx"
4478     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4479   compare:
4480     title: "2n-clx"
4481     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4482   data: "vpp-compare-testbeds-mrr-skx-clx"
4483   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4484   filter: "'8T4C'"
4485   parameters:
4486   - "name"
4487   - "parent"
4488   - "result"
4489   - "tags"
4490
4491 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4492 - type: "table"
4493   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4494   algorithm: "table_perf_comparison"
4495   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4496   reference:
4497     title: "3-Node Skx"
4498     data: "vpp-compare-topologies-mrr-ref"
4499   compare:
4500     title: "2-Node Skx"
4501     data: "vpp-compare-topologies-mrr-cmp"
4502   data: "vpp-compare-topologies-mrr"
4503   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4504   filter: "'MRR' and '1C'"
4505   parameters:
4506   - "name"
4507   - "parent"
4508   - "result"
4509
4510 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4511 - type: "table"
4512   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4513   algorithm: "table_perf_comparison"
4514   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4515   reference:
4516     title: "3-Node Skx"
4517     data: "vpp-compare-topologies-mrr-ref"
4518   compare:
4519     title: "2-Node Skx"
4520     data: "vpp-compare-topologies-mrr-cmp"
4521   data: "vpp-compare-topologies-mrr"
4522   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4523   filter: "'MRR' and '2C'"
4524   parameters:
4525   - "name"
4526   - "parent"
4527   - "result"
4528
4529 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4530 - type: "table"
4531   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4532   algorithm: "table_perf_comparison"
4533   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4534   reference:
4535     title: "3-Node Skx"
4536     data: "vpp-compare-topologies-mrr-ref"
4537   compare:
4538     title: "2-Node Skx"
4539     data: "vpp-compare-topologies-mrr-cmp"
4540   data: "vpp-compare-topologies-mrr"
4541   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4542   filter: "'MRR' and '4C'"
4543   parameters:
4544   - "name"
4545   - "parent"
4546   - "result"
4547
4548 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4549 - type: "table"
4550   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4551   algorithm: "table_perf_comparison_nic"
4552   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4553   reference:
4554     title: "3n-hsw xl710"
4555     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4556     nic: "NIC_Intel-XL710"
4557   compare:
4558     title: "2n-clx xxv710"
4559     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4560     nic: "NIC_Intel-XXV710"
4561   data: "vpp-compare-testbeds-mrr-hsw-clx"
4562   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4563   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4564   parameters:
4565   - "name"
4566   - "parent"
4567   - "result"
4568   - "tags"
4569
4570 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4571 - type: "table"
4572   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4573   algorithm: "table_perf_comparison_nic"
4574   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4575   reference:
4576     title: "3n-hsw xl710"
4577     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4578     nic: "NIC_Intel-XL710"
4579   compare:
4580     title: "2n-clx xxv710"
4581     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4582     nic: "NIC_Intel-XXV710"
4583   data: "vpp-compare-testbeds-mrr-hsw-clx"
4584   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4585   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4586   parameters:
4587   - "name"
4588   - "parent"
4589   - "result"
4590   - "tags"
4591
4592 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4593 - type: "table"
4594   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4595   algorithm: "table_perf_comparison_nic"
4596   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4597   reference:
4598     title: "3n-hsw xl710"
4599     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4600     nic: "NIC_Intel-XL710"
4601   compare:
4602     title: "2n-clx xxv710"
4603     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4604     nic: "NIC_Intel-XXV710"
4605   data: "vpp-compare-testbeds-mrr-hsw-clx"
4606   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4607   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4608   parameters:
4609   - "name"
4610   - "parent"
4611   - "result"
4612   - "tags"
4613
4614 # Detailed Test Results - VPP Performance Results 3n-hsw
4615 - type: "table"
4616   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4617   algorithm: "table_merged_details"
4618   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4619   columns:
4620   - title: " |prein| Test Name |preout| "
4621     data: "data name"
4622   - 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| "
4623     data: "data msg"
4624   data: "vpp-perf-results-3n-hsw"
4625   filter: "all"
4626   parameters:
4627   - "name"
4628   - "parent"
4629   - "msg"
4630
4631 # Detailed Test Results - VPP Performance Results 3n-skx
4632 - type: "table"
4633   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4634   algorithm: "table_merged_details"
4635   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4636   columns:
4637   - title: " |prein| Test Name |preout| "
4638     data: "data name"
4639   - 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| "
4640     data: "data msg"
4641   data: "vpp-perf-results-3n-skx"
4642   filter: "all"
4643   remove-ndr: True  # Temporary solution: remove NDR results from test message
4644   parameters:
4645   - "name"
4646   - "parent"
4647   - "msg"
4648
4649 # Detailed Test Results - VPP Performance Results 2n-skx
4650 - type: "table"
4651   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4652   algorithm: "table_merged_details"
4653   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4654   columns:
4655   - title: " |prein| Test Name |preout| "
4656     data: "data name"
4657   - 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| "
4658     data: "data msg"
4659   data: "vpp-perf-results-2n-skx"
4660   filter: "all"
4661   remove-ndr: True  # Temporary solution: remove NDR results from test message
4662   parameters:
4663   - "name"
4664   - "parent"
4665   - "msg"
4666
4667 # Detailed Test Results - VPP Performance Results 2n-clx
4668 - type: "table"
4669   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4670   algorithm: "table_merged_details"
4671   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4672   columns:
4673   - title: " |prein| Test Name |preout| "
4674     data: "data name"
4675   - 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| "
4676     data: "data msg"
4677   data: "vpp-perf-results-2n-clx"
4678   filter: "all"
4679   parameters:
4680   - "name"
4681   - "parent"
4682   - "msg"
4683
4684 # Detailed Test Results - VPP Performance Results 3n-tsh
4685 - type: "table"
4686   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4687   algorithm: "table_merged_details"
4688   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4689   columns:
4690   - title: " |prein| Test Name |preout| "
4691     data: "data name"
4692   - 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| "
4693     data: "data msg"
4694   data: "vpp-perf-results-3n-tsh"
4695   filter: "all"
4696   parameters:
4697   - "name"
4698   - "parent"
4699   - "msg"
4700
4701 # Detailed Test Results - VPP Performance Results 3n-dnv
4702 - type: "table"
4703   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4704   algorithm: "table_merged_details"
4705   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4706   columns:
4707   - title: " |prein| Test Name |preout| "
4708     data: "data name"
4709   - 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| "
4710     data: "data msg"
4711   data: "vpp-perf-results-3n-dnv"
4712   filter: "all"
4713   parameters:
4714   - "name"
4715   - "parent"
4716   - "msg"
4717
4718 # Detailed Test Results - VPP Performance Results 2n-dnv
4719 - type: "table"
4720   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4721   algorithm: "table_merged_details"
4722   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4723   columns:
4724   - title: " |prein| Test Name |preout| "
4725     data: "data name"
4726   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4727     data: "data msg"
4728   data: "vpp-perf-results-2n-dnv"
4729   filter: "all"
4730   parameters:
4731   - "name"
4732   - "parent"
4733   - "msg"
4734
4735 # Test configuration - VPP Performance Test Configs 3n-hsw
4736 - type: "table"
4737   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4738   algorithm: "table_merged_details"
4739   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4740   columns:
4741   - title: " |prein| Test Name |preout| "
4742     data: "data name"
4743   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4744     data: "data conf-history"
4745   data: "vpp-perf-results-3n-hsw"
4746   filter: "all"
4747   parameters:
4748   - "parent"
4749   - "name"
4750   - "conf-history"
4751
4752 # Test configuration - VPP Performance Test Configs 3n-skx
4753 - type: "table"
4754   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4755   algorithm: "table_merged_details"
4756   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4757   columns:
4758   - title: " |prein| Test Name |preout| "
4759     data: "data name"
4760   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4761     data: "data conf-history"
4762   data: "vpp-perf-results-3n-skx"
4763   filter: "all"
4764   parameters:
4765   - "parent"
4766   - "name"
4767   - "conf-history"
4768
4769 # Test configuration - VPP Performance Test Configs 2n-skx
4770 - type: "table"
4771   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4772   algorithm: "table_merged_details"
4773   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
4774   columns:
4775   - title: " |prein| Test Name |preout| "
4776     data: "data name"
4777   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4778     data: "data conf-history"
4779   data: "vpp-perf-results-2n-skx"
4780   filter: "all"
4781   parameters:
4782   - "parent"
4783   - "name"
4784   - "conf-history"
4785
4786 # Test configuration - VPP Performance Test Configs 2n-clx
4787 - type: "table"
4788   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4789   algorithm: "table_merged_details"
4790   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
4791   columns:
4792   - title: " |prein| Test Name |preout| "
4793     data: "data name"
4794   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4795     data: "data conf-history"
4796   data: "vpp-perf-results-2n-clx"
4797   filter: "all"
4798   parameters:
4799   - "parent"
4800   - "name"
4801   - "conf-history"
4802
4803 # Test configuration - VPP Performance Test Configs 3n-tsh
4804 - type: "table"
4805   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4806   algorithm: "table_merged_details"
4807   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
4808   columns:
4809   - title: " |prein| Test Name |preout| "
4810     data: "data name"
4811   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4812     data: "data conf-history"
4813   data: "vpp-perf-results-3n-tsh"
4814   filter: "all"
4815   parameters:
4816   - "parent"
4817   - "name"
4818   - "conf-history"
4819
4820 # Test configuration - VPP Performance Test Configs 3n-dnv
4821 - type: "table"
4822   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4823   algorithm: "table_merged_details"
4824   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
4825   columns:
4826   - title: " |prein| Test Name |preout| "
4827     data: "data name"
4828   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4829     data: "data conf-history"
4830   data: "vpp-perf-results-3n-dnv"
4831   filter: "all"
4832   parameters:
4833   - "parent"
4834   - "name"
4835   - "conf-history"
4836
4837 # Test configuration - VPP Performance Test Configs 2n-dnv
4838 - type: "table"
4839   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4840   algorithm: "table_merged_details"
4841   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
4842   columns:
4843   - title: " |prein| Test Name |preout| "
4844     data: "data name"
4845   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4846     data: "data conf-history"
4847   data: "vpp-perf-results-2n-dnv"
4848   filter: "all"
4849   parameters:
4850   - "parent"
4851   - "name"
4852   - "conf-history"
4853
4854 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4855 - type: "table"
4856   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4857   algorithm: "table_oper_data_html"
4858   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
4859   data: "vpp-perf-results-3n-hsw"
4860   filter: "all"
4861
4862 # Test Operational Data - VPP Performance Operational Data 3n-skx
4863 - type: "table"
4864   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4865   algorithm: "table_oper_data_html"
4866   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
4867   data: "vpp-perf-results-3n-skx"
4868   filter: "all"
4869
4870 # Test Operational Data - VPP Performance Operational Data 2n-skx
4871 - type: "table"
4872   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4873   algorithm: "table_oper_data_html"
4874   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
4875   data: "vpp-perf-results-2n-skx"
4876   filter: "all"
4877
4878 # Test Operational Data - VPP Performance Operational Data 2n-clx
4879 - type: "table"
4880   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4881   algorithm: "table_oper_data_html"
4882   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
4883   data: "vpp-perf-results-2n-clx"
4884   filter: "all"
4885
4886 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4887 - type: "table"
4888   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4889   algorithm: "table_oper_data_html"
4890   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
4891   data: "vpp-perf-results-3n-tsh"
4892   filter: "all"
4893
4894 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4895 - type: "table"
4896   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4897   algorithm: "table_oper_data_html"
4898   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
4899   data: "vpp-perf-results-3n-dnv"
4900   filter: "all"
4901
4902 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4903 - type: "table"
4904   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4905   algorithm: "table_oper_data_html"
4906   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
4907   data: "vpp-perf-results-2n-dnv"
4908   filter: "all"
4909
4910 # Detailed Test Results - VPP MRR Results 3n-hsw
4911 - type: "table"
4912   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4913   algorithm: "table_merged_details"
4914   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
4915   columns:
4916   - title: " |prein| Test Name |preout| "
4917     data: "data name"
4918   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4919     data: "data msg"
4920   data: "vpp-mrr-results-3n-hsw"
4921   filter: "all"
4922   parameters:
4923   - "name"
4924   - "parent"
4925   - "msg"
4926
4927 # Detailed Test Results - VPP MRR Results 3n-skx
4928 - type: "table"
4929   title: "Detailed Test Results - VPP MRR Results 3n-skx"
4930   algorithm: "table_merged_details"
4931   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
4932   columns:
4933   - title: " |prein| Test Name |preout| "
4934     data: "data name"
4935   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4936     data: "data msg"
4937   data: "vpp-mrr-results-3n-skx"
4938   filter: "all"
4939   parameters:
4940   - "name"
4941   - "parent"
4942   - "msg"
4943
4944 # Detailed Test Results - VPP MRR Results 2n-skx
4945 - type: "table"
4946   title: "Detailed Test Results - VPP MRR Results 2n-skx"
4947   algorithm: "table_merged_details"
4948   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
4949   columns:
4950   - title: " |prein| Test Name |preout| "
4951     data: "data name"
4952   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4953     data: "data msg"
4954   data: "vpp-mrr-results-2n-skx"
4955   filter: "all"
4956   parameters:
4957   - "name"
4958   - "parent"
4959   - "msg"
4960
4961 # Detailed Test Results - VPP MRR Results 2n-clx
4962 - type: "table"
4963   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4964   algorithm: "table_merged_details"
4965   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
4966   columns:
4967   - title: " |prein| Test Name |preout| "
4968     data: "data name"
4969   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4970     data: "data msg"
4971   data: "vpp-mrr-results-2n-clx"
4972   filter: "all"
4973   parameters:
4974   - "name"
4975   - "parent"
4976   - "msg"
4977
4978 # Detailed Test Results - VPP MRR Results 3n-tsh
4979 - type: "table"
4980   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4981   algorithm: "table_merged_details"
4982   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
4983   columns:
4984   - title: " |prein| Test Name |preout| "
4985     data: "data name"
4986   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4987     data: "data msg"
4988   data: "vpp-mrr-results-3n-tsh"
4989   filter: "all"
4990   parameters:
4991   - "name"
4992   - "parent"
4993   - "msg"
4994
4995 # Detailed Test Results - VPP MRR Results 3n-dnv
4996 - type: "table"
4997   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4998   algorithm: "table_merged_details"
4999   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5000   columns:
5001   - title: " |prein| Test Name |preout| "
5002     data: "data name"
5003   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5004     data: "data msg"
5005   data: "vpp-mrr-results-3n-dnv"
5006   filter: "all"
5007   parameters:
5008   - "name"
5009   - "parent"
5010   - "msg"
5011
5012 # Detailed Test Results - VPP MRR Results 2n-dnv
5013 - type: "table"
5014   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5015   algorithm: "table_merged_details"
5016   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5017   columns:
5018   - title: " |prein| Test Name |preout| "
5019     data: "data name"
5020   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5021     data: "data msg"
5022   data: "vpp-mrr-results-2n-dnv"
5023   filter: "all"
5024   parameters:
5025   - "name"
5026   - "parent"
5027   - "msg"
5028
5029 # Test configuration - VPP MRR Test Configs 3n-hsw
5030 - type: "table"
5031   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5032   algorithm: "table_merged_details"
5033   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5034   columns:
5035   - title: " |prein| Test Name |preout| "
5036     data: "data name"
5037   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5038     data: "data conf-history"
5039   data: "vpp-mrr-results-3n-hsw"
5040   filter: "all"
5041   parameters:
5042   - "parent"
5043   - "name"
5044   - "conf-history"
5045
5046 # Test configuration - VPP MRR Test Configs 3n-skx
5047 - type: "table"
5048   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5049   algorithm: "table_merged_details"
5050   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5051   columns:
5052   - title: " |prein| Test Name |preout| "
5053     data: "data name"
5054   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5055     data: "data conf-history"
5056   data: "vpp-mrr-results-3n-skx"
5057   filter: "all"
5058   parameters:
5059   - "parent"
5060   - "name"
5061   - "conf-history"
5062
5063 # Test configuration - VPP MRR Test Configs 2n-skx
5064 - type: "table"
5065   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5066   algorithm: "table_merged_details"
5067   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5068   columns:
5069   - title: " |prein| Test Name |preout| "
5070     data: "data name"
5071   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5072     data: "data conf-history"
5073   data: "vpp-mrr-results-2n-skx"
5074   filter: "all"
5075   parameters:
5076   - "parent"
5077   - "name"
5078   - "conf-history"
5079
5080 # Test configuration - VPP MRR Test Configs 2n-clx
5081 - type: "table"
5082   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5083   algorithm: "table_merged_details"
5084   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5085   columns:
5086   - title: " |prein| Test Name |preout| "
5087     data: "data name"
5088   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5089     data: "data conf-history"
5090   data: "vpp-mrr-results-2n-clx"
5091   filter: "all"
5092   parameters:
5093   - "parent"
5094   - "name"
5095   - "conf-history"
5096
5097 # Test configuration - VPP MRR Test Configs 3n-tsh
5098 - type: "table"
5099   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5100   algorithm: "table_merged_details"
5101   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5102   columns:
5103   - title: " |prein| Test Name |preout| "
5104     data: "data name"
5105   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5106     data: "data conf-history"
5107   data: "vpp-mrr-results-3n-tsh"
5108   filter: "all"
5109   parameters:
5110   - "parent"
5111   - "name"
5112   - "conf-history"
5113
5114 # Test configuration - VPP MRR Test Configs 3n-dnv
5115 - type: "table"
5116   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5117   algorithm: "table_merged_details"
5118   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5119   columns:
5120   - title: " |prein| Test Name |preout| "
5121     data: "data name"
5122   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5123     data: "data conf-history"
5124   data: "vpp-mrr-results-3n-dnv"
5125   filter: "all"
5126   parameters:
5127   - "parent"
5128   - "name"
5129   - "conf-history"
5130
5131 # Test configuration - VPP MRR Test Configs 2n-dnv
5132 - type: "table"
5133   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5134   algorithm: "table_merged_details"
5135   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5136   columns:
5137   - title: " |prein| Test Name |preout| "
5138     data: "data name"
5139   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5140     data: "data conf-history"
5141   data: "vpp-mrr-results-2n-dnv"
5142   filter: "all"
5143   parameters:
5144   - "parent"
5145   - "name"
5146   - "conf-history"
5147
5148 # Detailed Test Results - VPP Device Results - Ubuntu
5149 - type: "table"
5150   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5151   algorithm: "table_merged_details"
5152   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5153   columns:
5154   - title: " |prein| Test Name |preout| "
5155     data: "data name"
5156   - title: " |prein| Status |preout| "
5157     data: "data status"
5158   data: "vpp-device-results-ubuntu"
5159   filter: "all"
5160   parameters:
5161   - "name"
5162   - "parent"
5163   - "doc"
5164   - "status"
5165
5166 # Test configuration - VPP Device Test Configs - Ubuntu
5167 - type: "table"
5168   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5169   algorithm: "table_merged_details"
5170   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5171   columns:
5172   - title: " |prein| Test Name |preout| "
5173     data: "data name"
5174   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5175     data: "data conf-history"
5176   data: "vpp-device-results-ubuntu"
5177   filter: "all"
5178   parameters:
5179   - "parent"
5180   - "name"
5181   - "conf-history"
5182
5183 ################################################################################
5184
5185 # DPDK Performance Changes 3n-hsw 1t1c pdr
5186 - type: "table"
5187   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5188   algorithm: "table_perf_comparison"
5189   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5190   history:
5191     - title: "rls1904"
5192       data: "dpdk-performance-changes-3n-hsw-h1"
5193   reference:
5194     title: "rls1908"
5195     data: "dpdk-performance-changes-3n-hsw-ref"
5196   compare:
5197     title: "rls2001"
5198     data: "dpdk-performance-changes-3n-hsw-cmp"
5199   data: "dpdk-performance-changes-3n-hsw"
5200   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5201   filter: "'1T1C' and 'NDRPDR'"
5202   parameters:
5203   - "name"
5204   - "parent"
5205   - "throughput"
5206
5207 # DPDK Performance Changes 3n-hsw 2t2c pdr
5208 - type: "table"
5209   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5210   algorithm: "table_perf_comparison"
5211   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5212   history:
5213     - title: "rls1904"
5214       data: "dpdk-performance-changes-3n-hsw-h1"
5215   reference:
5216     title: "rls1908"
5217     data: "dpdk-performance-changes-3n-hsw-ref"
5218   compare:
5219     title: "rls2001"
5220     data: "dpdk-performance-changes-3n-hsw-cmp"
5221   data: "dpdk-performance-changes-3n-hsw"
5222   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5223   filter: "'2T2C' and 'NDRPDR'"
5224   parameters:
5225   - "name"
5226   - "parent"
5227   - "throughput"
5228
5229 # DPDK Performance Changes 3n-hsw 1t1c ndr
5230 - type: "table"
5231   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5232   algorithm: "table_perf_comparison"
5233   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5234   history:
5235     - title: "rls1904"
5236       data: "dpdk-performance-changes-3n-hsw-h1"
5237   reference:
5238     title: "rls1908"
5239     data: "dpdk-performance-changes-3n-hsw-ref"
5240   compare:
5241     title: "rls2001"
5242     data: "dpdk-performance-changes-3n-hsw-cmp"
5243   data: "dpdk-performance-changes-3n-hsw"
5244   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5245   filter: "'1T1C' and 'NDRPDR'"
5246   parameters:
5247   - "name"
5248   - "parent"
5249   - "throughput"
5250
5251 # DPDK Performance Changes 3n-hsw 2t2c ndr
5252 - type: "table"
5253   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5254   algorithm: "table_perf_comparison"
5255   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5256   history:
5257     - title: "rls1904"
5258       data: "dpdk-performance-changes-3n-hsw-h1"
5259   reference:
5260     title: "rls1908"
5261     data: "dpdk-performance-changes-3n-hsw-ref"
5262   compare:
5263     title: "rls2001"
5264     data: "dpdk-performance-changes-3n-hsw-cmp"
5265   data: "dpdk-performance-changes-3n-hsw"
5266   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5267   filter: "'2T2C' and 'NDRPDR'"
5268   parameters:
5269   - "name"
5270   - "parent"
5271   - "throughput"
5272
5273 ## DPDK Performance Changes 3n-skx 2t1c pdr
5274 #- type: "table"
5275 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5276 #  algorithm: "table_perf_comparison"
5277 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5278 #  history:
5279 #    - title: "rls1904"
5280 #      data: "dpdk-performance-changes-3n-skx-h1"
5281 #  reference:
5282 #    title: "rls1908"
5283 #    data: "dpdk-performance-changes-3n-skx-ref"
5284 #  compare:
5285 #    title: "rls2001"
5286 #    data: "dpdk-performance-changes-3n-skx-cmp"
5287 #  data: "dpdk-performance-changes-3n-skx"
5288 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5289 #  filter: "'2T1C' and 'NDRPDR'"
5290 #  parameters:
5291 #  - "name"
5292 #  - "parent"
5293 #  - "throughput"
5294 #
5295 ## DPDK Performance Changes 3n-skx 4t2c pdr
5296 #- type: "table"
5297 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5298 #  algorithm: "table_perf_comparison"
5299 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5300 #  history:
5301 #    - title: "rls1904"
5302 #      data: "dpdk-performance-changes-3n-skx-h1"
5303 #  reference:
5304 #    title: "rls1908"
5305 #    data: "dpdk-performance-changes-3n-skx-ref"
5306 #  compare:
5307 #    title: "rls2001"
5308 #    data: "dpdk-performance-changes-3n-skx-cmp"
5309 #  data: "dpdk-performance-changes-3n-skx"
5310 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5311 #  filter: "'4T2C' and 'NDRPDR'"
5312 #  parameters:
5313 #  - "name"
5314 #  - "parent"
5315 #  - "throughput"
5316 #
5317 ## DPDK Performance Changes 3n-skx 2t1c ndr
5318 #- type: "table"
5319 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5320 #  algorithm: "table_perf_comparison"
5321 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5322 #  history:
5323 #    - title: "rls1904"
5324 #      data: "dpdk-performance-changes-3n-skx-h1"
5325 #  reference:
5326 #    title: "rls1908"
5327 #    data: "dpdk-performance-changes-3n-skx-ref"
5328 #  compare:
5329 #    title: "rls2001"
5330 #    data: "dpdk-performance-changes-3n-skx-cmp"
5331 #  data: "dpdk-performance-changes-3n-skx"
5332 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5333 #  filter: "'2T1C' and 'NDRPDR'"
5334 #  parameters:
5335 #  - "name"
5336 #  - "parent"
5337 #  - "throughput"
5338 #
5339 ## DPDK Performance Changes 3n-skx 4t2c ndr
5340 #- type: "table"
5341 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5342 #  algorithm: "table_perf_comparison"
5343 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5344 #  history:
5345 #    - title: "rls1904"
5346 #      data: "dpdk-performance-changes-3n-skx-h1"
5347 #  reference:
5348 #    title: "rls1908"
5349 #    data: "dpdk-performance-changes-3n-skx-ref"
5350 #  compare:
5351 #    title: "rls2001"
5352 #    data: "dpdk-performance-changes-3n-skx-cmp"
5353 #  data: "dpdk-performance-changes-3n-skx"
5354 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5355 #  filter: "'4T2C' and 'NDRPDR'"
5356 #  parameters:
5357 #  - "name"
5358 #  - "parent"
5359 #  - "throughput"
5360
5361 # DPDK Performance Changes 2n-skx 2t1c pdr
5362 - type: "table"
5363   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5364   algorithm: "table_perf_comparison"
5365   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5366   history:
5367     - title: "rls1904"
5368       data: "dpdk-performance-changes-2n-skx-h1"
5369   reference:
5370     title: "rls1908"
5371     data: "dpdk-performance-changes-2n-skx-ref"
5372   compare:
5373     title: "rls2001"
5374     data: "dpdk-performance-changes-2n-skx-cmp"
5375   data: "dpdk-performance-changes-2n-skx"
5376   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5377   filter: "'2T1C' and 'NDRPDR'"
5378   parameters:
5379   - "name"
5380   - "parent"
5381   - "throughput"
5382
5383 # DPDK Performance Changes 2n-skx 4t2c pdr
5384 - type: "table"
5385   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5386   algorithm: "table_perf_comparison"
5387   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5388   history:
5389     - title: "rls1904"
5390       data: "dpdk-performance-changes-2n-skx-h1"
5391   reference:
5392     title: "rls1908"
5393     data: "dpdk-performance-changes-2n-skx-ref"
5394   compare:
5395     title: "rls2001"
5396     data: "dpdk-performance-changes-2n-skx-cmp"
5397   data: "dpdk-performance-changes-2n-skx"
5398   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5399   filter: "'4T2C' and 'NDRPDR'"
5400   parameters:
5401   - "name"
5402   - "parent"
5403   - "throughput"
5404
5405 # DPDK Performance Changes 2n-skx 2t1c ndr
5406 - type: "table"
5407   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5408   algorithm: "table_perf_comparison"
5409   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5410   history:
5411     - title: "rls1904"
5412       data: "dpdk-performance-changes-2n-skx-h1"
5413   reference:
5414     title: "rls1908"
5415     data: "dpdk-performance-changes-2n-skx-ref"
5416   compare:
5417     title: "rls2001"
5418     data: "dpdk-performance-changes-2n-skx-cmp"
5419   data: "dpdk-performance-changes-2n-skx"
5420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5421   filter: "'2T1C' and 'NDRPDR'"
5422   parameters:
5423   - "name"
5424   - "parent"
5425   - "throughput"
5426
5427 # DPDK Performance Changes 2n-skx 4t2c ndr
5428 - type: "table"
5429   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5430   algorithm: "table_perf_comparison"
5431   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5432   history:
5433     - title: "rls1904"
5434       data: "dpdk-performance-changes-2n-skx-h1"
5435   reference:
5436     title: "rls1908"
5437     data: "dpdk-performance-changes-2n-skx-ref"
5438   compare:
5439     title: "rls2001"
5440     data: "dpdk-performance-changes-2n-skx-cmp"
5441   data: "dpdk-performance-changes-2n-skx"
5442   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5443   filter: "'4T2C' and 'NDRPDR'"
5444   parameters:
5445   - "name"
5446   - "parent"
5447   - "throughput"
5448
5449 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5450 #- type: "table"
5451 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5452 #  algorithm: "table_perf_comparison"
5453 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5454 #  reference:
5455 #    title: "3-Node Hsw"
5456 #    data: "dpdk-compare-testbeds-ref"
5457 #  compare:
5458 #    title: "3-Node Skx"
5459 #    data: "dpdk-compare-testbeds-cmp"
5460 #  data: "dpdk-compare-testbeds"
5461 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5462 #  filter: "'NIC_Intel-X710'"
5463 #  parameters:
5464 #  - "name"
5465 #  - "parent"
5466 #  - "throughput"
5467 #
5468 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5469 #- type: "table"
5470 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5471 #  algorithm: "table_perf_comparison"
5472 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5473 #  reference:
5474 #    title: "3-Node Hsw"
5475 #    data: "dpdk-compare-testbeds-ref"
5476 #  compare:
5477 #    title: "3-Node Skx"
5478 #    data: "dpdk-compare-testbeds-cmp"
5479 #  data: "dpdk-compare-testbeds"
5480 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5481 #  filter: "'NIC_Intel-X710'"
5482 #  parameters:
5483 #  - "name"
5484 #  - "parent"
5485 #  - "throughput"
5486
5487 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5488 - type: "table"
5489   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5490   algorithm: "table_perf_comparison"
5491   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5492   reference:
5493     title: "2-Node Skx"
5494     data: "dpdk-compare-testbeds-skx-clx-ref"
5495   compare:
5496     title: "2-Node Clx"
5497     data: "dpdk-compare-testbeds-skx-clx-cmp"
5498   data: "dpdk-compare-testbeds-skx-clx"
5499   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5500   filter: "all"
5501   parameters:
5502   - "name"
5503   - "parent"
5504   - "throughput"
5505
5506 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5507 - type: "table"
5508   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5509   algorithm: "table_perf_comparison"
5510   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5511   reference:
5512     title: "2-Node Skx"
5513     data: "dpdk-compare-testbeds-skx-clx-ref"
5514   compare:
5515     title: "2-Node Clx"
5516     data: "dpdk-compare-testbeds-skx-clx-cmp"
5517   data: "dpdk-compare-testbeds-skx-clx"
5518   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5519   filter: "all"
5520   parameters:
5521   - "name"
5522   - "parent"
5523   - "throughput"
5524
5525 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5526 - type: "table"
5527   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5528   algorithm: "table_perf_comparison"
5529   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5530   reference:
5531     title: "3-Node Skx"
5532     data: "dpdk-compare-topologies-ref"
5533   compare:
5534     title: "2-Node Skx"
5535     data: "dpdk-compare-topologies-cmp"
5536   data: "dpdk-compare-topologies"
5537   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5538   filter: "all"
5539   parameters:
5540   - "name"
5541   - "parent"
5542   - "throughput"
5543
5544 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5545 - type: "table"
5546   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5547   algorithm: "table_perf_comparison"
5548   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5549   reference:
5550     title: "3-Node Skx"
5551     data: "dpdk-compare-topologies-ref"
5552   compare:
5553     title: "2-Node Skx"
5554     data: "dpdk-compare-topologies-cmp"
5555   data: "dpdk-compare-topologies"
5556   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5557   filter: "all"
5558   parameters:
5559   - "name"
5560   - "parent"
5561   - "throughput"
5562
5563 # Detailed Test Results - DPDK Performance Results 3n-hsw
5564 - type: "table"
5565   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5566   algorithm: "table_merged_details"
5567   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5568   columns:
5569   - title: " |prein| Test Name |preout| "
5570     data: "data name"
5571   - 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| "
5572     data: "data msg"
5573   data: "dpdk-perf-results-3n-hsw"
5574   filter: "all"
5575   parameters:
5576   - "name"
5577   - "parent"
5578   - "msg"
5579
5580 ## Detailed Test Results - DPDK Performance Results 3n-skx
5581 #- type: "table"
5582 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5583 #  algorithm: "table_merged_details"
5584 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5585 #  columns:
5586 #  - title: " |prein| Test Name |preout| "
5587 #    data: "data name"
5588 #  - 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| "
5589 #    data: "data msg"
5590 #  data: "dpdk-perf-results-3n-skx"
5591 #  filter: "all"
5592 #  remove-ndr: True  # Temporary solution: remove NDR results from test message
5593 #  parameters:
5594 #  - "name"
5595 #  - "parent"
5596 #  - "msg"
5597
5598 # Detailed Test Results - DPDK Performance Results 2n-skx
5599 - type: "table"
5600   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5601   algorithm: "table_merged_details"
5602   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5603   columns:
5604   - title: " |prein| Test Name |preout| "
5605     data: "data name"
5606   - 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| "
5607     data: "data msg"
5608   data: "dpdk-perf-results-2n-skx"
5609   filter: "all"
5610   remove-ndr: True  # Temporary solution: remove NDR results from test message
5611   parameters:
5612   - "name"
5613   - "parent"
5614   - "msg"
5615
5616 # Detailed Test Results - DPDK Performance Results 2n-clx
5617 - type: "table"
5618   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5619   algorithm: "table_merged_details"
5620   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5621   columns:
5622   - title: " |prein| Test Name |preout| "
5623     data: "data name"
5624   - 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| "
5625     data: "data msg"
5626   data: "dpdk-perf-results-2n-clx"
5627   filter: "all"
5628   parameters:
5629   - "name"
5630   - "parent"
5631   - "msg"
5632
5633 # Detailed Test Results - DPDK Performance Results 2n-dnv
5634 - type: "table"
5635   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5636   algorithm: "table_merged_details"
5637   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5638   columns:
5639   - title: " |prein| Test Name |preout| "
5640     data: "data name"
5641   - 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| "
5642     data: "data msg"
5643   data: "dpdk-perf-results-2n-dnv"
5644   filter: "all"
5645   parameters:
5646   - "name"
5647   - "parent"
5648   - "msg"
5649
5650 # Detailed Test Results - DPDK Performance Results 3n-dnv
5651 - type: "table"
5652   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5653   algorithm: "table_merged_details"
5654   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5655   columns:
5656   - title: " |prein| Test Name |preout| "
5657     data: "data name"
5658   - 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| "
5659     data: "data msg"
5660   data: "dpdk-perf-results-3n-dnv"
5661   filter: "all"
5662   parameters:
5663   - "name"
5664   - "parent"
5665   - "msg"
5666
5667 # Detailed Test Results - DPDK Performance Results 3n-tsh
5668 - type: "table"
5669   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5670   algorithm: "table_merged_details"
5671   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5672   columns:
5673   - title: " |prein| Test Name |preout| "
5674     data: "data name"
5675   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5676     data: "data msg"
5677   data: "dpdk-perf-results-3n-tsh"
5678   filter: "all"
5679   parameters:
5680   - "name"
5681   - "parent"
5682   - "msg"
5683
5684 ################################################################################
5685 ###                                F I L E S                                 ###
5686 ################################################################################
5687
5688 # VPP Performance Results
5689 - type: "file"
5690   title: "VPP Performance Results"
5691   algorithm: "file_details_split"
5692   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5693   dir-tables:
5694     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5695     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5696     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5697     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5698     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5699     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5700     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5701   data:
5702     - "vpp-perf-results-2n-skx"
5703     - "vpp-perf-results-3n-skx"
5704     - "vpp-perf-results-2n-clx"
5705     - "vpp-perf-results-3n-hsw"
5706     - "vpp-perf-results-3n-tsh"
5707     - "vpp-perf-results-2n-dnv"
5708     - "vpp-perf-results-3n-dnv"
5709   filter: "all"
5710   data-start-level: 4
5711   order-chapters:
5712     level-1:
5713       - "l2"
5714       - "ip4"
5715       - "ip6"
5716       - "srv6"
5717       - "ip4_tunnels"
5718       - "ip6_tunnels"
5719       - "vm_vhost"
5720       - "container_memif"
5721       - "crypto"
5722       - "vts"
5723       - "lb"
5724       - "nfv_density"
5725       - "hoststack"
5726     level-2:
5727       - "2n-skx"
5728       - "3n-skx"
5729       - "2n-clx"
5730       - "3n-hsw"
5731       - "3n-tsh"
5732       - "2n-dnv"
5733       - "3n-dnv"
5734     level-3:
5735       - "xl710"
5736       - "x520"
5737       - "xxv710"
5738       - "x710"
5739       - "x553"
5740       - "cx556a"
5741       - "vic1227"
5742       - "vic1385"
5743
5744 # VPP Performance Configuration
5745 - type: "file"
5746   title: "VPP Performance Configuration"
5747   algorithm: "file_details_split"
5748   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5749   dir-tables:
5750     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5751     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5752     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5753     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5754     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5755     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5756     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5757   data:
5758     - "vpp-perf-results-2n-skx"
5759     - "vpp-perf-results-3n-skx"
5760     - "vpp-perf-results-2n-clx"
5761     - "vpp-perf-results-3n-hsw"
5762     - "vpp-perf-results-3n-tsh"
5763     - "vpp-perf-results-2n-dnv"
5764     - "vpp-perf-results-3n-dnv"
5765   filter: "all"
5766   data-start-level: 4
5767   order-chapters:
5768     level-1:
5769       - "l2"
5770       - "ip4"
5771       - "ip6"
5772       - "srv6"
5773       - "ip4_tunnels"
5774       - "ip6_tunnels"
5775       - "vm_vhost"
5776       - "container_memif"
5777       - "crypto"
5778       - "vts"
5779       - "lb"
5780       - "nfv_density"
5781       - "hoststack"
5782     level-2:
5783       - "2n-skx"
5784       - "3n-skx"
5785       - "2n-clx"
5786       - "3n-hsw"
5787       - "3n-tsh"
5788       - "2n-dnv"
5789       - "3n-dnv"
5790     level-3:
5791       - "xl710"
5792       - "x520"
5793       - "xxv710"
5794       - "x710"
5795       - "x553"
5796       - "cx556a"
5797       - "vic1227"
5798       - "vic1385"
5799
5800 # VPP Performance Operational
5801 - type: "file"
5802   title: "VPP Performance Operational"
5803   algorithm: "file_details_split_html"
5804   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5805   dir-tables:
5806     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5807     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5808     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5809     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5810     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5811     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5812     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5813   data:
5814     - "vpp-perf-results-2n-skx"
5815     - "vpp-perf-results-3n-skx"
5816     - "vpp-perf-results-2n-clx"
5817     - "vpp-perf-results-3n-hsw"
5818     - "vpp-perf-results-3n-tsh"
5819     - "vpp-perf-results-2n-dnv"
5820     - "vpp-perf-results-3n-dnv"
5821   filter: "all"
5822   data-start-level: 4
5823   order-chapters:
5824     level-1:
5825       - "l2"
5826       - "ip4"
5827       - "ip6"
5828       - "srv6"
5829       - "ip4_tunnels"
5830       - "ip6_tunnels"
5831       - "vm_vhost"
5832       - "container_memif"
5833       - "crypto"
5834       - "vts"
5835       - "lb"
5836       - "nfv_density"
5837       - "hoststack"
5838     level-2:
5839       - "2n-skx"
5840       - "3n-skx"
5841       - "2n-clx"
5842       - "3n-hsw"
5843       - "3n-tsh"
5844       - "2n-dnv"
5845       - "3n-dnv"
5846     level-3:
5847       - "xl710"
5848       - "x520"
5849       - "xxv710"
5850       - "x710"
5851       - "x553"
5852       - "cx556a"
5853       - "vic1227"
5854       - "vic1385"
5855
5856 # VPP MRR Results
5857 - type: "file"
5858   title: "VPP MRR Results"
5859   algorithm: "file_details_split"
5860   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5861   dir-tables:
5862     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5863     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5864     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
5865     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
5866     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
5867     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
5868     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
5869   data:
5870     - "vpp-mrr-results-2n-skx"
5871     - "vpp-mrr-results-3n-skx"
5872     - "vpp-mrr-results-2n-clx"
5873     - "vpp-mrr-results-3n-hsw"
5874     - "vpp-mrr-results-3n-tsh"
5875     - "vpp-mrr-results-2n-dnv"
5876     - "vpp-mrr-results-3n-dnv"
5877   filter: "all"
5878   data-start-level: 4
5879   order-chapters:
5880     level-1:
5881       - "l2"
5882       - "ip4"
5883       - "ip6"
5884       - "srv6"
5885       - "ip4_tunnels"
5886       - "ip6_tunnels"
5887       - "vm_vhost"
5888       - "container_memif"
5889       - "crypto"
5890       - "vts"
5891       - "lb"
5892       - "nfv_density"
5893       - "hoststack"
5894     level-2:
5895       - "2n-skx"
5896       - "3n-skx"
5897       - "2n-clx"
5898       - "3n-hsw"
5899       - "3n-tsh"
5900       - "2n-dnv"
5901       - "3n-dnv"
5902     level-3:
5903       - "xl710"
5904       - "x520"
5905       - "xxv710"
5906       - "x710"
5907       - "x553"
5908       - "cx556a"
5909       - "vic1227"
5910       - "vic1385"
5911
5912 # VPP MRR Configuration
5913 - type: "file"
5914   title: "VPP MRR Configuration"
5915   algorithm: "file_details_split"
5916   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
5917   dir-tables:
5918     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
5919     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
5920     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
5921     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
5922     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
5923     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
5924     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
5925   data:
5926     - "vpp-mrr-results-2n-skx"
5927     - "vpp-mrr-results-3n-skx"
5928     - "vpp-mrr-results-2n-clx"
5929     - "vpp-mrr-results-3n-hsw"
5930     - "vpp-mrr-results-3n-tsh"
5931     - "vpp-mrr-results-2n-dnv"
5932     - "vpp-mrr-results-3n-dnv"
5933   filter: "all"
5934   data-start-level: 4
5935   order-chapters:
5936     level-1:
5937       - "l2"
5938       - "ip4"
5939       - "ip6"
5940       - "srv6"
5941       - "ip4_tunnels"
5942       - "ip6_tunnels"
5943       - "vm_vhost"
5944       - "container_memif"
5945       - "crypto"
5946       - "vts"
5947       - "lb"
5948       - "nfv_density"
5949       - "hoststack"
5950     level-2:
5951       - "2n-skx"
5952       - "3n-skx"
5953       - "2n-clx"
5954       - "3n-hsw"
5955       - "3n-tsh"
5956       - "2n-dnv"
5957       - "3n-dnv"
5958     level-3:
5959       - "xl710"
5960       - "x520"
5961       - "xxv710"
5962       - "x710"
5963       - "x553"
5964       - "cx556a"
5965       - "vic1227"
5966       - "vic1385"
5967
5968 # VPP Device Results - Ubuntu
5969 - type: "file"
5970   title: "VPP Device Results - Ubuntu"
5971   algorithm: "file_test_results"
5972   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5973   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5974   data: "vpp-device-results-ubuntu"
5975   filter: "all"
5976   data-start-level: 4
5977
5978 # VPP Device Configuration - Ubuntu
5979 - type: "file"
5980   title: "VPP Device Configuration - Ubuntu"
5981   algorithm: "file_test_results"
5982   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5983   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5984   data: "vpp-device-results-ubuntu"
5985   filter: "all"
5986   data-start-level: 4
5987
5988 # DPDK Performance Results 3n-hsw
5989 - type: "file"
5990   title: "DPDK Performance Results 3n-hsw"
5991   algorithm: "file_test_results"
5992   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5993   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5994   data: "dpdk-perf-results-3n-hsw"
5995   filter: "all"
5996   data-start-level: 4
5997
5998 ## DPDK Performance Results 3n-skx
5999 #- type: "file"
6000 #  title: "DPDK Performance Results 3n-skx"
6001 #  algorithm: "file_test_results"
6002 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6003 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6004 #  data: "dpdk-perf-results-3n-skx"
6005 #  filter: "all"
6006 #  data-start-level: 4
6007
6008 # DPDK Performance Results 2n-skx
6009 - type: "file"
6010   title: "DPDK Performance Results 2n-skx"
6011   algorithm: "file_test_results"
6012   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6013   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6014   data: "dpdk-perf-results-2n-skx"
6015   filter: "all"
6016   data-start-level: 4
6017
6018 # DPDK Performance Results 2n-clx
6019 - type: "file"
6020   title: "DPDK Performance Results 2n-clx"
6021   algorithm: "file_test_results"
6022   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6023   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6024   data: "dpdk-perf-results-2n-clx"
6025   filter: "all"
6026   data-start-level: 4
6027
6028 # DPDK Performance Results 2n-dnv
6029 - type: "file"
6030   title: "DPDK Performance Results 2n-dnv"
6031   algorithm: "file_test_results"
6032   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6033   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6034   data: "dpdk-perf-results-2n-dnv"
6035   filter: "all"
6036   data-start-level: 4
6037
6038 # DPDK Performance Results 3n-dnv
6039 - type: "file"
6040   title: "DPDK Performance Results 3n-dnv"
6041   algorithm: "file_test_results"
6042   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6043   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6044   data: "dpdk-perf-results-3n-dnv"
6045   filter: "all"
6046   data-start-level: 4
6047
6048 # DPDK Performance Results 3n-tsh
6049 - type: "file"
6050   title: "DPDK Performance Results 3n-tsh"
6051   algorithm: "file_test_results"
6052   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6053   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6054   data: "dpdk-perf-results-3n-tsh"
6055   filter: "all"
6056   data-start-level: 4
6057
6058 ################################################################################
6059 ###                                P L O T S                                 ###
6060 ################################################################################
6061
6062 # Hoststack tests 3n-hsw
6063
6064 - type: "plot"
6065   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6066   algorithm: "plot_perf_box_name"
6067   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6068   data: "plot-vpp-hoststack-3n-hsw"
6069   include:
6070     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6071     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6072   layout:
6073     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6074     layout: "plot-hoststack"
6075
6076 - type: "plot"
6077   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6078   algorithm: "plot_perf_box_name"
6079   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6080   data: "plot-vpp-hoststack-3n-hsw"
6081   include:
6082     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6083     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6084   layout:
6085     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6086     layout: "plot-hoststack"
6087
6088 - type: "plot"
6089   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6090   algorithm: "plot_perf_box_name"
6091   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6092   data: "plot-vpp-hoststack-3n-hsw"
6093   include:
6094     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6095     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6096     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6097     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6098   layout:
6099     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6100     layout: "plot-hoststack"
6101
6102 # Plots VPP HTTP Server Performance
6103 - type: "plot"
6104   title: "VPP HTTP Server Performance"
6105   algorithm: "plot_http_server_perf_box"
6106   output-file-type: ".html"
6107   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6108   data:
6109     "plot-vpp-http-server-performance"
6110   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6111   parameters:
6112   - "result"
6113   - "name"
6114   traces:
6115     hoverinfo: "y+name"
6116     boxpoints: "outliers"
6117     whiskerwidth: 0
6118   layout:
6119     title: "VPP HTTP Server Performance"
6120     layout:
6121       "plot-cps"
6122
6123 - type: "plot"
6124   title: "VPP HTTP Server Performance"
6125   algorithm: "plot_http_server_perf_box"
6126   output-file-type: ".html"
6127   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6128   data:
6129     "plot-vpp-http-server-performance"
6130   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6131   parameters:
6132   - "result"
6133   - "name"
6134   traces:
6135     hoverinfo: "y+name"
6136     boxpoints: "outliers"
6137     whiskerwidth: 0
6138   layout:
6139     title: "VPP HTTP Server Performance"
6140     layout:
6141       "plot-rps"
6142
6143 ################################################################################
6144
6145 # Soak Test (PLRsearch), boxes - 2n-clx
6146 - type: "plot"
6147   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6148   algorithm: "plot_perf_box_name"
6149   output-file-type: ".html"
6150   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6151   data: "plot-vpp-soak-2n-clx"
6152   include:
6153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6159   layout:
6160     title: "30 Minutes Soak Test (PLRsearch)"
6161     layout: "plot-soak-throughput"
6162
6163 # Soak Test (PLRsearch), boxes - 2n-clx
6164 - type: "plot"
6165   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6166   algorithm: "plot_perf_box_name"
6167   output-file-type: ".html"
6168   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6169   data: "plot-vpp-soak-2n-clx"
6170   include:
6171     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6172     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6173     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6174     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6175     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6176     - "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"
6177   layout:
6178     title: "30 Minutes Soak Test (PLRsearch)"
6179     layout: "plot-soak-throughput"
6180
6181 ###############################################################################
6182
6183 # Reconf tests 2n-skx
6184
6185 #- type: "plot"
6186 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6187 #  algorithm: "plot_nf_reconf_box_name"
6188 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6189 #  data: "plot-vpp-nfv-reconf-2n-skx"
6190 #  include:
6191 #    - "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"
6192 #    - "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"
6193 #    - "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"
6194 #    - "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"
6195 #    - "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"
6196 #    - "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"
6197 #  layout:
6198 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6199 #    layout: "plot-throughput"
6200 #
6201 #- type: "plot"
6202 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6203 #  algorithm: "plot_nf_reconf_box_name"
6204 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6205 #  data: "plot-vpp-nfv-reconf-2n-skx"
6206 #  include:
6207 #    - "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"
6208 #    - "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"
6209 #    - "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"
6210 #    - "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"
6211 #    - "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"
6212 #    - "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"
6213 #  layout:
6214 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6215 #    layout: "plot-throughput"
6216 #
6217 #- type: "plot"
6218 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6219 #  algorithm: "plot_nf_reconf_box_name"
6220 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6221 #  data: "plot-vpp-nfv-reconf-2n-skx"
6222 #  include:
6223 #    - "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"
6224 #    - "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"
6225 #    - "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"
6226 #    - "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"
6227 #    - "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"
6228 #    - "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"
6229 #  layout:
6230 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6231 #    layout: "plot-throughput"
6232
6233 ###############################################################################
6234
6235 # Reconf tests 2n-clx
6236
6237 - type: "plot"
6238   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6239   algorithm: "plot_nf_reconf_box_name"
6240   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6241   data: "plot-vpp-nfv-reconf-2n-clx"
6242   include:
6243     - "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"
6244     - "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"
6245     - "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"
6246     - "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"
6247   layout:
6248     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6249     layout: "plot-throughput"
6250
6251 - type: "plot"
6252   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6253   algorithm: "plot_nf_reconf_box_name"
6254   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6255   data: "plot-vpp-nfv-reconf-2n-clx"
6256   include:
6257     - "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"
6258     - "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"
6259     - "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"
6260     - "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"
6261   layout:
6262     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6263     layout: "plot-throughput"
6264
6265 - type: "plot"
6266   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6267   algorithm: "plot_nf_reconf_box_name"
6268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6269   data: "plot-vpp-nfv-reconf-2n-clx"
6270   include:
6271     - "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"
6272     - "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"
6273     - "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"
6274     - "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"
6275   layout:
6276     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6277     layout: "plot-throughput"
6278
6279 ################################################################################
6280 ## Plots - NF Density - VSC - MRR 64b
6281 #- type: "plot"
6282 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6283 #  algorithm: "plot_nf_heatmap"
6284 #  output-file-type: ".html"
6285 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6286 #  data: "plot-vpp-nfv-2n-skx-mrr"
6287 #  filter: "'NIC_Intel-XXV710' and
6288 #           'NF_DENSITY' and
6289 #           'VHOST' and
6290 #           not 'VXLAN' and
6291 #           'CHAIN' and
6292 #           'NF_VPPIP4' and
6293 #           '64B' and
6294 #           '2T1C' and
6295 #           'MRR'"
6296 #  parameters:
6297 #  - "result"
6298 #  - "name"
6299 #  - "tags"
6300 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6301 #  x-axis: "X = VNFs per Service Chain"
6302 #  y-axis: "Y = Number of Service Chains"
6303 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6304 #  layout:
6305 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6306 #    layout: "plot-service-density"
6307 #
6308 #- type: "plot"
6309 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6310 #  algorithm: "plot_nf_heatmap"
6311 #  output-file-type: ".html"
6312 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6313 #  data: "plot-vpp-nfv-2n-skx-mrr"
6314 #  filter: "'NIC_Intel-XXV710' and
6315 #           'NF_DENSITY' and
6316 #           'VHOST' and
6317 #           not 'VXLAN' and
6318 #           'CHAIN' and
6319 #           'NF_VPPIP4' and
6320 #           '64B' and
6321 #           '4T2C' and
6322 #           'MRR'"
6323 #  parameters:
6324 #  - "result"
6325 #  - "name"
6326 #  - "tags"
6327 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6328 #  x-axis: "X = VNFs per Service Chain"
6329 #  y-axis: "Y = Number of Service Chains"
6330 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6331 #  layout:
6332 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6333 #    layout: "plot-service-density"
6334 #
6335 #- type: "plot"
6336 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6337 #  algorithm: "plot_nf_heatmap"
6338 #  output-file-type: ".html"
6339 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6340 #  data: "plot-vpp-nfv-2n-skx-mrr"
6341 #  filter: "'NIC_Intel-XXV710' and
6342 #           'NF_DENSITY' and
6343 #           'VHOST' and
6344 #           not 'VXLAN' and
6345 #           'CHAIN' and
6346 #           'NF_VPPIP4' and
6347 #           '64B' and
6348 #           '8T4C' and
6349 #           'MRR'"
6350 #  parameters:
6351 #  - "result"
6352 #  - "name"
6353 #  - "tags"
6354 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6355 #  x-axis: "X = VNFs per Service Chain"
6356 #  y-axis: "Y = Number of Service Chains"
6357 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6358 #  layout:
6359 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6360 #    layout: "plot-service-density"
6361 #
6362 ## Plots - NF Density - VSC - MRR IMIX
6363 #- type: "plot"
6364 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6365 #  algorithm: "plot_nf_heatmap"
6366 #  output-file-type: ".html"
6367 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6368 #  data: "plot-vpp-nfv-2n-skx-mrr"
6369 #  filter: "'NIC_Intel-XXV710' and
6370 #           'NF_DENSITY' and
6371 #           'VHOST' and
6372 #           not 'VXLAN' and
6373 #           'CHAIN' and
6374 #           'NF_VPPIP4' and
6375 #           'IMIX' and
6376 #           '2T1C' and
6377 #           'MRR'"
6378 #  parameters:
6379 #  - "result"
6380 #  - "name"
6381 #  - "tags"
6382 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6383 #  x-axis: "X = VNFs per Service Chain"
6384 #  y-axis: "Y = Number of Service Chains"
6385 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6386 #  layout:
6387 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6388 #    layout: "plot-service-density"
6389 #
6390 #- type: "plot"
6391 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6392 #  algorithm: "plot_nf_heatmap"
6393 #  output-file-type: ".html"
6394 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6395 #  data: "plot-vpp-nfv-2n-skx-mrr"
6396 #  filter: "'NIC_Intel-XXV710' and
6397 #           'NF_DENSITY' and
6398 #           'VHOST' and
6399 #           not 'VXLAN' and
6400 #           'CHAIN' and
6401 #           'NF_VPPIP4' and
6402 #           'IMIX' and
6403 #           '4T2C' and
6404 #           'MRR'"
6405 #  parameters:
6406 #  - "result"
6407 #  - "name"
6408 #  - "tags"
6409 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6410 #  x-axis: "X = VNFs per Service Chain"
6411 #  y-axis: "Y = Number of Service Chains"
6412 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6413 #  layout:
6414 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6415 #    layout: "plot-service-density"
6416 #
6417 #- type: "plot"
6418 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6419 #  algorithm: "plot_nf_heatmap"
6420 #  output-file-type: ".html"
6421 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6422 #  data: "plot-vpp-nfv-2n-skx-mrr"
6423 #  filter: "'NIC_Intel-XXV710' and
6424 #           'NF_DENSITY' and
6425 #           'VHOST' and
6426 #           not 'VXLAN' and
6427 #           'CHAIN' and
6428 #           'NF_VPPIP4' and
6429 #           'IMIX' and
6430 #           '8T4C' and
6431 #           'MRR'"
6432 #  parameters:
6433 #  - "result"
6434 #  - "name"
6435 #  - "tags"
6436 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6437 #  x-axis: "X = VNFs per Service Chain"
6438 #  y-axis: "Y = Number of Service Chains"
6439 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6440 #  layout:
6441 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6442 #    layout: "plot-service-density"
6443 #
6444 ## Plots - NF Density - VSC - NDR 64b
6445 #- type: "plot"
6446 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6447 #  algorithm: "plot_nf_heatmap"
6448 #  output-file-type: ".html"
6449 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6450 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6451 #  filter: "'NIC_Intel-XXV710' and
6452 #           'NF_DENSITY' and
6453 #           'VHOST' and
6454 #           not 'VXLAN' and
6455 #           'CHAIN' and
6456 #           'NF_VPPIP4' and
6457 #           '64B' and
6458 #           '2T1C' and
6459 #           'NDRPDR'"
6460 #  parameters:
6461 #  - "throughput"
6462 #  - "name"
6463 #  - "tags"
6464 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6465 #  x-axis: "X = VNFs per Service Chain"
6466 #  y-axis: "Y = Number of Service Chains"
6467 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6468 #  layout:
6469 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6470 #    layout: "plot-service-density"
6471 #
6472 #- type: "plot"
6473 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6474 #  algorithm: "plot_nf_heatmap"
6475 #  output-file-type: ".html"
6476 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6477 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6478 #  filter: "'NIC_Intel-XXV710' and
6479 #           'NF_DENSITY' and
6480 #           'VHOST' and
6481 #           not 'VXLAN' and
6482 #           'CHAIN' and
6483 #           'NF_VPPIP4' and
6484 #           '64B' and
6485 #           '4T2C' and
6486 #           'NDRPDR'"
6487 #  parameters:
6488 #  - "throughput"
6489 #  - "name"
6490 #  - "tags"
6491 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6492 #  x-axis: "X = VNFs per Service Chain"
6493 #  y-axis: "Y = Number of Service Chains"
6494 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6495 #  layout:
6496 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6497 #    layout: "plot-service-density"
6498 #
6499 #- type: "plot"
6500 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6501 #  algorithm: "plot_nf_heatmap"
6502 #  output-file-type: ".html"
6503 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6504 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6505 #  filter: "'NIC_Intel-XXV710' and
6506 #           'NF_DENSITY' and
6507 #           'VHOST' and
6508 #           not 'VXLAN' and
6509 #           'CHAIN' and
6510 #           'NF_VPPIP4' and
6511 #           '64B' and
6512 #           '8T4C' and
6513 #           'NDRPDR'"
6514 #  parameters:
6515 #  - "throughput"
6516 #  - "name"
6517 #  - "tags"
6518 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6519 #  x-axis: "X = VNFs per Service Chain"
6520 #  y-axis: "Y = Number of Service Chains"
6521 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6522 #  layout:
6523 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6524 #    layout: "plot-service-density"
6525 #
6526 ## Plots - NF Density - VSC - NDR IMIX
6527 #- type: "plot"
6528 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6529 #  algorithm: "plot_nf_heatmap"
6530 #  output-file-type: ".html"
6531 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6532 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6533 #  filter: "'NIC_Intel-XXV710' and
6534 #           'NF_DENSITY' and
6535 #           'VHOST' and
6536 #           not 'VXLAN' and
6537 #           'CHAIN' and
6538 #           'NF_VPPIP4' and
6539 #           'IMIX' and
6540 #           '2T1C' and
6541 #           'NDRPDR'"
6542 #  parameters:
6543 #  - "throughput"
6544 #  - "name"
6545 #  - "tags"
6546 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6547 #  x-axis: "X = VNFs per Service Chain"
6548 #  y-axis: "Y = Number of Service Chains"
6549 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6550 #  layout:
6551 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6552 #    layout: "plot-service-density"
6553 #
6554 #- type: "plot"
6555 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6556 #  algorithm: "plot_nf_heatmap"
6557 #  output-file-type: ".html"
6558 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6559 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6560 #  filter: "'NIC_Intel-XXV710' and
6561 #           'NF_DENSITY' and
6562 #           'VHOST' and
6563 #           not 'VXLAN' and
6564 #           'CHAIN' and
6565 #           'NF_VPPIP4' and
6566 #           'IMIX' and
6567 #           '4T2C' and
6568 #           'NDRPDR'"
6569 #  parameters:
6570 #  - "throughput"
6571 #  - "name"
6572 #  - "tags"
6573 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6574 #  x-axis: "X = VNFs per Service Chain"
6575 #  y-axis: "Y = Number of Service Chains"
6576 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6577 #  layout:
6578 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6579 #    layout: "plot-service-density"
6580 #
6581 #- type: "plot"
6582 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6583 #  algorithm: "plot_nf_heatmap"
6584 #  output-file-type: ".html"
6585 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6586 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6587 #  filter: "'NIC_Intel-XXV710' and
6588 #           'NF_DENSITY' and
6589 #           'VHOST' and
6590 #           not 'VXLAN' and
6591 #           'CHAIN' and
6592 #           'NF_VPPIP4' and
6593 #           'IMIX' and
6594 #           '8T4C' and
6595 #           'NDRPDR'"
6596 #  parameters:
6597 #  - "throughput"
6598 #  - "name"
6599 #  - "tags"
6600 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6601 #  x-axis: "X = VNFs per Service Chain"
6602 #  y-axis: "Y = Number of Service Chains"
6603 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6604 #  layout:
6605 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6606 #    layout: "plot-service-density"
6607 #
6608 ## Plots - NF Density - VSC - PDR 64b
6609 #- type: "plot"
6610 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6611 #  algorithm: "plot_nf_heatmap"
6612 #  output-file-type: ".html"
6613 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6614 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6615 #  filter: "'NIC_Intel-XXV710' and
6616 #           'NF_DENSITY' and
6617 #           'VHOST' and
6618 #           not 'VXLAN' and
6619 #           'CHAIN' and
6620 #           'NF_VPPIP4' and
6621 #           '64B' and
6622 #           '2T1C' and
6623 #           'NDRPDR'"
6624 #  parameters:
6625 #  - "throughput"
6626 #  - "name"
6627 #  - "tags"
6628 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6629 #  x-axis: "X = VNFs per Service Chain"
6630 #  y-axis: "Y = Number of Service Chains"
6631 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6632 #  layout:
6633 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6634 #    layout: "plot-service-density"
6635 #
6636 #- type: "plot"
6637 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6638 #  algorithm: "plot_nf_heatmap"
6639 #  output-file-type: ".html"
6640 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6641 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6642 #  filter: "'NIC_Intel-XXV710' and
6643 #           'NF_DENSITY' and
6644 #           'VHOST' and
6645 #           not 'VXLAN' and
6646 #           'CHAIN' and
6647 #           'NF_VPPIP4' and
6648 #           '64B' and
6649 #           '4T2C' and
6650 #           'NDRPDR'"
6651 #  parameters:
6652 #  - "throughput"
6653 #  - "name"
6654 #  - "tags"
6655 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6656 #  x-axis: "X = VNFs per Service Chain"
6657 #  y-axis: "Y = Number of Service Chains"
6658 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6659 #  layout:
6660 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6661 #    layout: "plot-service-density"
6662 #
6663 #- type: "plot"
6664 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6665 #  algorithm: "plot_nf_heatmap"
6666 #  output-file-type: ".html"
6667 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6668 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6669 #  filter: "'NIC_Intel-XXV710' and
6670 #           'NF_DENSITY' and
6671 #           'VHOST' and
6672 #           not 'VXLAN' and
6673 #           'CHAIN' and
6674 #           'NF_VPPIP4' and
6675 #           '64B' and
6676 #           '8T4C' and
6677 #           'NDRPDR'"
6678 #  parameters:
6679 #  - "throughput"
6680 #  - "name"
6681 #  - "tags"
6682 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6683 #  x-axis: "X = VNFs per Service Chain"
6684 #  y-axis: "Y = Number of Service Chains"
6685 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6686 #  layout:
6687 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6688 #    layout: "plot-service-density"
6689 #
6690 ## Plots - NF Density - VSC - PDR IMIX
6691 #- type: "plot"
6692 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6693 #  algorithm: "plot_nf_heatmap"
6694 #  output-file-type: ".html"
6695 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6696 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6697 #  filter: "'NIC_Intel-XXV710' and
6698 #           'NF_DENSITY' and
6699 #           'VHOST' and
6700 #           not 'VXLAN' and
6701 #           'CHAIN' and
6702 #           'NF_VPPIP4' and
6703 #           'IMIX' and
6704 #           '2T1C' and
6705 #           'NDRPDR'"
6706 #  parameters:
6707 #  - "throughput"
6708 #  - "name"
6709 #  - "tags"
6710 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6711 #  x-axis: "X = VNFs per Service Chain"
6712 #  y-axis: "Y = Number of Service Chains"
6713 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6714 #  layout:
6715 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6716 #    layout: "plot-service-density"
6717 #
6718 #- type: "plot"
6719 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6720 #  algorithm: "plot_nf_heatmap"
6721 #  output-file-type: ".html"
6722 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6723 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6724 #  filter: "'NIC_Intel-XXV710' and
6725 #           'NF_DENSITY' and
6726 #           'VHOST' and
6727 #           not 'VXLAN' and
6728 #           'CHAIN' and
6729 #           'NF_VPPIP4' and
6730 #           'IMIX' and
6731 #           '4T2C' and
6732 #           'NDRPDR'"
6733 #  parameters:
6734 #  - "throughput"
6735 #  - "name"
6736 #  - "tags"
6737 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6738 #  x-axis: "X = VNFs per Service Chain"
6739 #  y-axis: "Y = Number of Service Chains"
6740 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6741 #  layout:
6742 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6743 #    layout: "plot-service-density"
6744 #
6745 #- type: "plot"
6746 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6747 #  algorithm: "plot_nf_heatmap"
6748 #  output-file-type: ".html"
6749 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6750 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6751 #  filter: "'NIC_Intel-XXV710' and
6752 #           'NF_DENSITY' and
6753 #           'VHOST' and
6754 #           not 'VXLAN' and
6755 #           'CHAIN' and
6756 #           'NF_VPPIP4' and
6757 #           'IMIX' and
6758 #           '8T4C' and
6759 #           'NDRPDR'"
6760 #  parameters:
6761 #  - "throughput"
6762 #  - "name"
6763 #  - "tags"
6764 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6765 #  x-axis: "X = VNFs per Service Chain"
6766 #  y-axis: "Y = Number of Service Chains"
6767 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6768 #  layout:
6769 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6770 #    layout: "plot-service-density"
6771 #
6772 ################################################################################
6773 ## Plots - NF Density - VSC - MRR 64b
6774 #- type: "plot"
6775 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6776 #  algorithm: "plot_nf_heatmap"
6777 #  output-file-type: ".html"
6778 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6779 #  data: "plot-vpp-nfv-2n-skx-mrr"
6780 #  filter: "'NIC_Intel-XXV710' and
6781 #           'NF_DENSITY' and
6782 #           'VHOST' and
6783 #           'VXLAN' and
6784 #           'CHAIN' and
6785 #           '118' and
6786 #           '2T1C' and
6787 #           'MRR'"
6788 #  parameters:
6789 #  - "result"
6790 #  - "name"
6791 #  - "tags"
6792 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6793 #  x-axis: "X = VNFs per Service Chain"
6794 #  y-axis: "Y = Number of Service Chains"
6795 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6796 #  layout:
6797 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6798 #    layout: "plot-service-density"
6799 #
6800 #- type: "plot"
6801 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6802 #  algorithm: "plot_nf_heatmap"
6803 #  output-file-type: ".html"
6804 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6805 #  data: "plot-vpp-nfv-2n-skx-mrr"
6806 #  filter: "'NIC_Intel-XXV710' and
6807 #           'NF_DENSITY' and
6808 #           'VHOST' and
6809 #           'VXLAN' and
6810 #           'CHAIN' and
6811 #           '118' and
6812 #           '4T2C' and
6813 #           'MRR'"
6814 #  parameters:
6815 #  - "result"
6816 #  - "name"
6817 #  - "tags"
6818 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6819 #  x-axis: "X = VNFs per Service Chain"
6820 #  y-axis: "Y = Number of Service Chains"
6821 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6822 #  layout:
6823 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6824 #    layout: "plot-service-density"
6825 #
6826 #- type: "plot"
6827 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6828 #  algorithm: "plot_nf_heatmap"
6829 #  output-file-type: ".html"
6830 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6831 #  data: "plot-vpp-nfv-2n-skx-mrr"
6832 #  filter: "'NIC_Intel-XXV710' and
6833 #           'NF_DENSITY' and
6834 #           'VHOST' and
6835 #           'VXLAN' and
6836 #           'CHAIN' and
6837 #           '118' and
6838 #           '8T4C' and
6839 #           'MRR'"
6840 #  parameters:
6841 #  - "result"
6842 #  - "name"
6843 #  - "tags"
6844 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6845 #  x-axis: "X = VNFs per Service Chain"
6846 #  y-axis: "Y = Number of Service Chains"
6847 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6848 #  layout:
6849 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6850 #    layout: "plot-service-density"
6851 #
6852 ## Plots - NF Density - VSC - MRR IMIX
6853 #- type: "plot"
6854 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6855 #  algorithm: "plot_nf_heatmap"
6856 #  output-file-type: ".html"
6857 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6858 #  data: "plot-vpp-nfv-2n-skx-mrr"
6859 #  filter: "'NIC_Intel-XXV710' and
6860 #           'NF_DENSITY' and
6861 #           'VHOST' and
6862 #           'VXLAN' and
6863 #           'CHAIN' and
6864 #           'IMIX' and
6865 #           '2T1C' and
6866 #           'MRR'"
6867 #  parameters:
6868 #  - "result"
6869 #  - "name"
6870 #  - "tags"
6871 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6872 #  x-axis: "X = VNFs per Service Chain"
6873 #  y-axis: "Y = Number of Service Chains"
6874 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6875 #  layout:
6876 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6877 #    layout: "plot-service-density"
6878 #
6879 #- type: "plot"
6880 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6881 #  algorithm: "plot_nf_heatmap"
6882 #  output-file-type: ".html"
6883 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6884 #  data: "plot-vpp-nfv-2n-skx-mrr"
6885 #  filter: "'NIC_Intel-XXV710' and
6886 #           'NF_DENSITY' and
6887 #           'VHOST' and
6888 #           'VXLAN' and
6889 #           'CHAIN' and
6890 #           'IMIX' and
6891 #           '4T2C' and
6892 #           'MRR'"
6893 #  parameters:
6894 #  - "result"
6895 #  - "name"
6896 #  - "tags"
6897 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6898 #  x-axis: "X = VNFs per Service Chain"
6899 #  y-axis: "Y = Number of Service Chains"
6900 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6901 #  layout:
6902 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6903 #    layout: "plot-service-density"
6904 #
6905 #- type: "plot"
6906 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6907 #  algorithm: "plot_nf_heatmap"
6908 #  output-file-type: ".html"
6909 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6910 #  data: "plot-vpp-nfv-2n-skx-mrr"
6911 #  filter: "'NIC_Intel-XXV710' and
6912 #           'NF_DENSITY' and
6913 #           'VHOST' and
6914 #           'VXLAN' and
6915 #           'CHAIN' and
6916 #           'IMIX' and
6917 #           '8T4C' and
6918 #           'MRR'"
6919 #  parameters:
6920 #  - "result"
6921 #  - "name"
6922 #  - "tags"
6923 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6924 #  x-axis: "X = VNFs per Service Chain"
6925 #  y-axis: "Y = Number of Service Chains"
6926 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6927 #  layout:
6928 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6929 #    layout: "plot-service-density"
6930 #
6931 ## Plots - NF Density - VSC - NDR 64b
6932 #- type: "plot"
6933 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6934 #  algorithm: "plot_nf_heatmap"
6935 #  output-file-type: ".html"
6936 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6937 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6938 #  filter: "'NIC_Intel-XXV710' and
6939 #           'NF_DENSITY' and
6940 #           'VHOST' and
6941 #           'VXLAN' and
6942 #           'CHAIN' and
6943 #           '118' and
6944 #           '2T1C' and
6945 #           'NDRPDR'"
6946 #  parameters:
6947 #  - "throughput"
6948 #  - "name"
6949 #  - "tags"
6950 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6951 #  x-axis: "X = VNFs per Service Chain"
6952 #  y-axis: "Y = Number of Service Chains"
6953 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6954 #  layout:
6955 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6956 #    layout: "plot-service-density"
6957 #
6958 #- type: "plot"
6959 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6960 #  algorithm: "plot_nf_heatmap"
6961 #  output-file-type: ".html"
6962 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6963 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6964 #  filter: "'NIC_Intel-XXV710' and
6965 #           'NF_DENSITY' and
6966 #           'VHOST' and
6967 #           'VXLAN' and
6968 #           'CHAIN' and
6969 #           '118' and
6970 #           '4T2C' and
6971 #           'NDRPDR'"
6972 #  parameters:
6973 #  - "throughput"
6974 #  - "name"
6975 #  - "tags"
6976 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6977 #  x-axis: "X = VNFs per Service Chain"
6978 #  y-axis: "Y = Number of Service Chains"
6979 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6980 #  layout:
6981 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6982 #    layout: "plot-service-density"
6983 #
6984 #- type: "plot"
6985 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6986 #  algorithm: "plot_nf_heatmap"
6987 #  output-file-type: ".html"
6988 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6989 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6990 #  filter: "'NIC_Intel-XXV710' and
6991 #           'NF_DENSITY' and
6992 #           'VHOST' and
6993 #           'VXLAN' and
6994 #           'CHAIN' and
6995 #           '118' and
6996 #           '8T4C' and
6997 #           'NDRPDR'"
6998 #  parameters:
6999 #  - "throughput"
7000 #  - "name"
7001 #  - "tags"
7002 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7003 #  x-axis: "X = VNFs per Service Chain"
7004 #  y-axis: "Y = Number of Service Chains"
7005 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7006 #  layout:
7007 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7008 #    layout: "plot-service-density"
7009 #
7010 ## Plots - NF Density - VSC - NDR IMIX
7011 #- type: "plot"
7012 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7013 #  algorithm: "plot_nf_heatmap"
7014 #  output-file-type: ".html"
7015 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7016 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7017 #  filter: "'NIC_Intel-XXV710' and
7018 #           'NF_DENSITY' and
7019 #           'VHOST' and
7020 #           'VXLAN' and
7021 #           'CHAIN' and
7022 #           'IMIX' and
7023 #           '2T1C' and
7024 #           'NDRPDR'"
7025 #  parameters:
7026 #  - "throughput"
7027 #  - "name"
7028 #  - "tags"
7029 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7030 #  x-axis: "X = VNFs per Service Chain"
7031 #  y-axis: "Y = Number of Service Chains"
7032 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7033 #  layout:
7034 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7035 #    layout: "plot-service-density"
7036 #
7037 #- type: "plot"
7038 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7039 #  algorithm: "plot_nf_heatmap"
7040 #  output-file-type: ".html"
7041 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7042 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7043 #  filter: "'NIC_Intel-XXV710' and
7044 #           'NF_DENSITY' and
7045 #           'VHOST' and
7046 #           'VXLAN' and
7047 #           'CHAIN' and
7048 #           'IMIX' and
7049 #           '4T2C' and
7050 #           'NDRPDR'"
7051 #  parameters:
7052 #  - "throughput"
7053 #  - "name"
7054 #  - "tags"
7055 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7056 #  x-axis: "X = VNFs per Service Chain"
7057 #  y-axis: "Y = Number of Service Chains"
7058 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7059 #  layout:
7060 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7061 #    layout: "plot-service-density"
7062 #
7063 #- type: "plot"
7064 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7065 #  algorithm: "plot_nf_heatmap"
7066 #  output-file-type: ".html"
7067 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7068 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7069 #  filter: "'NIC_Intel-XXV710' and
7070 #           'NF_DENSITY' and
7071 #           'VHOST' and
7072 #           'VXLAN' and
7073 #           'CHAIN' and
7074 #           'IMIX' and
7075 #           '8T4C' and
7076 #           'NDRPDR'"
7077 #  parameters:
7078 #  - "throughput"
7079 #  - "name"
7080 #  - "tags"
7081 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7082 #  x-axis: "X = VNFs per Service Chain"
7083 #  y-axis: "Y = Number of Service Chains"
7084 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7085 #  layout:
7086 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7087 #    layout: "plot-service-density"
7088 #
7089 ## Plots - NF Density - VSC - PDR 64b
7090 #- type: "plot"
7091 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7092 #  algorithm: "plot_nf_heatmap"
7093 #  output-file-type: ".html"
7094 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7095 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7096 #  filter: "'NIC_Intel-XXV710' and
7097 #           'NF_DENSITY' and
7098 #           'VHOST' and
7099 #           'VXLAN' and
7100 #           'CHAIN' and
7101 #           '118' and
7102 #           '2T1C' and
7103 #           'NDRPDR'"
7104 #  parameters:
7105 #  - "throughput"
7106 #  - "name"
7107 #  - "tags"
7108 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7109 #  x-axis: "X = VNFs per Service Chain"
7110 #  y-axis: "Y = Number of Service Chains"
7111 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7112 #  layout:
7113 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7114 #    layout: "plot-service-density"
7115 #
7116 #- type: "plot"
7117 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7118 #  algorithm: "plot_nf_heatmap"
7119 #  output-file-type: ".html"
7120 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7121 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7122 #  filter: "'NIC_Intel-XXV710' and
7123 #           'NF_DENSITY' and
7124 #           'VHOST' and
7125 #           'VXLAN' and
7126 #           'CHAIN' and
7127 #           '118' and
7128 #           '4T2C' and
7129 #           'NDRPDR'"
7130 #  parameters:
7131 #  - "throughput"
7132 #  - "name"
7133 #  - "tags"
7134 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7135 #  x-axis: "X = VNFs per Service Chain"
7136 #  y-axis: "Y = Number of Service Chains"
7137 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7138 #  layout:
7139 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7140 #    layout: "plot-service-density"
7141 #
7142 #- type: "plot"
7143 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7144 #  algorithm: "plot_nf_heatmap"
7145 #  output-file-type: ".html"
7146 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7147 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7148 #  filter: "'NIC_Intel-XXV710' and
7149 #           'NF_DENSITY' and
7150 #           'VHOST' and
7151 #           'VXLAN' and
7152 #           'CHAIN' and
7153 #           '118' and
7154 #           '8T4C' and
7155 #           'NDRPDR'"
7156 #  parameters:
7157 #  - "throughput"
7158 #  - "name"
7159 #  - "tags"
7160 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7161 #  x-axis: "X = VNFs per Service Chain"
7162 #  y-axis: "Y = Number of Service Chains"
7163 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7164 #  layout:
7165 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7166 #    layout: "plot-service-density"
7167 #
7168 ## Plots - NF Density - VSC - PDR IMIX
7169 #- type: "plot"
7170 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7171 #  algorithm: "plot_nf_heatmap"
7172 #  output-file-type: ".html"
7173 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7174 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7175 #  filter: "'NIC_Intel-XXV710' and
7176 #           'NF_DENSITY' and
7177 #           'VHOST' and
7178 #           'VXLAN' and
7179 #           'CHAIN' and
7180 #           'IMIX' and
7181 #           '2T1C' and
7182 #           'NDRPDR'"
7183 #  parameters:
7184 #  - "throughput"
7185 #  - "name"
7186 #  - "tags"
7187 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7188 #  x-axis: "X = VNFs per Service Chain"
7189 #  y-axis: "Y = Number of Service Chains"
7190 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7191 #  layout:
7192 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7193 #    layout: "plot-service-density"
7194 #
7195 #- type: "plot"
7196 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7197 #  algorithm: "plot_nf_heatmap"
7198 #  output-file-type: ".html"
7199 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7200 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7201 #  filter: "'NIC_Intel-XXV710' and
7202 #           'NF_DENSITY' and
7203 #           'VHOST' and
7204 #           'VXLAN' and
7205 #           'CHAIN' and
7206 #           'IMIX' and
7207 #           '4T2C' and
7208 #           'NDRPDR'"
7209 #  parameters:
7210 #  - "throughput"
7211 #  - "name"
7212 #  - "tags"
7213 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7214 #  x-axis: "X = VNFs per Service Chain"
7215 #  y-axis: "Y = Number of Service Chains"
7216 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7217 #  layout:
7218 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7219 #    layout: "plot-service-density"
7220 #
7221 #- type: "plot"
7222 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7223 #  algorithm: "plot_nf_heatmap"
7224 #  output-file-type: ".html"
7225 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7226 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7227 #  filter: "'NIC_Intel-XXV710' and
7228 #           'NF_DENSITY' and
7229 #           'VHOST' and
7230 #           'VXLAN' and
7231 #           'CHAIN' and
7232 #           'IMIX' and
7233 #           '8T4C' and
7234 #           'NDRPDR'"
7235 #  parameters:
7236 #  - "throughput"
7237 #  - "name"
7238 #  - "tags"
7239 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7240 #  x-axis: "X = VNFs per Service Chain"
7241 #  y-axis: "Y = Number of Service Chains"
7242 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7243 #  layout:
7244 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7245 #    layout: "plot-service-density"
7246 #
7247 ################################################################################
7248 ## Plots - NF Density - CSC - MRR 64b
7249 #- type: "plot"
7250 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7251 #  algorithm: "plot_nf_heatmap"
7252 #  output-file-type: ".html"
7253 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7254 #  data: "plot-vpp-nfv-2n-skx-mrr"
7255 #  filter: "'NIC_Intel-XXV710' and
7256 #           'NF_DENSITY' and
7257 #           'DOCKER' and
7258 #           'CHAIN' and
7259 #           'NF_VPPIP4' and
7260 #           '64B' and
7261 #           '2T1C' and
7262 #           'MRR'"
7263 #  parameters:
7264 #  - "result"
7265 #  - "name"
7266 #  - "tags"
7267 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7268 #  x-axis: "X = CNFs per Service Chain"
7269 #  y-axis: "Y = Number of Service Chains"
7270 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7271 #  layout:
7272 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7273 #    layout: "plot-service-density"
7274 #
7275 #- type: "plot"
7276 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7277 #  algorithm: "plot_nf_heatmap"
7278 #  output-file-type: ".html"
7279 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7280 #  data: "plot-vpp-nfv-2n-skx-mrr"
7281 #  filter: "'NIC_Intel-XXV710' and
7282 #           'NF_DENSITY' and
7283 #           'DOCKER' and
7284 #           'CHAIN' and
7285 #           'NF_VPPIP4' and
7286 #           '64B' and
7287 #           '4T2C' and
7288 #           'MRR'"
7289 #  parameters:
7290 #  - "result"
7291 #  - "name"
7292 #  - "tags"
7293 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7294 #  x-axis: "X = CNFs per Service Chain"
7295 #  y-axis: "Y = Number of Service Chains"
7296 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7297 #  layout:
7298 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7299 #    layout: "plot-service-density"
7300 #
7301 #- type: "plot"
7302 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7303 #  algorithm: "plot_nf_heatmap"
7304 #  output-file-type: ".html"
7305 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7306 #  data: "plot-vpp-nfv-2n-skx-mrr"
7307 #  filter: "'NIC_Intel-XXV710' and
7308 #           'NF_DENSITY' and
7309 #           'DOCKER' and
7310 #           'CHAIN' and
7311 #           'NF_VPPIP4' and
7312 #           '64B' and
7313 #           '8T4C' and
7314 #           'MRR'"
7315 #  parameters:
7316 #  - "result"
7317 #  - "name"
7318 #  - "tags"
7319 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7320 #  x-axis: "X = CNFs per Service Chain"
7321 #  y-axis: "Y = Number of Service Chains"
7322 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7323 #  layout:
7324 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7325 #    layout: "plot-service-density"
7326 #
7327 ## Plots - NF Density - CSC - MRR IMIX
7328 #- type: "plot"
7329 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7330 #  algorithm: "plot_nf_heatmap"
7331 #  output-file-type: ".html"
7332 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7333 #  data: "plot-vpp-nfv-2n-skx-mrr"
7334 #  filter: "'NIC_Intel-XXV710' and
7335 #           'NF_DENSITY' and
7336 #           'DOCKER' and
7337 #           'CHAIN' and
7338 #           'NF_VPPIP4' and
7339 #           'IMIX' and
7340 #           '2T1C' and
7341 #           'MRR'"
7342 #  parameters:
7343 #  - "result"
7344 #  - "name"
7345 #  - "tags"
7346 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7347 #  x-axis: "X = CNFs per Service Chain"
7348 #  y-axis: "Y = Number of Service Chains"
7349 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7350 #  layout:
7351 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7352 #    layout: "plot-service-density"
7353 #
7354 #- type: "plot"
7355 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7356 #  algorithm: "plot_nf_heatmap"
7357 #  output-file-type: ".html"
7358 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7359 #  data: "plot-vpp-nfv-2n-skx-mrr"
7360 #  filter: "'NIC_Intel-XXV710' and
7361 #           'NF_DENSITY' and
7362 #           'DOCKER' and
7363 #           'CHAIN' and
7364 #           'NF_VPPIP4' and
7365 #           'IMIX' and
7366 #           '4T2C' and
7367 #           'MRR'"
7368 #  parameters:
7369 #  - "result"
7370 #  - "name"
7371 #  - "tags"
7372 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7373 #  x-axis: "X = CNFs per Service Chain"
7374 #  y-axis: "Y = Number of Service Chains"
7375 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7376 #  layout:
7377 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7378 #    layout: "plot-service-density"
7379 #
7380 #- type: "plot"
7381 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7382 #  algorithm: "plot_nf_heatmap"
7383 #  output-file-type: ".html"
7384 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7385 #  data: "plot-vpp-nfv-2n-skx-mrr"
7386 #  filter: "'NIC_Intel-XXV710' and
7387 #           'NF_DENSITY' and
7388 #           'DOCKER' and
7389 #           'CHAIN' and
7390 #           'NF_VPPIP4' and
7391 #           'IMIX' and
7392 #           '8T4C' and
7393 #           'MRR'"
7394 #  parameters:
7395 #  - "result"
7396 #  - "name"
7397 #  - "tags"
7398 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7399 #  x-axis: "X = CNFs per Service Chain"
7400 #  y-axis: "Y = Number of Service Chains"
7401 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7402 #  layout:
7403 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7404 #    layout: "plot-service-density"
7405 #
7406 ## Plots - NF Density - CSC - NDR 64b
7407 #- type: "plot"
7408 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7409 #  algorithm: "plot_nf_heatmap"
7410 #  output-file-type: ".html"
7411 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7412 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7413 #  filter: "'NIC_Intel-XXV710' and
7414 #           'NF_DENSITY' and
7415 #           'DOCKER' and
7416 #           'CHAIN' and
7417 #           'NF_VPPIP4' and
7418 #           '64B' and
7419 #           '2T1C' and
7420 #           'NDRPDR'"
7421 #  parameters:
7422 #  - "throughput"
7423 #  - "name"
7424 #  - "tags"
7425 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7426 #  x-axis: "X = CNFs per Service Chain"
7427 #  y-axis: "Y = Number of Service Chains"
7428 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7429 #  layout:
7430 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7431 #    layout: "plot-service-density"
7432 #
7433 #- type: "plot"
7434 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7435 #  algorithm: "plot_nf_heatmap"
7436 #  output-file-type: ".html"
7437 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7438 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7439 #  filter: "'NIC_Intel-XXV710' and
7440 #           'NF_DENSITY' and
7441 #           'DOCKER' and
7442 #           'CHAIN' and
7443 #           'NF_VPPIP4' and
7444 #           '64B' and
7445 #           '4T2C' and
7446 #           'NDRPDR'"
7447 #  parameters:
7448 #  - "throughput"
7449 #  - "name"
7450 #  - "tags"
7451 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7452 #  x-axis: "X = CNFs per Service Chain"
7453 #  y-axis: "Y = Number of Service Chains"
7454 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7455 #  layout:
7456 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7457 #    layout: "plot-service-density"
7458 #
7459 #- type: "plot"
7460 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7461 #  algorithm: "plot_nf_heatmap"
7462 #  output-file-type: ".html"
7463 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7464 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7465 #  filter: "'NIC_Intel-XXV710' and
7466 #           'NF_DENSITY' and
7467 #           'DOCKER' and
7468 #           'CHAIN' and
7469 #           'NF_VPPIP4' and
7470 #           '64B' and
7471 #           '8T4C' and
7472 #           'NDRPDR'"
7473 #  parameters:
7474 #  - "throughput"
7475 #  - "name"
7476 #  - "tags"
7477 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7478 #  x-axis: "X = CNFs per Service Chain"
7479 #  y-axis: "Y = Number of Service Chains"
7480 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7481 #  layout:
7482 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7483 #    layout: "plot-service-density"
7484 #
7485 ## Plots - NF Density - CSC - NDR IMIX
7486 #- type: "plot"
7487 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7488 #  algorithm: "plot_nf_heatmap"
7489 #  output-file-type: ".html"
7490 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7491 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7492 #  filter: "'NIC_Intel-XXV710' and
7493 #           'NF_DENSITY' and
7494 #           'DOCKER' and
7495 #           'CHAIN' and
7496 #           'NF_VPPIP4' and
7497 #           'IMIX' and
7498 #           '2T1C' and
7499 #           'NDRPDR'"
7500 #  parameters:
7501 #  - "throughput"
7502 #  - "name"
7503 #  - "tags"
7504 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7505 #  x-axis: "X = CNFs per Service Chain"
7506 #  y-axis: "Y = Number of Service Chains"
7507 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7508 #  layout:
7509 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7510 #    layout: "plot-service-density"
7511 #
7512 #- type: "plot"
7513 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7514 #  algorithm: "plot_nf_heatmap"
7515 #  output-file-type: ".html"
7516 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7517 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7518 #  filter: "'NIC_Intel-XXV710' and
7519 #           'NF_DENSITY' and
7520 #           'DOCKER' and
7521 #           'CHAIN' and
7522 #           'NF_VPPIP4' and
7523 #           'IMIX' and
7524 #           '4T2C' and
7525 #           'NDRPDR'"
7526 #  parameters:
7527 #  - "throughput"
7528 #  - "name"
7529 #  - "tags"
7530 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7531 #  x-axis: "X = CNFs per Service Chain"
7532 #  y-axis: "Y = Number of Service Chains"
7533 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7534 #  layout:
7535 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7536 #    layout: "plot-service-density"
7537 #
7538 #- type: "plot"
7539 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7540 #  algorithm: "plot_nf_heatmap"
7541 #  output-file-type: ".html"
7542 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7543 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7544 #  filter: "'NIC_Intel-XXV710' and
7545 #           'NF_DENSITY' and
7546 #           'DOCKER' and
7547 #           'CHAIN' and
7548 #           'NF_VPPIP4' and
7549 #           'IMIX' and
7550 #           '8T4C' and
7551 #           'NDRPDR'"
7552 #  parameters:
7553 #  - "throughput"
7554 #  - "name"
7555 #  - "tags"
7556 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7557 #  x-axis: "X = CNFs per Service Chain"
7558 #  y-axis: "Y = Number of Service Chains"
7559 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7560 #  layout:
7561 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7562 #    layout: "plot-service-density"
7563 #
7564 ## Plots - NF Density - CSC - PDR 64b
7565 #- type: "plot"
7566 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7567 #  algorithm: "plot_nf_heatmap"
7568 #  output-file-type: ".html"
7569 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7570 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7571 #  filter: "'NIC_Intel-XXV710' and
7572 #           'NF_DENSITY' and
7573 #           'DOCKER' and
7574 #           'CHAIN' and
7575 #           'NF_VPPIP4' and
7576 #           '64B' and
7577 #           '2T1C' and
7578 #           'NDRPDR'"
7579 #  parameters:
7580 #  - "throughput"
7581 #  - "name"
7582 #  - "tags"
7583 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7584 #  x-axis: "X = CNFs per Service Chain"
7585 #  y-axis: "Y = Number of Service Chains"
7586 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7587 #  layout:
7588 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7589 #    layout: "plot-service-density"
7590 #
7591 #- type: "plot"
7592 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7593 #  algorithm: "plot_nf_heatmap"
7594 #  output-file-type: ".html"
7595 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7596 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7597 #  filter: "'NIC_Intel-XXV710' and
7598 #           'NF_DENSITY' and
7599 #           'DOCKER' and
7600 #           'CHAIN' and
7601 #           'NF_VPPIP4' and
7602 #           '64B' and
7603 #           '4T2C' and
7604 #           'NDRPDR'"
7605 #  parameters:
7606 #  - "throughput"
7607 #  - "name"
7608 #  - "tags"
7609 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7610 #  x-axis: "X = CNFs per Service Chain"
7611 #  y-axis: "Y = Number of Service Chains"
7612 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7613 #  layout:
7614 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7615 #    layout: "plot-service-density"
7616 #
7617 #- type: "plot"
7618 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7619 #  algorithm: "plot_nf_heatmap"
7620 #  output-file-type: ".html"
7621 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7622 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7623 #  filter: "'NIC_Intel-XXV710' and
7624 #           'NF_DENSITY' and
7625 #           'DOCKER' and
7626 #           'CHAIN' and
7627 #           'NF_VPPIP4' and
7628 #           '64B' and
7629 #           '8T4C' and
7630 #           'NDRPDR'"
7631 #  parameters:
7632 #  - "throughput"
7633 #  - "name"
7634 #  - "tags"
7635 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7636 #  x-axis: "X = CNFs per Service Chain"
7637 #  y-axis: "Y = Number of Service Chains"
7638 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7639 #  layout:
7640 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7641 #    layout: "plot-service-density"
7642 #
7643 ## Plots - NF Density - CSC - PDR IMIX
7644 #- type: "plot"
7645 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7646 #  algorithm: "plot_nf_heatmap"
7647 #  output-file-type: ".html"
7648 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7649 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7650 #  filter: "'NIC_Intel-XXV710' and
7651 #           'NF_DENSITY' and
7652 #           'DOCKER' and
7653 #           'CHAIN' and
7654 #           'NF_VPPIP4' and
7655 #           'IMIX' and
7656 #           '2T1C' and
7657 #           'NDRPDR'"
7658 #  parameters:
7659 #  - "throughput"
7660 #  - "name"
7661 #  - "tags"
7662 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7663 #  x-axis: "X = CNFs per Service Chain"
7664 #  y-axis: "Y = Number of Service Chains"
7665 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7666 #  layout:
7667 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7668 #    layout: "plot-service-density"
7669 #
7670 #- type: "plot"
7671 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7672 #  algorithm: "plot_nf_heatmap"
7673 #  output-file-type: ".html"
7674 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7675 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7676 #  filter: "'NIC_Intel-XXV710' and
7677 #           'NF_DENSITY' and
7678 #           'DOCKER' and
7679 #           'CHAIN' and
7680 #           'NF_VPPIP4' and
7681 #           'IMIX' and
7682 #           '4T2C' and
7683 #           'NDRPDR'"
7684 #  parameters:
7685 #  - "throughput"
7686 #  - "name"
7687 #  - "tags"
7688 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7689 #  x-axis: "X = CNFs per Service Chain"
7690 #  y-axis: "Y = Number of Service Chains"
7691 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7692 #  layout:
7693 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7694 #    layout: "plot-service-density"
7695 #
7696 #- type: "plot"
7697 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7698 #  algorithm: "plot_nf_heatmap"
7699 #  output-file-type: ".html"
7700 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7701 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7702 #  filter: "'NIC_Intel-XXV710' and
7703 #           'NF_DENSITY' and
7704 #           'DOCKER' and
7705 #           'CHAIN' and
7706 #           'NF_VPPIP4' and
7707 #           'IMIX' and
7708 #           '8T4C' and
7709 #           'NDRPDR'"
7710 #  parameters:
7711 #  - "throughput"
7712 #  - "name"
7713 #  - "tags"
7714 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7715 #  x-axis: "X = CNFs per Service Chain"
7716 #  y-axis: "Y = Number of Service Chains"
7717 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7718 #  layout:
7719 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7720 #    layout: "plot-service-density"
7721 #
7722 ################################################################################
7723 #
7724 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7725 #- type: "plot"
7726 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7727 #  algorithm: "plot_nf_heatmap"
7728 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7729 #  data: "plot-vpp-nfv-3n-skx-mrr"
7730 #  filter: "'NIC_Intel-XXV710' and
7731 #           'NF_DENSITY' and
7732 #           'DOCKER' and
7733 #           'CHAIN' and
7734 #           'NF_VPPIP4' and
7735 #           'IPSEC' and
7736 #           'TNL_4' and
7737 #           'IMIX' and
7738 #           '2T1C' and
7739 #           'MRR'"
7740 #  parameters:
7741 #  - "result"
7742 #  - "name"
7743 #  - "tags"
7744 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7745 #  x-axis: "X = CNFs per Service Chain"
7746 #  y-axis: "Y = Number of Service Chains"
7747 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7748 #  layout:
7749 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7750 #    layout: "plot-service-density"
7751 #
7752 #- type: "plot"
7753 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7754 #  algorithm: "plot_nf_heatmap"
7755 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7756 #  data: "plot-vpp-nfv-3n-skx-mrr"
7757 #  filter: "'NIC_Intel-XXV710' and
7758 #           'NF_DENSITY' and
7759 #           'DOCKER' and
7760 #           'CHAIN' and
7761 #           'NF_VPPIP4' and
7762 #           'IPSEC' and
7763 #           'TNL_4' and
7764 #           'IMIX' and
7765 #           '4T2C' and
7766 #           'MRR'"
7767 #  parameters:
7768 #  - "result"
7769 #  - "name"
7770 #  - "tags"
7771 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7772 #  x-axis: "X = CNFs per Service Chain"
7773 #  y-axis: "Y = Number of Service Chains"
7774 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7775 #  layout:
7776 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7777 #    layout: "plot-service-density"
7778 #
7779 #- type: "plot"
7780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7781 #  algorithm: "plot_nf_heatmap"
7782 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7783 #  data: "plot-vpp-nfv-3n-skx-mrr"
7784 #  filter: "'NIC_Intel-XXV710' and
7785 #           'NF_DENSITY' and
7786 #           'DOCKER' and
7787 #           'CHAIN' and
7788 #           'NF_VPPIP4' and
7789 #           'IPSEC' and
7790 #           'TNL_4' and
7791 #           'IMIX' and
7792 #           '8T4C' and
7793 #           'MRR'"
7794 #  parameters:
7795 #  - "result"
7796 #  - "name"
7797 #  - "tags"
7798 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7799 #  x-axis: "X = CNFs per Service Chain"
7800 #  y-axis: "Y = Number of Service Chains"
7801 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7802 #  layout:
7803 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7804 #    layout: "plot-service-density"
7805
7806 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7807 - type: "plot"
7808   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7809   algorithm: "plot_nf_heatmap"
7810   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7811   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7812   filter: "'NIC_Intel-XXV710' and
7813            'NF_DENSITY' and
7814            'DOCKER' and
7815            'CHAIN' and
7816            'NF_VPPIP4' and
7817            'IPSEC' and
7818            'TNL_4' and
7819            'IMIX' and
7820            '2T1C' and
7821            'NDRPDR'"
7822   parameters:
7823   - "throughput"
7824   - "name"
7825   - "tags"
7826   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7827   x-axis: "X = CNFs per Service Chain"
7828   y-axis: "Y = Number of Service Chains"
7829   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7830   layout:
7831     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7832     layout: "plot-service-density"
7833
7834 - type: "plot"
7835   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7836   algorithm: "plot_nf_heatmap"
7837   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7838   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7839   filter: "'NIC_Intel-XXV710' and
7840            'NF_DENSITY' and
7841            'DOCKER' and
7842            'CHAIN' and
7843            'NF_VPPIP4' and
7844            'IPSEC' and
7845            'TNL_4' and
7846            'IMIX' and
7847            '4T2C' and
7848            'NDRPDR'"
7849   parameters:
7850   - "throughput"
7851   - "name"
7852   - "tags"
7853   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7854   x-axis: "X = CNFs per Service Chain"
7855   y-axis: "Y = Number of Service Chains"
7856   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7857   layout:
7858     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7859     layout: "plot-service-density"
7860
7861 - type: "plot"
7862   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7863   algorithm: "plot_nf_heatmap"
7864   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7865   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7866   filter: "'NIC_Intel-XXV710' and
7867            'NF_DENSITY' and
7868            'DOCKER' and
7869            'CHAIN' and
7870            'NF_VPPIP4' and
7871            'IPSEC' and
7872            'TNL_4' and
7873            'IMIX' and
7874            '8T4C' and
7875            'NDRPDR'"
7876   parameters:
7877   - "throughput"
7878   - "name"
7879   - "tags"
7880   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7881   x-axis: "X = CNFs per Service Chain"
7882   y-axis: "Y = Number of Service Chains"
7883   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7884   layout:
7885     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7886     layout: "plot-service-density"
7887
7888 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7889 - type: "plot"
7890   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7891   algorithm: "plot_nf_heatmap"
7892   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7893   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7894   filter: "'NIC_Intel-XXV710' and
7895            'NF_DENSITY' and
7896            'DOCKER' and
7897            'CHAIN' and
7898            'NF_VPPIP4' and
7899            'IPSEC' and
7900            'TNL_4' and
7901            'IMIX' and
7902            '2T1C' and
7903            'NDRPDR'"
7904   parameters:
7905   - "throughput"
7906   - "name"
7907   - "tags"
7908   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7909   x-axis: "X = CNFs per Service Chain"
7910   y-axis: "Y = Number of Service Chains"
7911   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7912   layout:
7913     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7914     layout: "plot-service-density"
7915
7916 - type: "plot"
7917   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7918   algorithm: "plot_nf_heatmap"
7919   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7920   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7921   filter: "'NIC_Intel-XXV710' and
7922            'NF_DENSITY' and
7923            'DOCKER' and
7924            'CHAIN' and
7925            'NF_VPPIP4' and
7926            'IPSEC' and
7927            'TNL_4' and
7928            'IMIX' and
7929            '4T2C' and
7930            'NDRPDR'"
7931   parameters:
7932   - "throughput"
7933   - "name"
7934   - "tags"
7935   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7936   x-axis: "X = CNFs per Service Chain"
7937   y-axis: "Y = Number of Service Chains"
7938   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7939   layout:
7940     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7941     layout: "plot-service-density"
7942
7943 - type: "plot"
7944   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7945   algorithm: "plot_nf_heatmap"
7946   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7947   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7948   filter: "'NIC_Intel-XXV710' and
7949            'NF_DENSITY' and
7950            'DOCKER' and
7951            'CHAIN' and
7952            'NF_VPPIP4' and
7953            'IPSEC' and
7954            'TNL_4' and
7955            'IMIX' and
7956            '8T4C' and
7957            'NDRPDR'"
7958   parameters:
7959   - "throughput"
7960   - "name"
7961   - "tags"
7962   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7963   x-axis: "X = CNFs per Service Chain"
7964   y-axis: "Y = Number of Service Chains"
7965   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7966   layout:
7967     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7968     layout: "plot-service-density"
7969
7970 ###############################################################################
7971
7972 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7973 - type: "plot"
7974   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7975   algorithm: "plot_nf_heatmap"
7976   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7977   data: "plot-vpp-nfv-3n-hsw-mrr"
7978   filter: "'NIC_Intel-XL710' and
7979            'NF_DENSITY' and
7980            'DOCKER' and
7981            'CHAIN' and
7982            'NF_VPPIP4' and
7983            'IMIX' and
7984            'TNL_4' and
7985            '1T1C' and
7986            'MRR'"
7987   parameters:
7988   - "result"
7989   - "name"
7990   - "tags"
7991   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7992   x-axis: "X = CNFs per Service Chain"
7993   y-axis: "Y = Number of Service Chains"
7994   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7995   layout:
7996     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7997     layout: "plot-service-density"
7998
7999 - type: "plot"
8000   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8001   algorithm: "plot_nf_heatmap"
8002   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8003   data: "plot-vpp-nfv-3n-hsw-mrr"
8004   filter: "'NIC_Intel-XL710' and
8005            'NF_DENSITY' and
8006            'DOCKER' and
8007            'CHAIN' and
8008            'NF_VPPIP4' and
8009            'IPSEC' and
8010            'TNL_4' and
8011            'IMIX' and
8012            '2T2C' and
8013            'MRR'"
8014   parameters:
8015   - "result"
8016   - "name"
8017   - "tags"
8018   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8019   x-axis: "X = CNFs per Service Chain"
8020   y-axis: "Y = Number of Service Chains"
8021   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8022   layout:
8023     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8024     layout: "plot-service-density"
8025
8026 - type: "plot"
8027   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8028   algorithm: "plot_nf_heatmap"
8029   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8030   data: "plot-vpp-nfv-3n-hsw-mrr"
8031   filter: "'NIC_Intel-XL710' and
8032            'NF_DENSITY' and
8033            'DOCKER' and
8034            'CHAIN' and
8035            'NF_VPPIP4' and
8036            'IPSEC' and
8037            'TNL_4' and
8038            'IMIX' and
8039            '4T4C' and
8040            'MRR'"
8041   parameters:
8042   - "result"
8043   - "name"
8044   - "tags"
8045   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8046   x-axis: "X = CNFs per Service Chain"
8047   y-axis: "Y = Number of Service Chains"
8048   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8049   layout:
8050     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8051     layout: "plot-service-density"
8052
8053 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8054 - type: "plot"
8055   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8056   algorithm: "plot_nf_heatmap"
8057   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8058   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8059   filter: "'NIC_Intel-XL710' and
8060            'NF_DENSITY' and
8061            'DOCKER' and
8062            'CHAIN' and
8063            'NF_VPPIP4' and
8064            'IPSEC' and
8065            'TNL_4' and
8066            'IMIX' and
8067            '1T1C' and
8068            'NDRPDR'"
8069   parameters:
8070   - "throughput"
8071   - "name"
8072   - "tags"
8073   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8074   x-axis: "X = CNFs per Service Chain"
8075   y-axis: "Y = Number of Service Chains"
8076   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8077   layout:
8078     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8079     layout: "plot-service-density"
8080
8081 - type: "plot"
8082   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8083   algorithm: "plot_nf_heatmap"
8084   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8085   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8086   filter: "'NIC_Intel-XL710' and
8087            'NF_DENSITY' and
8088            'DOCKER' and
8089            'CHAIN' and
8090            'NF_VPPIP4' and
8091            'IPSEC' and
8092            'TNL_4' and
8093            'IMIX' and
8094            '2T2C' and
8095            'NDRPDR'"
8096   parameters:
8097   - "throughput"
8098   - "name"
8099   - "tags"
8100   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8101   x-axis: "X = CNFs per Service Chain"
8102   y-axis: "Y = Number of Service Chains"
8103   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8104   layout:
8105     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8106     layout: "plot-service-density"
8107
8108 - type: "plot"
8109   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8110   algorithm: "plot_nf_heatmap"
8111   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8112   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8113   filter: "'NIC_Intel-XL710' and
8114            'NF_DENSITY' and
8115            'DOCKER' and
8116            'CHAIN' and
8117            'NF_VPPIP4' and
8118            'IPSEC' and
8119            'TNL_4' and
8120            'IMIX' and
8121            '4T4C' and
8122            'NDRPDR'"
8123   parameters:
8124   - "throughput"
8125   - "name"
8126   - "tags"
8127   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8128   x-axis: "X = CNFs per Service Chain"
8129   y-axis: "Y = Number of Service Chains"
8130   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8131   layout:
8132     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8133     layout: "plot-service-density"
8134
8135 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8136 - type: "plot"
8137   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8138   algorithm: "plot_nf_heatmap"
8139   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8140   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8141   filter: "'NIC_Intel-XL710' and
8142            'NF_DENSITY' and
8143            'DOCKER' and
8144            'CHAIN' and
8145            'NF_VPPIP4' and
8146            'IPSEC' and
8147            'TNL_4' and
8148            'IMIX' and
8149            '1T1C' and
8150            'NDRPDR'"
8151   parameters:
8152   - "throughput"
8153   - "name"
8154   - "tags"
8155   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8156   x-axis: "X = CNFs per Service Chain"
8157   y-axis: "Y = Number of Service Chains"
8158   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8159   layout:
8160     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8161     layout: "plot-service-density"
8162
8163 - type: "plot"
8164   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8165   algorithm: "plot_nf_heatmap"
8166   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8167   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8168   filter: "'NIC_Intel-XL710' and
8169            'NF_DENSITY' and
8170            'DOCKER' and
8171            'CHAIN' and
8172            'NF_VPPIP4' and
8173            'IPSEC' and
8174            'TNL_4' and
8175            'IMIX' and
8176            '2T2C' and
8177            'NDRPDR'"
8178   parameters:
8179   - "throughput"
8180   - "name"
8181   - "tags"
8182   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8183   x-axis: "X = CNFs per Service Chain"
8184   y-axis: "Y = Number of Service Chains"
8185   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8186   layout:
8187     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8188     layout: "plot-service-density"
8189
8190 - type: "plot"
8191   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8192   algorithm: "plot_nf_heatmap"
8193   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8194   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8195   filter: "'NIC_Intel-XL710' and
8196            'NF_DENSITY' and
8197            'DOCKER' and
8198            'CHAIN' and
8199            'NF_VPPIP4' and
8200            'IPSEC' and
8201            'TNL_4' and
8202            'IMIX' and
8203            '4T4C' and
8204            'NDRPDR'"
8205   parameters:
8206   - "throughput"
8207   - "name"
8208   - "tags"
8209   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8210   x-axis: "X = CNFs per Service Chain"
8211   y-axis: "Y = Number of Service Chains"
8212   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8213   layout:
8214     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8215     layout: "plot-service-density"
8216
8217 ###############################################################################
8218
8219 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8220 #- type: "plot"
8221 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8222 #  algorithm: "plot_nf_heatmap"
8223 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8224 #  data: "plot-vpp-nfv-3n-skx-mrr"
8225 #  filter: "'NIC_Intel-XXV710' and
8226 #           'NF_DENSITY' and
8227 #           'DOCKER' and
8228 #           'CHAIN' and
8229 #           'NF_VPPIP4' and
8230 #           'IPSEC' and
8231 #           'TNL_1000' and
8232 #           'IMIX' and
8233 #           '2T1C' and
8234 #           'MRR'"
8235 #  parameters:
8236 #  - "result"
8237 #  - "name"
8238 #  - "tags"
8239 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8240 #  x-axis: "X = CNFs per Service Chain"
8241 #  y-axis: "Y = Number of Service Chains"
8242 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8243 #  layout:
8244 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8245 #    layout: "plot-service-density"
8246 #
8247 #- type: "plot"
8248 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8249 #  algorithm: "plot_nf_heatmap"
8250 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8251 #  data: "plot-vpp-nfv-3n-skx-mrr"
8252 #  filter: "'NIC_Intel-XXV710' and
8253 #           'NF_DENSITY' and
8254 #           'DOCKER' and
8255 #           'CHAIN' and
8256 #           'NF_VPPIP4' and
8257 #           'IPSEC' and
8258 #           'TNL_1000' and
8259 #           'IMIX' and
8260 #           '4T2C' and
8261 #           'MRR'"
8262 #  parameters:
8263 #  - "result"
8264 #  - "name"
8265 #  - "tags"
8266 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8267 #  x-axis: "X = CNFs per Service Chain"
8268 #  y-axis: "Y = Number of Service Chains"
8269 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8270 #  layout:
8271 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8272 #    layout: "plot-service-density"
8273 #
8274 #- type: "plot"
8275 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8276 #  algorithm: "plot_nf_heatmap"
8277 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8278 #  data: "plot-vpp-nfv-3n-skx-mrr"
8279 #  filter: "'NIC_Intel-XXV710' and
8280 #           'NF_DENSITY' and
8281 #           'DOCKER' and
8282 #           'CHAIN' and
8283 #           'NF_VPPIP4' and
8284 #           'IPSEC' and
8285 #           'TNL_1000' and
8286 #           'IMIX' and
8287 #           '8T4C' and
8288 #           'MRR'"
8289 #  parameters:
8290 #  - "result"
8291 #  - "name"
8292 #  - "tags"
8293 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8294 #  x-axis: "X = CNFs per Service Chain"
8295 #  y-axis: "Y = Number of Service Chains"
8296 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8297 #  layout:
8298 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8299 #    layout: "plot-service-density"
8300
8301 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8302 - type: "plot"
8303   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8304   algorithm: "plot_nf_heatmap"
8305   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8306   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8307   filter: "'NIC_Intel-XXV710' and
8308            'NF_DENSITY' and
8309            'DOCKER' and
8310            'CHAIN' and
8311            'NF_VPPIP4' and
8312            'IPSEC' and
8313            'TNL_1000' and
8314            'IMIX' and
8315            '2T1C' and
8316            'NDRPDR'"
8317   parameters:
8318   - "throughput"
8319   - "name"
8320   - "tags"
8321   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8322   x-axis: "X = CNFs per Service Chain"
8323   y-axis: "Y = Number of Service Chains"
8324   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8325   layout:
8326     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8327     layout: "plot-service-density"
8328
8329 - type: "plot"
8330   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8331   algorithm: "plot_nf_heatmap"
8332   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8333   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8334   filter: "'NIC_Intel-XXV710' and
8335            'NF_DENSITY' and
8336            'DOCKER' and
8337            'CHAIN' and
8338            'NF_VPPIP4' and
8339            'IPSEC' and
8340            'TNL_1000' and
8341            'IMIX' and
8342            '4T2C' and
8343            'NDRPDR'"
8344   parameters:
8345   - "throughput"
8346   - "name"
8347   - "tags"
8348   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8349   x-axis: "X = CNFs per Service Chain"
8350   y-axis: "Y = Number of Service Chains"
8351   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8352   layout:
8353     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8354     layout: "plot-service-density"
8355
8356 - type: "plot"
8357   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8358   algorithm: "plot_nf_heatmap"
8359   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8360   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8361   filter: "'NIC_Intel-XXV710' and
8362            'NF_DENSITY' and
8363            'DOCKER' and
8364            'CHAIN' and
8365            'NF_VPPIP4' and
8366            'IPSEC' and
8367            'TNL_1000' and
8368            'IMIX' and
8369            '8T4C' and
8370            'NDRPDR'"
8371   parameters:
8372   - "throughput"
8373   - "name"
8374   - "tags"
8375   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8376   x-axis: "X = CNFs per Service Chain"
8377   y-axis: "Y = Number of Service Chains"
8378   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8379   layout:
8380     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8381     layout: "plot-service-density"
8382
8383 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8384 - type: "plot"
8385   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8386   algorithm: "plot_nf_heatmap"
8387   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8388   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8389   filter: "'NIC_Intel-XXV710' and
8390            'NF_DENSITY' and
8391            'DOCKER' and
8392            'CHAIN' and
8393            'NF_VPPIP4' and
8394            'IPSEC' and
8395            'TNL_1000' and
8396            'IMIX' and
8397            '2T1C' and
8398            'NDRPDR'"
8399   parameters:
8400   - "throughput"
8401   - "name"
8402   - "tags"
8403   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8404   x-axis: "X = CNFs per Service Chain"
8405   y-axis: "Y = Number of Service Chains"
8406   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8407   layout:
8408     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8409     layout: "plot-service-density"
8410
8411 - type: "plot"
8412   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8413   algorithm: "plot_nf_heatmap"
8414   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8415   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8416   filter: "'NIC_Intel-XXV710' and
8417            'NF_DENSITY' and
8418            'DOCKER' and
8419            'CHAIN' and
8420            'NF_VPPIP4' and
8421            'IPSEC' and
8422            'TNL_1000' and
8423            'IMIX' and
8424            '4T2C' and
8425            'NDRPDR'"
8426   parameters:
8427   - "throughput"
8428   - "name"
8429   - "tags"
8430   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8431   x-axis: "X = CNFs per Service Chain"
8432   y-axis: "Y = Number of Service Chains"
8433   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8434   layout:
8435     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8436     layout: "plot-service-density"
8437
8438 - type: "plot"
8439   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8440   algorithm: "plot_nf_heatmap"
8441   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8442   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8443   filter: "'NIC_Intel-XXV710' and
8444            'NF_DENSITY' and
8445            'DOCKER' and
8446            'CHAIN' and
8447            'NF_VPPIP4' and
8448            'IPSEC' and
8449            'TNL_1000' and
8450            'IMIX' and
8451            '8T4C' and
8452            'NDRPDR'"
8453   parameters:
8454   - "throughput"
8455   - "name"
8456   - "tags"
8457   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8458   x-axis: "X = CNFs per Service Chain"
8459   y-axis: "Y = Number of Service Chains"
8460   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8461   layout:
8462     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8463     layout: "plot-service-density"
8464
8465 ###############################################################################
8466
8467 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8468 - type: "plot"
8469   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8470   algorithm: "plot_nf_heatmap"
8471   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8472   data: "plot-vpp-nfv-3n-hsw-mrr"
8473   filter: "'NIC_Intel-XL710' and
8474            'NF_DENSITY' and
8475            'DOCKER' and
8476            'CHAIN' and
8477            'NF_VPPIP4' and
8478            'IMIX' and
8479            'TNL_1000' and
8480            '1T1C' and
8481            'MRR'"
8482   parameters:
8483   - "result"
8484   - "name"
8485   - "tags"
8486   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8487   x-axis: "X = CNFs per Service Chain"
8488   y-axis: "Y = Number of Service Chains"
8489   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8490   layout:
8491     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8492     layout: "plot-service-density"
8493
8494 - type: "plot"
8495   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8496   algorithm: "plot_nf_heatmap"
8497   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8498   data: "plot-vpp-nfv-3n-hsw-mrr"
8499   filter: "'NIC_Intel-XL710' and
8500            'NF_DENSITY' and
8501            'DOCKER' and
8502            'CHAIN' and
8503            'NF_VPPIP4' and
8504            'IPSEC' and
8505            'TNL_1000' and
8506            'IMIX' and
8507            '2T2C' and
8508            'MRR'"
8509   parameters:
8510   - "result"
8511   - "name"
8512   - "tags"
8513   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8514   x-axis: "X = CNFs per Service Chain"
8515   y-axis: "Y = Number of Service Chains"
8516   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8517   layout:
8518     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8519     layout: "plot-service-density"
8520
8521 - type: "plot"
8522   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8523   algorithm: "plot_nf_heatmap"
8524   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8525   data: "plot-vpp-nfv-3n-hsw-mrr"
8526   filter: "'NIC_Intel-XL710' and
8527            'NF_DENSITY' and
8528            'DOCKER' and
8529            'CHAIN' and
8530            'NF_VPPIP4' and
8531            'IPSEC' and
8532            'TNL_1000' and
8533            'IMIX' and
8534            '4T4C' and
8535            'MRR'"
8536   parameters:
8537   - "result"
8538   - "name"
8539   - "tags"
8540   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8541   x-axis: "X = CNFs per Service Chain"
8542   y-axis: "Y = Number of Service Chains"
8543   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8544   layout:
8545     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8546     layout: "plot-service-density"
8547
8548 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8549 - type: "plot"
8550   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8551   algorithm: "plot_nf_heatmap"
8552   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8553   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8554   filter: "'NIC_Intel-XL710' and
8555            'NF_DENSITY' and
8556            'DOCKER' and
8557            'CHAIN' and
8558            'NF_VPPIP4' and
8559            'IPSEC' and
8560            'TNL_1000' and
8561            'IMIX' and
8562            '1T1C' and
8563            'NDRPDR'"
8564   parameters:
8565   - "throughput"
8566   - "name"
8567   - "tags"
8568   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8569   x-axis: "X = CNFs per Service Chain"
8570   y-axis: "Y = Number of Service Chains"
8571   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8572   layout:
8573     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8574     layout: "plot-service-density"
8575
8576 - type: "plot"
8577   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8578   algorithm: "plot_nf_heatmap"
8579   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8580   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8581   filter: "'NIC_Intel-XL710' and
8582            'NF_DENSITY' and
8583            'DOCKER' and
8584            'CHAIN' and
8585            'NF_VPPIP4' and
8586            'IPSEC' and
8587            'TNL_1000' and
8588            'IMIX' and
8589            '2T2C' and
8590            'NDRPDR'"
8591   parameters:
8592   - "throughput"
8593   - "name"
8594   - "tags"
8595   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8596   x-axis: "X = CNFs per Service Chain"
8597   y-axis: "Y = Number of Service Chains"
8598   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8599   layout:
8600     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8601     layout: "plot-service-density"
8602
8603 - type: "plot"
8604   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8605   algorithm: "plot_nf_heatmap"
8606   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8607   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8608   filter: "'NIC_Intel-XL710' and
8609            'NF_DENSITY' and
8610            'DOCKER' and
8611            'CHAIN' and
8612            'NF_VPPIP4' and
8613            'IPSEC' and
8614            'TNL_1000' and
8615            'IMIX' and
8616            '4T4C' and
8617            'NDRPDR'"
8618   parameters:
8619   - "throughput"
8620   - "name"
8621   - "tags"
8622   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8623   x-axis: "X = CNFs per Service Chain"
8624   y-axis: "Y = Number of Service Chains"
8625   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8626   layout:
8627     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8628     layout: "plot-service-density"
8629
8630 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8631 - type: "plot"
8632   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8633   algorithm: "plot_nf_heatmap"
8634   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8635   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8636   filter: "'NIC_Intel-XL710' and
8637            'NF_DENSITY' and
8638            'DOCKER' and
8639            'CHAIN' and
8640            'NF_VPPIP4' and
8641            'IPSEC' and
8642            'TNL_1000' and
8643            'IMIX' and
8644            '1T1C' and
8645            'NDRPDR'"
8646   parameters:
8647   - "throughput"
8648   - "name"
8649   - "tags"
8650   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8651   x-axis: "X = CNFs per Service Chain"
8652   y-axis: "Y = Number of Service Chains"
8653   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8654   layout:
8655     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8656     layout: "plot-service-density"
8657
8658 - type: "plot"
8659   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8660   algorithm: "plot_nf_heatmap"
8661   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8662   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8663   filter: "'NIC_Intel-XL710' and
8664            'NF_DENSITY' and
8665            'DOCKER' and
8666            'CHAIN' and
8667            'NF_VPPIP4' and
8668            'IPSEC' and
8669            'TNL_1000' and
8670            'IMIX' and
8671            '2T2C' and
8672            'NDRPDR'"
8673   parameters:
8674   - "throughput"
8675   - "name"
8676   - "tags"
8677   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8678   x-axis: "X = CNFs per Service Chain"
8679   y-axis: "Y = Number of Service Chains"
8680   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8681   layout:
8682     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8683     layout: "plot-service-density"
8684
8685 - type: "plot"
8686   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8687   algorithm: "plot_nf_heatmap"
8688   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8689   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8690   filter: "'NIC_Intel-XL710' and
8691            'NF_DENSITY' and
8692            'DOCKER' and
8693            'CHAIN' and
8694            'NF_VPPIP4' and
8695            'IPSEC' and
8696            'TNL_1000' and
8697            'IMIX' and
8698            '4T4C' and
8699            'NDRPDR'"
8700   parameters:
8701   - "throughput"
8702   - "name"
8703   - "tags"
8704   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8705   x-axis: "X = CNFs per Service Chain"
8706   y-axis: "Y = Number of Service Chains"
8707   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8708   layout:
8709     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8710     layout: "plot-service-density"
8711
8712 ###############################################################################
8713
8714 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8715 #- type: "plot"
8716 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8717 #  algorithm: "plot_nf_heatmap"
8718 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8719 #  data: "plot-vpp-nfv-3n-skx-mrr"
8720 #  filter: "'NIC_Intel-XXV710' and
8721 #           'NF_DENSITY' and
8722 #           'DOCKER' and
8723 #           'CHAIN' and
8724 #           'NF_VPPIP4' and
8725 #           'IPSEC' and
8726 #           'TNL_10000' and
8727 #           'IMIX' and
8728 #           '2T1C' and
8729 #           'MRR'"
8730 #  parameters:
8731 #  - "result"
8732 #  - "name"
8733 #  - "tags"
8734 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8735 #  x-axis: "X = CNFs per Service Chain"
8736 #  y-axis: "Y = Number of Service Chains"
8737 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8738 #  layout:
8739 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8740 #    layout: "plot-service-density"
8741 #
8742 #- type: "plot"
8743 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8744 #  algorithm: "plot_nf_heatmap"
8745 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8746 #  data: "plot-vpp-nfv-3n-skx-mrr"
8747 #  filter: "'NIC_Intel-XXV710' and
8748 #           'NF_DENSITY' and
8749 #           'DOCKER' and
8750 #           'CHAIN' and
8751 #           'NF_VPPIP4' and
8752 #           'IPSEC' and
8753 #           'TNL_10000' and
8754 #           'IMIX' and
8755 #           '4T2C' and
8756 #           'MRR'"
8757 #  parameters:
8758 #  - "result"
8759 #  - "name"
8760 #  - "tags"
8761 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8762 #  x-axis: "X = CNFs per Service Chain"
8763 #  y-axis: "Y = Number of Service Chains"
8764 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8765 #  layout:
8766 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8767 #    layout: "plot-service-density"
8768 #
8769 #- type: "plot"
8770 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8771 #  algorithm: "plot_nf_heatmap"
8772 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8773 #  data: "plot-vpp-nfv-3n-skx-mrr"
8774 #  filter: "'NIC_Intel-XXV710' and
8775 #           'NF_DENSITY' and
8776 #           'DOCKER' and
8777 #           'CHAIN' and
8778 #           'NF_VPPIP4' and
8779 #           'IPSEC' and
8780 #           'TNL_10000' and
8781 #           'IMIX' and
8782 #           '8T4C' and
8783 #           'MRR'"
8784 #  parameters:
8785 #  - "result"
8786 #  - "name"
8787 #  - "tags"
8788 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8789 #  x-axis: "X = CNFs per Service Chain"
8790 #  y-axis: "Y = Number of Service Chains"
8791 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8792 #  layout:
8793 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8794 #    layout: "plot-service-density"
8795
8796 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8797 - type: "plot"
8798   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8799   algorithm: "plot_nf_heatmap"
8800   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8801   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8802   filter: "'NIC_Intel-XXV710' and
8803            'NF_DENSITY' and
8804            'DOCKER' and
8805            'CHAIN' and
8806            'NF_VPPIP4' and
8807            'IPSEC' and
8808            'TNL_10000' and
8809            'IMIX' and
8810            '2T1C' and
8811            'NDRPDR'"
8812   parameters:
8813   - "throughput"
8814   - "name"
8815   - "tags"
8816   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8817   x-axis: "X = CNFs per Service Chain"
8818   y-axis: "Y = Number of Service Chains"
8819   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8820   layout:
8821     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8822     layout: "plot-service-density"
8823
8824 - type: "plot"
8825   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8826   algorithm: "plot_nf_heatmap"
8827   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8828   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8829   filter: "'NIC_Intel-XXV710' and
8830            'NF_DENSITY' and
8831            'DOCKER' and
8832            'CHAIN' and
8833            'NF_VPPIP4' and
8834            'IPSEC' and
8835            'TNL_10000' and
8836            'IMIX' and
8837            '4T2C' and
8838            'NDRPDR'"
8839   parameters:
8840   - "throughput"
8841   - "name"
8842   - "tags"
8843   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8844   x-axis: "X = CNFs per Service Chain"
8845   y-axis: "Y = Number of Service Chains"
8846   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8847   layout:
8848     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8849     layout: "plot-service-density"
8850
8851 - type: "plot"
8852   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8853   algorithm: "plot_nf_heatmap"
8854   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8855   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8856   filter: "'NIC_Intel-XXV710' and
8857            'NF_DENSITY' and
8858            'DOCKER' and
8859            'CHAIN' and
8860            'NF_VPPIP4' and
8861            'IPSEC' and
8862            'TNL_10000' and
8863            'IMIX' and
8864            '8T4C' and
8865            'NDRPDR'"
8866   parameters:
8867   - "throughput"
8868   - "name"
8869   - "tags"
8870   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8871   x-axis: "X = CNFs per Service Chain"
8872   y-axis: "Y = Number of Service Chains"
8873   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8874   layout:
8875     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8876     layout: "plot-service-density"
8877
8878 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8879 - type: "plot"
8880   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8881   algorithm: "plot_nf_heatmap"
8882   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8883   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8884   filter: "'NIC_Intel-XXV710' and
8885            'NF_DENSITY' and
8886            'DOCKER' and
8887            'CHAIN' and
8888            'NF_VPPIP4' and
8889            'IPSEC' and
8890            'TNL_10000' and
8891            'IMIX' and
8892            '2T1C' and
8893            'NDRPDR'"
8894   parameters:
8895   - "throughput"
8896   - "name"
8897   - "tags"
8898   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8899   x-axis: "X = CNFs per Service Chain"
8900   y-axis: "Y = Number of Service Chains"
8901   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8902   layout:
8903     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8904     layout: "plot-service-density"
8905
8906 - type: "plot"
8907   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8908   algorithm: "plot_nf_heatmap"
8909   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8910   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8911   filter: "'NIC_Intel-XXV710' and
8912            'NF_DENSITY' and
8913            'DOCKER' and
8914            'CHAIN' and
8915            'NF_VPPIP4' and
8916            'IPSEC' and
8917            'TNL_10000' and
8918            'IMIX' and
8919            '4T2C' and
8920            'NDRPDR'"
8921   parameters:
8922   - "throughput"
8923   - "name"
8924   - "tags"
8925   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8926   x-axis: "X = CNFs per Service Chain"
8927   y-axis: "Y = Number of Service Chains"
8928   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8929   layout:
8930     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8931     layout: "plot-service-density"
8932
8933 - type: "plot"
8934   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8935   algorithm: "plot_nf_heatmap"
8936   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8937   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8938   filter: "'NIC_Intel-XXV710' and
8939            'NF_DENSITY' and
8940            'DOCKER' and
8941            'CHAIN' and
8942            'NF_VPPIP4' and
8943            'IPSEC' and
8944            'TNL_10000' and
8945            'IMIX' and
8946            '8T4C' and
8947            'NDRPDR'"
8948   parameters:
8949   - "throughput"
8950   - "name"
8951   - "tags"
8952   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8953   x-axis: "X = CNFs per Service Chain"
8954   y-axis: "Y = Number of Service Chains"
8955   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8956   layout:
8957     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8958     layout: "plot-service-density"
8959
8960 ###############################################################################
8961
8962 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8963 - type: "plot"
8964   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8965   algorithm: "plot_nf_heatmap"
8966   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8967   data: "plot-vpp-nfv-3n-hsw-mrr"
8968   filter: "'NIC_Intel-XL710' and
8969            'NF_DENSITY' and
8970            'DOCKER' and
8971            'CHAIN' and
8972            'NF_VPPIP4' and
8973            'IMIX' and
8974            'TNL_10000' and
8975            '1T1C' and
8976            'MRR'"
8977   parameters:
8978   - "result"
8979   - "name"
8980   - "tags"
8981   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8982   x-axis: "X = CNFs per Service Chain"
8983   y-axis: "Y = Number of Service Chains"
8984   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8985   layout:
8986     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8987     layout: "plot-service-density"
8988
8989 - type: "plot"
8990   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8991   algorithm: "plot_nf_heatmap"
8992   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8993   data: "plot-vpp-nfv-3n-hsw-mrr"
8994   filter: "'NIC_Intel-XL710' and
8995            'NF_DENSITY' and
8996            'DOCKER' and
8997            'CHAIN' and
8998            'NF_VPPIP4' and
8999            'IPSEC' and
9000            'TNL_10000' and
9001            'IMIX' and
9002            '2T2C' and
9003            'MRR'"
9004   parameters:
9005   - "result"
9006   - "name"
9007   - "tags"
9008   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9009   x-axis: "X = CNFs per Service Chain"
9010   y-axis: "Y = Number of Service Chains"
9011   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9012   layout:
9013     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9014     layout: "plot-service-density"
9015
9016 - type: "plot"
9017   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9018   algorithm: "plot_nf_heatmap"
9019   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9020   data: "plot-vpp-nfv-3n-hsw-mrr"
9021   filter: "'NIC_Intel-XL710' and
9022            'NF_DENSITY' and
9023            'DOCKER' and
9024            'CHAIN' and
9025            'NF_VPPIP4' and
9026            'IPSEC' and
9027            'TNL_10000' and
9028            'IMIX' and
9029            '4T4C' and
9030            'MRR'"
9031   parameters:
9032   - "result"
9033   - "name"
9034   - "tags"
9035   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9036   x-axis: "X = CNFs per Service Chain"
9037   y-axis: "Y = Number of Service Chains"
9038   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9039   layout:
9040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9041     layout: "plot-service-density"
9042
9043 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9044 - type: "plot"
9045   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9046   algorithm: "plot_nf_heatmap"
9047   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9048   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9049   filter: "'NIC_Intel-XL710' and
9050            'NF_DENSITY' and
9051            'DOCKER' and
9052            'CHAIN' and
9053            'NF_VPPIP4' and
9054            'IPSEC' and
9055            'TNL_10000' and
9056            'IMIX' and
9057            '1T1C' and
9058            'NDRPDR'"
9059   parameters:
9060   - "throughput"
9061   - "name"
9062   - "tags"
9063   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9064   x-axis: "X = CNFs per Service Chain"
9065   y-axis: "Y = Number of Service Chains"
9066   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9067   layout:
9068     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9069     layout: "plot-service-density"
9070
9071 - type: "plot"
9072   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9073   algorithm: "plot_nf_heatmap"
9074   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9075   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9076   filter: "'NIC_Intel-XL710' and
9077            'NF_DENSITY' and
9078            'DOCKER' and
9079            'CHAIN' and
9080            'NF_VPPIP4' and
9081            'IPSEC' and
9082            'TNL_10000' and
9083            'IMIX' and
9084            '2T2C' and
9085            'NDRPDR'"
9086   parameters:
9087   - "throughput"
9088   - "name"
9089   - "tags"
9090   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9091   x-axis: "X = CNFs per Service Chain"
9092   y-axis: "Y = Number of Service Chains"
9093   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9094   layout:
9095     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9096     layout: "plot-service-density"
9097
9098 - type: "plot"
9099   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9100   algorithm: "plot_nf_heatmap"
9101   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9102   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9103   filter: "'NIC_Intel-XL710' and
9104            'NF_DENSITY' and
9105            'DOCKER' and
9106            'CHAIN' and
9107            'NF_VPPIP4' and
9108            'IPSEC' and
9109            'TNL_10000' and
9110            'IMIX' and
9111            '4T4C' and
9112            'NDRPDR'"
9113   parameters:
9114   - "throughput"
9115   - "name"
9116   - "tags"
9117   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9118   x-axis: "X = CNFs per Service Chain"
9119   y-axis: "Y = Number of Service Chains"
9120   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9121   layout:
9122     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9123     layout: "plot-service-density"
9124
9125 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9126 - type: "plot"
9127   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9128   algorithm: "plot_nf_heatmap"
9129   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9130   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9131   filter: "'NIC_Intel-XL710' and
9132            'NF_DENSITY' and
9133            'DOCKER' and
9134            'CHAIN' and
9135            'NF_VPPIP4' and
9136            'IPSEC' and
9137            'TNL_10000' and
9138            'IMIX' and
9139            '1T1C' and
9140            'NDRPDR'"
9141   parameters:
9142   - "throughput"
9143   - "name"
9144   - "tags"
9145   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9146   x-axis: "X = CNFs per Service Chain"
9147   y-axis: "Y = Number of Service Chains"
9148   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9149   layout:
9150     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9151     layout: "plot-service-density"
9152
9153 - type: "plot"
9154   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9155   algorithm: "plot_nf_heatmap"
9156   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9157   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9158   filter: "'NIC_Intel-XL710' and
9159            'NF_DENSITY' and
9160            'DOCKER' and
9161            'CHAIN' and
9162            'NF_VPPIP4' and
9163            'IPSEC' and
9164            'TNL_10000' and
9165            'IMIX' and
9166            '2T2C' and
9167            'NDRPDR'"
9168   parameters:
9169   - "throughput"
9170   - "name"
9171   - "tags"
9172   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9173   x-axis: "X = CNFs per Service Chain"
9174   y-axis: "Y = Number of Service Chains"
9175   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9176   layout:
9177     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9178     layout: "plot-service-density"
9179
9180 - type: "plot"
9181   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9182   algorithm: "plot_nf_heatmap"
9183   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9184   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9185   filter: "'NIC_Intel-XL710' and
9186            'NF_DENSITY' and
9187            'DOCKER' and
9188            'CHAIN' and
9189            'NF_VPPIP4' and
9190            'IPSEC' and
9191            'TNL_10000' and
9192            'IMIX' and
9193            '4T4C' and
9194            'NDRPDR'"
9195   parameters:
9196   - "throughput"
9197   - "name"
9198   - "tags"
9199   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9200   x-axis: "X = CNFs per Service Chain"
9201   y-axis: "Y = Number of Service Chains"
9202   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9203   layout:
9204     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9205     layout: "plot-service-density"
9206
9207 ###############################################################################
9208
9209 # Plots - NF Density - CSP - MRR 64b
9210
9211 #- type: "plot"
9212 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9213 #  algorithm: "plot_nf_heatmap"
9214 #  output-file-type: ".html"
9215 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9216 #  data: "plot-vpp-nfv-2n-skx-mrr"
9217 #  filter: "'NIC_Intel-XXV710' and
9218 #           'NF_DENSITY' and
9219 #           'DOCKER' and
9220 #           'PIPELINE' and
9221 #           'NF_VPPIP4' and
9222 #           '64B' and
9223 #           '2T1C' and
9224 #           'MRR'"
9225 #  parameters:
9226 #  - "result"
9227 #  - "name"
9228 #  - "tags"
9229 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9230 #  x-axis: "X = CNFs per Service Pipeline"
9231 #  y-axis: "Y = Number of Service Pipelines"
9232 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9233 #  layout:
9234 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9235 #    layout: "plot-service-density"
9236 #
9237 #- type: "plot"
9238 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9239 #  algorithm: "plot_nf_heatmap"
9240 #  output-file-type: ".html"
9241 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9242 #  data: "plot-vpp-nfv-2n-skx-mrr"
9243 #  filter: "'NIC_Intel-XXV710' and
9244 #           'NF_DENSITY' and
9245 #           'DOCKER' and
9246 #           'PIPELINE' and
9247 #           'NF_VPPIP4' and
9248 #           '64B' and
9249 #           '4T2C' and
9250 #           'MRR'"
9251 #  parameters:
9252 #  - "result"
9253 #  - "name"
9254 #  - "tags"
9255 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9256 #  x-axis: "X = CNFs per Service Pipeline"
9257 #  y-axis: "Y = Number of Service Pipelines"
9258 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9259 #  layout:
9260 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9261 #    layout: "plot-service-density"
9262 #
9263 #- type: "plot"
9264 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9265 #  algorithm: "plot_nf_heatmap"
9266 #  output-file-type: ".html"
9267 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9268 #  data: "plot-vpp-nfv-2n-skx-mrr"
9269 #  filter: "'NIC_Intel-XXV710' and
9270 #           'NF_DENSITY' and
9271 #           'DOCKER' and
9272 #           'PIPELINE' and
9273 #           'NF_VPPIP4' and
9274 #           '64B' and
9275 #           '8T4C' and
9276 #           'MRR'"
9277 #  parameters:
9278 #  - "result"
9279 #  - "name"
9280 #  - "tags"
9281 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9282 #  x-axis: "X = CNFs per Service Pipeline"
9283 #  y-axis: "Y = Number of Service Pipelines"
9284 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9285 #  layout:
9286 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9287 #    layout: "plot-service-density"
9288 #
9289 ## Plots - NF Density - CSP - MRR IMIX
9290 #- type: "plot"
9291 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9292 #  algorithm: "plot_nf_heatmap"
9293 #  output-file-type: ".html"
9294 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9295 #  data: "plot-vpp-nfv-2n-skx-mrr"
9296 #  filter: "'NIC_Intel-XXV710' and
9297 #           'NF_DENSITY' and
9298 #           'DOCKER' and
9299 #           'PIPELINE' and
9300 #           'NF_VPPIP4' and
9301 #           'IMIX' and
9302 #           '2T1C' and
9303 #           'MRR'"
9304 #  parameters:
9305 #  - "result"
9306 #  - "name"
9307 #  - "tags"
9308 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9309 #  x-axis: "X = CNFs per Service Pipeline"
9310 #  y-axis: "Y = Number of Service Pipelines"
9311 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9312 #  layout:
9313 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9314 #    layout: "plot-service-density"
9315 #
9316 #- type: "plot"
9317 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9318 #  algorithm: "plot_nf_heatmap"
9319 #  output-file-type: ".html"
9320 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9321 #  data: "plot-vpp-nfv-2n-skx-mrr"
9322 #  filter: "'NIC_Intel-XXV710' and
9323 #           'NF_DENSITY' and
9324 #           'DOCKER' and
9325 #           'PIPELINE' and
9326 #           'NF_VPPIP4' and
9327 #           'IMIX' and
9328 #           '4T2C' and
9329 #           'MRR'"
9330 #  parameters:
9331 #  - "result"
9332 #  - "name"
9333 #  - "tags"
9334 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9335 #  x-axis: "X = CNFs per Service Pipeline"
9336 #  y-axis: "Y = Number of Service Pipelines"
9337 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9338 #  layout:
9339 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9340 #    layout: "plot-service-density"
9341 #
9342 #- type: "plot"
9343 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9344 #  algorithm: "plot_nf_heatmap"
9345 #  output-file-type: ".html"
9346 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9347 #  data: "plot-vpp-nfv-2n-skx-mrr"
9348 #  filter: "'NIC_Intel-XXV710' and
9349 #           'NF_DENSITY' and
9350 #           'DOCKER' and
9351 #           'PIPELINE' and
9352 #           'NF_VPPIP4' and
9353 #           'IMIX' and
9354 #           '8T4C' and
9355 #           'MRR'"
9356 #  parameters:
9357 #  - "result"
9358 #  - "name"
9359 #  - "tags"
9360 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9361 #  x-axis: "X = CNFs per Service Pipeline"
9362 #  y-axis: "Y = Number of Service Pipelines"
9363 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9364 #  layout:
9365 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9366 #    layout: "plot-service-density"
9367 #
9368 ## Plots - NF Density - CSP - NDR 64b
9369 #- type: "plot"
9370 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9371 #  algorithm: "plot_nf_heatmap"
9372 #  output-file-type: ".html"
9373 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9374 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9375 #  filter: "'NIC_Intel-XXV710' and
9376 #           'NF_DENSITY' and
9377 #           'DOCKER' and
9378 #           'PIPELINE' and
9379 #           'NF_VPPIP4' and
9380 #           '64B' and
9381 #           '2T1C' and
9382 #           'NDRPDR'"
9383 #  parameters:
9384 #  - "throughput"
9385 #  - "name"
9386 #  - "tags"
9387 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9388 #  x-axis: "X = CNFs per Service Pipeline"
9389 #  y-axis: "Y = Number of Service Pipelines"
9390 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9391 #  layout:
9392 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9393 #    layout: "plot-service-density"
9394 #
9395 #- type: "plot"
9396 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9397 #  algorithm: "plot_nf_heatmap"
9398 #  output-file-type: ".html"
9399 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9400 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9401 #  filter: "'NIC_Intel-XXV710' and
9402 #           'NF_DENSITY' and
9403 #           'DOCKER' and
9404 #           'PIPELINE' and
9405 #           'NF_VPPIP4' and
9406 #           '64B' and
9407 #           '4T2C' and
9408 #           'NDRPDR'"
9409 #  parameters:
9410 #  - "throughput"
9411 #  - "name"
9412 #  - "tags"
9413 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9414 #  x-axis: "X = CNFs per Service Pipeline"
9415 #  y-axis: "Y = Number of Service Pipelines"
9416 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9417 #  layout:
9418 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9419 #    layout: "plot-service-density"
9420 #
9421 #- type: "plot"
9422 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9423 #  algorithm: "plot_nf_heatmap"
9424 #  output-file-type: ".html"
9425 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9426 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9427 #  filter: "'NIC_Intel-XXV710' and
9428 #           'NF_DENSITY' and
9429 #           'DOCKER' and
9430 #           'PIPELINE' and
9431 #           'NF_VPPIP4' and
9432 #           '64B' and
9433 #           '8T4C' and
9434 #           'NDRPDR'"
9435 #  parameters:
9436 #  - "throughput"
9437 #  - "name"
9438 #  - "tags"
9439 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9440 #  x-axis: "X = CNFs per Service Pipeline"
9441 #  y-axis: "Y = Number of Service Pipelines"
9442 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9443 #  layout:
9444 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9445 #    layout: "plot-service-density"
9446 #
9447 ## Plots - NF Density - CSP - NDR IMIX
9448 #- type: "plot"
9449 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9450 #  algorithm: "plot_nf_heatmap"
9451 #  output-file-type: ".html"
9452 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9453 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9454 #  filter: "'NIC_Intel-XXV710' and
9455 #           'NF_DENSITY' and
9456 #           'DOCKER' and
9457 #           'PIPELINE' and
9458 #           'NF_VPPIP4' and
9459 #           'IMIX' and
9460 #           '2T1C' and
9461 #           'NDRPDR'"
9462 #  parameters:
9463 #  - "throughput"
9464 #  - "name"
9465 #  - "tags"
9466 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9467 #  x-axis: "X = CNFs per Service Pipeline"
9468 #  y-axis: "Y = Number of Service Pipelines"
9469 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9470 #  layout:
9471 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9472 #    layout: "plot-service-density"
9473 #
9474 #- type: "plot"
9475 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9476 #  algorithm: "plot_nf_heatmap"
9477 #  output-file-type: ".html"
9478 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9479 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9480 #  filter: "'NIC_Intel-XXV710' and
9481 #           'NF_DENSITY' and
9482 #           'DOCKER' and
9483 #           'PIPELINE' and
9484 #           'NF_VPPIP4' and
9485 #           'IMIX' and
9486 #           '4T2C' and
9487 #           'NDRPDR'"
9488 #  parameters:
9489 #  - "throughput"
9490 #  - "name"
9491 #  - "tags"
9492 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9493 #  x-axis: "X = CNFs per Service Pipeline"
9494 #  y-axis: "Y = Number of Service Pipelines"
9495 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9496 #  layout:
9497 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9498 #    layout: "plot-service-density"
9499 #
9500 #- type: "plot"
9501 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9502 #  algorithm: "plot_nf_heatmap"
9503 #  output-file-type: ".html"
9504 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9505 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9506 #  filter: "'NIC_Intel-XXV710' and
9507 #           'NF_DENSITY' and
9508 #           'DOCKER' and
9509 #           'PIPELINE' and
9510 #           'NF_VPPIP4' and
9511 #           'IMIX' and
9512 #           '8T4C' and
9513 #           'NDRPDR'"
9514 #  parameters:
9515 #  - "throughput"
9516 #  - "name"
9517 #  - "tags"
9518 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9519 #  x-axis: "X = CNFs per Service Pipeline"
9520 #  y-axis: "Y = Number of Service Pipelines"
9521 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9522 #  layout:
9523 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9524 #    layout: "plot-service-density"
9525 #
9526 ## Plots - NF Density - CSP - PDR 64b
9527 #- type: "plot"
9528 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9529 #  algorithm: "plot_nf_heatmap"
9530 #  output-file-type: ".html"
9531 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9532 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9533 #  filter: "'NIC_Intel-XXV710' and
9534 #           'NF_DENSITY' and
9535 #           'DOCKER' and
9536 #           'PIPELINE' and
9537 #           'NF_VPPIP4' and
9538 #           '64B' and
9539 #           '2T1C' and
9540 #           'NDRPDR'"
9541 #  parameters:
9542 #  - "throughput"
9543 #  - "name"
9544 #  - "tags"
9545 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9546 #  x-axis: "X = CNFs per Service Pipeline"
9547 #  y-axis: "Y = Number of Service Pipelines"
9548 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9549 #  layout:
9550 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9551 #    layout: "plot-service-density"
9552 #
9553 #- type: "plot"
9554 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9555 #  algorithm: "plot_nf_heatmap"
9556 #  output-file-type: ".html"
9557 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9558 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9559 #  filter: "'NIC_Intel-XXV710' and
9560 #           'NF_DENSITY' and
9561 #           'DOCKER' and
9562 #           'PIPELINE' and
9563 #           'NF_VPPIP4' and
9564 #           '64B' and
9565 #           '4T2C' and
9566 #           'NDRPDR'"
9567 #  parameters:
9568 #  - "throughput"
9569 #  - "name"
9570 #  - "tags"
9571 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9572 #  x-axis: "X = CNFs per Service Pipeline"
9573 #  y-axis: "Y = Number of Service Pipelines"
9574 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9575 #  layout:
9576 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9577 #    layout: "plot-service-density"
9578 #
9579 #- type: "plot"
9580 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9581 #  algorithm: "plot_nf_heatmap"
9582 #  output-file-type: ".html"
9583 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9584 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9585 #  filter: "'NIC_Intel-XXV710' and
9586 #           'NF_DENSITY' and
9587 #           'DOCKER' and
9588 #           'PIPELINE' and
9589 #           'NF_VPPIP4' and
9590 #           '64B' and
9591 #           '8T4C' and
9592 #           'NDRPDR'"
9593 #  parameters:
9594 #  - "throughput"
9595 #  - "name"
9596 #  - "tags"
9597 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9598 #  x-axis: "X = CNFs per Service Pipeline"
9599 #  y-axis: "Y = Number of Service Pipelines"
9600 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9601 #  layout:
9602 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9603 #    layout: "plot-service-density"
9604 #
9605 ## Plots - NF Density - CSP - PDR IMIX
9606 #- type: "plot"
9607 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9608 #  algorithm: "plot_nf_heatmap"
9609 #  output-file-type: ".html"
9610 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9611 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9612 #  filter: "'NIC_Intel-XXV710' and
9613 #           'NF_DENSITY' and
9614 #           'DOCKER' and
9615 #           'PIPELINE' and
9616 #           'NF_VPPIP4' and
9617 #           'IMIX' and
9618 #           '2T1C' and
9619 #           'NDRPDR'"
9620 #  parameters:
9621 #  - "throughput"
9622 #  - "name"
9623 #  - "tags"
9624 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9625 #  x-axis: "X = CNFs per Service Pipeline"
9626 #  y-axis: "Y = Number of Service Pipelines"
9627 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9628 #  layout:
9629 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9630 #    layout: "plot-service-density"
9631 #
9632 #- type: "plot"
9633 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9634 #  algorithm: "plot_nf_heatmap"
9635 #  output-file-type: ".html"
9636 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9637 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9638 #  filter: "'NIC_Intel-XXV710' and
9639 #           'NF_DENSITY' and
9640 #           'DOCKER' and
9641 #           'PIPELINE' and
9642 #           'NF_VPPIP4' and
9643 #           'IMIX' and
9644 #           '4T2C' and
9645 #           'NDRPDR'"
9646 #  parameters:
9647 #  - "throughput"
9648 #  - "name"
9649 #  - "tags"
9650 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9651 #  x-axis: "X = CNFs per Service Pipeline"
9652 #  y-axis: "Y = Number of Service Pipelines"
9653 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9654 #  layout:
9655 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9656 #    layout: "plot-service-density"
9657 #
9658 #- type: "plot"
9659 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9660 #  algorithm: "plot_nf_heatmap"
9661 #  output-file-type: ".html"
9662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9663 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9664 #  filter: "'NIC_Intel-XXV710' and
9665 #           'NF_DENSITY' and
9666 #           'DOCKER' and
9667 #           'PIPELINE' and
9668 #           'NF_VPPIP4' and
9669 #           'IMIX' and
9670 #           '8T4C' and
9671 #           'NDRPDR'"
9672 #  parameters:
9673 #  - "throughput"
9674 #  - "name"
9675 #  - "tags"
9676 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9677 #  x-axis: "X = CNFs per Service Pipeline"
9678 #  y-axis: "Y = Number of Service Pipelines"
9679 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9680 #  layout:
9681 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9682 #    layout: "plot-service-density"
9683
9684 ###############################################################################
9685 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9686
9687 - type: "plot"
9688   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9689   algorithm: "plot_nf_heatmap"
9690   output-file-type: ".html"
9691   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9692   data: "plot-vpp-nfv-2n-clx-mrr"
9693   filter: "'NIC_Intel-XXV710' and
9694            'NF_DENSITY' and
9695            'VHOST' and
9696            not 'VXLAN' and
9697            'CHAIN' and
9698            'NF_VPPIP4' and
9699            'IMIX' and
9700            '2T1C' and
9701            'MRR'"
9702   parameters:
9703   - "result"
9704   - "name"
9705   - "tags"
9706   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9707   x-axis: "X = VNFs per Service Chain"
9708   y-axis: "Y = Number of Service Chains"
9709   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9710   layout:
9711     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9712     layout: "plot-service-density"
9713
9714 - type: "plot"
9715   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9716   algorithm: "plot_nf_heatmap"
9717   output-file-type: ".html"
9718   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9719   data: "plot-vpp-nfv-2n-clx-mrr"
9720   filter: "'NIC_Intel-XXV710' and
9721            'NF_DENSITY' and
9722            'VHOST' and
9723            not 'VXLAN' and
9724            'CHAIN' and
9725            'NF_VPPIP4' and
9726            'IMIX' and
9727            '4T2C' and
9728            'MRR'"
9729   parameters:
9730   - "result"
9731   - "name"
9732   - "tags"
9733   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9734   x-axis: "X = VNFs per Service Chain"
9735   y-axis: "Y = Number of Service Chains"
9736   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9737   layout:
9738     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9739     layout: "plot-service-density"
9740
9741 - type: "plot"
9742   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9743   algorithm: "plot_nf_heatmap"
9744   output-file-type: ".html"
9745   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9746   data: "plot-vpp-nfv-2n-clx-mrr"
9747   filter: "'NIC_Intel-XXV710' and
9748            'NF_DENSITY' and
9749            'VHOST' and
9750            not 'VXLAN' and
9751            'CHAIN' and
9752            'NF_VPPIP4' and
9753            'IMIX' and
9754            '8T4C' and
9755            'MRR'"
9756   parameters:
9757   - "result"
9758   - "name"
9759   - "tags"
9760   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9761   x-axis: "X = VNFs per Service Chain"
9762   y-axis: "Y = Number of Service Chains"
9763   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9764   layout:
9765     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9766     layout: "plot-service-density"
9767
9768 # Plots - NF Density - VSC - NDR IMIX
9769 - type: "plot"
9770   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9771   algorithm: "plot_nf_heatmap"
9772   output-file-type: ".html"
9773   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9774   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9775   filter: "'NIC_Intel-XXV710' and
9776            'NF_DENSITY' and
9777            'VHOST' and
9778            not 'VXLAN' and
9779            'CHAIN' and
9780            'NF_VPPIP4' and
9781            'IMIX' and
9782            '2T1C' and
9783            'NDRPDR'"
9784   parameters:
9785   - "throughput"
9786   - "name"
9787   - "tags"
9788   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9789   x-axis: "X = VNFs per Service Chain"
9790   y-axis: "Y = Number of Service Chains"
9791   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9792   layout:
9793     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9794     layout: "plot-service-density"
9795
9796 - type: "plot"
9797   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9798   algorithm: "plot_nf_heatmap"
9799   output-file-type: ".html"
9800   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9801   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9802   filter: "'NIC_Intel-XXV710' and
9803            'NF_DENSITY' and
9804            'VHOST' and
9805            not 'VXLAN' and
9806            'CHAIN' and
9807            'NF_VPPIP4' and
9808            'IMIX' and
9809            '4T2C' and
9810            'NDRPDR'"
9811   parameters:
9812   - "throughput"
9813   - "name"
9814   - "tags"
9815   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9816   x-axis: "X = VNFs per Service Chain"
9817   y-axis: "Y = Number of Service Chains"
9818   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9819   layout:
9820     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9821     layout: "plot-service-density"
9822
9823 - type: "plot"
9824   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9825   algorithm: "plot_nf_heatmap"
9826   output-file-type: ".html"
9827   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9828   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9829   filter: "'NIC_Intel-XXV710' and
9830            'NF_DENSITY' and
9831            'VHOST' and
9832            not 'VXLAN' and
9833            'CHAIN' and
9834            'NF_VPPIP4' and
9835            'IMIX' and
9836            '8T4C' and
9837            'NDRPDR'"
9838   parameters:
9839   - "throughput"
9840   - "name"
9841   - "tags"
9842   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9843   x-axis: "X = VNFs per Service Chain"
9844   y-axis: "Y = Number of Service Chains"
9845   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9846   layout:
9847     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9848     layout: "plot-service-density"
9849
9850 # Plots - NF Density - VSC - PDR IMIX
9851 - type: "plot"
9852   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9853   algorithm: "plot_nf_heatmap"
9854   output-file-type: ".html"
9855   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9856   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9857   filter: "'NIC_Intel-XXV710' and
9858            'NF_DENSITY' and
9859            'VHOST' and
9860            not 'VXLAN' and
9861            'CHAIN' and
9862            'NF_VPPIP4' and
9863            'IMIX' and
9864            '2T1C' and
9865            'NDRPDR'"
9866   parameters:
9867   - "throughput"
9868   - "name"
9869   - "tags"
9870   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9871   x-axis: "X = VNFs per Service Chain"
9872   y-axis: "Y = Number of Service Chains"
9873   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9874   layout:
9875     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9876     layout: "plot-service-density"
9877
9878 - type: "plot"
9879   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9880   algorithm: "plot_nf_heatmap"
9881   output-file-type: ".html"
9882   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9883   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9884   filter: "'NIC_Intel-XXV710' and
9885            'NF_DENSITY' and
9886            'VHOST' and
9887            not 'VXLAN' and
9888            'CHAIN' and
9889            'NF_VPPIP4' and
9890            'IMIX' and
9891            '4T2C' and
9892            'NDRPDR'"
9893   parameters:
9894   - "throughput"
9895   - "name"
9896   - "tags"
9897   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9898   x-axis: "X = VNFs per Service Chain"
9899   y-axis: "Y = Number of Service Chains"
9900   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9901   layout:
9902     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9903     layout: "plot-service-density"
9904
9905 - type: "plot"
9906   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9907   algorithm: "plot_nf_heatmap"
9908   output-file-type: ".html"
9909   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9910   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9911   filter: "'NIC_Intel-XXV710' and
9912            'NF_DENSITY' and
9913            'VHOST' and
9914            not 'VXLAN' and
9915            'CHAIN' and
9916            'NF_VPPIP4' and
9917            'IMIX' and
9918            '8T4C' and
9919            'NDRPDR'"
9920   parameters:
9921   - "throughput"
9922   - "name"
9923   - "tags"
9924   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9925   x-axis: "X = VNFs per Service Chain"
9926   y-axis: "Y = Number of Service Chains"
9927   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9928   layout:
9929     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9930     layout: "plot-service-density"
9931
9932 # Plots - NF Density - VSC - MRR IMIX
9933 - type: "plot"
9934   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9935   algorithm: "plot_nf_heatmap"
9936   output-file-type: ".html"
9937   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9938   data: "plot-vpp-nfv-2n-clx-mrr"
9939   filter: "'NIC_Intel-XXV710' and
9940            'NF_DENSITY' and
9941            'VHOST' and
9942            'VXLAN' and
9943            'CHAIN' and
9944            'IMIX' and
9945            '2T1C' and
9946            'MRR'"
9947   parameters:
9948   - "result"
9949   - "name"
9950   - "tags"
9951   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9952   x-axis: "X = VNFs per Service Chain"
9953   y-axis: "Y = Number of Service Chains"
9954   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9955   layout:
9956     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9957     layout: "plot-service-density"
9958
9959 - type: "plot"
9960   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9961   algorithm: "plot_nf_heatmap"
9962   output-file-type: ".html"
9963   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9964   data: "plot-vpp-nfv-2n-clx-mrr"
9965   filter: "'NIC_Intel-XXV710' and
9966            'NF_DENSITY' and
9967            'VHOST' and
9968            'VXLAN' and
9969            'CHAIN' and
9970            'IMIX' and
9971            '4T2C' and
9972            'MRR'"
9973   parameters:
9974   - "result"
9975   - "name"
9976   - "tags"
9977   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9978   x-axis: "X = VNFs per Service Chain"
9979   y-axis: "Y = Number of Service Chains"
9980   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9981   layout:
9982     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9983     layout: "plot-service-density"
9984
9985 - type: "plot"
9986   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9987   algorithm: "plot_nf_heatmap"
9988   output-file-type: ".html"
9989   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9990   data: "plot-vpp-nfv-2n-clx-mrr"
9991   filter: "'NIC_Intel-XXV710' and
9992            'NF_DENSITY' and
9993            'VHOST' and
9994            'VXLAN' and
9995            'CHAIN' and
9996            'IMIX' and
9997            '8T4C' and
9998            'MRR'"
9999   parameters:
10000   - "result"
10001   - "name"
10002   - "tags"
10003   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10004   x-axis: "X = VNFs per Service Chain"
10005   y-axis: "Y = Number of Service Chains"
10006   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10007   layout:
10008     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10009     layout: "plot-service-density"
10010
10011 # Plots - NF Density - VSC - NDR IMIX
10012 - type: "plot"
10013   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10014   algorithm: "plot_nf_heatmap"
10015   output-file-type: ".html"
10016   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10017   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10018   filter: "'NIC_Intel-XXV710' and
10019            'NF_DENSITY' and
10020            'VHOST' and
10021            'VXLAN' and
10022            'CHAIN' a
10023            'IMIX' and
10024            '2T1C' and
10025            'NDRPDR'"
10026   parameters:
10027   - "throughput"
10028   - "name"
10029   - "tags"
10030   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10031   x-axis: "X = VNFs per Service Chain"
10032   y-axis: "Y = Number of Service Chains"
10033   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10034   layout:
10035     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10036     layout: "plot-service-density"
10037
10038 - type: "plot"
10039   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10040   algorithm: "plot_nf_heatmap"
10041   output-file-type: ".html"
10042   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10043   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10044   filter: "'NIC_Intel-XXV710' and
10045            'NF_DENSITY' and
10046            'VHOST' and
10047            'VXLAN' and
10048            'CHAIN' and
10049            'IMIX' and
10050            '4T2C' and
10051            'NDRPDR'"
10052   parameters:
10053   - "throughput"
10054   - "name"
10055   - "tags"
10056   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10057   x-axis: "X = VNFs per Service Chain"
10058   y-axis: "Y = Number of Service Chains"
10059   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10060   layout:
10061     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10062     layout: "plot-service-density"
10063
10064 - type: "plot"
10065   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10066   algorithm: "plot_nf_heatmap"
10067   output-file-type: ".html"
10068   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10069   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10070   filter: "'NIC_Intel-XXV710' and
10071            'NF_DENSITY' and
10072            'VHOST' and
10073            'VXLAN' and
10074            'CHAIN' and
10075            'IMIX' and
10076            '8T4C' and
10077            'NDRPDR'"
10078   parameters:
10079   - "throughput"
10080   - "name"
10081   - "tags"
10082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10083   x-axis: "X = VNFs per Service Chain"
10084   y-axis: "Y = Number of Service Chains"
10085   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10086   layout:
10087     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10088     layout: "plot-service-density"
10089
10090 # Plots - NF Density - VSC - PDR IMIX
10091 - type: "plot"
10092   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10093   algorithm: "plot_nf_heatmap"
10094   output-file-type: ".html"
10095   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10096   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10097   filter: "'NIC_Intel-XXV710' and
10098            'NF_DENSITY' and
10099            'VHOST' and
10100            'VXLAN' and
10101            'CHAIN' and
10102            'IMIX' and
10103            '2T1C' and
10104            'NDRPDR'"
10105   parameters:
10106   - "throughput"
10107   - "name"
10108   - "tags"
10109   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10110   x-axis: "X = VNFs per Service Chain"
10111   y-axis: "Y = Number of Service Chains"
10112   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10113   layout:
10114     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10115     layout: "plot-service-density"
10116
10117 - type: "plot"
10118   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10119   algorithm: "plot_nf_heatmap"
10120   output-file-type: ".html"
10121   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10122   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10123   filter: "'NIC_Intel-XXV710' and
10124            'NF_DENSITY' and
10125            'VHOST' and
10126            'VXLAN' and
10127            'CHAIN' and
10128            'IMIX' and
10129            '4T2C' and
10130            'NDRPDR'"
10131   parameters:
10132   - "throughput"
10133   - "name"
10134   - "tags"
10135   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10136   x-axis: "X = VNFs per Service Chain"
10137   y-axis: "Y = Number of Service Chains"
10138   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10139   layout:
10140     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10141     layout: "plot-service-density"
10142
10143 - type: "plot"
10144   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10145   algorithm: "plot_nf_heatmap"
10146   output-file-type: ".html"
10147   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10148   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10149   filter: "'NIC_Intel-XXV710' and
10150            'NF_DENSITY' and
10151            'VHOST' and
10152            'VXLAN' and
10153            'CHAIN' and
10154            'IMIX' and
10155            '8T4C' and
10156            'NDRPDR'"
10157   parameters:
10158   - "throughput"
10159   - "name"
10160   - "tags"
10161   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10162   x-axis: "X = VNFs per Service Chain"
10163   y-axis: "Y = Number of Service Chains"
10164   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10165   layout:
10166     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10167     layout: "plot-service-density"
10168
10169 # Plots - NF Density - CSC - MRR IMIX
10170 - type: "plot"
10171   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10172   algorithm: "plot_nf_heatmap"
10173   output-file-type: ".html"
10174   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10175   data: "plot-vpp-nfv-2n-clx-mrr"
10176   filter: "'NIC_Intel-XXV710' and
10177            'NF_DENSITY' and
10178            'DOCKER' and
10179            'CHAIN' and
10180            'NF_VPPIP4' and
10181            'IMIX' and
10182            '2T1C' and
10183            'MRR'"
10184   parameters:
10185   - "result"
10186   - "name"
10187   - "tags"
10188   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10189   x-axis: "X = CNFs per Service Chain"
10190   y-axis: "Y = Number of Service Chains"
10191   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10192   layout:
10193     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10194     layout: "plot-service-density"
10195
10196 - type: "plot"
10197   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10198   algorithm: "plot_nf_heatmap"
10199   output-file-type: ".html"
10200   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10201   data: "plot-vpp-nfv-2n-clx-mrr"
10202   filter: "'NIC_Intel-XXV710' and
10203            'NF_DENSITY' and
10204            'DOCKER' and
10205            'CHAIN' and
10206            'NF_VPPIP4' and
10207            'IMIX' and
10208            '4T2C' and
10209            'MRR'"
10210   parameters:
10211   - "result"
10212   - "name"
10213   - "tags"
10214   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10215   x-axis: "X = CNFs per Service Chain"
10216   y-axis: "Y = Number of Service Chains"
10217   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10218   layout:
10219     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10220     layout: "plot-service-density"
10221
10222 - type: "plot"
10223   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10224   algorithm: "plot_nf_heatmap"
10225   output-file-type: ".html"
10226   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10227   data: "plot-vpp-nfv-2n-clx-mrr"
10228   filter: "'NIC_Intel-XXV710' and
10229            'NF_DENSITY' and
10230            'DOCKER' and
10231            'CHAIN' and
10232            'NF_VPPIP4' and
10233            'IMIX' and
10234            '8T4C' and
10235            'MRR'"
10236   parameters:
10237   - "result"
10238   - "name"
10239   - "tags"
10240   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10241   x-axis: "X = CNFs per Service Chain"
10242   y-axis: "Y = Number of Service Chains"
10243   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10244   layout:
10245     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10246     layout: "plot-service-density"
10247
10248 # Plots - NF Density - CSC - NDR IMIX
10249 - type: "plot"
10250   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10251   algorithm: "plot_nf_heatmap"
10252   output-file-type: ".html"
10253   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10254   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10255   filter: "'NIC_Intel-XXV710' and
10256            'NF_DENSITY' and
10257            'DOCKER' and
10258            'CHAIN' and
10259            'NF_VPPIP4' and
10260            'IMIX' and
10261            '2T1C' and
10262            'NDRPDR'"
10263   parameters:
10264   - "throughput"
10265   - "name"
10266   - "tags"
10267   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10268   x-axis: "X = CNFs per Service Chain"
10269   y-axis: "Y = Number of Service Chains"
10270   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10271   layout:
10272     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10273     layout: "plot-service-density"
10274
10275 - type: "plot"
10276   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10277   algorithm: "plot_nf_heatmap"
10278   output-file-type: ".html"
10279   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10280   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10281   filter: "'NIC_Intel-XXV710' and
10282            'NF_DENSITY' and
10283            'DOCKER' and
10284            'CHAIN' and
10285            'NF_VPPIP4' and
10286            'IMIX' and
10287            '4T2C' and
10288            'NDRPDR'"
10289   parameters:
10290   - "throughput"
10291   - "name"
10292   - "tags"
10293   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10294   x-axis: "X = CNFs per Service Chain"
10295   y-axis: "Y = Number of Service Chains"
10296   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10297   layout:
10298     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10299     layout: "plot-service-density"
10300
10301 - type: "plot"
10302   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10303   algorithm: "plot_nf_heatmap"
10304   output-file-type: ".html"
10305   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10306   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10307   filter: "'NIC_Intel-XXV710' and
10308            'NF_DENSITY' and
10309            'DOCKER' and
10310            'CHAIN' and
10311            'NF_VPPIP4' and
10312            'IMIX' and
10313            '8T4C' and
10314            'NDRPDR'"
10315   parameters:
10316   - "throughput"
10317   - "name"
10318   - "tags"
10319   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10320   x-axis: "X = CNFs per Service Chain"
10321   y-axis: "Y = Number of Service Chains"
10322   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10323   layout:
10324     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10325     layout: "plot-service-density"
10326
10327 # Plots - NF Density - CSC - PDR IMIX
10328 - type: "plot"
10329   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10330   algorithm: "plot_nf_heatmap"
10331   output-file-type: ".html"
10332   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10333   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10334   filter: "'NIC_Intel-XXV710' and
10335            'NF_DENSITY' and
10336            'DOCKER' and
10337            'CHAIN' and
10338            'NF_VPPIP4' and
10339            'IMIX' and
10340            '2T1C' and
10341            'NDRPDR'"
10342   parameters:
10343   - "throughput"
10344   - "name"
10345   - "tags"
10346   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10347   x-axis: "X = CNFs per Service Chain"
10348   y-axis: "Y = Number of Service Chains"
10349   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10350   layout:
10351     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10352     layout: "plot-service-density"
10353
10354 - type: "plot"
10355   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10356   algorithm: "plot_nf_heatmap"
10357   output-file-type: ".html"
10358   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10359   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10360   filter: "'NIC_Intel-XXV710' and
10361            'NF_DENSITY' and
10362            'DOCKER' and
10363            'CHAIN' and
10364            'NF_VPPIP4' and
10365            'IMIX' and
10366            '4T2C' and
10367            'NDRPDR'"
10368   parameters:
10369   - "throughput"
10370   - "name"
10371   - "tags"
10372   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10373   x-axis: "X = CNFs per Service Chain"
10374   y-axis: "Y = Number of Service Chains"
10375   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10376   layout:
10377     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10378     layout: "plot-service-density"
10379
10380 - type: "plot"
10381   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10382   algorithm: "plot_nf_heatmap"
10383   output-file-type: ".html"
10384   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10385   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10386   filter: "'NIC_Intel-XXV710' and
10387            'NF_DENSITY' and
10388            'DOCKER' and
10389            'CHAIN' and
10390            'NF_VPPIP4' and
10391            'IMIX' and
10392            '8T4C' and
10393            'NDRPDR'"
10394   parameters:
10395   - "throughput"
10396   - "name"
10397   - "tags"
10398   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10399   x-axis: "X = CNFs per Service Chain"
10400   y-axis: "Y = Number of Service Chains"
10401   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10402   layout:
10403     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10404     layout: "plot-service-density"
10405
10406 # Plots - NF Density - CSP - MRR IMIX
10407 - type: "plot"
10408   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10409   algorithm: "plot_nf_heatmap"
10410   output-file-type: ".html"
10411   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10412   data: "plot-vpp-nfv-2n-clx-mrr"
10413   filter: "'NIC_Intel-XXV710' and
10414            'NF_DENSITY' and
10415            'DOCKER' and
10416            'PIPELINE' and
10417            'NF_VPPIP4' and
10418            'IMIX' and
10419            '2T1C' and
10420            'MRR'"
10421   parameters:
10422   - "result"
10423   - "name"
10424   - "tags"
10425   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10426   x-axis: "X = CNFs per Service Pipeline"
10427   y-axis: "Y = Number of Service Pipelines"
10428   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10429   layout:
10430     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10431     layout: "plot-service-density"
10432
10433 - type: "plot"
10434   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10435   algorithm: "plot_nf_heatmap"
10436   output-file-type: ".html"
10437   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10438   data: "plot-vpp-nfv-2n-clx-mrr"
10439   filter: "'NIC_Intel-XXV710' and
10440            'NF_DENSITY' and
10441            'DOCKER' and
10442            'PIPELINE' and
10443            'NF_VPPIP4' and
10444            'IMIX' and
10445            '4T2C' and
10446            'MRR'"
10447   parameters:
10448   - "result"
10449   - "name"
10450   - "tags"
10451   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10452   x-axis: "X = CNFs per Service Pipeline"
10453   y-axis: "Y = Number of Service Pipelines"
10454   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10455   layout:
10456     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10457     layout: "plot-service-density"
10458
10459 - type: "plot"
10460   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10461   algorithm: "plot_nf_heatmap"
10462   output-file-type: ".html"
10463   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10464   data: "plot-vpp-nfv-2n-clx-mrr"
10465   filter: "'NIC_Intel-XXV710' and
10466            'NF_DENSITY' and
10467            'DOCKER' and
10468            'PIPELINE' and
10469            'NF_VPPIP4' and
10470            'IMIX' and
10471            '8T4C' and
10472            'MRR'"
10473   parameters:
10474   - "result"
10475   - "name"
10476   - "tags"
10477   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10478   x-axis: "X = CNFs per Service Pipeline"
10479   y-axis: "Y = Number of Service Pipelines"
10480   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10481   layout:
10482     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10483     layout: "plot-service-density"
10484
10485 # Plots - NF Density - CSP - NDR IMIX
10486 - type: "plot"
10487   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10488   algorithm: "plot_nf_heatmap"
10489   output-file-type: ".html"
10490   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10491   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10492   filter: "'NIC_Intel-XXV710' and
10493            'NF_DENSITY' and
10494            'DOCKER' and
10495            'PIPELINE' and
10496            'NF_VPPIP4' and
10497            'IMIX' and
10498            '2T1C' and
10499            'NDRPDR'"
10500   parameters:
10501   - "throughput"
10502   - "name"
10503   - "tags"
10504   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10505   x-axis: "X = CNFs per Service Pipeline"
10506   y-axis: "Y = Number of Service Pipelines"
10507   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10508   layout:
10509     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10510     layout: "plot-service-density"
10511
10512 - type: "plot"
10513   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10514   algorithm: "plot_nf_heatmap"
10515   output-file-type: ".html"
10516   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10517   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10518   filter: "'NIC_Intel-XXV710' and
10519            'NF_DENSITY' and
10520            'DOCKER' and
10521            'PIPELINE' and
10522            'NF_VPPIP4' and
10523            'IMIX' and
10524            '4T2C' and
10525            'NDRPDR'"
10526   parameters:
10527   - "throughput"
10528   - "name"
10529   - "tags"
10530   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10531   x-axis: "X = CNFs per Service Pipeline"
10532   y-axis: "Y = Number of Service Pipelines"
10533   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10534   layout:
10535     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10536     layout: "plot-service-density"
10537
10538 - type: "plot"
10539   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10540   algorithm: "plot_nf_heatmap"
10541   output-file-type: ".html"
10542   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10543   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10544   filter: "'NIC_Intel-XXV710' and
10545            'NF_DENSITY' and
10546            'DOCKER' and
10547            'PIPELINE' and
10548            'NF_VPPIP4' and
10549            'IMIX' and
10550            '8T4C' and
10551            'NDRPDR'"
10552   parameters:
10553   - "throughput"
10554   - "name"
10555   - "tags"
10556   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10557   x-axis: "X = CNFs per Service Pipeline"
10558   y-axis: "Y = Number of Service Pipelines"
10559   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10560   layout:
10561     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10562     layout: "plot-service-density"
10563
10564 # Plots - NF Density - CSP - PDR IMIX
10565 - type: "plot"
10566   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10567   algorithm: "plot_nf_heatmap"
10568   output-file-type: ".html"
10569   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10570   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10571   filter: "'NIC_Intel-XXV710' and
10572            'NF_DENSITY' and
10573            'DOCKER' and
10574            'PIPELINE' and
10575            'NF_VPPIP4' and
10576            'IMIX' and
10577            '2T1C' and
10578            'NDRPDR'"
10579   parameters:
10580   - "throughput"
10581   - "name"
10582   - "tags"
10583   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10584   x-axis: "X = CNFs per Service Pipeline"
10585   y-axis: "Y = Number of Service Pipelines"
10586   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10587   layout:
10588     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10589     layout: "plot-service-density"
10590
10591 - type: "plot"
10592   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10593   algorithm: "plot_nf_heatmap"
10594   output-file-type: ".html"
10595   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10596   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10597   filter: "'NIC_Intel-XXV710' and
10598            'NF_DENSITY' and
10599            'DOCKER' and
10600            'PIPELINE' and
10601            'NF_VPPIP4' and
10602            'IMIX' and
10603            '4T2C' and
10604            'NDRPDR'"
10605   parameters:
10606   - "throughput"
10607   - "name"
10608   - "tags"
10609   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10610   x-axis: "X = CNFs per Service Pipeline"
10611   y-axis: "Y = Number of Service Pipelines"
10612   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10613   layout:
10614     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10615     layout: "plot-service-density"
10616
10617 - type: "plot"
10618   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10619   algorithm: "plot_nf_heatmap"
10620   output-file-type: ".html"
10621   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10622   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10623   filter: "'NIC_Intel-XXV710' and
10624            'NF_DENSITY' and
10625            'DOCKER' and
10626            'PIPELINE' and
10627            'NF_VPPIP4' and
10628            'IMIX' and
10629            '8T4C' and
10630            'NDRPDR'"
10631   parameters:
10632   - "throughput"
10633   - "name"
10634   - "tags"
10635   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10636   x-axis: "X = CNFs per Service Pipeline"
10637   y-axis: "Y = Number of Service Pipelines"
10638   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10639   layout:
10640     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10641     layout: "plot-service-density"
10642
10643 ################################################################################
10644
10645 # Packet Throughput
10646
10647 - type: "plot"
10648   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10649   algorithm: "plot_perf_box_name"
10650   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10652   include:
10653     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10654     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10655     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10656     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10657   layout:
10658     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10659     layout: "plot-throughput"
10660
10661 - type: "plot"
10662   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10663   algorithm: "plot_perf_box_name"
10664   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10665   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10666   include:
10667     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10668     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10669     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10670     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10671   layout:
10672     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10673     layout: "plot-throughput"
10674
10675 - type: "plot"
10676   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10677   algorithm: "plot_perf_box_name"
10678   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10680   include:
10681     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10682     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10683     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10684     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10685   layout:
10686     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10687     layout: "plot-throughput"
10688
10689 - type: "plot"
10690   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10691   algorithm: "plot_perf_box_name"
10692   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10693   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10694   include:
10695     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10696     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10697     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10698     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10699   layout:
10700     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10701     layout: "plot-throughput"
10702
10703 - type: "plot"
10704   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10705   algorithm: "plot_perf_box_name"
10706   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10708   include:
10709     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
10710     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
10711     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10712     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10713     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10714   layout:
10715     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10716     layout: "plot-throughput"
10717
10718 - type: "plot"
10719   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10720   algorithm: "plot_perf_box_name"
10721   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10723   include:
10724     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10725     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10726     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10727     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10728     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10729   layout:
10730     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10731     layout: "plot-throughput"
10732
10733 - type: "plot"
10734   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10735   algorithm: "plot_perf_box_name"
10736   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10738   include:
10739     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10740     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10741     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10742     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10743     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10744   layout:
10745     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10746     layout: "plot-throughput"
10747
10748 - type: "plot"
10749   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10750   algorithm: "plot_perf_box_name"
10751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
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-pdr"
10761     layout: "plot-throughput"
10762
10763 - type: "plot"
10764   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10765   algorithm: "plot_perf_box_name"
10766   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10767   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10768   include:
10769     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10770     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10771     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10772     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10773     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10774   layout:
10775     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10776     layout: "plot-throughput"
10777
10778 - type: "plot"
10779   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10780   algorithm: "plot_perf_box_name"
10781   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
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-pdr"
10791     layout: "plot-throughput"
10792
10793 - type: "plot"
10794   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10795   algorithm: "plot_perf_box_name"
10796   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10797   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10798   include:
10799     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10800     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10801     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10802     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10803     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10804     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10805   layout:
10806     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10807     layout: "plot-throughput"
10808
10809 - type: "plot"
10810   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10811   algorithm: "plot_perf_box_name"
10812   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10813   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10814   include:
10815     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10816     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10817     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10818     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10819     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10820     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10821   layout:
10822     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10823     layout: "plot-throughput"
10824
10825 - type: "plot"
10826   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10827   algorithm: "plot_perf_box_name"
10828   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10829   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10830   include:
10831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10836   layout:
10837     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10838     layout: "plot-throughput"
10839
10840 - type: "plot"
10841   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10842   algorithm: "plot_perf_box_name"
10843   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10844   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10845   include:
10846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10851   layout:
10852     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10853     layout: "plot-throughput"
10854
10855 - type: "plot"
10856   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10857   algorithm: "plot_perf_box_name"
10858   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10859   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10860   include:
10861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10864   layout:
10865     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10866     layout: "plot-throughput"
10867
10868 - type: "plot"
10869   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10870   algorithm: "plot_perf_box_name"
10871   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
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-pdr"
10879     layout: "plot-throughput"
10880
10881 - type: "plot"
10882   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10883   algorithm: "plot_perf_box_name"
10884   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10886   include:
10887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10892   layout:
10893     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10894     layout: "plot-throughput"
10895
10896 - type: "plot"
10897   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10898   algorithm: "plot_perf_box_name"
10899   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10900   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10901   include:
10902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10907   layout:
10908     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10909     layout: "plot-throughput"
10910
10911 - type: "plot"
10912   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10913   algorithm: "plot_perf_box_name"
10914   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10915   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10916   include:
10917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10920   layout:
10921     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10922     layout: "plot-throughput"
10923
10924 - type: "plot"
10925   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10926   algorithm: "plot_perf_box_name"
10927   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
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-pdr"
10935     layout: "plot-throughput"
10936
10937 - type: "plot"
10938   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10939   algorithm: "plot_perf_box_name"
10940   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10942   include:
10943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
10948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
10949   layout:
10950     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10951     layout: "plot-throughput"
10952
10953 - type: "plot"
10954   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10955   algorithm: "plot_perf_box_name"
10956   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10957   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10958   include:
10959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
10964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
10965   layout:
10966     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10967     layout: "plot-throughput"
10968
10969 - type: "plot"
10970   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10971   algorithm: "plot_perf_box_name"
10972   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10973   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10974   include:
10975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10981   layout:
10982     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10983     layout: "plot-throughput"
10984
10985 - type: "plot"
10986   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10987   algorithm: "plot_perf_box_name"
10988   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10989   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10990   include:
10991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10997   layout:
10998     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10999     layout: "plot-throughput"
11000
11001 - type: "plot"
11002   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11003   algorithm: "plot_perf_box_name"
11004   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11005   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11006   include:
11007     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11008     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11009     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11010   layout:
11011     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11012     layout: "plot-throughput"
11013
11014 - type: "plot"
11015   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11016   algorithm: "plot_perf_box_name"
11017   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11018   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11019   include:
11020     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11021     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11022     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11023   layout:
11024     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11025     layout: "plot-throughput"
11026
11027 - type: "plot"
11028   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11029   algorithm: "plot_perf_box_name"
11030   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11031   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11032   include:
11033     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11034     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11035     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11036 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11037 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11038   layout:
11039     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11040     layout: "plot-throughput"
11041
11042 - type: "plot"
11043   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11044   algorithm: "plot_perf_box_name"
11045   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11046   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11047   include:
11048     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11049     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11050     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11051 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11052 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11053   layout:
11054     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11055     layout: "plot-throughput"
11056
11057 - type: "plot"
11058   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11059   algorithm: "plot_perf_box_name"
11060   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11061   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11062   include:
11063     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11064     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11065     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11066     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11067     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11068   layout:
11069     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11070     layout: "plot-throughput"
11071
11072 - type: "plot"
11073   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11074   algorithm: "plot_perf_box_name"
11075   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11076   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11077   include:
11078     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11079     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11080     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11081     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11082     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11083   layout:
11084     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11085     layout: "plot-throughput"
11086
11087 - type: "plot"
11088   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11089   algorithm: "plot_perf_box_name"
11090   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11091   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11092   include:
11093     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11094     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11098   layout:
11099     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11100     layout: "plot-throughput"
11101
11102 - type: "plot"
11103   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11104   algorithm: "plot_perf_box_name"
11105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11107   include:
11108     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11113   layout:
11114     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11115     layout: "plot-throughput"
11116
11117 - type: "plot"
11118   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11119   algorithm: "plot_perf_box_name"
11120   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11121   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11122   include:
11123     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11124     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11128     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11129   layout:
11130     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11131     layout: "plot-throughput"
11132
11133 - type: "plot"
11134   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11135   algorithm: "plot_perf_box_name"
11136   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11138   include:
11139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11140     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11141     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11142     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11143     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11145   layout:
11146     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11147     layout: "plot-throughput"
11148
11149 - type: "plot"
11150   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11151   algorithm: "plot_perf_box_name"
11152   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11154   include:
11155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11157     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11158     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11159     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11160     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11161   layout:
11162     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11163     layout: "plot-throughput"
11164
11165 - type: "plot"
11166   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11167   algorithm: "plot_perf_box_name"
11168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11170   include:
11171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11172     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11173     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11175     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11176     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11177   layout:
11178     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11179     layout: "plot-throughput"
11180
11181 - type: "plot"
11182   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11183   algorithm: "plot_perf_box_name"
11184   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11185   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11186   include:
11187     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11188     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11189     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11190     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11191     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11192   layout:
11193     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11194     layout: "plot-throughput"
11195
11196 - type: "plot"
11197   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11198   algorithm: "plot_perf_box_name"
11199   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11200   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11201   include:
11202     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11203     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11204     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11205     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11206     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11207   layout:
11208     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11209     layout: "plot-throughput"
11210
11211 - type: "plot"
11212   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11213   algorithm: "plot_perf_box_name"
11214   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11215   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11216   include:
11217     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11221     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11222     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11223   layout:
11224     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11225     layout: "plot-throughput"
11226
11227 - type: "plot"
11228   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11229   algorithm: "plot_perf_box_name"
11230   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11231   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11232   include:
11233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11237     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11238     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11239   layout:
11240     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11241     layout: "plot-throughput"
11242
11243 - type: "plot"
11244   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11245   algorithm: "plot_perf_box_name"
11246   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11247   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11248   include:
11249     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11250     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11251     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11252     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11253     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11254   layout:
11255     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11256     layout: "plot-throughput"
11257
11258 - type: "plot"
11259   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11260   algorithm: "plot_perf_box_name"
11261   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11262   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11263   include:
11264     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11265     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11267     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11269   layout:
11270     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11271     layout: "plot-throughput"
11272
11273 - type: "plot"
11274   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11275   algorithm: "plot_perf_box_name"
11276   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11277   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11278   include:
11279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11280     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11281     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11282     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11283     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11284     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11285   layout:
11286     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11287     layout: "plot-throughput"
11288
11289 - type: "plot"
11290   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11291   algorithm: "plot_perf_box_name"
11292   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11293   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11294   include:
11295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11296     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11297     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11298     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11299     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11300     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11301   layout:
11302     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11303     layout: "plot-throughput"
11304
11305 - type: "plot"
11306   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11307   algorithm: "plot_perf_box_name"
11308   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11309   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11310   include:
11311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11312     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11313     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11314     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11316   layout:
11317     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11318     layout: "plot-throughput"
11319
11320 - type: "plot"
11321   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11322   algorithm: "plot_perf_box_name"
11323   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11324   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11325   include:
11326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11331   layout:
11332     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11333     layout: "plot-throughput"
11334
11335 - type: "plot"
11336   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11337   algorithm: "plot_perf_box_name"
11338   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11339   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11340   include:
11341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11347   layout:
11348     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11349     layout: "plot-throughput"
11350
11351 - type: "plot"
11352   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11353   algorithm: "plot_perf_box_name"
11354   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11355   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11356   include:
11357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11363   layout:
11364     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11365     layout: "plot-throughput"
11366
11367 - type: "plot"
11368   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11369   algorithm: "plot_perf_box_name"
11370   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11371   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11372   include:
11373     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11374     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11375   layout:
11376     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11377     layout: "plot-throughput"
11378
11379 - type: "plot"
11380   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11381   algorithm: "plot_perf_box_name"
11382   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11383   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11384   include:
11385     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11386     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11387   layout:
11388     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11389     layout: "plot-throughput"
11390
11391 - type: "plot"
11392   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11393   algorithm: "plot_perf_box_name"
11394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11396   include:
11397     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11398     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11399     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11400     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11401   layout:
11402     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11403     layout: "plot-throughput"
11404
11405 - type: "plot"
11406   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11407   algorithm: "plot_perf_box_name"
11408   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11410   include:
11411     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11412     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11413     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11414     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11415   layout:
11416     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11417     layout: "plot-throughput"
11418
11419 - type: "plot"
11420   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11421   algorithm: "plot_perf_box_name"
11422   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11423   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11424   include:
11425     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11426     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11427     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11428     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11429   layout:
11430     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11431     layout: "plot-throughput"
11432
11433 - type: "plot"
11434   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11435   algorithm: "plot_perf_box_name"
11436   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11438   include:
11439     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11440     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11441     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11442     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11443   layout:
11444     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11445     layout: "plot-throughput"
11446
11447 - type: "plot"
11448   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11449   algorithm: "plot_perf_box_name"
11450   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11451   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11452   include:
11453     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11457   layout:
11458     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11459     layout: "plot-throughput"
11460
11461 - type: "plot"
11462   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11463   algorithm: "plot_perf_box_name"
11464   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11465   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11466   include:
11467     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11468     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11471   layout:
11472     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11473     layout: "plot-throughput"
11474
11475 - type: "plot"
11476   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11477   algorithm: "plot_perf_box_name"
11478   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11479   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11480   include:
11481     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11482     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11483     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11485   layout:
11486     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11487     layout: "plot-throughput"
11488
11489 - type: "plot"
11490   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11491   algorithm: "plot_perf_box_name"
11492   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11493   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11494   include:
11495     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11496     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11497     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11499   layout:
11500     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11501     layout: "plot-throughput"
11502
11503 - type: "plot"
11504   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11505   algorithm: "plot_perf_box_name"
11506   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11507   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11508   include:
11509     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11510     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11511     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11512     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11515   layout:
11516     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11517     layout: "plot-throughput"
11518
11519 - type: "plot"
11520   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11521   algorithm: "plot_perf_box_name"
11522   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11523   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11524   include:
11525     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11531   layout:
11532     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11533     layout: "plot-throughput"
11534
11535 - type: "plot"
11536   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11537   algorithm: "plot_perf_box_name"
11538   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11539   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11540   include:
11541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11546   layout:
11547     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11548     layout: "plot-throughput"
11549
11550 - type: "plot"
11551   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11552   algorithm: "plot_perf_box_name"
11553   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11554   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11555   include:
11556     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11561   layout:
11562     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11563     layout: "plot-throughput"
11564
11565 - type: "plot"
11566   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11567   algorithm: "plot_perf_box_name"
11568   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11569   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11570   include:
11571     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11576   layout:
11577     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11578     layout: "plot-throughput"
11579
11580 - type: "plot"
11581   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11582   algorithm: "plot_perf_box_name"
11583   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11584   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11585   include:
11586     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11591   layout:
11592     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11593     layout: "plot-throughput"
11594
11595 - type: "plot"
11596   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11597   algorithm: "plot_perf_box_name"
11598   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11599   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11600   include:
11601     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11604   layout:
11605     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11606     layout: "plot-throughput"
11607
11608 - type: "plot"
11609   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11610   algorithm: "plot_perf_box_name"
11611   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11612   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11613   include:
11614     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11617   layout:
11618     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11619     layout: "plot-throughput"
11620
11621 - type: "plot"
11622   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11623   algorithm: "plot_perf_box_name"
11624   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11626   include:
11627     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11628     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11630   layout:
11631     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11632     layout: "plot-throughput"
11633
11634 - type: "plot"
11635   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11636   algorithm: "plot_perf_box_name"
11637   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11638   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11639   include:
11640     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11641     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11642     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11643   layout:
11644     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11645     layout: "plot-throughput"
11646
11647 - type: "plot"
11648   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11649   algorithm: "plot_perf_box_name"
11650   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11652   include:
11653     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11654     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11655     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11656     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11657     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11658   layout:
11659     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11660     layout: "plot-throughput"
11661
11662 - type: "plot"
11663   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11664   algorithm: "plot_perf_box_name"
11665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11667   include:
11668     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11669     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11670     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11673   layout:
11674     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11675     layout: "plot-throughput"
11676
11677 - type: "plot"
11678   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11679   algorithm: "plot_perf_box_name"
11680   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11681   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11682   include:
11683     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11684     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11685     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11688   layout:
11689     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11690     layout: "plot-throughput"
11691
11692 - type: "plot"
11693   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11694   algorithm: "plot_perf_box_name"
11695   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11697   include:
11698     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11699     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11700     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11703   layout:
11704     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11705     layout: "plot-throughput"
11706
11707 - type: "plot"
11708   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11709   algorithm: "plot_perf_box_name"
11710   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11711   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11712   include:
11713     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11714     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11715     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11716     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11718   layout:
11719     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11720     layout: "plot-throughput"
11721
11722 - type: "plot"
11723   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11724   algorithm: "plot_perf_box_name"
11725   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11726   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11727   include:
11728     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11730     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11733   layout:
11734     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11735     layout: "plot-throughput"
11736
11737 - type: "plot"
11738   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11739   algorithm: "plot_perf_box_name"
11740   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11741   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11742   include:
11743     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11746     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11748   layout:
11749     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11750     layout: "plot-throughput"
11751
11752 - type: "plot"
11753   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11754   algorithm: "plot_perf_box_name"
11755   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11756   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11757   include:
11758     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11759     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11762     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11763   layout:
11764     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11765     layout: "plot-throughput"
11766
11767 - type: "plot"
11768   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11769   algorithm: "plot_perf_box_name"
11770   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11771   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11772   include:
11773     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11774     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11775     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11778   layout:
11779     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11780     layout: "plot-throughput"
11781
11782 - type: "plot"
11783   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11784   algorithm: "plot_perf_box_name"
11785   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11786   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11787   include:
11788     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11793   layout:
11794     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11795     layout: "plot-throughput"
11796
11797 - type: "plot"
11798   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11799   algorithm: "plot_perf_box_name"
11800   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11801   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11802   include:
11803     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11804     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11805     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11806     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11807     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11808     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11809   layout:
11810     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11811     layout: "plot-throughput"
11812
11813 - type: "plot"
11814   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11815   algorithm: "plot_perf_box_name"
11816   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11817   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11818   include:
11819     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11820     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11821     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11822     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11823     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11824     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11825   layout:
11826     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11827     layout: "plot-throughput"
11828
11829 - type: "plot"
11830   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11831   algorithm: "plot_perf_box_name"
11832   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11834   include:
11835     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11836     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11837     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11838     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11839   layout:
11840     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11841     layout: "plot-throughput"
11842
11843 - type: "plot"
11844   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11845   algorithm: "plot_perf_box_name"
11846   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11847   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11848   include:
11849     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11850     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11851     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11852     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11853   layout:
11854     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11855     layout: "plot-throughput"
11856
11857 - type: "plot"
11858   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11859   algorithm: "plot_perf_box_name"
11860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11862   include:
11863     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11864     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11865     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11866     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11867     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11868     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11869   layout:
11870     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11871     layout: "plot-throughput"
11872
11873 - type: "plot"
11874   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11875   algorithm: "plot_perf_box_name"
11876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11878   include:
11879     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11880     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11881     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11882     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11883     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11884     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11885   layout:
11886     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11887     layout: "plot-throughput"
11888
11889 - type: "plot"
11890   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11891   algorithm: "plot_perf_box_name"
11892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11894   include:
11895     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11896     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11897     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11898     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11899     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11900     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11901   layout:
11902     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11903     layout: "plot-throughput"
11904
11905 - type: "plot"
11906   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11907   algorithm: "plot_perf_box_name"
11908   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11910   include:
11911     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11912     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11913     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11914     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11915     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11916     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11917   layout:
11918     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11919     layout: "plot-throughput"
11920
11921 - type: "plot"
11922   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11923   algorithm: "plot_perf_box_name"
11924   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11925   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11926   include:
11927     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11928 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11929     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11930 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11931     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11932 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11933   layout:
11934     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11935     layout: "plot-throughput"
11936
11937 - type: "plot"
11938   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11939   algorithm: "plot_perf_box_name"
11940   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11941   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11942   include:
11943     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11944 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11945     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11946 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11947     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11948 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11949   layout:
11950     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11951     layout: "plot-throughput"
11952
11953 - type: "plot"
11954   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11955   algorithm: "plot_perf_box_name"
11956   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11957   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11958   include:
11959     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11960     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11961     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11962     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11963     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11964     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11965   layout:
11966     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11967     layout: "plot-throughput"
11968
11969 - type: "plot"
11970   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11971   algorithm: "plot_perf_box_name"
11972   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11973   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11974   include:
11975     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11976     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11977     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11978     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11979     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11980     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11981   layout:
11982     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11983     layout: "plot-throughput"
11984
11985 - type: "plot"
11986   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11987   algorithm: "plot_perf_box_name"
11988   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11989   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11990   include:
11991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11994     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11997   layout:
11998     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11999     layout: "plot-throughput"
12000
12001 - type: "plot"
12002   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12003   algorithm: "plot_perf_box_name"
12004   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12005   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12006   include:
12007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12013   layout:
12014     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12015     layout: "plot-throughput"
12016
12017 - type: "plot"
12018   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12019   algorithm: "plot_perf_box_name"
12020   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12021   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12022   include:
12023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12029   layout:
12030     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12031     layout: "plot-throughput"
12032
12033 - type: "plot"
12034   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12035   algorithm: "plot_perf_box_name"
12036   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12038   include:
12039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12045   layout:
12046     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12047     layout: "plot-throughput"
12048
12049 - type: "plot"
12050   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12051   algorithm: "plot_perf_box_name"
12052   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12053   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12054   include:
12055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12061   layout:
12062     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12063     layout: "plot-throughput"
12064
12065 - type: "plot"
12066   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12067   algorithm: "plot_perf_box_name"
12068   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12069   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12070   include:
12071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12077   layout:
12078     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12079     layout: "plot-throughput"
12080
12081 - type: "plot"
12082   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12083   algorithm: "plot_perf_box_name"
12084   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12085   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12086   include:
12087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12091   layout:
12092     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12093     layout: "plot-throughput"
12094
12095 - type: "plot"
12096   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12097   algorithm: "plot_perf_box_name"
12098   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12099   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12100   include:
12101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12105   layout:
12106     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12107     layout: "plot-throughput"
12108
12109 - type: "plot"
12110   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12111   algorithm: "plot_perf_box_name"
12112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12114   include:
12115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12119   layout:
12120     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12121     layout: "plot-throughput"
12122
12123 - type: "plot"
12124   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12125   algorithm: "plot_perf_box_name"
12126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12128   include:
12129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12133   layout:
12134     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12135     layout: "plot-throughput"
12136
12137 - type: "plot"
12138   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12139   algorithm: "plot_perf_box_name"
12140   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12141   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12142   include:
12143     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12144     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12145     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12146     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12147     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12148     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12149   layout:
12150     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12151     layout: "plot-throughput"
12152
12153 - type: "plot"
12154   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12155   algorithm: "plot_perf_box_name"
12156   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12157   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12158   include:
12159     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12160     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12161     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12162     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12163     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12164     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12165   layout:
12166     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12167     layout: "plot-throughput"
12168
12169 - type: "plot"
12170   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12171   algorithm: "plot_perf_box_name"
12172   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12174   include:
12175     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12176     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12177     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12178     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12179     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12180   layout:
12181     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12182     layout: "plot-throughput"
12183
12184 - type: "plot"
12185   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12186   algorithm: "plot_perf_box_name"
12187   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12189   include:
12190     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12191     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12192     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12193     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12194     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12195   layout:
12196     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12197     layout: "plot-throughput"
12198
12199 - type: "plot"
12200   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12201   algorithm: "plot_perf_box_name"
12202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12204   include:
12205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12210   layout:
12211     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12212     layout: "plot-throughput"
12213
12214 - type: "plot"
12215   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12216   algorithm: "plot_perf_box_name"
12217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12219   include:
12220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12225   layout:
12226     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12227     layout: "plot-throughput"
12228
12229 - type: "plot"
12230   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12231   algorithm: "plot_perf_box_name"
12232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12234   include:
12235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12239   layout:
12240     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12241     layout: "plot-throughput"
12242
12243 - type: "plot"
12244   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12245   algorithm: "plot_perf_box_name"
12246   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12247   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12248   include:
12249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12253   layout:
12254     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12255     layout: "plot-throughput"
12256
12257 - type: "plot"
12258   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12259   algorithm: "plot_perf_box_name"
12260   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12261   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12262   include:
12263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12269   layout:
12270     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12271     layout: "plot-throughput"
12272
12273 - type: "plot"
12274   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12275   algorithm: "plot_perf_box_name"
12276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12278   include:
12279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12285   layout:
12286     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12287     layout: "plot-throughput"
12288
12289 - type: "plot"
12290   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12291   algorithm: "plot_perf_box_name"
12292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12294   include:
12295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12301   layout:
12302     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12303     layout: "plot-throughput"
12304
12305 - type: "plot"
12306   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12307   algorithm: "plot_perf_box_name"
12308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12310   include:
12311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12317   layout:
12318     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12319     layout: "plot-throughput"
12320
12321 - type: "plot"
12322   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12323   algorithm: "plot_perf_box_name"
12324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12326   include:
12327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12333   layout:
12334     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12335     layout: "plot-throughput"
12336
12337 - type: "plot"
12338   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12339   algorithm: "plot_perf_box_name"
12340   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12342   include:
12343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12348     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12349   layout:
12350     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12351     layout: "plot-throughput"
12352
12353 - type: "plot"
12354   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12355   algorithm: "plot_perf_box_name"
12356   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12357   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12358   include:
12359     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12360     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12361     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12362     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12363   layout:
12364     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12365     layout: "plot-throughput"
12366
12367 - type: "plot"
12368   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12369   algorithm: "plot_perf_box_name"
12370   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12371   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12372   include:
12373     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12374     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12375     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12376     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12377   layout:
12378     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12379     layout: "plot-throughput"
12380
12381 - type: "plot"
12382   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12383   algorithm: "plot_perf_box_name"
12384   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12385   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12386   include:
12387     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12388     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12389     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12390     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12391     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12392     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12393   layout:
12394     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12395     layout: "plot-throughput"
12396
12397 - type: "plot"
12398   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12399   algorithm: "plot_perf_box_name"
12400   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12401   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12402   include:
12403     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12404     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12405     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12406     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12407     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12408     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12409   layout:
12410     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12411     layout: "plot-throughput"
12412
12413 - type: "plot"
12414   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12415   algorithm: "plot_perf_box_name"
12416   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12417   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12418   include:
12419     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12420     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12421     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12422     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12423     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12424     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12425   layout:
12426     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12427     layout: "plot-throughput"
12428
12429 - type: "plot"
12430   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12431   algorithm: "plot_perf_box_name"
12432   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12433   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12434   include:
12435     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12436     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12437     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12438     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12439     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12440     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12441   layout:
12442     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12443     layout: "plot-throughput"
12444
12445 - type: "plot"
12446   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12447   algorithm: "plot_perf_box_name"
12448   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12449   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12450   include:
12451     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12452     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12453     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12454     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12455   layout:
12456     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12457     layout: "plot-throughput"
12458
12459 - type: "plot"
12460   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12461   algorithm: "plot_perf_box_name"
12462   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12463   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12464   include:
12465     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12466     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12467     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12468     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12469   layout:
12470     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12471     layout: "plot-throughput"
12472
12473 - type: "plot"
12474   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12475   algorithm: "plot_perf_box_name"
12476   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12477   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12478   include:
12479     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12480     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12481     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12482     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12483     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12485   layout:
12486     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12487     layout: "plot-throughput"
12488
12489 - type: "plot"
12490   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12491   algorithm: "plot_perf_box_name"
12492   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12493   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12494   include:
12495     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12496     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12497     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12499     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12500     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12501   layout:
12502     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12503     layout: "plot-throughput"
12504
12505 - type: "plot"
12506   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12507   algorithm: "plot_perf_box_name"
12508   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12509   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12510   include:
12511     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12512     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12513     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12514     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12515   layout:
12516     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12517     layout: "plot-throughput"
12518
12519 - type: "plot"
12520   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12521   algorithm: "plot_perf_box_name"
12522   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12523   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12524   include:
12525     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12526     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12527     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12528     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12529   layout:
12530     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12531     layout: "plot-throughput"
12532
12533 - type: "plot"
12534   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12535   algorithm: "plot_perf_box_name"
12536   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12537   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12538   include:
12539     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12540     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12541     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12542     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12543     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12544     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12545   layout:
12546     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12547     layout: "plot-throughput"
12548
12549 - type: "plot"
12550   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12551   algorithm: "plot_perf_box_name"
12552   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12553   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12554   include:
12555     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12556     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12557     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12558     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12559     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12560     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12561   layout:
12562     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12563     layout: "plot-throughput"
12564
12565 - type: "plot"
12566   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12567   algorithm: "plot_perf_box_name"
12568   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12569   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12570   include:
12571     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12572     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12573     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12574     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12575     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12576     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12577   layout:
12578     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12579     layout: "plot-throughput"
12580
12581 - type: "plot"
12582   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12583   algorithm: "plot_perf_box_name"
12584   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12585   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12586   include:
12587     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12588     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12589     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12590     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12591     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12592     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12593   layout:
12594     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12595     layout: "plot-throughput"
12596
12597 - type: "plot"
12598   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12599   algorithm: "plot_perf_box_name"
12600   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12601   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12602   include:
12603     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12604     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12605     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12606     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12607     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12608     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12609   layout:
12610     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12611     layout: "plot-throughput"
12612
12613 - type: "plot"
12614   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12615   algorithm: "plot_perf_box_name"
12616   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12617   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12618   include:
12619     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12620     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12621     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12622     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12623     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12624     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12625   layout:
12626     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12627     layout: "plot-throughput"
12628
12629 - type: "plot"
12630   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12631   algorithm: "plot_perf_box_name"
12632   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12634   include:
12635     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12636     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12637     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12638     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12639     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12640     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12641   layout:
12642     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12643     layout: "plot-throughput"
12644
12645 - type: "plot"
12646   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12647   algorithm: "plot_perf_box_name"
12648   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12650   include:
12651     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12652     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12653     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12654     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12655     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12656     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12657   layout:
12658     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12659     layout: "plot-throughput"
12660
12661 - type: "plot"
12662   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12663   algorithm: "plot_perf_box_name"
12664   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12665   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12666   include:
12667     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12668     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12669     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12670     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12671     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12672     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12673   layout:
12674     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12675     layout: "plot-throughput"
12676
12677 - type: "plot"
12678   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12679   algorithm: "plot_perf_box_name"
12680   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12681   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12682   include:
12683     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12684     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12685     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12686     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12687     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12688     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12689   layout:
12690     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12691     layout: "plot-throughput"
12692
12693 #- type: "plot"
12694 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12695 #  algorithm: "plot_perf_box_name"
12696 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12697 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12698 #  include:
12699 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12700 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12701 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12702 #  layout:
12703 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12704 #    layout: "plot-throughput"
12705 #
12706 #- type: "plot"
12707 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12708 #  algorithm: "plot_perf_box_name"
12709 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12710 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12711 #  include:
12712 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12713 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12714 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12715 #  layout:
12716 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12717 #    layout: "plot-throughput"
12718
12719 - type: "plot"
12720   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12721   algorithm: "plot_perf_box_name"
12722   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12724   include:
12725     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12726     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12727     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12728     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12729     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12730   layout:
12731     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12732     layout: "plot-throughput"
12733
12734 - type: "plot"
12735   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12736   algorithm: "plot_perf_box_name"
12737   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12738   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12739   include:
12740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12744     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12745   layout:
12746     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12747     layout: "plot-throughput"
12748
12749 - type: "plot"
12750   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12751   algorithm: "plot_perf_box_name"
12752   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12753   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12754   include:
12755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12758     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12760   layout:
12761     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12762     layout: "plot-throughput"
12763
12764 - type: "plot"
12765   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12766   algorithm: "plot_perf_box_name"
12767   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12769   include:
12770     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12772     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12773     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12774     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12775   layout:
12776     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12777     layout: "plot-throughput"
12778
12779 - type: "plot"
12780   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12781   algorithm: "plot_perf_box_name"
12782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12784   include:
12785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12789     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12790   layout:
12791     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12792     layout: "plot-throughput"
12793
12794 - type: "plot"
12795   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12796   algorithm: "plot_perf_box_name"
12797   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12799   include:
12800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12805   layout:
12806     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12807     layout: "plot-throughput"
12808
12809 - type: "plot"
12810   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12811   algorithm: "plot_perf_box_name"
12812   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12813   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12814   include:
12815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12820   layout:
12821     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12822     layout: "plot-throughput"
12823
12824 - type: "plot"
12825   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12826   algorithm: "plot_perf_box_name"
12827   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12828   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12829   include:
12830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12835   layout:
12836     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12837     layout: "plot-throughput"
12838
12839 - type: "plot"
12840   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12841   algorithm: "plot_perf_box_name"
12842   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12843   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12844   include:
12845     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12846     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12847     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12848     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12849   layout:
12850     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12851     layout: "plot-throughput"
12852
12853 - type: "plot"
12854   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12855   algorithm: "plot_perf_box_name"
12856   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12857   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12858   include:
12859     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12860     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12861     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12862     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12863   layout:
12864     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12865     layout: "plot-throughput"
12866
12867 - type: "plot"
12868   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12869   algorithm: "plot_perf_box_name"
12870   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12871   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12872   include:
12873     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12874     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12875     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12876     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12877   layout:
12878     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12879     layout: "plot-throughput"
12880
12881 - type: "plot"
12882   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12883   algorithm: "plot_perf_box_name"
12884   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12885   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12886   include:
12887     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12888     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12889     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12890     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12891   layout:
12892     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12893     layout: "plot-throughput"
12894
12895 - type: "plot"
12896   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12897   algorithm: "plot_perf_box_name"
12898   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12899   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12900   include:
12901     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12902     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12903     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12904     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12905   layout:
12906     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12907     layout: "plot-throughput"
12908
12909 - type: "plot"
12910   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12911   algorithm: "plot_perf_box_name"
12912   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12913   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12914   include:
12915     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12916     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12917     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12918     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12919   layout:
12920     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12921     layout: "plot-throughput"
12922
12923 - type: "plot"
12924   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12925   algorithm: "plot_perf_box_name"
12926   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12927   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12928   include:
12929     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12930     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12931     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12932     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12933   layout:
12934     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12935     layout: "plot-throughput"
12936
12937 - type: "plot"
12938   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12939   algorithm: "plot_perf_box_name"
12940   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12942   include:
12943     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12944     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12945     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12946     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12947   layout:
12948     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12949     layout: "plot-throughput"
12950
12951 - type: "plot"
12952   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12953   algorithm: "plot_perf_box_name"
12954   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12955   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12956   include:
12957     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12958     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12959     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12960     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12961     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12962     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12963   layout:
12964     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12965     layout: "plot-throughput"
12966
12967 - type: "plot"
12968   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12969   algorithm: "plot_perf_box_name"
12970   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12972   include:
12973     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12974     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12975     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12976     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12977     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12978     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12979   layout:
12980     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12981     layout: "plot-throughput"
12982
12983 - type: "plot"
12984   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12985   algorithm: "plot_perf_box_name"
12986   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12987   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12988   include:
12989     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12990     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12991     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12992     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12993     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12994     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12995   layout:
12996     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12997     layout: "plot-throughput"
12998
12999 - type: "plot"
13000   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13001   algorithm: "plot_perf_box_name"
13002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13004   include:
13005     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13006     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13007     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13008     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13009     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13010     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13011   layout:
13012     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13013     layout: "plot-throughput"
13014
13015 - type: "plot"
13016   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13017   algorithm: "plot_perf_box_name"
13018   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13019   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13020   include:
13021     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13022     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13023     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13024     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13025     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13026     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13027   layout:
13028     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13029     layout: "plot-throughput"
13030
13031 - type: "plot"
13032   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13033   algorithm: "plot_perf_box_name"
13034   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13035   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13036   include:
13037     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13038     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13039     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13040     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13041     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13042     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13043   layout:
13044     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13045     layout: "plot-throughput"
13046
13047 - type: "plot"
13048   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13049   algorithm: "plot_perf_box_name"
13050   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13052   include:
13053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13058   layout:
13059     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13060     layout: "plot-throughput"
13061
13062 - type: "plot"
13063   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13064   algorithm: "plot_perf_box_name"
13065   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13067   include:
13068     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13073   layout:
13074     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13075     layout: "plot-throughput"
13076
13077 - type: "plot"
13078   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13079   algorithm: "plot_perf_box_name"
13080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13082   include:
13083     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13085   layout:
13086     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13087     layout: "plot-throughput"
13088
13089 - type: "plot"
13090   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13091   algorithm: "plot_perf_box_name"
13092   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13093   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13094   include:
13095     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13096     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13097   layout:
13098     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13099     layout: "plot-throughput"
13100
13101 - type: "plot"
13102   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13103   algorithm: "plot_perf_box_name"
13104   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13105   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13106   include:
13107     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13108     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13109   layout:
13110     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13111     layout: "plot-throughput"
13112
13113 - type: "plot"
13114   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13115   algorithm: "plot_perf_box_name"
13116   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13118   include:
13119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13121   layout:
13122     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13123     layout: "plot-throughput"
13124
13125 - type: "plot"
13126   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13127   algorithm: "plot_perf_box_name"
13128   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13129   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13130   include:
13131     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13132     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13136   layout:
13137     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13138     layout: "plot-throughput"
13139
13140 - type: "plot"
13141   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13142   algorithm: "plot_perf_box_name"
13143   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13144   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13145   include:
13146     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13147     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13148     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13149     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13150     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13151   layout:
13152     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13153     layout: "plot-throughput"
13154
13155 #- type: "plot"
13156 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13157 #  algorithm: "plot_perf_box_name"
13158 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13159 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13160 #  include:
13161 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13162 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13163 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13164 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13165 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13166 #  layout:
13167 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13168 #    layout: "plot-throughput"
13169 #
13170 #- type: "plot"
13171 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13172 #  algorithm: "plot_perf_box_name"
13173 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13174 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13175 #  include:
13176 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13177 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13178 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13179 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13180 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13181 #  layout:
13182 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13183 #    layout: "plot-throughput"
13184
13185 #- type: "plot"
13186 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13187 #  algorithm: "plot_perf_box_name"
13188 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13189 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13190 #  include:
13191 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13192 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13193 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13194 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13195 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13196 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13197 #  layout:
13198 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13199 #    layout: "plot-throughput"
13200 #
13201 #- type: "plot"
13202 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13203 #  algorithm: "plot_perf_box_name"
13204 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13205 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13206 #  include:
13207 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13208 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13209 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13210 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13211 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13212 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13213 #  layout:
13214 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13215 #    layout: "plot-throughput"
13216
13217 - type: "plot"
13218   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13219   algorithm: "plot_perf_box_name"
13220   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13222   include:
13223     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13224     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13225     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13226     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13227     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13228     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13229   layout:
13230     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13231     layout: "plot-throughput"
13232
13233 - type: "plot"
13234   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13235   algorithm: "plot_perf_box_name"
13236   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13237   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13238   include:
13239     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13240     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13241     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13242     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13243     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13244     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13245   layout:
13246     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13247     layout: "plot-throughput"
13248
13249 ################################################################################
13250
13251 # Packet Speedup
13252
13253 - type: "plot"
13254   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13255   algorithm: "plot_tsa_name"
13256   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13257   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13258   include:
13259     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13260     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13261     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13262     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13263   layout:
13264     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13265     layout: "plot-throughput-speedup-analysis"
13266
13267 - type: "plot"
13268   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13269   algorithm: "plot_tsa_name"
13270   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13271   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13272   include:
13273     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13274     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13275     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13276     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13277   layout:
13278     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13279     layout: "plot-throughput-speedup-analysis"
13280
13281 - type: "plot"
13282   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13283   algorithm: "plot_tsa_name"
13284   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13285   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13286   include:
13287     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13288     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13289     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13290     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13291   layout:
13292     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13293     layout: "plot-throughput-speedup-analysis"
13294
13295 - type: "plot"
13296   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13297   algorithm: "plot_tsa_name"
13298   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13299   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13300   include:
13301     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13302     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13303     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13304     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13305   layout:
13306     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13307     layout: "plot-throughput-speedup-analysis"
13308
13309 - type: "plot"
13310   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13311   algorithm: "plot_tsa_name"
13312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13314   include:
13315     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13316     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13317     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13318     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13319     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13320   layout:
13321     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13322     layout: "plot-throughput-speedup-analysis"
13323
13324 - type: "plot"
13325   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13326   algorithm: "plot_tsa_name"
13327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13329   include:
13330     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13331     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13332     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13333     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13334     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13335   layout:
13336     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13337     layout: "plot-throughput-speedup-analysis"
13338
13339 - type: "plot"
13340   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13341   algorithm: "plot_tsa_name"
13342   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13344   include:
13345     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13346     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13347     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13348     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13349     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13350   layout:
13351     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13352     layout: "plot-throughput-speedup-analysis"
13353
13354 - type: "plot"
13355   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13356   algorithm: "plot_tsa_name"
13357   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13358   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13359   include:
13360     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13361     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13362     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13363     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13364     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13365   layout:
13366     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13367     layout: "plot-throughput-speedup-analysis"
13368
13369 - type: "plot"
13370   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13371   algorithm: "plot_tsa_name"
13372   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13373   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13374   include:
13375     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13376     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13377     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13379     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13380     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13381   layout:
13382     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13383     layout: "plot-throughput-speedup-analysis"
13384
13385 - type: "plot"
13386   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13387   algorithm: "plot_tsa_name"
13388   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13389   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13390   include:
13391     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13392     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13393     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13394     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13395     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13396     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13397   layout:
13398     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13399     layout: "plot-throughput-speedup-analysis"
13400
13401 - type: "plot"
13402   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13403   algorithm: "plot_tsa_name"
13404   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13405   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13406   include:
13407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13412   layout:
13413     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13414     layout: "plot-throughput-speedup-analysis"
13415
13416 - type: "plot"
13417   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13418   algorithm: "plot_tsa_name"
13419   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13420   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13421   include:
13422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13427   layout:
13428     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13429     layout: "plot-throughput-speedup-analysis"
13430
13431 - type: "plot"
13432   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13433   algorithm: "plot_tsa_name"
13434   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13435   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13436   include:
13437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13440   layout:
13441     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13442     layout: "plot-throughput-speedup-analysis"
13443
13444 - type: "plot"
13445   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13446   algorithm: "plot_tsa_name"
13447   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13448   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13449   include:
13450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13453   layout:
13454     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13455     layout: "plot-throughput-speedup-analysis"
13456
13457 - type: "plot"
13458   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13459   algorithm: "plot_tsa_name"
13460   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13461   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13462   include:
13463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13468   layout:
13469     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13470     layout: "plot-throughput-speedup-analysis"
13471
13472 - type: "plot"
13473   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13474   algorithm: "plot_tsa_name"
13475   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13476   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13477   include:
13478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13483   layout:
13484     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13485     layout: "plot-throughput-speedup-analysis"
13486
13487 - type: "plot"
13488   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13489   algorithm: "plot_tsa_name"
13490   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13491   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13492   include:
13493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13496   layout:
13497     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13498     layout: "plot-throughput-speedup-analysis"
13499
13500 - type: "plot"
13501   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13502   algorithm: "plot_tsa_name"
13503   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13504   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13505   include:
13506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13509   layout:
13510     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13511     layout: "plot-throughput-speedup-analysis"
13512
13513 - type: "plot"
13514   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13515   algorithm: "plot_tsa_name"
13516   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13517   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13518   include:
13519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13525   layout:
13526     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13527     layout: "plot-throughput-speedup-analysis"
13528
13529 - type: "plot"
13530   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13531   algorithm: "plot_tsa_name"
13532   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13533   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13534   include:
13535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13541   layout:
13542     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13543     layout: "plot-throughput-speedup-analysis"
13544
13545 - type: "plot"
13546   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13547   algorithm: "plot_tsa_name"
13548   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13549   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13550   include:
13551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13557   layout:
13558     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13559     layout: "plot-throughput-speedup-analysis"
13560
13561 - type: "plot"
13562   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13563   algorithm: "plot_tsa_name"
13564   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13565   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13566   include:
13567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13571     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13573   layout:
13574     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13575     layout: "plot-throughput-speedup-analysis"
13576
13577 - type: "plot"
13578   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13579   algorithm: "plot_tsa_name"
13580   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13581   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13582   include:
13583     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13584     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13585     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13586   layout:
13587     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13588     layout: "plot-throughput-speedup-analysis"
13589
13590 - type: "plot"
13591   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13592   algorithm: "plot_tsa_name"
13593   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13594   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13595   include:
13596     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13597     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13598     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13599   layout:
13600     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13601     layout: "plot-throughput-speedup-analysis"
13602
13603 - type: "plot"
13604   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13605   algorithm: "plot_tsa_name"
13606   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13608   include:
13609     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13610     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13611     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13612 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13613 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13614   layout:
13615     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13616     layout: "plot-throughput-speedup-analysis"
13617
13618 - type: "plot"
13619   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13620   algorithm: "plot_tsa_name"
13621   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13623   include:
13624     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13625     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13626     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13627 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13628 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13629   layout:
13630     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13631     layout: "plot-throughput-speedup-analysis"
13632
13633 - type: "plot"
13634   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13635   algorithm: "plot_tsa_name"
13636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13638   include:
13639     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13640     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13641     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13642     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13643     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13644   layout:
13645     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13646     layout: "plot-throughput-speedup-analysis"
13647
13648 - type: "plot"
13649   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13650   algorithm: "plot_tsa_name"
13651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13653   include:
13654     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13655     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13656     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13657     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13658     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13659   layout:
13660     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13661     layout: "plot-throughput-speedup-analysis"
13662
13663 - type: "plot"
13664   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13665   algorithm: "plot_tsa_name"
13666   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13667   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13668   include:
13669     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13670     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13671     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13672     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13673     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13674   layout:
13675     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13676     layout: "plot-throughput-speedup-analysis"
13677
13678 - type: "plot"
13679   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13680   algorithm: "plot_tsa_name"
13681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13683   include:
13684     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13685     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13686     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13687     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13688     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13689   layout:
13690     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13691     layout: "plot-throughput-speedup-analysis"
13692
13693 - type: "plot"
13694   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13695   algorithm: "plot_tsa_name"
13696   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13698   include:
13699     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13700     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13701     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13702     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13703     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13704     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13705   layout:
13706     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13707     layout: "plot-throughput-speedup-analysis"
13708
13709 - type: "plot"
13710   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13711   algorithm: "plot_tsa_name"
13712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13714   include:
13715     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13716     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13717     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13718     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13719     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13720     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13721   layout:
13722     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13723     layout: "plot-throughput-speedup-analysis"
13724
13725 - type: "plot"
13726   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13727   algorithm: "plot_tsa_name"
13728   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13729   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13730   include:
13731     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13732     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13733     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13734     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13735     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13736     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13737   layout:
13738     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13739     layout: "plot-throughput-speedup-analysis"
13740
13741 - type: "plot"
13742   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13743   algorithm: "plot_tsa_name"
13744   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13746   include:
13747     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13748     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13749     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13750     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13751     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13752     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13753   layout:
13754     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13755     layout: "plot-throughput-speedup-analysis"
13756
13757 - type: "plot"
13758   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13759   algorithm: "plot_tsa_name"
13760   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13761   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13762   include:
13763     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13764     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13765   layout:
13766     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13767     layout: "plot-throughput-speedup-analysis"
13768
13769 - type: "plot"
13770   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13771   algorithm: "plot_tsa_name"
13772   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13773   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13774   include:
13775     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13776     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13777   layout:
13778     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13779     layout: "plot-throughput-speedup-analysis"
13780
13781 - type: "plot"
13782   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13783   algorithm: "plot_tsa_name"
13784   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13785   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13786   include:
13787     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13788     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13789     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13790     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13791   layout:
13792     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
13793     layout: "plot-throughput-speedup-analysis"
13794
13795 - type: "plot"
13796   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13797   algorithm: "plot_tsa_name"
13798   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13800   include:
13801     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13802     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13803     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13804     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13805   layout:
13806     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
13807     layout: "plot-throughput-speedup-analysis"
13808
13809 - type: "plot"
13810   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13811   algorithm: "plot_tsa_name"
13812   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13814   include:
13815     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13816     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13817     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13818     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13819   layout:
13820     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13821     layout: "plot-throughput-speedup-analysis"
13822
13823 - type: "plot"
13824   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13825   algorithm: "plot_tsa_name"
13826   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13827   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13828   include:
13829     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13830     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13831     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13832     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13833   layout:
13834     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13835     layout: "plot-throughput-speedup-analysis"
13836
13837 - type: "plot"
13838   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13839   algorithm: "plot_tsa_name"
13840   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13842   include:
13843     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13844     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13845     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13846     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13847     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13848     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13849   layout:
13850     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
13851     layout: "plot-throughput-speedup-analysis"
13852
13853 - type: "plot"
13854   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13855   algorithm: "plot_tsa_name"
13856   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13857   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13858   include:
13859     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13860     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13861     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13862     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13863     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13864     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13865   layout:
13866     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
13867     layout: "plot-throughput-speedup-analysis"
13868
13869 - type: "plot"
13870   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13871   algorithm: "plot_tsa_name"
13872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13874   include:
13875     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13876     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13878     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13879     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13880   layout:
13881     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13882     layout: "plot-throughput-speedup-analysis"
13883
13884 - type: "plot"
13885   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13886   algorithm: "plot_tsa_name"
13887   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13888   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13889   include:
13890     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13891     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13892     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13893     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13894     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13895   layout:
13896     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13897     layout: "plot-throughput-speedup-analysis"
13898
13899 - type: "plot"
13900   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13901   algorithm: "plot_tsa_name"
13902   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13903   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13904   include:
13905     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13906     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13907     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13908     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13909     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13910   layout:
13911     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
13912     layout: "plot-throughput-speedup-analysis"
13913
13914 - type: "plot"
13915   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13916   algorithm: "plot_tsa_name"
13917   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13919   include:
13920     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13921     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13922     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13923     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13924     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13925   layout:
13926     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
13927     layout: "plot-throughput-speedup-analysis"
13928
13929 - type: "plot"
13930   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13931   algorithm: "plot_tsa_name"
13932   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13933   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13934   include:
13935     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13936     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13937     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13938   layout:
13939     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13940     layout: "plot-throughput-speedup-analysis"
13941
13942 - type: "plot"
13943   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13944   algorithm: "plot_tsa_name"
13945   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13946   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13947   include:
13948     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13949     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13950     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13951   layout:
13952     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13953     layout: "plot-throughput-speedup-analysis"
13954
13955 - type: "plot"
13956   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13957   algorithm: "plot_tsa_name"
13958   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13960   include:
13961     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13962     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13963     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13964   layout:
13965     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
13966     layout: "plot-throughput-speedup-analysis"
13967
13968 - type: "plot"
13969   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
13970   algorithm: "plot_tsa_name"
13971   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
13972   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13973   include:
13974     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13975     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13976     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13977   layout:
13978     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
13979     layout: "plot-throughput-speedup-analysis"
13980
13981 - type: "plot"
13982   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13983   algorithm: "plot_tsa_name"
13984   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13985   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13986   include:
13987     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13988     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13990     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13991     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13992   layout:
13993     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13994     layout: "plot-throughput-speedup-analysis"
13995
13996 - type: "plot"
13997   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13998   algorithm: "plot_tsa_name"
13999   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14000   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14001   include:
14002     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14003     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14004     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14005     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14006     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14007   layout:
14008     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14009     layout: "plot-throughput-speedup-analysis"
14010
14011 - type: "plot"
14012   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14013   algorithm: "plot_tsa_name"
14014   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14015   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14016   include:
14017     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14018     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14019     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14020     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14021     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14022   layout:
14023     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14024     layout: "plot-throughput-speedup-analysis"
14025
14026 - type: "plot"
14027   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14028   algorithm: "plot_tsa_name"
14029   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14030   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14031   include:
14032     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14033     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14034     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14037   layout:
14038     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14039     layout: "plot-throughput-speedup-analysis"
14040
14041 - type: "plot"
14042   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14043   algorithm: "plot_tsa_name"
14044   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14045   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14046   include:
14047     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14048     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14049     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14050     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14051     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14052     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14053   layout:
14054     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14055     layout: "plot-throughput-speedup-analysis"
14056
14057 - type: "plot"
14058   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14059   algorithm: "plot_tsa_name"
14060   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14061   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14062   include:
14063     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14064     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14065     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14066     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14067     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14068     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14069   layout:
14070     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14071     layout: "plot-throughput-speedup-analysis"
14072
14073 - type: "plot"
14074   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14075   algorithm: "plot_tsa_name"
14076   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14077   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14078   include:
14079     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14080     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14081     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14082     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14083   layout:
14084     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14085     layout: "plot-throughput-speedup-analysis"
14086
14087 - type: "plot"
14088   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14089   algorithm: "plot_tsa_name"
14090   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14091   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14092   include:
14093     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14094     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14095     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14096     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14097   layout:
14098     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14099     layout: "plot-throughput-speedup-analysis"
14100
14101 - type: "plot"
14102   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14103   algorithm: "plot_tsa_name"
14104   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14105   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14106   include:
14107     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14108     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14109     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14110     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14111     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14112     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14113   layout:
14114     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14115     layout: "plot-throughput-speedup-analysis"
14116
14117 - type: "plot"
14118   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14119   algorithm: "plot_tsa_name"
14120   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14121   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14122   include:
14123     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14124     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14125     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14126     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14127     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14128     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14129   layout:
14130     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14131     layout: "plot-throughput-speedup-analysis"
14132
14133 - type: "plot"
14134   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14135   algorithm: "plot_tsa_name"
14136   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14138   include:
14139     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14140     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14141     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14142     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14143     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14144     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14145   layout:
14146     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14147     layout: "plot-throughput-speedup-analysis"
14148
14149 - type: "plot"
14150   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14151   algorithm: "plot_tsa_name"
14152   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14154   include:
14155     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14156     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14157     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14158     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14159     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14160     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14161   layout:
14162     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14163     layout: "plot-throughput-speedup-analysis"
14164
14165 - type: "plot"
14166   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14167   algorithm: "plot_tsa_name"
14168   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14169   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14170   include:
14171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14177   layout:
14178     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14179     layout: "plot-throughput-speedup-analysis"
14180
14181 - type: "plot"
14182   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14183   algorithm: "plot_tsa_name"
14184   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14185   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14186   include:
14187     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14188     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14189     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14190     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14191     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14192     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14193   layout:
14194     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14195     layout: "plot-throughput-speedup-analysis"
14196
14197 - type: "plot"
14198   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14199   algorithm: "plot_tsa_name"
14200   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14202   include:
14203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14209   layout:
14210     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14211     layout: "plot-throughput-speedup-analysis"
14212
14213 - type: "plot"
14214   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14215   algorithm: "plot_tsa_name"
14216   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14217   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14218   include:
14219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14225   layout:
14226     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14227     layout: "plot-throughput-speedup-analysis"
14228
14229 - type: "plot"
14230   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14231   algorithm: "plot_tsa_name"
14232   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14233   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14234   include:
14235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14241   layout:
14242     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14243     layout: "plot-throughput-speedup-analysis"
14244
14245 - type: "plot"
14246   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14247   algorithm: "plot_tsa_name"
14248   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14249   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14250   include:
14251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14257   layout:
14258     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14259     layout: "plot-throughput-speedup-analysis"
14260
14261 - type: "plot"
14262   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14263   algorithm: "plot_tsa_name"
14264   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14265   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14266   include:
14267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14271   layout:
14272     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14273     layout: "plot-throughput-speedup-analysis"
14274
14275 - type: "plot"
14276   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14277   algorithm: "plot_tsa_name"
14278   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14279   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14280   include:
14281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14285   layout:
14286     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14287     layout: "plot-throughput-speedup-analysis"
14288
14289 - type: "plot"
14290   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14291   algorithm: "plot_tsa_name"
14292   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14293   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14294   include:
14295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14297     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14298     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14299   layout:
14300     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14301     layout: "plot-throughput-speedup-analysis"
14302
14303 - type: "plot"
14304   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14305   algorithm: "plot_tsa_name"
14306   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14307   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14308   include:
14309     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14310     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14311     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14313   layout:
14314     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14315     layout: "plot-throughput-speedup-analysis"
14316
14317 - type: "plot"
14318   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14319   algorithm: "plot_tsa_name"
14320   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14321   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14322   include:
14323     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14324     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14325     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14326     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14327     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14328     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14329   layout:
14330     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14331     layout: "plot-throughput-speedup-analysis"
14332
14333 - type: "plot"
14334   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14335   algorithm: "plot_tsa_name"
14336   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14337   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14338   include:
14339     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14340     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14341     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14342     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14343     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14344     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14345   layout:
14346     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14347     layout: "plot-throughput-speedup-analysis"
14348
14349 - type: "plot"
14350   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14351   algorithm: "plot_tsa_name"
14352   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14353   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14354   include:
14355     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14356     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14357     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14358     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14359     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14360   layout:
14361     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14362     layout: "plot-throughput-speedup-analysis"
14363
14364 - type: "plot"
14365   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14366   algorithm: "plot_tsa_name"
14367   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14369   include:
14370     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14371     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14372     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14373     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14374     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14375   layout:
14376     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14377     layout: "plot-throughput-speedup-analysis"
14378
14379 - type: "plot"
14380   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14381   algorithm: "plot_tsa_name"
14382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14384   include:
14385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14390   layout:
14391     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14392     layout: "plot-throughput-speedup-analysis"
14393
14394 - type: "plot"
14395   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14396   algorithm: "plot_tsa_name"
14397   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14399   include:
14400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14405   layout:
14406     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14407     layout: "plot-throughput-speedup-analysis"
14408
14409 - type: "plot"
14410   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14411   algorithm: "plot_tsa_name"
14412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14414   include:
14415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14419   layout:
14420     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14421     layout: "plot-throughput-speedup-analysis"
14422
14423 - type: "plot"
14424   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14425   algorithm: "plot_tsa_name"
14426   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14427   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14428   include:
14429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14433   layout:
14434     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14435     layout: "plot-throughput-speedup-analysis"
14436
14437 - type: "plot"
14438   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14439   algorithm: "plot_tsa_name"
14440   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14441   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14442   include:
14443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14449   layout:
14450     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14451     layout: "plot-throughput-speedup-analysis"
14452
14453 - type: "plot"
14454   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14455   algorithm: "plot_tsa_name"
14456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14458   include:
14459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14465   layout:
14466     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14467     layout: "plot-throughput-speedup-analysis"
14468
14469 - type: "plot"
14470   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14471   algorithm: "plot_tsa_name"
14472   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14474   include:
14475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14481   layout:
14482     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14483     layout: "plot-throughput-speedup-analysis"
14484
14485 - type: "plot"
14486   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14487   algorithm: "plot_tsa_name"
14488   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14490   include:
14491     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14497   layout:
14498     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14499     layout: "plot-throughput-speedup-analysis"
14500
14501 - type: "plot"
14502   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14503   algorithm: "plot_tsa_name"
14504   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14506   include:
14507     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14508     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14510     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14511     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14513   layout:
14514     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14515     layout: "plot-throughput-speedup-analysis"
14516
14517 - type: "plot"
14518   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14519   algorithm: "plot_tsa_name"
14520   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14521   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14522   include:
14523     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14524     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14526     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14527     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14529   layout:
14530     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14531     layout: "plot-throughput-speedup-analysis"
14532
14533 - type: "plot"
14534   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14535   algorithm: "plot_tsa_name"
14536   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14537   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14538   include:
14539     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14540     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14541     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14542     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14543     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14544     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14545   layout:
14546     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14547     layout: "plot-throughput-speedup-analysis"
14548
14549 - type: "plot"
14550   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14551   algorithm: "plot_tsa_name"
14552   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14553   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14554   include:
14555     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14556     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14557     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14558     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14559     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14560     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14561   layout:
14562     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14563     layout: "plot-throughput-speedup-analysis"
14564
14565 - type: "plot"
14566   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14567   algorithm: "plot_tsa_name"
14568   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14570   include:
14571     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14572     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14573     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14574     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14575     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14576     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14577   layout:
14578     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14579     layout: "plot-throughput-speedup-analysis"
14580
14581 - type: "plot"
14582   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14583   algorithm: "plot_tsa_name"
14584   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14585   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14586   include:
14587     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14588     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14589     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14590     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14591     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14592     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14593   layout:
14594     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14595     layout: "plot-throughput-speedup-analysis"
14596
14597 - type: "plot"
14598   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14599   algorithm: "plot_tsa_name"
14600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14602   include:
14603     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14604     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14605     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14606     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14607     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14608   layout:
14609     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14610     layout: "plot-throughput-speedup-analysis"
14611
14612 - type: "plot"
14613   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14614   algorithm: "plot_tsa_name"
14615   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14616   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14617   include:
14618     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14619     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14620     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14621     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14622     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14623   layout:
14624     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14625     layout: "plot-throughput-speedup-analysis"
14626
14627 - type: "plot"
14628   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14629   algorithm: "plot_tsa_name"
14630   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14631   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14632   include:
14633     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14634     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14635     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14636     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14637     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14638   layout:
14639     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14640     layout: "plot-throughput-speedup-analysis"
14641
14642 - type: "plot"
14643   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14644   algorithm: "plot_tsa_name"
14645   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14646   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14647   include:
14648     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14649     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14650     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14651     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14652     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14653   layout:
14654     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14655     layout: "plot-throughput-speedup-analysis"
14656
14657 - type: "plot"
14658   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14659   algorithm: "plot_tsa_name"
14660   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14661   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14662   include:
14663     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14664     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14665     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14666     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14667     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14668   layout:
14669     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14670     layout: "plot-throughput-speedup-analysis"
14671
14672 - type: "plot"
14673   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14674   algorithm: "plot_tsa_name"
14675   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14676   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14677   include:
14678     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14679     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14680     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14681     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14682     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14683   layout:
14684     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14685     layout: "plot-throughput-speedup-analysis"
14686
14687 - type: "plot"
14688   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14689   algorithm: "plot_tsa_name"
14690   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14691   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14692   include:
14693     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14694     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14695     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14696     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14697     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14698   layout:
14699     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14700     layout: "plot-throughput-speedup-analysis"
14701
14702 - type: "plot"
14703   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14704   algorithm: "plot_tsa_name"
14705   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14706   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14707   include:
14708     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14709     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14710     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14711     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14712     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14713   layout:
14714     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14715     layout: "plot-throughput-speedup-analysis"
14716
14717 - type: "plot"
14718   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14719   algorithm: "plot_tsa_name"
14720   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
14721   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14722   include:
14723     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14724     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14725     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14726     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14727   layout:
14728     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14729     layout: "plot-throughput-speedup-analysis"
14730
14731 - type: "plot"
14732   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14733   algorithm: "plot_tsa_name"
14734   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
14735   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14736   include:
14737     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14738     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14739     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14740     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14741   layout:
14742     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14743     layout: "plot-throughput-speedup-analysis"
14744
14745 - type: "plot"
14746   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14747   algorithm: "plot_tsa_name"
14748   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14749   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14750   include:
14751     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14752     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14753     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14754     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14755   layout:
14756     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14757     layout: "plot-throughput-speedup-analysis"
14758
14759 - type: "plot"
14760   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14761   algorithm: "plot_tsa_name"
14762   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14763   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14764   include:
14765     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14766     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14767     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14768     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14769   layout:
14770     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14771     layout: "plot-throughput-speedup-analysis"
14772
14773 - type: "plot"
14774   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14775   algorithm: "plot_tsa_name"
14776   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14778   include:
14779     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14780     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14781     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14782     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14783   layout:
14784     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14785     layout: "plot-throughput-speedup-analysis"
14786
14787 - type: "plot"
14788   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14789   algorithm: "plot_tsa_name"
14790   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14792   include:
14793     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14794     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14795     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14796     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14797   layout:
14798     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14799     layout: "plot-throughput-speedup-analysis"
14800
14801 - type: "plot"
14802   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14803   algorithm: "plot_tsa_name"
14804   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14806   include:
14807     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14808     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14809     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14810     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14811   layout:
14812     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14813     layout: "plot-throughput-speedup-analysis"
14814
14815 - type: "plot"
14816   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14817   algorithm: "plot_tsa_name"
14818   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14820   include:
14821     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14822     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14823     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14824     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14825   layout:
14826     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14827     layout: "plot-throughput-speedup-analysis"
14828
14829 - type: "plot"
14830   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
14831   algorithm: "plot_tsa_name"
14832   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14833   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14834   include:
14835     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14836     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14837     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14838     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14839     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14840     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14841   layout:
14842     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
14843     layout: "plot-throughput-speedup-analysis"
14844
14845 - type: "plot"
14846   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
14847   algorithm: "plot_tsa_name"
14848   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14850   include:
14851     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14852     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14853     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14854     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14855     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14856     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14857   layout:
14858     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
14859     layout: "plot-throughput-speedup-analysis"
14860
14861 - type: "plot"
14862   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14863   algorithm: "plot_tsa_name"
14864   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14865   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14866   include:
14867     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14868     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14869     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14870     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14871     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14872     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14873   layout:
14874     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14875     layout: "plot-throughput-speedup-analysis"
14876
14877 - type: "plot"
14878   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14879   algorithm: "plot_tsa_name"
14880   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14881   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14882   include:
14883     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14884     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14885     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14886     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14887     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14888     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14889   layout:
14890     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14891     layout: "plot-throughput-speedup-analysis"
14892
14893 - type: "plot"
14894   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14895   algorithm: "plot_tsa_name"
14896   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14897   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14898   include:
14899     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14900     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14901     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14902     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14903     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14904     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14905   layout:
14906     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14907     layout: "plot-throughput-speedup-analysis"
14908
14909 - type: "plot"
14910   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14911   algorithm: "plot_tsa_name"
14912   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14913   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14914   include:
14915     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14916     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14917     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14918     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14919     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14920     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14921   layout:
14922     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14923     layout: "plot-throughput-speedup-analysis"
14924
14925 - type: "plot"
14926   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14927   algorithm: "plot_tsa_name"
14928   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14929   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14930   include:
14931     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14932     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14933     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14934     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14935     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14936   layout:
14937     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14938     layout: "plot-throughput-speedup-analysis"
14939
14940 - type: "plot"
14941   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14942   algorithm: "plot_tsa_name"
14943   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14944   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14945   include:
14946     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14947     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14948     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14949     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14950     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14951   layout:
14952     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14953     layout: "plot-throughput-speedup-analysis"
14954
14955 - type: "plot"
14956   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
14957   algorithm: "plot_tsa_name"
14958   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14960   include:
14961     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14962     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14963   layout:
14964     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
14965     layout: "plot-throughput-speedup-analysis"
14966
14967 - type: "plot"
14968   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
14969   algorithm: "plot_tsa_name"
14970   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14972   include:
14973     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14974     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14975   layout:
14976     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
14977     layout: "plot-throughput-speedup-analysis"
14978
14979 - type: "plot"
14980   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14981   algorithm: "plot_tsa_name"
14982   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14983   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14984   include:
14985     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14986     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14987   layout:
14988     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14989     layout: "plot-throughput-speedup-analysis"
14990
14991 - type: "plot"
14992   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14993   algorithm: "plot_tsa_name"
14994   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14996   include:
14997     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14998     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14999   layout:
15000     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15001     layout: "plot-throughput-speedup-analysis"
15002
15003 - type: "plot"
15004   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15005   algorithm: "plot_tsa_name"
15006   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15007   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15008   include:
15009     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15010     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15011     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15012     - "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"
15013     - "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"
15014     - "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"
15015   layout:
15016     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15017     layout: "plot-throughput-speedup-analysis"
15018
15019 - type: "plot"
15020   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15021   algorithm: "plot_tsa_name"
15022   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15023   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15024   include:
15025     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15026     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15027     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15028     - "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"
15029     - "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"
15030     - "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"
15031   layout:
15032     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15033     layout: "plot-throughput-speedup-analysis"
15034
15035 - type: "plot"
15036   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15037   algorithm: "plot_tsa_name"
15038   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15039   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15040   include:
15041     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15042     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15043     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15044     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15045     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15046   layout:
15047     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15048     layout: "plot-throughput-speedup-analysis"
15049
15050 - type: "plot"
15051   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15052   algorithm: "plot_tsa_name"
15053   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15054   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15055   include:
15056     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15057     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15058     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15059     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15060     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15061   layout:
15062     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15063     layout: "plot-throughput-speedup-analysis"
15064
15065 - type: "plot"
15066   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15067   algorithm: "plot_tsa_name"
15068   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15069   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15070   include:
15071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15072     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15074     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15076   layout:
15077     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15078     layout: "plot-throughput-speedup-analysis"
15079
15080 - type: "plot"
15081   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15082   algorithm: "plot_tsa_name"
15083   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15084   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15085   include:
15086     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15087     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15088     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15090     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15091   layout:
15092     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15093     layout: "plot-throughput-speedup-analysis"
15094
15095 - type: "plot"
15096   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15097   algorithm: "plot_tsa_name"
15098   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15099   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15100   include:
15101     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15102     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15106     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15107   layout:
15108     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15109     layout: "plot-throughput-speedup-analysis"
15110
15111 - type: "plot"
15112   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15113   algorithm: "plot_tsa_name"
15114   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15115   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15116   include:
15117     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15121     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15122     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15123   layout:
15124     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15125     layout: "plot-throughput-speedup-analysis"
15126
15127 - type: "plot"
15128   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15129   algorithm: "plot_tsa_name"
15130   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15131   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15132   include:
15133     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15135     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15136     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15137   layout:
15138     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15139     layout: "plot-throughput-speedup-analysis"
15140
15141 - type: "plot"
15142   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15143   algorithm: "plot_tsa_name"
15144   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15145   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15146   include:
15147     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15149     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15150     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15151   layout:
15152     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15153     layout: "plot-throughput-speedup-analysis"
15154
15155 - type: "plot"
15156   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15157   algorithm: "plot_tsa_name"
15158   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15159   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15160   include:
15161     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15162     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15163     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15164     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15165     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15166   layout:
15167     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15168     layout: "plot-throughput-speedup-analysis"
15169
15170 - type: "plot"
15171   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15172   algorithm: "plot_tsa_name"
15173   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15174   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15175   include:
15176     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15177     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15178     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15179     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15180     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15181   layout:
15182     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15183     layout: "plot-throughput-speedup-analysis"
15184
15185 - type: "plot"
15186   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15187   algorithm: "plot_tsa_name"
15188   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15189   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15190   include:
15191     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15192     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15193     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15194     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15195     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15196     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15197   layout:
15198     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15199     layout: "plot-throughput-speedup-analysis"
15200
15201 - type: "plot"
15202   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15203   algorithm: "plot_tsa_name"
15204   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15205   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15206   include:
15207     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15208     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15209     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15210     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15211     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15212     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15213   layout:
15214     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15215     layout: "plot-throughput-speedup-analysis"
15216
15217 - type: "plot"
15218   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15219   algorithm: "plot_tsa_name"
15220   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15221   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15222   include:
15223     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15224     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15225     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15226     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15227   layout:
15228     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15229     layout: "plot-throughput-speedup-analysis"
15230
15231 - type: "plot"
15232   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15233   algorithm: "plot_tsa_name"
15234   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15235   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15236   include:
15237     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15238     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15239     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15240     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15241   layout:
15242     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15243     layout: "plot-throughput-speedup-analysis"
15244
15245 - type: "plot"
15246   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15247   algorithm: "plot_tsa_name"
15248   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15249   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15250   include:
15251     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15252     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15253     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15254     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15255     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15256     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15257   layout:
15258     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15259     layout: "plot-throughput-speedup-analysis"
15260
15261 - type: "plot"
15262   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15263   algorithm: "plot_tsa_name"
15264   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15265   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15266   include:
15267     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15268     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15269     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15270     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15271     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15272     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15273   layout:
15274     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15275     layout: "plot-throughput-speedup-analysis"
15276
15277 - type: "plot"
15278   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15279   algorithm: "plot_tsa_name"
15280   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15281   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15282   include:
15283     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15284     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15285     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15286     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15287     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15288     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15289   layout:
15290     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15291     layout: "plot-throughput-speedup-analysis"
15292
15293 - type: "plot"
15294   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15295   algorithm: "plot_tsa_name"
15296   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15297   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15298   include:
15299     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15300     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15301     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15302     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15303     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15304     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15305   layout:
15306     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15307     layout: "plot-throughput-speedup-analysis"
15308
15309 - type: "plot"
15310   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15311   algorithm: "plot_tsa_name"
15312   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15313   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15314   include:
15315     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15316     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15317     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15318     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15319     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15320     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15321   layout:
15322     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15323     layout: "plot-throughput-speedup-analysis"
15324
15325 - type: "plot"
15326   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15327   algorithm: "plot_tsa_name"
15328   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15329   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15330   include:
15331     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15332     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15333     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15334     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15335     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15336     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15337   layout:
15338     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15339     layout: "plot-throughput-speedup-analysis"
15340
15341 - type: "plot"
15342   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15343   algorithm: "plot_tsa_name"
15344   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15345   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15346   include:
15347     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15348     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15349     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15350     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15351     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15352   layout:
15353     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15354     layout: "plot-throughput-speedup-analysis"
15355
15356 - type: "plot"
15357   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15358   algorithm: "plot_tsa_name"
15359   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15360   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15361   include:
15362     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15363     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15364     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15365     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15366     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15367   layout:
15368     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15369     layout: "plot-throughput-speedup-analysis"
15370
15371 #- type: "plot"
15372 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15373 #  algorithm: "plot_tsa_name"
15374 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15375 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15376 #  include:
15377 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15378 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15379 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15380 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15381 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15382 #  layout:
15383 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15384 #    layout: "plot-throughput-speedup-analysis"
15385 #
15386 #- type: "plot"
15387 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15388 #  algorithm: "plot_tsa_name"
15389 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15390 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15391 #  include:
15392 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15393 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15394 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15395 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15396 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15397 #  layout:
15398 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15399 #    layout: "plot-throughput-speedup-analysis"
15400
15401 #- type: "plot"
15402 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15403 #  algorithm: "plot_tsa_name"
15404 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15405 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15406 #  include:
15407 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15408 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15409 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15410 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15411 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15412 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15413 #  layout:
15414 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15415 #    layout: "plot-throughput-speedup-analysis"
15416 #
15417 #- type: "plot"
15418 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15419 #  algorithm: "plot_tsa_name"
15420 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15421 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15422 #  include:
15423 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15424 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15425 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15426 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15427 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15428 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15429 #  layout:
15430 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15431 #    layout: "plot-throughput-speedup-analysis"
15432
15433 - type: "plot"
15434   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15435   algorithm: "plot_tsa_name"
15436   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15437   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15438   include:
15439     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15440     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15441     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15442     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15443     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15444   layout:
15445     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15446     layout: "plot-throughput-speedup-analysis"
15447
15448 - type: "plot"
15449   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15450   algorithm: "plot_tsa_name"
15451   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15452   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15453   include:
15454     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15455     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15456     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15457     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15458     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15459   layout:
15460     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15461     layout: "plot-throughput-speedup-analysis"
15462
15463 - type: "plot"
15464   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15465   algorithm: "plot_tsa_name"
15466   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15467   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15468   include:
15469     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15470     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15471     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15472     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15473     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15474     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15475   layout:
15476     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15477     layout: "plot-throughput-speedup-analysis"
15478
15479 - type: "plot"
15480   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15481   algorithm: "plot_tsa_name"
15482   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15483   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15484   include:
15485     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15486     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15487     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15488     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15489     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15490     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15491   layout:
15492     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15493     layout: "plot-throughput-speedup-analysis"
15494
15495 - type: "plot"
15496   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15497   algorithm: "plot_tsa_name"
15498   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15499   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15500   include:
15501     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15502     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15503     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15504     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15505     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15506   layout:
15507     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15508     layout: "plot-throughput-speedup-analysis"
15509
15510 - type: "plot"
15511   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15512   algorithm: "plot_tsa_name"
15513   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15514   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15515   include:
15516     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15517     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15518     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15519     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15520     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15521   layout:
15522     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15523     layout: "plot-throughput-speedup-analysis"
15524
15525 - type: "plot"
15526   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15527   algorithm: "plot_tsa_name"
15528   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15529   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15530   include:
15531     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15532     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15533     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15534     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15535   layout:
15536     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15537     layout: "plot-throughput-speedup-analysis"
15538
15539 - type: "plot"
15540   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15541   algorithm: "plot_tsa_name"
15542   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15543   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15544   include:
15545     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15547     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15548     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15549   layout:
15550     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15551     layout: "plot-throughput-speedup-analysis"
15552
15553 - type: "plot"
15554   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15555   algorithm: "plot_tsa_name"
15556   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15557   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15558   include:
15559     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15560     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15563     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15564     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15565   layout:
15566     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15567     layout: "plot-throughput-speedup-analysis"
15568
15569 - type: "plot"
15570   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15571   algorithm: "plot_tsa_name"
15572   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15573   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15574   include:
15575     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15578     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15579     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15580     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15581   layout:
15582     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15583     layout: "plot-throughput-speedup-analysis"
15584
15585 - type: "plot"
15586   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15587   algorithm: "plot_tsa_name"
15588   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15589   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15590   include:
15591     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15592     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15593     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15594     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15595     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15596   layout:
15597     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15598     layout: "plot-throughput-speedup-analysis"
15599
15600 - type: "plot"
15601   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15602   algorithm: "plot_tsa_name"
15603   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15604   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15605   include:
15606     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15607     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15608     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15609     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15610     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15611   layout:
15612     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15613     layout: "plot-throughput-speedup-analysis"
15614
15615 - type: "plot"
15616   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15617   algorithm: "plot_tsa_name"
15618   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15619   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15620   include:
15621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15623     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15624     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15625     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15626     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15627   layout:
15628     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15629     layout: "plot-throughput-speedup-analysis"
15630
15631 - type: "plot"
15632   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15633   algorithm: "plot_tsa_name"
15634   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15635   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15636   include:
15637     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15638     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15639     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15640     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15641     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15642     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15643   layout:
15644     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15645     layout: "plot-throughput-speedup-analysis"
15646
15647 - type: "plot"
15648   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15649   algorithm: "plot_tsa_name"
15650   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15651   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15652   include:
15653     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15654     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15655     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15656     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15657   layout:
15658     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15659     layout: "plot-throughput-speedup-analysis"
15660
15661 - type: "plot"
15662   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15663   algorithm: "plot_tsa_name"
15664   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15665   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15666   include:
15667     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15668     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15669     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15670     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15671   layout:
15672     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15673     layout: "plot-throughput-speedup-analysis"
15674
15675 - type: "plot"
15676   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15677   algorithm: "plot_tsa_name"
15678   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15679   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15680   include:
15681     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15682     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15683     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15684     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15685     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15686   layout:
15687     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15688     layout: "plot-throughput-speedup-analysis"
15689
15690 - type: "plot"
15691   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15692   algorithm: "plot_tsa_name"
15693   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15694   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15695   include:
15696     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15697     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15698     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15699     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15700     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15701   layout:
15702     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15703     layout: "plot-throughput-speedup-analysis"
15704
15705 - type: "plot"
15706   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15707   algorithm: "plot_tsa_name"
15708   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15709   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15710   include:
15711     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15712     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15713     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15714     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15715     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15716     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15717   layout:
15718     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15719     layout: "plot-throughput-speedup-analysis"
15720
15721 - type: "plot"
15722   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15723   algorithm: "plot_tsa_name"
15724   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15725   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15726   include:
15727     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15728     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15729     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15730     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15731     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15732     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15733   layout:
15734     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15735     layout: "plot-throughput-speedup-analysis"
15736
15737 - type: "plot"
15738   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15739   algorithm: "plot_tsa_name"
15740   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15741   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15742   include:
15743     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15744     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15745     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15746     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15747   layout:
15748     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15749     layout: "plot-throughput-speedup-analysis"
15750
15751 - type: "plot"
15752   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15753   algorithm: "plot_tsa_name"
15754   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15755   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15756   include:
15757     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15758     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15759     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15760     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15761   layout:
15762     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15763     layout: "plot-throughput-speedup-analysis"
15764
15765 - type: "plot"
15766   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15767   algorithm: "plot_tsa_name"
15768   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15769   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15770   include:
15771     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15772     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15773     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15774     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15775     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15776     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15777   layout:
15778     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15779     layout: "plot-throughput-speedup-analysis"
15780
15781 - type: "plot"
15782   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15783   algorithm: "plot_tsa_name"
15784   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15785   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15786   include:
15787     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15788     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15789     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15790     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15791     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15792     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15793   layout:
15794     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15795     layout: "plot-throughput-speedup-analysis"
15796
15797 - type: "plot"
15798   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15799   algorithm: "plot_tsa_name"
15800   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15801   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15802   include:
15803     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15804     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15805     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15806     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15807     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15808     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15809   layout:
15810     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15811     layout: "plot-throughput-speedup-analysis"
15812
15813 - type: "plot"
15814   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15815   algorithm: "plot_tsa_name"
15816   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15817   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15818   include:
15819     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15820     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15821     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15822     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15823     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15824     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15825   layout:
15826     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15827     layout: "plot-throughput-speedup-analysis"
15828
15829 #- type: "plot"
15830 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15831 #  algorithm: "plot_tsa_name"
15832 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15833 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15834 #  include:
15835 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15836 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15837 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15838 #  layout:
15839 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15840 #    layout: "plot-throughput-speedup-analysis"
15841 #
15842 #- type: "plot"
15843 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15844 #  algorithm: "plot_tsa_name"
15845 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15846 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15847 #  include:
15848 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15849 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15850 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15851 #  layout:
15852 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15853 #    layout: "plot-throughput-speedup-analysis"
15854
15855 ################################################################################
15856
15857 # Packet Throughput - DPDK
15858
15859 # 2n-skx-xxv710
15860
15861 - type: "plot"
15862   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
15863   algorithm: "plot_perf_box_name"
15864   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
15865   data: "plot-dpdk-throughput-latency-2n-skx"
15866   include:
15867     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15868     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15869   layout:
15870     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
15871     layout: "plot-throughput"
15872
15873 - type: "plot"
15874   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
15875   algorithm: "plot_perf_box_name"
15876   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
15877   data: "plot-dpdk-throughput-latency-2n-skx"
15878   include:
15879     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15880     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15881   layout:
15882     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
15883     layout: "plot-throughput"
15884
15885 - type: "plot"
15886   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
15887   algorithm: "plot_perf_box_name"
15888   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
15889   data: "plot-dpdk-throughput-latency-2n-skx"
15890   include:
15891     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15892     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15893   layout:
15894     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
15895     layout: "plot-throughput"
15896
15897 - type: "plot"
15898   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
15899   algorithm: "plot_perf_box_name"
15900   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
15901   data: "plot-dpdk-throughput-latency-2n-skx"
15902   include:
15903     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15904     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15905   layout:
15906     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
15907     layout: "plot-throughput"
15908
15909 # 2n-skx-x710
15910
15911 - type: "plot"
15912   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
15913   algorithm: "plot_perf_box_name"
15914   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
15915   data: "plot-dpdk-throughput-latency-2n-skx"
15916   include:
15917     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15918     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15919   layout:
15920     title: "2n-skx-x710-64b-2t1c-base-ndr"
15921     layout: "plot-throughput"
15922
15923 - type: "plot"
15924   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
15925   algorithm: "plot_perf_box_name"
15926   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
15927   data: "plot-dpdk-throughput-latency-2n-skx"
15928   include:
15929     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15930     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15931   layout:
15932     title: "2n-skx-x710-64b-4t2c-base-ndr"
15933     layout: "plot-throughput"
15934
15935 - type: "plot"
15936   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
15937   algorithm: "plot_perf_box_name"
15938   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
15939   data: "plot-dpdk-throughput-latency-2n-skx"
15940   include:
15941     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15942     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15943   layout:
15944     title: "2n-skx-x710-64b-2t1c-base-pdr"
15945     layout: "plot-throughput"
15946
15947 - type: "plot"
15948   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
15949   algorithm: "plot_perf_box_name"
15950   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
15951   data: "plot-dpdk-throughput-latency-2n-skx"
15952   include:
15953     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15954     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15955   layout:
15956     title: "2n-skx-x710-64b-4t2c-base-pdr"
15957     layout: "plot-throughput"
15958
15959 ## 3n-skx-xxv710
15960 #
15961 #- type: "plot"
15962 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
15963 #  algorithm: "plot_perf_box_name"
15964 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
15965 #  data: "plot-dpdk-throughput-latency-3n-skx"
15966 #  include:
15967 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15968 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15969 #  layout:
15970 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
15971 #    layout: "plot-throughput"
15972 #
15973 #- type: "plot"
15974 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
15975 #  algorithm: "plot_perf_box_name"
15976 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
15977 #  data: "plot-dpdk-throughput-latency-3n-skx"
15978 #  include:
15979 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15980 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15981 #  layout:
15982 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
15983 #    layout: "plot-throughput"
15984 #
15985 #- type: "plot"
15986 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
15987 #  algorithm: "plot_perf_box_name"
15988 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
15989 #  data: "plot-dpdk-throughput-latency-3n-skx"
15990 #  include:
15991 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15992 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15993 #  layout:
15994 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
15995 #    layout: "plot-throughput"
15996 #
15997 #- type: "plot"
15998 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
15999 #  algorithm: "plot_perf_box_name"
16000 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16001 #  data: "plot-dpdk-throughput-latency-3n-skx"
16002 #  include:
16003 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16004 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16005 #  layout:
16006 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16007 #    layout: "plot-throughput"
16008 #
16009 ## 3n-skx-x710
16010 #
16011 #- type: "plot"
16012 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16013 #  algorithm: "plot_perf_box_name"
16014 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16015 #  data: "plot-dpdk-throughput-latency-3n-skx"
16016 #  include:
16017 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16018 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16019 #  layout:
16020 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
16021 #    layout: "plot-throughput"
16022 #
16023 #- type: "plot"
16024 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16025 #  algorithm: "plot_perf_box_name"
16026 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16027 #  data: "plot-dpdk-throughput-latency-3n-skx"
16028 #  include:
16029 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16030 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16031 #  layout:
16032 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
16033 #    layout: "plot-throughput"
16034 #
16035 #- type: "plot"
16036 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16037 #  algorithm: "plot_perf_box_name"
16038 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16039 #  data: "plot-dpdk-throughput-latency-3n-skx"
16040 #  include:
16041 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16042 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16043 #  layout:
16044 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
16045 #    layout: "plot-throughput"
16046 #
16047 #- type: "plot"
16048 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16049 #  algorithm: "plot_perf_box_name"
16050 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16051 #  data: "plot-dpdk-throughput-latency-3n-skx"
16052 #  include:
16053 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16054 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16055 #  layout:
16056 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
16057 #    layout: "plot-throughput"
16058
16059 # 3n-hsw-xl710
16060
16061 - type: "plot"
16062   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16063   algorithm: "plot_perf_box_name"
16064   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16065   data: "plot-dpdk-throughput-latency-3n-hsw"
16066   include:
16067     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16068     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16069   layout:
16070     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16071     layout: "plot-throughput"
16072
16073 - type: "plot"
16074   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16075   algorithm: "plot_perf_box_name"
16076   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16077   data: "plot-dpdk-throughput-latency-3n-hsw"
16078   include:
16079     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16080     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16081   layout:
16082     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16083     layout: "plot-throughput"
16084
16085 - type: "plot"
16086   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16087   algorithm: "plot_perf_box_name"
16088   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16089   data: "plot-dpdk-throughput-latency-3n-hsw"
16090   include:
16091     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16092     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16093   layout:
16094     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16095     layout: "plot-throughput"
16096
16097 - type: "plot"
16098   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16099   algorithm: "plot_perf_box_name"
16100   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16101   data: "plot-dpdk-throughput-latency-3n-hsw"
16102   include:
16103     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16104     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16105   layout:
16106     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16107     layout: "plot-throughput"
16108
16109 # 3n-hsw-x710
16110
16111 - type: "plot"
16112   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16113   algorithm: "plot_perf_box_name"
16114   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16115   data: "plot-dpdk-throughput-latency-3n-hsw"
16116   include:
16117     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16118     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16119   layout:
16120     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16121     layout: "plot-throughput"
16122
16123 - type: "plot"
16124   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16125   algorithm: "plot_perf_box_name"
16126   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16127   data: "plot-dpdk-throughput-latency-3n-hsw"
16128   include:
16129     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16130     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16131   layout:
16132     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16133     layout: "plot-throughput"
16134
16135 - type: "plot"
16136   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16137   algorithm: "plot_perf_box_name"
16138   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16139   data: "plot-dpdk-throughput-latency-3n-hsw"
16140   include:
16141     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16142     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16143   layout:
16144     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16145     layout: "plot-throughput"
16146
16147 - type: "plot"
16148   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16149   algorithm: "plot_perf_box_name"
16150   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16151   data: "plot-dpdk-throughput-latency-3n-hsw"
16152   include:
16153     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16154     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16155   layout:
16156     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16157     layout: "plot-throughput"
16158
16159 # 2n-dnv-x553
16160
16161 - type: "plot"
16162   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16163   algorithm: "plot_perf_box_name"
16164   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16165   data: "plot-dpdk-throughput-latency-2n-dnv"
16166   include:
16167     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16168     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16169   layout:
16170     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16171     layout: "plot-throughput"
16172
16173 - type: "plot"
16174   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16175   algorithm: "plot_perf_box_name"
16176   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16177   data: "plot-dpdk-throughput-latency-2n-dnv"
16178   include:
16179     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16180     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16181   layout:
16182     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16183     layout: "plot-throughput"
16184
16185 - type: "plot"
16186   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16187   algorithm: "plot_perf_box_name"
16188   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16189   data: "plot-dpdk-throughput-latency-2n-dnv"
16190   include:
16191     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16192     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16193   layout:
16194     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16195     layout: "plot-throughput"
16196
16197 - type: "plot"
16198   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16199   algorithm: "plot_perf_box_name"
16200   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16201   data: "plot-dpdk-throughput-latency-2n-dnv"
16202   include:
16203     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16204     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16205   layout:
16206     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16207     layout: "plot-throughput"
16208
16209 # 3n-dnv-x553
16210
16211 - type: "plot"
16212   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16213   algorithm: "plot_perf_box_name"
16214   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16215   data: "plot-dpdk-throughput-latency-3n-dnv"
16216   include:
16217     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16218     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16219   layout:
16220     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16221     layout: "plot-throughput"
16222
16223 - type: "plot"
16224   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16225   algorithm: "plot_perf_box_name"
16226   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16227   data: "plot-dpdk-throughput-latency-3n-dnv"
16228   include:
16229     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16230     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16231   layout:
16232     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16233     layout: "plot-throughput"
16234
16235 - type: "plot"
16236   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16237   algorithm: "plot_perf_box_name"
16238   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16239   data: "plot-dpdk-throughput-latency-3n-dnv"
16240   include:
16241     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16242     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16243   layout:
16244     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16245     layout: "plot-throughput"
16246
16247 - type: "plot"
16248   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16249   algorithm: "plot_perf_box_name"
16250   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16251   data: "plot-dpdk-throughput-latency-3n-dnv"
16252   include:
16253     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16254     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16255   layout:
16256     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16257     layout: "plot-throughput"
16258
16259 # 3n-tsh-x520
16260
16261 - type: "plot"
16262   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16263   algorithm: "plot_perf_box_name"
16264   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16265   data: "plot-dpdk-throughput-latency-3n-tsh"
16266   include:
16267     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16268     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16269   layout:
16270     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16271     layout: "plot-throughput"
16272
16273 - type: "plot"
16274   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16275   algorithm: "plot_perf_box_name"
16276   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16277   data: "plot-dpdk-throughput-latency-3n-tsh"
16278   include:
16279     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16280     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16281   layout:
16282     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16283     layout: "plot-throughput"
16284
16285 - type: "plot"
16286   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16287   algorithm: "plot_perf_box_name"
16288   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16289   data: "plot-dpdk-throughput-latency-3n-tsh"
16290   include:
16291     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16292     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16293   layout:
16294     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16295     layout: "plot-throughput"
16296
16297 - type: "plot"
16298   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16299   algorithm: "plot_perf_box_name"
16300   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16301   data: "plot-dpdk-throughput-latency-3n-tsh"
16302   include:
16303     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16304     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16305   layout:
16306     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16307     layout: "plot-throughput"
16308
16309 ################################################################################
16310 ###   2n-clx                                                                 ###
16311 ################################################################################
16312
16313 # Packet Throughput
16314
16315 - type: "plot"
16316   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16317   algorithm: "plot_perf_box_name"
16318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16320   include:
16321     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16322     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16323     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16324     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16325   layout:
16326     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16327     layout: "plot-throughput"
16328
16329 - type: "plot"
16330   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16331   algorithm: "plot_perf_box_name"
16332   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16334   include:
16335     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16336     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16337     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16338     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16339   layout:
16340     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16341     layout: "plot-throughput"
16342
16343 - type: "plot"
16344   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16345   algorithm: "plot_perf_box_name"
16346   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16348   include:
16349     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16350     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16351     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16352     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16353   layout:
16354     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16355     layout: "plot-throughput"
16356
16357 - type: "plot"
16358   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16359   algorithm: "plot_perf_box_name"
16360   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16362   include:
16363     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16364     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16365     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16366     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16367   layout:
16368     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16369     layout: "plot-throughput"
16370
16371 - type: "plot"
16372   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16373   algorithm: "plot_perf_box_name"
16374   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16376   include:
16377     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16382     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16383   layout:
16384     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16385     layout: "plot-throughput"
16386
16387 - type: "plot"
16388   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16389   algorithm: "plot_perf_box_name"
16390   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16392   include:
16393     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16397     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16398     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16399   layout:
16400     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16401     layout: "plot-throughput"
16402
16403 - type: "plot"
16404   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16405   algorithm: "plot_perf_box_name"
16406   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16408   include:
16409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16413   layout:
16414     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16415     layout: "plot-throughput"
16416
16417 - type: "plot"
16418   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16419   algorithm: "plot_perf_box_name"
16420   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16422   include:
16423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16427   layout:
16428     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16429     layout: "plot-throughput"
16430
16431 - type: "plot"
16432   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16433   algorithm: "plot_perf_box_name"
16434   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16436   include:
16437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16440   layout:
16441     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16442     layout: "plot-throughput"
16443
16444 - type: "plot"
16445   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16446   algorithm: "plot_perf_box_name"
16447   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16448   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16449   include:
16450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16453   layout:
16454     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16455     layout: "plot-throughput"
16456
16457 - type: "plot"
16458   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16459   algorithm: "plot_perf_box_name"
16460   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16462   include:
16463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16468   layout:
16469     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16470     layout: "plot-throughput"
16471
16472 - type: "plot"
16473   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16474   algorithm: "plot_perf_box_name"
16475   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16476   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16477   include:
16478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16483   layout:
16484     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16485     layout: "plot-throughput"
16486
16487 - type: "plot"
16488   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16489   algorithm: "plot_perf_box_name"
16490   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16491   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16492   include:
16493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16496   layout:
16497     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16498     layout: "plot-throughput"
16499
16500 - type: "plot"
16501   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16502   algorithm: "plot_perf_box_name"
16503   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16505   include:
16506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16509   layout:
16510     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16511     layout: "plot-throughput"
16512
16513 - type: "plot"
16514   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16515   algorithm: "plot_perf_box_name"
16516   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16517   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16518   include:
16519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16525   layout:
16526     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16527     layout: "plot-throughput"
16528
16529 - type: "plot"
16530   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16531   algorithm: "plot_perf_box_name"
16532   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16533   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16534   include:
16535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16541   layout:
16542     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16543     layout: "plot-throughput"
16544
16545 - type: "plot"
16546   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16547   algorithm: "plot_perf_box_name"
16548   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16549   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16550   include:
16551     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16552     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16553   layout:
16554     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16555     layout: "plot-throughput"
16556
16557 - type: "plot"
16558   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16559   algorithm: "plot_perf_box_name"
16560   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16562   include:
16563     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16564     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16565   layout:
16566     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16567     layout: "plot-throughput"
16568
16569 - type: "plot"
16570   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16571   algorithm: "plot_perf_box_name"
16572   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16574   include:
16575     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16576     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16577     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16578     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16579     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16580     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16581   layout:
16582     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16583     layout: "plot-throughput"
16584
16585 - type: "plot"
16586   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16587   algorithm: "plot_perf_box_name"
16588   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16590   include:
16591     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16592     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16593     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16594     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16595     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16596     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16597   layout:
16598     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16599     layout: "plot-throughput"
16600
16601 - type: "plot"
16602   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16603   algorithm: "plot_perf_box_name"
16604   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16605   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16606   include:
16607     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16608     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16609     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16610     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16611     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16612     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16613   layout:
16614     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16615     layout: "plot-throughput"
16616
16617 - type: "plot"
16618   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16619   algorithm: "plot_perf_box_name"
16620   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16622   include:
16623     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16624     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16625     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16626     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16627     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16628     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16629   layout:
16630     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16631     layout: "plot-throughput"
16632
16633 - type: "plot"
16634   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16635   algorithm: "plot_perf_box_name"
16636   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16637   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16638   include:
16639     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16640     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16641     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16642   layout:
16643     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16644     layout: "plot-throughput"
16645
16646 - type: "plot"
16647   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16648   algorithm: "plot_perf_box_name"
16649   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16650   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16651   include:
16652     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16653     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16654     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16655   layout:
16656     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16657     layout: "plot-throughput"
16658
16659 - type: "plot"
16660   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16661   algorithm: "plot_perf_box_name"
16662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16664   include:
16665     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16666     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16667     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16668     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16669     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16670   layout:
16671     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16672     layout: "plot-throughput"
16673
16674 - type: "plot"
16675   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16676   algorithm: "plot_perf_box_name"
16677   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16679   include:
16680     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16681     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16682     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16685   layout:
16686     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16687     layout: "plot-throughput"
16688
16689 - type: "plot"
16690   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16691   algorithm: "plot_perf_box_name"
16692   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16693   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16694   include:
16695     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16696     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16697     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16698     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16699     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16700   layout:
16701     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16702     layout: "plot-throughput"
16703
16704 - type: "plot"
16705   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16706   algorithm: "plot_perf_box_name"
16707   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16709   include:
16710     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16711     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16712     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16713     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16714     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16715   layout:
16716     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16717     layout: "plot-throughput"
16718
16719 - type: "plot"
16720   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
16721   algorithm: "plot_perf_box_name"
16722   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
16723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16724   include:
16725     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16726     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16727     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16728     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16729     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16730     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16731   layout:
16732     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
16733     layout: "plot-throughput"
16734
16735 - type: "plot"
16736   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
16737   algorithm: "plot_perf_box_name"
16738   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
16739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16740   include:
16741     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16742     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16743     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16744     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16745     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16746     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16747   layout:
16748     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
16749     layout: "plot-throughput"
16750
16751 - type: "plot"
16752   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16753   algorithm: "plot_perf_box_name"
16754   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16756   include:
16757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16761   layout:
16762     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16763     layout: "plot-throughput"
16764
16765 - type: "plot"
16766   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16767   algorithm: "plot_perf_box_name"
16768   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16769   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16770   include:
16771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16775   layout:
16776     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16777     layout: "plot-throughput"
16778
16779 - type: "plot"
16780   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16781   algorithm: "plot_perf_box_name"
16782   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16784   include:
16785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16789   layout:
16790     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16791     layout: "plot-throughput"
16792
16793 - type: "plot"
16794   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16795   algorithm: "plot_perf_box_name"
16796   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16797   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16798   include:
16799     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16800     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16801     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16803   layout:
16804     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16805     layout: "plot-throughput"
16806
16807 - type: "plot"
16808   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16809   algorithm: "plot_perf_box_name"
16810   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16812   include:
16813     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16815     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16818   layout:
16819     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16820     layout: "plot-throughput"
16821
16822 - type: "plot"
16823   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16824   algorithm: "plot_perf_box_name"
16825   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16827   include:
16828     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16829     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16830     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16831     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16832     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16833   layout:
16834     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16835     layout: "plot-throughput"
16836
16837 - type: "plot"
16838   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16839   algorithm: "plot_perf_box_name"
16840   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16842   include:
16843     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16844     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16845     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16846     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16847   layout:
16848     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16849     layout: "plot-throughput"
16850
16851 - type: "plot"
16852   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16853   algorithm: "plot_perf_box_name"
16854   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16856   include:
16857     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16858     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16859     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16860     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16861   layout:
16862     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16863     layout: "plot-throughput"
16864
16865 - type: "plot"
16866   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16867   algorithm: "plot_perf_box_name"
16868   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16870   include:
16871     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16872     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16873     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16874     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16875     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16876     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16877   layout:
16878     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16879     layout: "plot-throughput"
16880
16881 - type: "plot"
16882   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16883   algorithm: "plot_perf_box_name"
16884   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16886   include:
16887     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16888     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16889     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16890     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16891     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16892     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16893   layout:
16894     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16895     layout: "plot-throughput"
16896
16897 - type: "plot"
16898   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16899   algorithm: "plot_perf_box_name"
16900   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16902   include:
16903     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16904     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16905     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16906     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16907   layout:
16908     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16909     layout: "plot-throughput"
16910
16911 - type: "plot"
16912   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16913   algorithm: "plot_perf_box_name"
16914   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16916   include:
16917     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16918     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16919     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16920     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16921   layout:
16922     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16923     layout: "plot-throughput"
16924
16925 - type: "plot"
16926   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16927   algorithm: "plot_perf_box_name"
16928   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16930   include:
16931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16935   layout:
16936     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16937     layout: "plot-throughput"
16938
16939 - type: "plot"
16940   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16941   algorithm: "plot_perf_box_name"
16942   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16943   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16944   include:
16945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16949   layout:
16950     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16951     layout: "plot-throughput"
16952
16953 - type: "plot"
16954   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16955   algorithm: "plot_perf_box_name"
16956   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16958   include:
16959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16963   layout:
16964     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16965     layout: "plot-throughput"
16966
16967 - type: "plot"
16968   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16969   algorithm: "plot_perf_box_name"
16970   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16971   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16972   include:
16973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16977   layout:
16978     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16979     layout: "plot-throughput"
16980
16981 - type: "plot"
16982   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16983   algorithm: "plot_perf_box_name"
16984   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16986   include:
16987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16991   layout:
16992     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16993     layout: "plot-throughput"
16994
16995 - type: "plot"
16996   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16997   algorithm: "plot_perf_box_name"
16998   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17000   include:
17001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17005   layout:
17006     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17007     layout: "plot-throughput"
17008
17009 - type: "plot"
17010   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17011   algorithm: "plot_perf_box_name"
17012   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17014   include:
17015     - "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"
17016     - "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"
17017     - "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"
17018     - "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"
17019   layout:
17020     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17021     layout: "plot-throughput"
17022
17023 - type: "plot"
17024   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17025   algorithm: "plot_perf_box_name"
17026   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17027   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17028   include:
17029     - "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"
17030     - "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"
17031     - "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"
17032     - "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"
17033   layout:
17034     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17035     layout: "plot-throughput"
17036
17037 ################################################################################
17038
17039 # Packet Speedup
17040
17041 - type: "plot"
17042   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17043   algorithm: "plot_tsa_name"
17044   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17046   include:
17047     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17048     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17049     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17050     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17051   layout:
17052     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17053     layout: "plot-throughput-speedup-analysis"
17054
17055 - type: "plot"
17056   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17057   algorithm: "plot_tsa_name"
17058   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17059   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17060   include:
17061     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17062     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17063     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17064     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17065   layout:
17066     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17067     layout: "plot-throughput-speedup-analysis"
17068
17069 - type: "plot"
17070   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17071   algorithm: "plot_tsa_name"
17072   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17074   include:
17075     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17076     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17077     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17078     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17079   layout:
17080     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17081     layout: "plot-throughput-speedup-analysis"
17082
17083 - type: "plot"
17084   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17085   algorithm: "plot_tsa_name"
17086   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17088   include:
17089     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17090     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17091     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17092     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17093   layout:
17094     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17095     layout: "plot-throughput-speedup-analysis"
17096
17097 - type: "plot"
17098   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17099   algorithm: "plot_tsa_name"
17100   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17102   include:
17103     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17104     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17105     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17106     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17107     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17108     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17109   layout:
17110     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17111     layout: "plot-throughput-speedup-analysis"
17112
17113 - type: "plot"
17114   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17115   algorithm: "plot_tsa_name"
17116   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17117   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17118   include:
17119     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17120     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17121     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17122     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17123     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17124     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17125   layout:
17126     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17127     layout: "plot-throughput-speedup-analysis"
17128
17129 - type: "plot"
17130   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17131   algorithm: "plot_tsa_name"
17132   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17134   include:
17135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17139   layout:
17140     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17141     layout: "plot-throughput-speedup-analysis"
17142
17143 - type: "plot"
17144   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17145   algorithm: "plot_tsa_name"
17146   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17148   include:
17149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17153   layout:
17154     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17155     layout: "plot-throughput-speedup-analysis"
17156
17157 - type: "plot"
17158   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17159   algorithm: "plot_tsa_name"
17160   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17161   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17162   include:
17163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17166   layout:
17167     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17168     layout: "plot-throughput-speedup-analysis"
17169
17170 - type: "plot"
17171   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17172   algorithm: "plot_tsa_name"
17173   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17175   include:
17176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17179   layout:
17180     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17181     layout: "plot-throughput-speedup-analysis"
17182
17183 - type: "plot"
17184   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17185   algorithm: "plot_tsa_name"
17186   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17188   include:
17189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17194   layout:
17195     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17196     layout: "plot-throughput-speedup-analysis"
17197
17198 - type: "plot"
17199   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17200   algorithm: "plot_tsa_name"
17201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17203   include:
17204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17209   layout:
17210     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17211     layout: "plot-throughput-speedup-analysis"
17212
17213 - type: "plot"
17214   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17215   algorithm: "plot_tsa_name"
17216   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17217   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17218   include:
17219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17222   layout:
17223     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17224     layout: "plot-throughput-speedup-analysis"
17225
17226 - type: "plot"
17227   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17228   algorithm: "plot_tsa_name"
17229   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17231   include:
17232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17235   layout:
17236     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17237     layout: "plot-throughput-speedup-analysis"
17238
17239 - type: "plot"
17240   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17241   algorithm: "plot_tsa_name"
17242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17244   include:
17245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17251   layout:
17252     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17253     layout: "plot-throughput-speedup-analysis"
17254
17255 - type: "plot"
17256   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17257   algorithm: "plot_tsa_name"
17258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17260   include:
17261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17267   layout:
17268     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17269     layout: "plot-throughput-speedup-analysis"
17270
17271 - type: "plot"
17272   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17273   algorithm: "plot_tsa_name"
17274   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17276   include:
17277     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17278     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17279   layout:
17280     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17281     layout: "plot-throughput-speedup-analysis"
17282
17283 - type: "plot"
17284   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17285   algorithm: "plot_tsa_name"
17286   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17288   include:
17289     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17290     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17291   layout:
17292     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17293     layout: "plot-throughput-speedup-analysis"
17294
17295 - type: "plot"
17296   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17297   algorithm: "plot_tsa_name"
17298   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17300   include:
17301     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17302     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17303     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17304     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17305     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17306     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17307   layout:
17308     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17309     layout: "plot-throughput-speedup-analysis"
17310
17311 - type: "plot"
17312   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17313   algorithm: "plot_tsa_name"
17314   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17316   include:
17317     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17318     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17319     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17320     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17321     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17322     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17323   layout:
17324     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17325     layout: "plot-throughput-speedup-analysis"
17326
17327 - type: "plot"
17328   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17329   algorithm: "plot_tsa_name"
17330   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17332   include:
17333     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17334     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17335     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17336     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17337     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17338     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17339   layout:
17340     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17341     layout: "plot-throughput-speedup-analysis"
17342
17343 - type: "plot"
17344   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17345   algorithm: "plot_tsa_name"
17346   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17348   include:
17349     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17350     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17351     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17352     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17353     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17354     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17355   layout:
17356     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
17357     layout: "plot-throughput-speedup-analysis"
17358
17359 - type: "plot"
17360   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17361   algorithm: "plot_tsa_name"
17362   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17364   include:
17365     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17366     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17367     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17368   layout:
17369     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
17370     layout: "plot-throughput-speedup-analysis"
17371
17372 - type: "plot"
17373   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17374   algorithm: "plot_tsa_name"
17375   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17376   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17377   include:
17378     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17379     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17380     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17381   layout:
17382     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
17383     layout: "plot-throughput-speedup-analysis"
17384
17385 - type: "plot"
17386   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17387   algorithm: "plot_tsa_name"
17388   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17390   include:
17391     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17392     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17393     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17394     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17395     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17396   layout:
17397     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17398     layout: "plot-throughput-speedup-analysis"
17399
17400 - type: "plot"
17401   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17402   algorithm: "plot_tsa_name"
17403   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17405   include:
17406     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17407     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17408     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17409     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17410     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17411   layout:
17412     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17413     layout: "plot-throughput-speedup-analysis"
17414
17415 - type: "plot"
17416   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17417   algorithm: "plot_tsa_name"
17418   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17420   include:
17421     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17422     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17423     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17424     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17425     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17426   layout:
17427     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
17428     layout: "plot-throughput-speedup-analysis"
17429
17430 - type: "plot"
17431   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17432   algorithm: "plot_tsa_name"
17433   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17434   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17435   include:
17436     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17437     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17438     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17439     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17440     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17441   layout:
17442     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
17443     layout: "plot-throughput-speedup-analysis"
17444
17445 - type: "plot"
17446   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
17447   algorithm: "plot_tsa_name"
17448   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
17449   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17450   include:
17451     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17452     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17453     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17454     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17455     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17456     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17457   layout:
17458     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
17459     layout: "plot-throughput-speedup-analysis"
17460
17461 - type: "plot"
17462   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
17463   algorithm: "plot_tsa_name"
17464   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
17465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17466   include:
17467     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17468     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17469     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17470     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17471     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17472     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17473   layout:
17474     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
17475     layout: "plot-throughput-speedup-analysis"
17476
17477 - type: "plot"
17478   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17479   algorithm: "plot_tsa_name"
17480   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17482   include:
17483     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17484     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17486     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17487   layout:
17488     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
17489     layout: "plot-throughput-speedup-analysis"
17490
17491 - type: "plot"
17492   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17493   algorithm: "plot_tsa_name"
17494   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17495   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17496   include:
17497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17501   layout:
17502     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
17503     layout: "plot-throughput-speedup-analysis"
17504
17505 - type: "plot"
17506   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17507   algorithm: "plot_tsa_name"
17508   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17509   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17510   include:
17511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17515   layout:
17516     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
17517     layout: "plot-throughput-speedup-analysis"
17518
17519 - type: "plot"
17520   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17521   algorithm: "plot_tsa_name"
17522   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17523   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17524   include:
17525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17529   layout:
17530     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
17531     layout: "plot-throughput-speedup-analysis"
17532
17533 - type: "plot"
17534   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17535   algorithm: "plot_tsa_name"
17536   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17538   include:
17539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17544   layout:
17545     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
17546     layout: "plot-throughput-speedup-analysis"
17547
17548 - type: "plot"
17549   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17550   algorithm: "plot_tsa_name"
17551   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17553   include:
17554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17559   layout:
17560     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
17561     layout: "plot-throughput-speedup-analysis"
17562
17563 - type: "plot"
17564   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17565   algorithm: "plot_tsa_name"
17566   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17568   include:
17569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17573   layout:
17574     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17575     layout: "plot-throughput-speedup-analysis"
17576
17577 - type: "plot"
17578   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17579   algorithm: "plot_tsa_name"
17580   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17581   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17582   include:
17583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17587   layout:
17588     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17589     layout: "plot-throughput-speedup-analysis"
17590
17591 - type: "plot"
17592   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17593   algorithm: "plot_tsa_name"
17594   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17595   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17596   include:
17597     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
17598     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17599     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17600     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
17601     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
17602     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17603   layout:
17604     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
17605     layout: "plot-throughput-speedup-analysis"
17606
17607 - type: "plot"
17608   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
17609   algorithm: "plot_tsa_name"
17610   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
17611   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17612   include:
17613     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
17614     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17615     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17616     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
17617     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
17618     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17619   layout:
17620     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
17621     layout: "plot-throughput-speedup-analysis"
17622
17623 - type: "plot"
17624   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
17625   algorithm: "plot_tsa_name"
17626   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
17627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17628   include:
17629     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17630     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17631     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17632     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17633   layout:
17634     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
17635     layout: "plot-throughput-speedup-analysis"
17636
17637 - type: "plot"
17638   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
17639   algorithm: "plot_tsa_name"
17640   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
17641   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17642   include:
17643     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17644     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17645     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17646     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17647   layout:
17648     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
17649     layout: "plot-throughput-speedup-analysis"
17650
17651 - type: "plot"
17652   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
17653   algorithm: "plot_tsa_name"
17654   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
17655   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17656   include:
17657     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17658     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17659     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17660     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17661   layout:
17662     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
17663     layout: "plot-throughput-speedup-analysis"
17664
17665 - type: "plot"
17666   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
17667   algorithm: "plot_tsa_name"
17668   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
17669   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17670   include:
17671     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17672     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17673     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17674     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17675   layout:
17676     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
17677     layout: "plot-throughput-speedup-analysis"
17678
17679 - type: "plot"
17680   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17681   algorithm: "plot_tsa_name"
17682   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
17683   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17684   include:
17685     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17686     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17687     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17688     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17689   layout:
17690     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17691     layout: "plot-throughput-speedup-analysis"
17692
17693 - type: "plot"
17694   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17695   algorithm: "plot_tsa_name"
17696   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
17697   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17698   include:
17699     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17700     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17701     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17702     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17703   layout:
17704     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17705     layout: "plot-throughput-speedup-analysis"
17706
17707 - type: "plot"
17708   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
17709   algorithm: "plot_tsa_name"
17710   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
17711   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17712   include:
17713     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17714     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17715     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17716     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17717   layout:
17718     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
17719     layout: "plot-throughput-speedup-analysis"
17720
17721 - type: "plot"
17722   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
17723   algorithm: "plot_tsa_name"
17724   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
17725   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17726   include:
17727     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17728     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17729     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17730     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17731   layout:
17732     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
17733     layout: "plot-throughput-speedup-analysis"
17734
17735 - type: "plot"
17736   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
17737   algorithm: "plot_tsa_name"
17738   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
17739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17740   include:
17741     - "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"
17742     - "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"
17743     - "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"
17744     - "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"
17745   layout:
17746     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
17747     layout: "plot-throughput-speedup-analysis"
17748
17749 - type: "plot"
17750   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
17751   algorithm: "plot_tsa_name"
17752   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
17753   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17754   include:
17755     - "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"
17756     - "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"
17757     - "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"
17758     - "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"
17759   layout:
17760     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
17761     layout: "plot-throughput-speedup-analysis"
17762
17763 ################################################################################
17764
17765 # Packet Throughput - DPDK
17766
17767 # 2n-clx-xxv710
17768
17769 - type: "plot"
17770   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
17771   algorithm: "plot_perf_box_name"
17772   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
17773   data: "plot-dpdk-throughput-latency-2n-clx"
17774   include:
17775     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17776     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17777   layout:
17778     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
17779     layout: "plot-throughput"
17780
17781 - type: "plot"
17782   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
17783   algorithm: "plot_perf_box_name"
17784   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
17785   data: "plot-dpdk-throughput-latency-2n-clx"
17786   include:
17787     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17788     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17789   layout:
17790     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
17791     layout: "plot-throughput"
17792
17793 - type: "plot"
17794   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
17795   algorithm: "plot_perf_box_name"
17796   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
17797   data: "plot-dpdk-throughput-latency-2n-clx"
17798   include:
17799     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17800     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17801   layout:
17802     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
17803     layout: "plot-throughput"
17804
17805 - type: "plot"
17806   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
17807   algorithm: "plot_perf_box_name"
17808   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
17809   data: "plot-dpdk-throughput-latency-2n-clx"
17810   include:
17811     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17812     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17813   layout:
17814     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
17815     layout: "plot-throughput"
17816
17817 # 2n-clx-x710
17818
17819 - type: "plot"
17820   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
17821   algorithm: "plot_perf_box_name"
17822   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
17823   data: "plot-dpdk-throughput-latency-2n-clx"
17824   include:
17825     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17826     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17827   layout:
17828     title: "2n-clx-x710-64b-2t1c-base-ndr"
17829     layout: "plot-throughput"
17830
17831 - type: "plot"
17832   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
17833   algorithm: "plot_perf_box_name"
17834   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
17835   data: "plot-dpdk-throughput-latency-2n-clx"
17836   include:
17837     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17838     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17839   layout:
17840     title: "2n-clx-x710-64b-4t2c-base-ndr"
17841     layout: "plot-throughput"
17842
17843 - type: "plot"
17844   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
17845   algorithm: "plot_perf_box_name"
17846   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
17847   data: "plot-dpdk-throughput-latency-2n-clx"
17848   include:
17849     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17850     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17851   layout:
17852     title: "2n-clx-x710-64b-2t1c-base-pdr"
17853     layout: "plot-throughput"
17854
17855 - type: "plot"
17856   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
17857   algorithm: "plot_perf_box_name"
17858   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
17859   data: "plot-dpdk-throughput-latency-2n-clx"
17860   include:
17861     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17862     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17863   layout:
17864     title: "2n-clx-x710-64b-4t2c-base-pdr"
17865     layout: "plot-throughput"
17866
17867 ################################################################################
17868
17869 - type: "plot"
17870   title: "Latency by percentile: 2n-skx"
17871   algorithm: "plot_hdrh_lat_by_percentile"
17872   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
17873   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
17874   target-links: "../../_static/vpp"
17875   data: "plot-vpp-hdrh-lat-2n-skx"
17876   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17877   layout:
17878     layout: "plot-hdrh-latency-by-percentile"
17879
17880 - type: "plot"
17881   title: "Latency by percentile: 3n-skx"
17882   algorithm: "plot_hdrh_lat_by_percentile"
17883   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
17884   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
17885   target-links: "../../_static/vpp"
17886   data: "plot-vpp-hdrh-lat-3n-skx"
17887   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17888   layout:
17889     layout: "plot-hdrh-latency-by-percentile"
17890
17891 - type: "plot"
17892   title: "Latency by percentile: 2n-clx"
17893   algorithm: "plot_hdrh_lat_by_percentile"
17894   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
17895   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
17896   target-links: "../../_static/vpp"
17897   data: "plot-vpp-hdrh-lat-2n-clx"
17898   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17899   layout:
17900     layout: "plot-hdrh-latency-by-percentile"
17901
17902 - type: "plot"
17903   title: "Latency by percentile: 3n-hsw"
17904   algorithm: "plot_hdrh_lat_by_percentile"
17905   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
17906   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
17907   target-links: "../../_static/vpp"
17908   data: "plot-vpp-hdrh-lat-3n-hsw"
17909   filter: "'1T1C' and 'NIC_Intel-XL710'"
17910   layout:
17911     layout: "plot-hdrh-latency-by-percentile"
17912
17913 - type: "plot"
17914   title: "Latency by percentile: 3n-tsh"
17915   algorithm: "plot_hdrh_lat_by_percentile"
17916   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
17917   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
17918   target-links: "../../_static/vpp"
17919   data: "plot-vpp-hdrh-lat-3n-tsh"
17920   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
17921   layout:
17922     layout: "plot-hdrh-latency-by-percentile"
17923
17924 - type: "plot"
17925   title: "Latency by percentile: DPDK 2n-skx"
17926   algorithm: "plot_hdrh_lat_by_percentile"
17927   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
17928   output-file-links: "{DIR[LAT,DPDK]}/skx.rst"
17929   target-links: "../../_static/dpdk"
17930   data: "plot-dpdk-hdrh-lat-2n-skx"
17931   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17932   layout:
17933     layout: "plot-hdrh-latency-by-percentile"
17934
17935 - type: "plot"
17936   title: "Latency by percentile: DPDK 2n-clx"
17937   algorithm: "plot_hdrh_lat_by_percentile"
17938   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
17939   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
17940   target-links: "../../_static/dpdk"
17941   data: "plot-dpdk-hdrh-lat-2n-clx"
17942   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17943   layout:
17944     layout: "plot-hdrh-latency-by-percentile"
17945
17946 - type: "plot"
17947   title: "Latency by percentile: DPDK 3n-hsw"
17948   algorithm: "plot_hdrh_lat_by_percentile"
17949   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
17950   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
17951   target-links: "../../_static/dpdk"
17952   data: "plot-dpdk-hdrh-lat-3n-hsw"
17953   filter: "'1T1C' and 'NIC_Intel-XL710'"
17954   layout:
17955     layout: "plot-hdrh-latency-by-percentile"
17956
17957 - type: "plot"
17958   title: "Latency by percentile: DPDK 3n-tsh"
17959   algorithm: "plot_hdrh_lat_by_percentile"
17960   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
17961   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
17962   target-links: "../../_static/dpdk"
17963   data: "plot-dpdk-hdrh-lat-3n-tsh"
17964   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
17965   layout:
17966     layout: "plot-hdrh-latency-by-percentile"